+++ date ++ echo 'INFO: =================== Thu Jan 22 01:51:52 AM UTC 2026 ===================' INFO: =================== Thu Jan 22 01:51:52 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.73 ++ 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.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.73:8081 ' ']' +++ echo 10.0.0.73:8081 ++ ANALYTICS_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.73:9042 ' ']' +++ echo 10.0.0.73:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.73:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.73:8086 ' ']' +++ echo 10.0.0.73:8086 ++ COLLECTOR_SERVERS=10.0.0.73: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.73 ++ CONFIGDB_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.73:8082 ' ']' +++ echo 10.0.0.73:8082 ++ CONFIG_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.73:9161 ' ']' +++ echo 10.0.0.73:9161 ++ CONFIGDB_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.73:9041 ' ']' +++ echo 10.0.0.73:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.73: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.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.130 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.73:2181, ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.73:2181 ' ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.73:2181 ++ RABBITMQ_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.73:5673, ']' +++ echo 10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.73:6379 ' ']' +++ echo 10.0.0.73:6379 ++ REDIS_SERVERS=10.0.0.73: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.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.73:9092 ' ']' +++ echo 10.0.0.73:9092 ++ KAFKA_SERVERS=10.0.0.73: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.73 ++ 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.73 ++ 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.73 ++ 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.73 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.73 +++ local servers=10.0.0.73 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort +++ local local_ips=,10.0.0.73,10.20.0.130,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 1 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.73:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/22/2026 01:52:00.338 7f4d328aa800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/22/2026 01:52:00.468 7f4d328aa800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/22/2026 01:52:00.480 7f4d328aa800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/22/2026 01:52:00.480 7f4d328aa800 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2026-01-22 01:52:05] "GET / HTTP/1.1" 503 181 0.000215 10.0.0.73 - - [2026-01-22 01:52:05] "GET / HTTP/1.1" 503 181 0.000162 10.0.0.73 - - [2026-01-22 01:52:05] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.73 - - [2026-01-22 01:52:06] "GET / HTTP/1.1" 200 45871 0.001376 10.0.0.73 - - [2026-01-22 01:52:06] "GET / HTTP/1.1" 200 45871 0.001221 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.73 - - [2026-01-22 01:52:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.73 - - [2026-01-22 01:52:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000307 10.0.0.73 - - [2026-01-22 01:52:06] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.73 - - [2026-01-22 01:52:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-01-22 01:52:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-01-22 01:52:07] "GET / HTTP/1.1" 200 35931 0.001189 10.0.0.73 - - [2026-01-22 01:52:07] "GET / HTTP/1.1" 200 35931 0.003831 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.328593 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.651263 10.0.0.73 - - [2026-01-22 01:52:07] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.023804 10.0.0.73 - - [2026-01-22 01:52:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.267286 10.0.0.73 - - [2026-01-22 01:52:07] "GET /network-ipam/4a30c803-31f8-4c6c-aa0f-53ee633f837b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.012548 10.0.0.73 - - [2026-01-22 01:52:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005769 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000323 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.995430 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.73 - - [2026-01-22 01:52:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.002681 10.0.0.73 - - [2026-01-22 01:52:07] "POST /config-nodes HTTP/1.1" 200 599 0.027513 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.032043 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.73 - - [2026-01-22 01:52:08] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.73 - - [2026-01-22 01:52:08] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000325 10.0.0.73 - - [2026-01-22 01:52:08] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007648 10.0.0.73 - - [2026-01-22 01:52:08] "POST /service-appliance-sets HTTP/1.1" 200 553 0.018750 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.002585 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.73 - - [2026-01-22 01:52:08] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007908 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.002801 10.0.0.73 - - [2026-01-22 01:52:08] "POST /access-control-lists HTTP/1.1" 200 587 0.021192 10.0.0.73 - - [2026-01-22 01:52:08] "POST /service-appliance-sets HTTP/1.1" 200 541 0.018866 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 224 0.002849 10.0.0.73 - - [2026-01-22 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.73 - - [2026-01-22 01:52:08] "GET /network-ipam/4a30c803-31f8-4c6c-aa0f-53ee633f837b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003643 10.0.0.73 - - [2026-01-22 01:52:08] "POST /access-control-lists HTTP/1.1" 200 585 0.035980 10.0.0.73 - - [2026-01-22 01:52:08] "POST /route-targets HTTP/1.1" 200 327 0.016945 10.0.0.73 - - [2026-01-22 01:52:08] "POST /ref-update HTTP/1.1" 200 156 0.013684 /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.73 - - [2026-01-22 01:52:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.133994 10.0.0.73 - - [2026-01-22 01:52:08] "POST /service-templates HTTP/1.1" 200 511 0.144628 10.0.0.73 - - [2026-01-22 01:52:08] "POST /route-targets HTTP/1.1" 200 327 0.018525 10.0.0.73 - - [2026-01-22 01:52:08] "POST /ref-update HTTP/1.1" 200 156 0.014478 10.0.0.73 - - [2026-01-22 01:52:08] "POST /service-templates HTTP/1.1" 200 501 0.037612 10.0.0.73 - - [2026-01-22 01:52:08] "POST /route-targets HTTP/1.1" 200 327 0.022391 10.0.0.73 - - [2026-01-22 01:52:08] "POST /service-templates HTTP/1.1" 200 515 0.027385 10.0.0.73 - - [2026-01-22 01:52:09] "POST /ref-update HTTP/1.1" 200 156 0.018045 10.0.0.73 - - [2026-01-22 01:52:09] "POST /service-templates HTTP/1.1" 200 535 0.023441 10.0.0.73 - - [2026-01-22 01:52:09] "POST /route-targets HTTP/1.1" 200 327 0.018806 10.0.0.73 - - [2026-01-22 01:52:09] "POST /service-templates HTTP/1.1" 200 507 0.018474 10.0.0.73 - - [2026-01-22 01:52:09] "POST /ref-update HTTP/1.1" 200 156 0.011176 10.0.0.73 - - [2026-01-22 01:52:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.002245 10.0.0.73 - - [2026-01-22 01:52:09] "POST /access-control-lists HTTP/1.1" 200 551 0.061729 10.0.0.73 - - [2026-01-22 01:52:09] "PUT /access-control-list/24cbaa82-fcb9-4ad7-ac64-24962d332ac4 HTTP/1.1" 200 272 0.008884 10.0.0.73 - - [2026-01-22 01:52:09] "PUT /access-control-list/d5a0a39b-191f-4081-8664-3758701f7a83 HTTP/1.1" 200 272 0.013517 10.0.0.73 - - [2026-01-22 01:52:10] "GET / HTTP/1.1" 200 35931 0.002178 10.0.0.73 - - [2026-01-22 01:52:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000326 10.0.0.73 - - [2026-01-22 01:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.022547 10.0.0.73 - - [2026-01-22 01:52:10] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005897 10.0.0.73 - - [2026-01-22 01:52:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.002763 10.0.0.73 - - [2026-01-22 01:52:10] "POST /config-database-nodes HTTP/1.1" 200 617 0.016175 10.0.0.73 - - [2026-01-22 01:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.73 - - [2026-01-22 01:52:13] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003374 10.0.0.73 - - [2026-01-22 01:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.73 - - [2026-01-22 01:52:13] "PUT /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 276 0.008891 10.0.0.73 - - [2026-01-22 01:52:14] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 401 292 0.000394 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 581 0.045013 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 575 0.014431 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 575 0.016245 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 559 0.015323 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 555 0.016608 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 557 0.018318 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 565 0.015444 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 549 0.022148 10.0.0.73 - - [2026-01-22 01:52:14] "POST /alarms HTTP/1.1" 200 557 0.018098 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 567 0.022111 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 555 0.019177 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 567 0.017608 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 575 0.061839 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 569 0.015723 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 561 0.017840 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 561 0.015484 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 561 0.029723 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 547 0.017930 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 595 0.018667 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 575 0.015611 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 571 0.016695 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 583 0.017028 10.0.0.73 - - [2026-01-22 01:52:15] "POST /alarms HTTP/1.1" 200 609 0.016366 10.0.0.73 - - [2026-01-22 01:52:16] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.73 - - [2026-01-22 01:52:16] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-01-22 01:52:16] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027189 10.0.0.73 - - [2026-01-22 01:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.73 - - [2026-01-22 01:52:16] "PUT /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 276 0.008792 10.0.0.73 - - [2026-01-22 01:52:16] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.73 - - [2026-01-22 01:52:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000337 10.0.0.73 - - [2026-01-22 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.028098 10.0.0.73 - - [2026-01-22 01:52:17] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.73 - - [2026-01-22 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.73 - - [2026-01-22 01:52:17] "PUT /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 276 0.009277 10.0.0.73 - - [2026-01-22 01:52:17] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.73 - - [2026-01-22 01:52:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000327 10.0.0.73 - - [2026-01-22 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023158 10.0.0.73 - - [2026-01-22 01:52:17] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004986 10.0.0.73 - - [2026-01-22 01:52:17] "PUT /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459 HTTP/1.1" 200 274 0.015920 10.0.0.73 - - [2026-01-22 01:52:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.73 - - [2026-01-22 01:52:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.73 - - [2026-01-22 01:52:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000823 10.0.0.73 - - [2026-01-22 01:52:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2026-01-22 01:52:58] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.73 - - [2026-01-22 01:52:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000336 10.0.0.73 - - [2026-01-22 01:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.024285 10.0.0.73 - - [2026-01-22 01:52:59] "GET /routing-instance/c793cc53-ae38-4aea-a95b-f0b73b83070b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003581 10.0.0.73 - - [2026-01-22 01:52:59] "POST /bgp-routers HTTP/1.1" 200 620 0.023346 10.0.0.73 - - [2026-01-22 01:52:59] "GET /bgp-router/ab6c8929-3941-400c-a249-da7f24124953?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005009 10.0.0.73 - - [2026-01-22 01:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.73 - - [2026-01-22 01:52:59] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005309 10.0.0.73 - - [2026-01-22 01:52:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003135 10.0.0.73 - - [2026-01-22 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.73 - - [2026-01-22 01:53:24] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.73 - - [2026-01-22 01:53:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.73 - - [2026-01-22 01:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.023640 10.0.0.73 - - [2026-01-22 01:53:24] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007566 10.0.0.73 - - [2026-01-22 01:53:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003495 10.0.0.73 - - [2026-01-22 01:53:24] "POST /database-nodes HTTP/1.1" 200 603 0.015431 10.0.0.73 - - [2026-01-22 01:53:51] "GET / HTTP/1.1" 200 35931 0.001318 10.0.0.73 - - [2026-01-22 01:53:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000339 10.0.0.73 - - [2026-01-22 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022503 10.0.0.73 - - [2026-01-22 01:53:51] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004770 10.0.0.73 - - [2026-01-22 01:53:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002665 10.0.0.73 - - [2026-01-22 01:53:52] "POST /analytics-nodes HTTP/1.1" 200 605 0.017804 10.0.0.73 - - [2026-01-22 01:53:57] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.73 - - [2026-01-22 01:54:06] "GET / HTTP/1.1" 200 35931 0.001308 10.0.0.73 - - [2026-01-22 01:54:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.73 - - [2026-01-22 01:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.030359 10.0.0.73 - - [2026-01-22 01:54:06] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006796 10.0.0.73 - - [2026-01-22 01:54:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.002700 10.0.0.73 - - [2026-01-22 01:54:06] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024065 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.73 - - [2026-01-22 01:54:10] "GET /obj-perms HTTP/1.1" 200 5056 0.360814 10.0.0.73 - - [2026-01-22 01:54:10] "GET /obj-perms HTTP/1.1" 200 5056 0.052279 10.0.0.73 - - [2026-01-22 01:54:18] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.73 - - [2026-01-22 01:54:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.73 - - [2026-01-22 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.032357 10.0.0.73 - - [2026-01-22 01:54:18] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.009320 10.0.0.73 - - [2026-01-22 01:54:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003667 10.0.0.73 - - [2026-01-22 01:54:18] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.042900 10.0.0.73 - - [2026-01-22 01:55:11] "GET /obj-perms HTTP/1.1" 200 5056 0.043416 10.0.0.73 - - [2026-01-22 01:55:11] "GET /obj-perms HTTP/1.1" 200 5056 0.044871 10.0.0.73 - - [2026-01-22 01:55:51] "GET / HTTP/1.1" 200 35931 0.002634 10.0.0.73 - - [2026-01-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2026-01-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.033171 10.0.0.73 - - [2026-01-22 01:55:51] "GET /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006648 10.0.0.73 - - [2026-01-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.73 - - [2026-01-22 01:55:51] "GET /routing-instance/c793cc53-ae38-4aea-a95b-f0b73b83070b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003347 10.0.0.73 - - [2026-01-22 01:55:51] "PUT /global-system-config/331621ed-1f99-4e72-a13b-b8a1f1888459 HTTP/1.1" 200 274 0.010053 10.0.0.73 - - [2026-01-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.002583 10.0.0.73 - - [2026-01-22 01:55:51] "POST /virtual-routers HTTP/1.1" 200 603 0.017834 10.0.0.73 - - [2026-01-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.73 - - [2026-01-22 01:55:51] "GET /virtual-router/861f7d00-d643-44d9-b413-5238fce5e27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.009424 10.0.0.73 - - [2026-01-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.002814 10.0.0.73 - - [2026-01-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.73 - - [2026-01-22 01:55:52] "GET /virtual-network/4c5025af-48ea-469c-b018-d5bb7f988924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.013371 10.0.0.73 - - [2026-01-22 01:55:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.041943 10.0.0.73 - - [2026-01-22 01:55:52] "PUT /access-control-list/ea9720a2-d933-427b-b380-9e77ab205877 HTTP/1.1" 200 272 0.012001 [Introspect:8084]10.0.0.73 - - [2026-01-22 01:55:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000853 [Introspect:8084]10.0.0.73 - - [2026-01-22 01:55:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000796 [Introspect:8084]10.0.0.73 - - [2026-01-22 01:55:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000827 [Introspect:8084]10.0.0.73 - - [2026-01-22 01:55:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000821 10.0.0.73 - - [2026-01-22 01:56:11] "GET /obj-perms HTTP/1.1" 200 5056 0.045830 10.0.0.73 - - [2026-01-22 01:56:12] "GET /obj-perms HTTP/1.1" 200 5056 0.050670 10.0.0.73 - - [2026-01-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.73 - - [2026-01-22 01:56:12] "GET /virtual-router/861f7d00-d643-44d9-b413-5238fce5e27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003433 10.0.0.73 - - [2026-01-22 01:56:57] "GET / HTTP/1.1" 200 35931 0.001270 10.0.0.73 - - [2026-01-22 01:56:57] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.73 - - [2026-01-22 01:56:58] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002542 10.0.0.73 - - [2026-01-22 01:56:58] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.73 - - [2026-01-22 01:56:58] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049966 10.0.0.73 - - [2026-01-22 01:56:58] "POST /id-to-fqname HTTP/1.1" 200 167 0.001483 10.0.0.73 - - [2026-01-22 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 176 0.003603 10.0.0.73 - - [2026-01-22 01:56:58] "POST /security-groups HTTP/1.1" 200 568 0.064891 10.0.0.73 - - [2026-01-22 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002605 10.0.0.73 - - [2026-01-22 01:56:58] "POST /projects HTTP/1.1" 200 539 0.215448 10.0.0.73 - - [2026-01-22 01:56:58] "POST /access-control-lists HTTP/1.1" 200 573 0.064469 10.0.0.73 - - [2026-01-22 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.287593 10.0.0.73 - - [2026-01-22 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002962 10.0.0.73 - - [2026-01-22 01:56:58] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.446108 10.0.0.73 - - [2026-01-22 01:56:58] "POST /access-control-lists HTTP/1.1" 200 571 0.062404 [Introspect:8084]10.0.0.73 - - [2026-01-22 01:56:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000990 10.0.0.73 - - [2026-01-22 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.023980 10.0.0.73 - - [2026-01-22 01:56:59] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002763 10.0.0.73 - - [2026-01-22 01:56:59] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.73 - - [2026-01-22 01:56:59] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005990 10.0.0.73 - - [2026-01-22 01:56:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.001476 10.0.0.73 - - [2026-01-22 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.002908 10.0.0.73 - - [2026-01-22 01:56:59] "POST /security-groups HTTP/1.1" 200 602 0.061490 10.0.0.73 - - [2026-01-22 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.005446 10.0.0.73 - - [2026-01-22 01:56:59] "POST /projects HTTP/1.1" 200 607 0.204753 10.0.0.73 - - [2026-01-22 01:56:59] "POST /access-control-lists HTTP/1.1" 200 607 0.059456 10.0.0.73 - - [2026-01-22 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.279241 10.0.0.73 - - [2026-01-22 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002727 10.0.0.73 - - [2026-01-22 01:56:59] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.397271 10.0.0.73 - - [2026-01-22 01:56:59] "POST /access-control-lists HTTP/1.1" 200 605 0.061281 10.0.0.73 - - [2026-01-22 01:57:00] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.73 - - [2026-01-22 01:57:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.73 - - [2026-01-22 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.062029 10.0.0.73 - - [2026-01-22 01:57:01] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.73 - - [2026-01-22 01:57:01] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.021081 10.0.0.73 - - [2026-01-22 01:57:01] "POST /neutron/network HTTP/1.1" 200 117 0.094326 10.0.0.73 - - [2026-01-22 01:57:02] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000919 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/network HTTP/1.1" 200 620 0.066372 10.0.0.73 - - [2026-01-22 01:57:02] "POST /route-targets HTTP/1.1" 200 327 0.009876 10.0.0.73 - - [2026-01-22 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.015664 10.0.0.73 - - [2026-01-22 01:57:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002272 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.198449 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/network HTTP/1.1" 200 840 0.005939 10.0.0.73 - - [2026-01-22 01:57:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001091 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004766 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/network HTTP/1.1" 200 840 0.005538 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005934 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/network HTTP/1.1" 200 840 0.005368 10.0.0.73 - - [2026-01-22 01:57:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.022339 10.0.0.73 - - [2026-01-22 01:57:02] "GET /domains HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-01-22 01:57:02] "GET /domains HTTP/1.1" 200 280 0.024686 10.0.0.73 - - [2026-01-22 01:57:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.73 - - [2026-01-22 01:57:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2584 0.011859 10.0.0.73 - - [2026-01-22 01:57:02] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.73 - - [2026-01-22 01:57:02] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a HTTP/1.1" 200 2169 0.069723 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40 HTTP/1.1" 200 2345 0.006083 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40 HTTP/1.1" 200 2345 0.004524 10.0.0.73 - - [2026-01-22 01:57:02] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 200 1495 0.003287 10.0.0.73 - - [2026-01-22 01:57:02] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 200 1495 0.003104 10.0.0.73 - - [2026-01-22 01:57:02] "GET /route-target/4cd4515e-ba27-4dd3-88bd-5ac304bea98f HTTP/1.1" 200 1218 0.002969 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40 HTTP/1.1" 200 2345 0.004961 10.0.0.73 - - [2026-01-22 01:57:02] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 200 1495 0.003728 10.0.0.73 - - [2026-01-22 01:57:02] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005033 10.0.0.73 - - [2026-01-22 01:57:03] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40 HTTP/1.1" 200 2345 0.004727 10.0.0.73 - - [2026-01-22 01:57:03] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 200 1495 0.003976 10.0.0.73 - - [2026-01-22 01:57:03] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 200 1495 0.003333 10.0.0.73 - - [2026-01-22 01:57:03] "GET /route-target/4cd4515e-ba27-4dd3-88bd-5ac304bea98f HTTP/1.1" 200 1218 0.003116 10.0.0.73 - - [2026-01-22 01:57:03] "GET /domains HTTP/1.1" 200 280 0.002542 10.0.0.73 - - [2026-01-22 01:57:03] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.73 - - [2026-01-22 01:57:03] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2584 0.006174 10.0.0.73 - - [2026-01-22 01:57:03] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000882 10.0.0.73 - - [2026-01-22 01:57:03] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a HTTP/1.1" 200 2169 0.066419 10.0.0.73 - - [2026-01-22 01:57:03] "GET /virtual-network/332fb5f3-a669-4a22-ada1-c7902a6c1f40 HTTP/1.1" 200 2345 0.004857 10.0.0.73 - - [2026-01-22 01:57:03] "GET /obj-perms HTTP/1.1" 200 5052 0.050688 10.0.0.73 - - [2026-01-22 01:57:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001196 10.0.0.73 - - [2026-01-22 01:57:04] "POST /neutron/network HTTP/1.1" 200 850 0.005988 10.0.0.73 - - [2026-01-22 01:57:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2026-01-22 01:57:05] "GET / HTTP/1.1" 200 35931 0.001300 10.0.0.73 - - [2026-01-22 01:57:05] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000351 10.0.0.73 - - [2026-01-22 01:57:05] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000922 10.0.0.73 - - [2026-01-22 01:57:05] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051645 10.0.0.73 - - [2026-01-22 01:57:06] "POST /neutron/network HTTP/1.1" 200 840 0.027324 10.0.0.73 - - [2026-01-22 01:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.004754 10.0.0.73 - - [2026-01-22 01:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.004378 10.0.0.73 - - [2026-01-22 01:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.004530 10.0.0.73 - - [2026-01-22 01:57:07] "POST /neutron/network HTTP/1.1" 200 850 0.005415 10.0.0.73 - - [2026-01-22 01:57:07] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.023442 10.0.0.73 - - [2026-01-22 01:57:07] "POST /neutron/port HTTP/1.1" 200 1072 0.221538 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/port HTTP/1.1" 200 1072 0.035377 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/port HTTP/1.1" 200 1072 0.009089 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/port HTTP/1.1" 200 1126 0.057297 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/port HTTP/1.1" 200 1136 0.013818 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002866 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/subnet HTTP/1.1" 200 704 0.006364 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.73 - - [2026-01-22 01:57:08] "POST /neutron/network HTTP/1.1" 200 840 0.004930 10.0.0.73 - - [2026-01-22 01:57:09] "DELETE /project/d69e221b27bd46a0ab4f073f2827854a HTTP/1.1" 404 173 0.035486 10.0.0.73 - - [2026-01-22 01:57:09] "DELETE /project/d65cb27676ca4e558fd950dbdf65076a HTTP/1.1" 404 173 0.054560 10.0.0.73 - - [2026-01-22 01:57:11] "POST /neutron/port HTTP/1.1" 200 1136 0.015416 10.0.0.73 - - [2026-01-22 01:57:11] "POST /neutron/security_group HTTP/1.1" 200 2069 0.012792 10.0.0.73 - - [2026-01-22 01:57:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003260 10.0.0.73 - - [2026-01-22 01:57:12] "GET /obj-perms HTTP/1.1" 200 5056 0.041548 10.0.0.73 - - [2026-01-22 01:57:12] "GET /obj-perms HTTP/1.1" 200 5052 0.003170 10.0.0.73 - - [2026-01-22 01:57:12] "GET /obj-perms HTTP/1.1" 200 5056 0.047051 10.0.0.73 - - [2026-01-22 01:57:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003199 10.0.0.73 - - [2026-01-22 01:57:14] "GET /obj-perms HTTP/1.1" 200 5052 0.003058 10.0.0.73 - - [2026-01-22 01:57:15] "GET /obj-perms HTTP/1.1" 200 5052 0.003020 10.0.0.73 - - [2026-01-22 01:57:16] "POST /neutron/network HTTP/1.1" 200 840 0.007475 10.0.0.73 - - [2026-01-22 01:57:16] "POST /neutron/network HTTP/1.1" 400 204 0.009305 10.0.0.73 - - [2026-01-22 01:57:17] "POST /neutron/port HTTP/1.1" 200 1136 0.023361 10.0.0.73 - - [2026-01-22 01:57:17] "POST /neutron/port HTTP/1.1" 200 1126 0.009022 10.0.0.73 - - [2026-01-22 01:57:17] "POST /neutron/port HTTP/1.1" 200 151 0.093884 10.0.0.73 - - [2026-01-22 01:57:18] "POST /neutron/network HTTP/1.1" 200 840 0.006535 10.0.0.73 - - [2026-01-22 01:57:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002882 10.0.0.73 - - [2026-01-22 01:57:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002897 10.0.0.73 - - [2026-01-22 01:57:19] "POST /neutron/network HTTP/1.1" 200 151 0.084325 10.0.0.73 - - [2026-01-22 01:57:19] "GET /routing-instance/97696029-fef4-4429-b1a2-a28caaae1bed HTTP/1.1" 404 171 0.002940 10.0.0.73 - - [2026-01-22 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.032004 10.0.0.73 - - [2026-01-22 01:57:19] "GET /domains HTTP/1.1" 200 280 0.003435 10.0.0.73 - - [2026-01-22 01:57:19] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.73 - - [2026-01-22 01:57:19] "DELETE /route-target/4cd4515e-ba27-4dd3-88bd-5ac304bea98f HTTP/1.1" 200 115 0.017021 10.0.0.73 - - [2026-01-22 01:57:19] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2584 0.050649 10.0.0.73 - - [2026-01-22 01:57:19] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000953 10.0.0.73 - - [2026-01-22 01:57:19] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a HTTP/1.1" 200 1919 0.067077 10.0.0.73 - - [2026-01-22 01:57:19] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000978 10.0.0.73 - - [2026-01-22 01:57:19] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.029219 10.0.0.73 - - [2026-01-22 01:57:19] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.73 - - [2026-01-22 01:57:19] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?fields=virtual_networks HTTP/1.1" 200 1055 0.068144 10.0.0.73 - - [2026-01-22 01:57:19] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.73 - - [2026-01-22 01:57:19] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.027320 10.0.0.73 - - [2026-01-22 01:57:19] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000974 10.0.0.73 - - [2026-01-22 01:57:19] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?fields=security_groups HTTP/1.1" 200 1292 0.024604 10.0.0.73 - - [2026-01-22 01:57:20] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000913 10.0.0.73 - - [2026-01-22 01:57:20] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.032238 10.0.0.73 - - [2026-01-22 01:57:23] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000944 10.0.0.73 - - [2026-01-22 01:57:23] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028336 10.0.0.73 - - [2026-01-22 01:57:24] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003832 10.0.0.73 - - [2026-01-22 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.028402 10.0.0.73 - - [2026-01-22 01:57:24] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.73 - - [2026-01-22 01:57:24] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.73 - - [2026-01-22 01:57:24] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006725 10.0.0.73 - - [2026-01-22 01:57:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.004674 10.0.0.73 - - [2026-01-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.002775 10.0.0.73 - - [2026-01-22 01:57:25] "POST /security-groups HTTP/1.1" 200 603 0.065024 10.0.0.73 - - [2026-01-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 246 0.006723 10.0.0.73 - - [2026-01-22 01:57:25] "POST /projects HTTP/1.1" 200 609 0.221905 10.0.0.73 - - [2026-01-22 01:57:25] "POST /access-control-lists HTTP/1.1" 200 608 0.056888 10.0.0.73 - - [2026-01-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.289609 10.0.0.73 - - [2026-01-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.002472 10.0.0.73 - - [2026-01-22 01:57:25] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.407813 10.0.0.73 - - [2026-01-22 01:57:25] "POST /access-control-lists HTTP/1.1" 200 606 0.075699 10.0.0.73 - - [2026-01-22 01:57:26] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.73 - - [2026-01-22 01:57:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2026-01-22 01:57:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2026-01-22 01:57:26] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001132 10.0.0.73 - - [2026-01-22 01:57:26] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.034925 10.0.0.73 - - [2026-01-22 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.73 - - [2026-01-22 01:57:27] "GET /security-group/4a36326c-bf9a-4507-9361-1e36fc30bd12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004798 10.0.0.73 - - [2026-01-22 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.73 - - [2026-01-22 01:57:27] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000962 10.0.0.73 - - [2026-01-22 01:57:27] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.033177 10.0.0.73 - - [2026-01-22 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.73 - - [2026-01-22 01:57:27] "GET /security-group/4a36326c-bf9a-4507-9361-1e36fc30bd12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003993 10.0.0.73 - - [2026-01-22 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.73 - - [2026-01-22 01:57:27] "PUT /security-group/4a36326c-bf9a-4507-9361-1e36fc30bd12 HTTP/1.1" 200 262 0.015279 10.0.0.73 - - [2026-01-22 01:57:27] "PUT /access-control-list/05c5ec1f-56b7-484b-bc97-3cf50e64f1da HTTP/1.1" 200 272 0.008742 10.0.0.73 - - [2026-01-22 01:57:27] "PUT /access-control-list/a24dfff4-978a-498e-a288-b412aae29c4b HTTP/1.1" 200 272 0.012947 10.0.0.73 - - [2026-01-22 01:57:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.73 - - [2026-01-22 01:57:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.73 - - [2026-01-22 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.066893 10.0.0.73 - - [2026-01-22 01:57:28] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.73 - - [2026-01-22 01:57:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-01-22 01:57:28] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025212 10.0.0.73 - - [2026-01-22 01:57:28] "POST /neutron/network HTTP/1.1" 200 117 0.052311 10.0.0.73 - - [2026-01-22 01:57:28] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001191 10.0.0.73 - - [2026-01-22 01:57:28] "POST /neutron/network HTTP/1.1" 200 619 0.070344 10.0.0.73 - - [2026-01-22 01:57:28] "POST /route-targets HTTP/1.1" 200 327 0.012788 10.0.0.73 - - [2026-01-22 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.010939 10.0.0.73 - - [2026-01-22 01:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006852 10.0.0.73 - - [2026-01-22 01:57:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.218042 10.0.0.73 - - [2026-01-22 01:57:28] "POST /neutron/network HTTP/1.1" 200 837 0.005353 10.0.0.73 - - [2026-01-22 01:57:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001156 10.0.0.73 - - [2026-01-22 01:57:28] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003873 10.0.0.73 - - [2026-01-22 01:57:28] "POST /neutron/network HTTP/1.1" 200 837 0.004721 10.0.0.73 - - [2026-01-22 01:57:28] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004299 10.0.0.73 - - [2026-01-22 01:57:29] "POST /neutron/network HTTP/1.1" 200 837 0.005452 10.0.0.73 - - [2026-01-22 01:57:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.006708 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domains HTTP/1.1" 401 292 0.001283 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domains HTTP/1.1" 200 280 0.023984 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.007418 10.0.0.73 - - [2026-01-22 01:57:29] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000796 10.0.0.73 - - [2026-01-22 01:57:29] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 2184 0.071374 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 2337 0.005165 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 2337 0.003859 10.0.0.73 - - [2026-01-22 01:57:29] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 200 1492 0.002771 10.0.0.73 - - [2026-01-22 01:57:29] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 200 1492 0.002831 10.0.0.73 - - [2026-01-22 01:57:29] "GET /route-target/6116f52e-084e-41cc-a9cd-cd85bc2a3782 HTTP/1.1" 200 1218 0.002097 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 2337 0.004270 10.0.0.73 - - [2026-01-22 01:57:29] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 200 1492 0.002973 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003713 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 2337 0.003844 10.0.0.73 - - [2026-01-22 01:57:29] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 200 1492 0.002619 10.0.0.73 - - [2026-01-22 01:57:29] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 200 1492 0.007004 10.0.0.73 - - [2026-01-22 01:57:29] "GET /route-target/6116f52e-084e-41cc-a9cd-cd85bc2a3782 HTTP/1.1" 200 1218 0.002680 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domains HTTP/1.1" 200 280 0.002358 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.73 - - [2026-01-22 01:57:29] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.006505 10.0.0.73 - - [2026-01-22 01:57:29] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.73 - - [2026-01-22 01:57:29] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 2184 0.068277 10.0.0.73 - - [2026-01-22 01:57:29] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 2337 0.005772 10.0.0.73 - - [2026-01-22 01:57:30] "GET /obj-perms HTTP/1.1" 200 5054 0.050171 10.0.0.73 - - [2026-01-22 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.014199 10.0.0.73 - - [2026-01-22 01:57:30] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.73 - - [2026-01-22 01:57:30] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025972 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 117 0.009013 10.0.0.73 - - [2026-01-22 01:57:30] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 619 0.077505 10.0.0.73 - - [2026-01-22 01:57:30] "POST /route-targets HTTP/1.1" 200 327 0.009392 10.0.0.73 - - [2026-01-22 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.014371 10.0.0.73 - - [2026-01-22 01:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004312 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.163692 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 837 0.004669 10.0.0.73 - - [2026-01-22 01:57:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.000973 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005951 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 837 0.004523 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.003940 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 837 0.004679 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.005550 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.006092 10.0.0.73 - - [2026-01-22 01:57:30] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.73 - - [2026-01-22 01:57:30] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 2412 0.075431 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6 HTTP/1.1" 200 2336 0.011264 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6 HTTP/1.1" 200 2336 0.003929 10.0.0.73 - - [2026-01-22 01:57:30] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 200 1492 0.002909 10.0.0.73 - - [2026-01-22 01:57:30] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 200 1492 0.002535 10.0.0.73 - - [2026-01-22 01:57:30] "GET /route-target/41385a2b-d1e6-4590-96cf-c63b074815c7 HTTP/1.1" 200 1218 0.002540 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6 HTTP/1.1" 200 2336 0.004701 10.0.0.73 - - [2026-01-22 01:57:30] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 200 1492 0.002634 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.003911 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6 HTTP/1.1" 200 2336 0.003682 10.0.0.73 - - [2026-01-22 01:57:30] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 200 1492 0.002579 10.0.0.73 - - [2026-01-22 01:57:30] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 200 1492 0.003783 10.0.0.73 - - [2026-01-22 01:57:30] "GET /route-target/41385a2b-d1e6-4590-96cf-c63b074815c7 HTTP/1.1" 200 1218 0.002052 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domains HTTP/1.1" 200 280 0.002321 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000747 10.0.0.73 - - [2026-01-22 01:57:30] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.005045 10.0.0.73 - - [2026-01-22 01:57:30] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000796 10.0.0.73 - - [2026-01-22 01:57:30] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 2412 0.067555 10.0.0.73 - - [2026-01-22 01:57:30] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6 HTTP/1.1" 200 2336 0.004148 10.0.0.73 - - [2026-01-22 01:57:30] "GET /obj-perms HTTP/1.1" 200 5054 0.002354 10.0.0.73 - - [2026-01-22 01:57:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001211 10.0.0.73 - - [2026-01-22 01:57:30] "POST /neutron/network HTTP/1.1" 200 847 0.005728 10.0.0.73 - - [2026-01-22 01:57:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2026-01-22 01:57:31] "GET / HTTP/1.1" 200 35931 0.001337 10.0.0.73 - - [2026-01-22 01:57:31] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000337 10.0.0.73 - - [2026-01-22 01:57:31] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.73 - - [2026-01-22 01:57:31] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.057500 10.0.0.73 - - [2026-01-22 01:57:31] "POST /neutron/network HTTP/1.1" 200 837 0.005073 10.0.0.73 - - [2026-01-22 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.004628 10.0.0.73 - - [2026-01-22 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.004142 10.0.0.73 - - [2026-01-22 01:57:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001073 10.0.0.73 - - [2026-01-22 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.004402 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/network HTTP/1.1" 200 847 0.009431 10.0.0.73 - - [2026-01-22 01:57:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/network HTTP/1.1" 200 847 0.005039 10.0.0.73 - - [2026-01-22 01:57:32] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.73 - - [2026-01-22 01:57:32] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.73 - - [2026-01-22 01:57:32] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000366 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1071 0.205617 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1071 0.009612 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1071 0.007684 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1125 0.063214 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1135 0.010110 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002800 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.005317 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 117 0.000914 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/network HTTP/1.1" 200 837 0.004708 10.0.0.73 - - [2026-01-22 01:57:32] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.73 - - [2026-01-22 01:57:32] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048796 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/network HTTP/1.1" 200 837 0.005207 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 1135 0.012887 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010020 10.0.0.73 - - [2026-01-22 01:57:32] "POST /neutron/port HTTP/1.1" 200 117 0.005486 10.0.0.73 - - [2026-01-22 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.73 - - [2026-01-22 01:57:32] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.73 - - [2026-01-22 01:57:33] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043803 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007434 10.0.0.73 - - [2026-01-22 01:57:33] "GET /floating-ip-pools?parent_id=14a287e6-e2f3-4aa1-a482-82860f08533c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003370 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005368 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/network HTTP/1.1" 200 847 0.004603 10.0.0.73 - - [2026-01-22 01:57:33] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023304 10.0.0.73 - - [2026-01-22 01:57:33] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.73 - - [2026-01-22 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.013957 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.042537 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domains HTTP/1.1" 200 280 0.004827 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000787 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.010314 10.0.0.73 - - [2026-01-22 01:57:33] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000800 10.0.0.73 - - [2026-01-22 01:57:33] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 3254 0.069789 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1071 0.280652 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 3149 0.012223 10.0.0.73 - - [2026-01-22 01:57:33] "GET /floating-ip-pool/8c25f746-4f42-42d5-9a71-84c6f77d07d1 HTTP/1.1" 200 1442 0.005428 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domains HTTP/1.1" 200 280 0.003709 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.73 - - [2026-01-22 01:57:33] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.011162 10.0.0.73 - - [2026-01-22 01:57:33] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1071 0.028514 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1071 0.008304 10.0.0.73 - - [2026-01-22 01:57:33] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 3254 0.092902 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c HTTP/1.1" 200 3149 0.012737 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008450 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1125 0.100396 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.010528 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009307 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.014075 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.009273 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.015712 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/network HTTP/1.1" 200 837 0.004534 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006492 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.011399 10.0.0.73 - - [2026-01-22 01:57:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004905 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-machine/43c5f181-229a-4bf7-8f7c-e4e74fe23aff HTTP/1.1" 200 1304 0.004317 10.0.0.73 - - [2026-01-22 01:57:33] "GET /virtual-machine-interface/e37da8f9-8da2-429c-9577-80e342f4bb13 HTTP/1.1" 200 3005 0.004802 10.0.0.73 - - [2026-01-22 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.73 - - [2026-01-22 01:57:34] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002607 10.0.0.73 - - [2026-01-22 01:57:34] "GET /virtual-networks?parent_id=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002763 10.0.0.73 - - [2026-01-22 01:57:34] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006780 10.0.0.73 - - [2026-01-22 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.73 - - [2026-01-22 01:57:37] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004367 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/port HTTP/1.1" 200 1135 0.010754 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/port HTTP/1.1" 200 1135 0.010634 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/network HTTP/1.1" 200 847 0.004872 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002548 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.005778 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.73 - - [2026-01-22 01:57:38] "POST /neutron/network HTTP/1.1" 200 837 0.004803 10.0.0.73 - - [2026-01-22 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.73 - - [2026-01-22 01:57:41] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004430 10.0.0.73 - - [2026-01-22 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.73 - - [2026-01-22 01:57:43] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003167 10.0.0.73 - - [2026-01-22 01:57:43] "GET /virtual-networks?parent_id=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002892 10.0.0.73 - - [2026-01-22 01:57:43] "GET /virtual-network/51040f42-9860-45b7-88d8-7ab2aa2281f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004996 10.0.0.73 - - [2026-01-22 01:57:43] "POST /neutron/port HTTP/1.1" 200 1135 0.014667 10.0.0.73 - - [2026-01-22 01:57:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006940 10.0.0.73 - - [2026-01-22 01:57:44] "POST /neutron/port HTTP/1.1" 200 1135 0.044821 10.0.0.73 - - [2026-01-22 01:57:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005881 10.0.0.73 - - [2026-01-22 01:57:44] "POST /neutron/port HTTP/1.1" 200 1135 0.015057 10.0.0.73 - - [2026-01-22 01:57:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006535 10.0.0.73 - - [2026-01-22 01:57:48] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/floatingip HTTP/1.1" 200 529 0.058765 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/port HTTP/1.1" 200 1135 0.014355 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006050 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/floatingip HTTP/1.1" 200 575 0.033820 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/port HTTP/1.1" 200 1135 0.013061 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007910 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/port HTTP/1.1" 200 1135 0.017424 10.0.0.73 - - [2026-01-22 01:57:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007450 10.0.0.73 - - [2026-01-22 01:57:49] "POST /neutron/port HTTP/1.1" 200 1135 0.017821 10.0.0.73 - - [2026-01-22 01:57:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008899 10.0.0.73 - - [2026-01-22 01:57:49] "GET /virtual-machine/30f8f1ab-925a-4c1e-aa10-c748ad58cfe5 HTTP/1.1" 200 1304 0.005619 10.0.0.73 - - [2026-01-22 01:57:49] "GET /virtual-machine-interface/59ef79db-5afa-4b05-a282-a133abfbc2f1 HTTP/1.1" 200 3004 0.005821 10.0.0.73 - - [2026-01-22 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.73 - - [2026-01-22 01:57:49] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004261 10.0.0.73 - - [2026-01-22 01:57:49] "GET /virtual-networks?parent_id=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003409 10.0.0.73 - - [2026-01-22 01:57:49] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005476 10.0.0.73 - - [2026-01-22 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-01-22 01:57:50] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003087 10.0.0.73 - - [2026-01-22 01:57:50] "GET /virtual-networks?parent_id=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007949 10.0.0.73 - - [2026-01-22 01:57:50] "GET /virtual-network/14a287e6-e2f3-4aa1-a482-82860f08533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005640 10.0.0.73 - - [2026-01-22 01:57:50] "POST /neutron/floatingip HTTP/1.1" 200 575 0.014632 10.0.0.73 - - [2026-01-22 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.73 - - [2026-01-22 01:57:50] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003041 10.0.0.73 - - [2026-01-22 01:57:50] "GET /route-target/6116f52e-084e-41cc-a9cd-cd85bc2a3782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004052 10.0.0.73 - - [2026-01-22 01:57:50] "GET /floating-ip/f3b572f3-0b5c-4b0b-a34c-061078de225f HTTP/1.1" 200 1888 0.005353 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010193 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/floatingip HTTP/1.1" 200 529 0.014082 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004511 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/floatingip HTTP/1.1" 200 115 0.026970 10.0.0.73 - - [2026-01-22 01:57:53] "GET /floating-ip-pool/8c25f746-4f42-42d5-9a71-84c6f77d07d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002684 10.0.0.73 - - [2026-01-22 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.73 - - [2026-01-22 01:57:53] "DELETE /floating-ip-pool/8c25f746-4f42-42d5-9a71-84c6f77d07d1 HTTP/1.1" 200 115 0.018909 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/network HTTP/1.1" 200 837 0.005621 10.0.0.73 - - [2026-01-22 01:57:53] "POST /neutron/network HTTP/1.1" 400 204 0.010778 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 1135 0.015747 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 1125 0.010391 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 1135 0.023740 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 1125 0.010039 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 151 0.135201 10.0.0.73 - - [2026-01-22 01:57:54] "POST /neutron/port HTTP/1.1" 200 151 0.141259 10.0.0.73 - - [2026-01-22 01:57:55] "POST /neutron/network HTTP/1.1" 200 837 0.005583 10.0.0.73 - - [2026-01-22 01:57:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003470 10.0.0.73 - - [2026-01-22 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.73 - - [2026-01-22 01:57:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001598 10.0.0.73 - - [2026-01-22 01:57:55] "POST /neutron/network HTTP/1.1" 200 151 0.074967 10.0.0.73 - - [2026-01-22 01:57:55] "GET /routing-instance/e4f636a0-82d2-49f3-99c1-d2126bd5da83 HTTP/1.1" 404 171 0.001675 10.0.0.73 - - [2026-01-22 01:57:55] "DELETE /route-target/41385a2b-d1e6-4590-96cf-c63b074815c7 HTTP/1.1" 200 115 0.017652 10.0.0.73 - - [2026-01-22 01:57:55] "GET /domains HTTP/1.1" 200 280 0.002802 10.0.0.73 - - [2026-01-22 01:57:55] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.73 - - [2026-01-22 01:57:55] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.049840 10.0.0.73 - - [2026-01-22 01:57:55] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.73 - - [2026-01-22 01:57:55] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 2184 0.066614 10.0.0.73 - - [2026-01-22 01:57:55] "POST /neutron/network HTTP/1.1" 200 837 0.006274 10.0.0.73 - - [2026-01-22 01:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005622 10.0.0.73 - - [2026-01-22 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005709 10.0.0.73 - - [2026-01-22 01:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.73 - - [2026-01-22 01:57:56] "POST /neutron/network HTTP/1.1" 200 151 0.091342 10.0.0.73 - - [2026-01-22 01:57:56] "DELETE /route-target/6116f52e-084e-41cc-a9cd-cd85bc2a3782 HTTP/1.1" 200 115 0.017247 10.0.0.73 - - [2026-01-22 01:57:56] "GET /routing-instance/afe473a1-adc9-4a9b-be96-13483c2dd994 HTTP/1.1" 404 171 0.003098 10.0.0.73 - - [2026-01-22 01:57:56] "GET /domains HTTP/1.1" 200 280 0.002596 10.0.0.73 - - [2026-01-22 01:57:56] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.73 - - [2026-01-22 01:57:56] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2782 0.047877 10.0.0.73 - - [2026-01-22 01:57:56] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.73 - - [2026-01-22 01:57:56] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 1934 0.070681 10.0.0.73 - - [2026-01-22 01:57:56] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.73 - - [2026-01-22 01:57:56] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.027533 10.0.0.73 - - [2026-01-22 01:57:56] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.73 - - [2026-01-22 01:57:56] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?fields=virtual_networks HTTP/1.1" 200 1066 0.064861 10.0.0.73 - - [2026-01-22 01:57:56] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275 10.0.0.73 - - [2026-01-22 01:57:56] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.024485 10.0.0.73 - - [2026-01-22 01:57:56] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.73 - - [2026-01-22 01:57:56] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?fields=security_groups HTTP/1.1" 200 1304 0.026763 10.0.0.73 - - [2026-01-22 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.023111 10.0.0.73 - - [2026-01-22 01:57:57] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001982 10.0.0.73 - - [2026-01-22 01:57:57] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.73 - - [2026-01-22 01:57:57] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005991 10.0.0.73 - - [2026-01-22 01:57:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001860 10.0.0.73 - - [2026-01-22 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003042 10.0.0.73 - - [2026-01-22 01:57:57] "POST /security-groups HTTP/1.1" 200 586 0.068910 10.0.0.73 - - [2026-01-22 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003440 10.0.0.73 - - [2026-01-22 01:57:57] "POST /projects HTTP/1.1" 200 575 0.231920 10.0.0.73 - - [2026-01-22 01:57:57] "POST /access-control-lists HTTP/1.1" 200 591 0.060703 10.0.0.73 - - [2026-01-22 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.303104 10.0.0.73 - - [2026-01-22 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002289 10.0.0.73 - - [2026-01-22 01:57:58] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.418272 10.0.0.73 - - [2026-01-22 01:57:58] "POST /access-control-lists HTTP/1.1" 200 589 0.069455 10.0.0.73 - - [2026-01-22 01:57:59] "GET / HTTP/1.1" 200 35931 0.002089 10.0.0.73 - - [2026-01-22 01:58:00] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.73 - - [2026-01-22 01:58:00] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.019274 10.0.0.73 - - [2026-01-22 01:58:00] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000832 10.0.0.73 - - [2026-01-22 01:58:00] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?fields=virtual_networks HTTP/1.1" 200 1032 0.066216 10.0.0.73 - - [2026-01-22 01:58:00] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.73 - - [2026-01-22 01:58:00] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.020066 10.0.0.73 - - [2026-01-22 01:58:00] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.73 - - [2026-01-22 01:58:00] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?fields=security_groups HTTP/1.1" 200 1253 0.022685 10.0.0.73 - - [2026-01-22 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.023092 10.0.0.73 - - [2026-01-22 01:58:01] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001983 10.0.0.73 - - [2026-01-22 01:58:01] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.73 - - [2026-01-22 01:58:01] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005949 10.0.0.73 - - [2026-01-22 01:58:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001633 10.0.0.73 - - [2026-01-22 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.001816 10.0.0.73 - - [2026-01-22 01:58:01] "POST /security-groups HTTP/1.1" 200 586 0.060393 10.0.0.73 - - [2026-01-22 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.008760 10.0.0.73 - - [2026-01-22 01:58:01] "POST /projects HTTP/1.1" 200 575 0.194227 10.0.0.73 - - [2026-01-22 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.262755 10.0.0.73 - - [2026-01-22 01:58:01] "POST /access-control-lists HTTP/1.1" 200 591 0.062248 10.0.0.73 - - [2026-01-22 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002942 10.0.0.73 - - [2026-01-22 01:58:01] "GET /project/05c70bec-8886-4799-a814-139488efd108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.376538 10.0.0.73 - - [2026-01-22 01:58:01] "POST /access-control-lists HTTP/1.1" 200 589 0.060587 10.0.0.73 - - [2026-01-22 01:58:02] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.73 - - [2026-01-22 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.002668 10.0.0.73 - - [2026-01-22 01:58:03] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000895 10.0.0.73 - - [2026-01-22 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002315 10.0.0.73 - - [2026-01-22 01:58:03] "POST /access-control-lists HTTP/1.1" 200 590 0.017132 10.0.0.73 - - [2026-01-22 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 227 0.002519 10.0.0.73 - - [2026-01-22 01:58:03] "POST /access-control-lists HTTP/1.1" 200 588 0.016806 10.0.0.73 - - [2026-01-22 01:58:03] "PUT /access-control-list/66da0a65-b646-47d8-8d51-a5277de40ae7 HTTP/1.1" 200 272 0.007193 10.0.0.73 - - [2026-01-22 01:58:03] "PUT /access-control-list/d9047ea5-ac2d-4596-8eac-6fa560d1e5c0 HTTP/1.1" 200 272 0.008854 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group HTTP/1.1" 200 1364 0.357778 10.0.0.73 - - [2026-01-22 01:58:03] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000988 10.0.0.73 - - [2026-01-22 01:58:03] "PUT /access-control-list/d9047ea5-ac2d-4596-8eac-6fa560d1e5c0 HTTP/1.1" 200 272 0.008762 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.044666 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008693 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146378 10.0.0.73 - - [2026-01-22 01:58:03] "PUT /access-control-list/d9047ea5-ac2d-4596-8eac-6fa560d1e5c0 HTTP/1.1" 200 272 0.012279 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016285 10.0.0.73 - - [2026-01-22 01:58:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123751 10.0.0.73 - - [2026-01-22 01:58:03] "PUT /access-control-list/d9047ea5-ac2d-4596-8eac-6fa560d1e5c0 HTTP/1.1" 200 272 0.009478 10.0.0.73 - - [2026-01-22 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004004 10.0.0.73 - - [2026-01-22 01:58:04] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000913 10.0.0.73 - - [2026-01-22 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.003195 10.0.0.73 - - [2026-01-22 01:58:04] "POST /access-control-lists HTTP/1.1" 200 590 0.014287 10.0.0.73 - - [2026-01-22 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 227 0.002336 10.0.0.73 - - [2026-01-22 01:58:04] "POST /access-control-lists HTTP/1.1" 200 588 0.015950 10.0.0.73 - - [2026-01-22 01:58:04] "PUT /access-control-list/f506b4fe-8494-4727-8bef-e81cdd877fc9 HTTP/1.1" 200 272 0.007722 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 1364 0.265950 10.0.0.73 - - [2026-01-22 01:58:04] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000815 10.0.0.73 - - [2026-01-22 01:58:04] "PUT /access-control-list/c85e12ac-c870-42b7-80c1-21750408b9e4 HTTP/1.1" 200 272 0.012160 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029216 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007280 10.0.0.73 - - [2026-01-22 01:58:04] "PUT /access-control-list/c85e12ac-c870-42b7-80c1-21750408b9e4 HTTP/1.1" 200 272 0.007452 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154202 10.0.0.73 - - [2026-01-22 01:58:04] "PUT /access-control-list/c85e12ac-c870-42b7-80c1-21750408b9e4 HTTP/1.1" 200 272 0.007958 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009834 10.0.0.73 - - [2026-01-22 01:58:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.135116 10.0.0.73 - - [2026-01-22 01:58:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000346 10.0.0.73 - - [2026-01-22 01:58:04] "PUT /access-control-list/c85e12ac-c870-42b7-80c1-21750408b9e4 HTTP/1.1" 200 272 0.007891 10.0.0.73 - - [2026-01-22 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 210 0.024201 10.0.0.73 - - [2026-01-22 01:58:05] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.73 - - [2026-01-22 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.003279 10.0.0.73 - - [2026-01-22 01:58:05] "POST /access-control-lists HTTP/1.1" 200 607 0.016182 10.0.0.73 - - [2026-01-22 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.002263 10.0.0.73 - - [2026-01-22 01:58:05] "POST /access-control-lists HTTP/1.1" 200 605 0.014074 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/7c3c483f-aae2-450b-8aef-a35d56dab540 HTTP/1.1" 200 272 0.007936 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/7316ccd8-2fd5-4c87-a724-c7a745e06741 HTTP/1.1" 200 272 0.007851 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group HTTP/1.1" 200 1379 0.337301 10.0.0.73 - - [2026-01-22 01:58:05] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000843 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/7316ccd8-2fd5-4c87-a724-c7a745e06741 HTTP/1.1" 200 272 0.011670 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033499 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007873 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097970 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/7316ccd8-2fd5-4c87-a724-c7a745e06741 HTTP/1.1" 200 272 0.010536 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007373 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161985 10.0.0.73 - - [2026-01-22 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003724 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/7316ccd8-2fd5-4c87-a724-c7a745e06741 HTTP/1.1" 200 272 0.011744 10.0.0.73 - - [2026-01-22 01:58:05] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.73 - - [2026-01-22 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002024 10.0.0.73 - - [2026-01-22 01:58:05] "POST /access-control-lists HTTP/1.1" 200 607 0.013247 10.0.0.73 - - [2026-01-22 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.002831 10.0.0.73 - - [2026-01-22 01:58:05] "POST /access-control-lists HTTP/1.1" 200 605 0.018722 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/05398e53-21b5-4a82-9c45-38e044f75f80 HTTP/1.1" 200 272 0.006874 10.0.0.73 - - [2026-01-22 01:58:05] "PUT /access-control-list/4c2161aa-625d-4033-8a2d-18eddf25795c HTTP/1.1" 200 272 0.006981 10.0.0.73 - - [2026-01-22 01:58:05] "POST /neutron/security_group HTTP/1.1" 200 1379 0.295980 10.0.0.73 - - [2026-01-22 01:58:05] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.022203 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008968 10.0.0.73 - - [2026-01-22 01:58:06] "PUT /access-control-list/4c2161aa-625d-4033-8a2d-18eddf25795c HTTP/1.1" 200 272 0.017111 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.137253 10.0.0.73 - - [2026-01-22 01:58:06] "PUT /access-control-list/4c2161aa-625d-4033-8a2d-18eddf25795c HTTP/1.1" 200 272 0.010102 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010614 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167041 10.0.0.73 - - [2026-01-22 01:58:06] "PUT /access-control-list/4c2161aa-625d-4033-8a2d-18eddf25795c HTTP/1.1" 200 272 0.012934 10.0.0.73 - - [2026-01-22 01:58:06] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000985 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.041723 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.005900 10.0.0.73 - - [2026-01-22 01:58:06] "POST /route-targets HTTP/1.1" 200 327 0.020333 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.005169 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003176 10.0.0.73 - - [2026-01-22 01:58:06] "PUT /logical-router/5be18867-5dd6-4647-9d28-ff5e6295cd7c HTTP/1.1" 200 262 0.024897 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.004974 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003925 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003739 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.002861 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.004568 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003089 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003524 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003462 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003139 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003852 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003672 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003412 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003947 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003626 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003052 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003367 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.005387 10.0.0.73 - - [2026-01-22 01:58:06] "POST /neutron/router HTTP/1.1" 200 541 0.003292 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003197 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003205 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003009 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003065 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003109 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003546 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003072 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003318 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003124 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003023 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.016859 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003125 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.018729 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 541 0.003808 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 151 0.042559 10.0.0.73 - - [2026-01-22 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.73 - - [2026-01-22 01:58:07] "GET /logical-router/5be18867-5dd6-4647-9d28-ff5e6295cd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004065 10.0.0.73 - - [2026-01-22 01:58:07] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003148 10.0.0.73 - - [2026-01-22 01:58:07] "DELETE /route-target/bbbff272-21b5-4237-af06-a76da564cc87 HTTP/1.1" 200 115 0.020411 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.044891 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002684 10.0.0.73 - - [2026-01-22 01:58:07] "POST /route-targets HTTP/1.1" 200 327 0.011986 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.004204 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003353 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003224 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003296 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002516 10.0.0.73 - - [2026-01-22 01:58:07] "PUT /logical-router/ddea4fb6-0aff-4c3c-81e7-3d3152ba6b12 HTTP/1.1" 200 262 0.018597 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.005121 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.006039 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003178 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002995 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003374 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003797 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003331 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003146 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002708 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002439 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002639 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002558 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002765 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002385 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002480 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003842 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003345 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003646 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.008405 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003429 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003331 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003228 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.002929 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003701 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003842 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003642 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.014402 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003172 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.019144 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 559 0.003282 10.0.0.73 - - [2026-01-22 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.73 - - [2026-01-22 01:58:07] "GET /logical-router/ddea4fb6-0aff-4c3c-81e7-3d3152ba6b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002733 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 151 0.042759 10.0.0.73 - - [2026-01-22 01:58:07] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.73 - - [2026-01-22 01:58:07] "DELETE /route-target/6829ffe1-7d0c-4a8a-b11f-38f57b0cb684 HTTP/1.1" 200 115 0.021430 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.046948 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003743 10.0.0.73 - - [2026-01-22 01:58:07] "POST /route-targets HTTP/1.1" 200 327 0.011347 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003570 10.0.0.73 - - [2026-01-22 01:58:07] "PUT /logical-router/11cbb585-e5ac-4bf2-8a9e-29475e3556af HTTP/1.1" 200 262 0.020520 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.006539 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003577 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003069 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003906 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.002867 10.0.0.73 - - [2026-01-22 01:58:07] "POST /neutron/router HTTP/1.1" 200 542 0.003438 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003102 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003542 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003261 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003240 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003052 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003007 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003756 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003277 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003577 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.002956 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003885 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003800 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.004082 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003268 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003406 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003502 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.002962 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003526 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003879 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.004294 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003755 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.004592 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.003323 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.004028 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.015741 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 542 0.014512 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 541 0.018690 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 541 0.003193 10.0.0.73 - - [2026-01-22 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.73 - - [2026-01-22 01:58:08] "GET /logical-router/11cbb585-e5ac-4bf2-8a9e-29475e3556af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004861 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/router HTTP/1.1" 200 151 0.045204 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 521 0.003576 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /route-target/c270003c-3bbc-41d5-a3d0-1cf7fb6e7676 HTTP/1.1" 200 115 0.026017 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.038558 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/05398e53-21b5-4a82-9c45-38e044f75f80 HTTP/1.1" 200 115 0.020091 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 521 0.002780 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/4c2161aa-625d-4033-8a2d-18eddf25795c HTTP/1.1" 200 115 0.024853 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.040504 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/7c3c483f-aae2-450b-8aef-a35d56dab540 HTTP/1.1" 200 115 0.019912 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 506 0.004414 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/7316ccd8-2fd5-4c87-a724-c7a745e06741 HTTP/1.1" 200 115 0.023542 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.037172 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/f506b4fe-8494-4727-8bef-e81cdd877fc9 HTTP/1.1" 200 115 0.021390 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 506 0.003860 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/c85e12ac-c870-42b7-80c1-21750408b9e4 HTTP/1.1" 200 115 0.021764 10.0.0.73 - - [2026-01-22 01:58:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.045008 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/66da0a65-b646-47d8-8d51-a5277de40ae7 HTTP/1.1" 200 115 0.022110 10.0.0.73 - - [2026-01-22 01:58:08] "DELETE /access-control-list/d9047ea5-ac2d-4596-8eac-6fa560d1e5c0 HTTP/1.1" 200 115 0.018056 10.0.0.73 - - [2026-01-22 01:58:08] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.73 - - [2026-01-22 01:58:08] "GET /project/05c70bec-8886-4799-a814-139488efd108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.021430 10.0.0.73 - - [2026-01-22 01:58:08] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/05c70bec-8886-4799-a814-139488efd108?fields=virtual_networks HTTP/1.1" 200 1031 0.064634 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/05c70bec-8886-4799-a814-139488efd108?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024389 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/05c70bec-8886-4799-a814-139488efd108?fields=security_groups HTTP/1.1" 200 1252 0.039593 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/43550012e59d4a9cbd0d0676da8068f7 HTTP/1.1" 404 173 0.009259 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/489b3470d24846e4b016fcb76763f971 HTTP/1.1" 404 173 0.010216 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/05c70bec88864799a814139488efd108 HTTP/1.1" 404 173 0.009432 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000816 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.037310 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.042983 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.045347 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?fields=security_groups HTTP/1.1" 200 1397 0.042834 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?fields=security_groups HTTP/1.1" 200 1358 0.046826 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?fields=security_groups HTTP/1.1" 200 1409 0.120715 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /security-group/5759132a-48ac-4a74-8b23-b4c16c3d90af HTTP/1.1" 200 115 0.108810 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/87bc05c1-f750-481b-a1e4-f87270283421 HTTP/1.1" 200 115 0.034556 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=d65cb276-76ca-4e55-8fd9-50dbdf65076a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001119 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /security-group/a2e8b50f-d351-403c-aed7-9d1bd121c2a4 HTTP/1.1" 200 115 0.119531 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=489b3470-d248-46e4-b016-fcb76763f971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/8c18eb12-220f-40a9-a7e4-8731fd30fc48 HTTP/1.1" 200 115 0.034220 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a?fields=application_policy_sets HTTP/1.1" 200 1436 0.053663 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /security-group/c756b2d0-4431-451c-a96d-45091b26f4f0 HTTP/1.1" 200 115 0.097939 10.0.0.73 - - [2026-01-22 01:58:09] "GET /projects?obj_uuids=43550012-e59d-4a9c-bd0d-0676da8068f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/62cb1c4c-5c95-4087-bdc1-deb41fb1719e HTTP/1.1" 200 115 0.071347 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/489b3470-d248-46e4-b016-fcb76763f971?fields=application_policy_sets HTTP/1.1" 200 1397 0.127566 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/c107b8cf-1ce0-43a8-9f4c-d2f9f00b084a HTTP/1.1" 200 115 0.063650 10.0.0.73 - - [2026-01-22 01:58:09] "GET /project/43550012-e59d-4a9c-bd0d-0676da8068f7?fields=application_policy_sets HTTP/1.1" 200 1448 0.084778 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/baa97072-03b4-4fc3-a591-95fe2e5e2e55 HTTP/1.1" 200 115 0.033865 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/d65cb276-76ca-4e55-8fd9-50dbdf65076a HTTP/1.1" 200 115 0.497282 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /access-control-list/529499a2-d65c-4e44-b9be-de543ed02f0a HTTP/1.1" 200 115 0.025563 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/489b3470-d248-46e4-b016-fcb76763f971 HTTP/1.1" 200 115 0.541952 10.0.0.73 - - [2026-01-22 01:58:09] "DELETE /project/43550012-e59d-4a9c-bd0d-0676da8068f7 HTTP/1.1" 200 115 0.588265 10.0.0.73 - - [2026-01-22 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.029499 10.0.0.73 - - [2026-01-22 01:58:10] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002997 10.0.0.73 - - [2026-01-22 01:58:10] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.73 - - [2026-01-22 01:58:10] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006050 10.0.0.73 - - [2026-01-22 01:58:10] "POST /id-to-fqname HTTP/1.1" 200 186 0.001175 10.0.0.73 - - [2026-01-22 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.003661 10.0.0.73 - - [2026-01-22 01:58:10] "POST /security-groups HTTP/1.1" 200 587 0.063850 10.0.0.73 - - [2026-01-22 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 230 0.002308 10.0.0.73 - - [2026-01-22 01:58:10] "POST /projects HTTP/1.1" 200 577 0.202900 10.0.0.73 - - [2026-01-22 01:58:10] "POST /access-control-lists HTTP/1.1" 200 592 0.056308 10.0.0.73 - - [2026-01-22 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.274997 10.0.0.73 - - [2026-01-22 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003220 10.0.0.73 - - [2026-01-22 01:58:10] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.393907 10.0.0.73 - - [2026-01-22 01:58:10] "POST /access-control-lists HTTP/1.1" 200 590 0.060656 10.0.0.73 - - [2026-01-22 01:58:11] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.73 - - [2026-01-22 01:58:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.73 - - [2026-01-22 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.064167 10.0.0.73 - - [2026-01-22 01:58:12] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001205 10.0.0.73 - - [2026-01-22 01:58:12] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025259 10.0.0.73 - - [2026-01-22 01:58:12] "POST /neutron/network HTTP/1.1" 200 117 0.031509 10.0.0.73 - - [2026-01-22 01:58:12] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.73 - - [2026-01-22 01:58:12] "POST /neutron/network HTTP/1.1" 200 601 0.058247 10.0.0.73 - - [2026-01-22 01:58:12] "POST /route-targets HTTP/1.1" 200 327 0.011044 10.0.0.73 - - [2026-01-22 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.73 - - [2026-01-22 01:58:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004672 10.0.0.73 - - [2026-01-22 01:58:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.162181 10.0.0.73 - - [2026-01-22 01:58:12] "POST /neutron/network HTTP/1.1" 200 821 0.004866 10.0.0.73 - - [2026-01-22 01:58:12] "POST /id-to-fqname HTTP/1.1" 200 216 0.000956 10.0.0.73 - - [2026-01-22 01:58:12] "GET /virtual-network/dfd8c21b-9a2e-454c-b584-f94c6d5570f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003816 10.0.0.73 - - [2026-01-22 01:58:13] "POST /neutron/network HTTP/1.1" 200 821 0.004711 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-network/dfd8c21b-9a2e-454c-b584-f94c6d5570f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004264 10.0.0.73 - - [2026-01-22 01:58:13] "POST /neutron/network HTTP/1.1" 200 821 0.004469 10.0.0.73 - - [2026-01-22 01:58:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.005911 10.0.0.73 - - [2026-01-22 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.002160 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-network/dfd8c21b-9a2e-454c-b584-f94c6d5570f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004636 10.0.0.73 - - [2026-01-22 01:58:13] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.73 - - [2026-01-22 01:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.058611 10.0.0.73 - - [2026-01-22 01:58:13] "POST /neutron/port HTTP/1.1" 200 1018 0.176095 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-machine-interface/fa96b60e-b83e-4fb0-a98b-48aa24e3798b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.004240 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-machine-interface/fa96b60e-b83e-4fb0-a98b-48aa24e3798b?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.004601 10.0.0.73 - - [2026-01-22 01:58:13] "GET /instance-ip/82ad4031-46f9-47cb-a4aa-c6d1172e40fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.003720 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-machine-interface/fa96b60e-b83e-4fb0-a98b-48aa24e3798b HTTP/1.1" 401 292 0.002331 10.0.0.73 - - [2026-01-22 01:58:13] "GET /virtual-machine-interface/fa96b60e-b83e-4fb0-a98b-48aa24e3798b HTTP/1.1" 200 2606 0.044088 10.0.0.73 - - [2026-01-22 01:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.363436 10.0.0.73 - - [2026-01-22 01:58:13] "POST /neutron/port HTTP/1.1" 200 1018 0.012814 10.0.0.73 - - [2026-01-22 01:58:14] "POST /neutron/port HTTP/1.1" 200 151 0.064391 10.0.0.73 - - [2026-01-22 01:58:14] "POST /neutron/network HTTP/1.1" 200 821 0.005008 10.0.0.73 - - [2026-01-22 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.73 - - [2026-01-22 01:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.73 - - [2026-01-22 01:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.73 - - [2026-01-22 01:58:14] "POST /neutron/network HTTP/1.1" 200 151 0.090411 10.0.0.73 - - [2026-01-22 01:58:14] "DELETE /route-target/8e4caf42-e732-4409-a5e3-d83e603d39dd HTTP/1.1" 200 115 0.027355 10.0.0.73 - - [2026-01-22 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.73 - - [2026-01-22 01:58:14] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000780 10.0.0.73 - - [2026-01-22 01:58:14] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021073 10.0.0.73 - - [2026-01-22 01:58:14] "POST /neutron/network HTTP/1.1" 200 117 0.007698 10.0.0.73 - - [2026-01-22 01:58:14] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001177 10.0.0.73 - - [2026-01-22 01:58:14] "POST /neutron/network HTTP/1.1" 200 603 0.057263 10.0.0.73 - - [2026-01-22 01:58:14] "POST /route-targets HTTP/1.1" 200 327 0.009481 10.0.0.73 - - [2026-01-22 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.008950 10.0.0.73 - - [2026-01-22 01:58:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002921 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.197771 10.0.0.73 - - [2026-01-22 01:58:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.126379 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/network HTTP/1.1" 200 978 0.005362 10.0.0.73 - - [2026-01-22 01:58:15] "POST /id-to-fqname HTTP/1.1" 200 217 0.000906 10.0.0.73 - - [2026-01-22 01:58:15] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.003845 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/network HTTP/1.1" 200 978 0.007918 10.0.0.73 - - [2026-01-22 01:58:15] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.003901 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/network HTTP/1.1" 200 978 0.005704 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.004771 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.004896 10.0.0.73 - - [2026-01-22 01:58:15] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000801 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 1019 0.137920 10.0.0.73 - - [2026-01-22 01:58:15] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 1017 0.136857 10.0.0.73 - - [2026-01-22 01:58:15] "POST /id-to-fqname HTTP/1.1" 200 217 0.001193 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 1019 0.007199 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 1019 0.006865 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/network HTTP/1.1" 200 978 0.004863 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 1019 0.006384 10.0.0.73 - - [2026-01-22 01:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.004939 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.004640 10.0.0.73 - - [2026-01-22 01:58:16] "POST /id-to-fqname HTTP/1.1" 200 217 0.001323 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.004081 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007619 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007162 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/network HTTP/1.1" 200 978 0.005163 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006358 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1019 0.007838 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006761 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.011443 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.006361 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.003937 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009320 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1019 0.007178 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/network HTTP/1.1" 200 988 0.004730 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/network HTTP/1.1" 200 988 0.005142 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006708 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1019 0.010756 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1017 0.011550 10.0.0.73 - - [2026-01-22 01:58:16] "POST /neutron/port HTTP/1.1" 200 1019 0.017186 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 1109 0.109049 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 1111 0.115593 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 1119 0.016491 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 1121 0.013721 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003066 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002666 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/subnet HTTP/1.1" 200 704 0.007019 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.008251 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.000859 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/network HTTP/1.1" 200 978 0.007652 10.0.0.73 - - [2026-01-22 01:58:17] "POST /neutron/network HTTP/1.1" 200 978 0.006506 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/port HTTP/1.1" 200 1121 0.010604 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005188 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/port HTTP/1.1" 200 1121 0.011851 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005103 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/port HTTP/1.1" 200 1121 0.010801 10.0.0.73 - - [2026-01-22 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006641 10.0.0.73 - - [2026-01-22 01:58:21] "GET /virtual-machine/dd83e67d-824f-41fc-8d18-92a669c4b33b HTTP/1.1" 200 1285 0.003724 10.0.0.73 - - [2026-01-22 01:58:21] "GET /virtual-machine-interface/a1226f23-abe3-4663-a3ad-5d188a73d937 HTTP/1.1" 200 2925 0.003818 10.0.0.73 - - [2026-01-22 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.73 - - [2026-01-22 01:58:21] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002636 10.0.0.73 - - [2026-01-22 01:58:21] "GET /virtual-networks?parent_id=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002615 10.0.0.73 - - [2026-01-22 01:58:21] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005282 10.0.0.73 - - [2026-01-22 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.73 - - [2026-01-22 01:58:24] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006479 10.0.0.73 - - [2026-01-22 01:58:25] "POST /neutron/port HTTP/1.1" 200 1121 0.011580 10.0.0.73 - - [2026-01-22 01:58:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008047 10.0.0.73 - - [2026-01-22 01:58:25] "POST /neutron/port HTTP/1.1" 200 1119 0.013397 10.0.0.73 - - [2026-01-22 01:58:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004804 10.0.0.73 - - [2026-01-22 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.73 - - [2026-01-22 01:58:27] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-networks?parent_id=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002681 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005216 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/port HTTP/1.1" 200 1119 0.016880 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006485 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/port HTTP/1.1" 200 1119 0.014903 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005956 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/port HTTP/1.1" 200 1119 0.013461 10.0.0.73 - - [2026-01-22 01:58:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.017364 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-machine/06ad7d00-ba19-45bd-8c2a-3f9bd6ac623a HTTP/1.1" 200 1283 0.007245 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-machine-interface/15d57cbe-1617-4b65-847f-e3cb3a9fc4c6 HTTP/1.1" 200 2923 0.004622 10.0.0.73 - - [2026-01-22 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.73 - - [2026-01-22 01:58:27] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004088 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-networks?parent_id=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002518 10.0.0.73 - - [2026-01-22 01:58:27] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004867 10.0.0.73 - - [2026-01-22 01:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.73 - - [2026-01-22 01:58:28] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003083 10.0.0.73 - - [2026-01-22 01:58:28] "GET /virtual-networks?parent_id=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002715 10.0.0.73 - - [2026-01-22 01:58:29] "GET /virtual-network/bea9131e-e4ed-4fa5-8b60-e194e5ba8928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005378 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 1109 0.011461 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 1109 0.010717 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 151 0.103154 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 1111 0.011859 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 1111 0.007855 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 151 0.109229 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/network HTTP/1.1" 200 978 0.006696 10.0.0.73 - - [2026-01-22 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.73 - - [2026-01-22 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001394 10.0.0.73 - - [2026-01-22 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.73 - - [2026-01-22 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001391 10.0.0.73 - - [2026-01-22 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/network HTTP/1.1" 200 151 0.086852 10.0.0.73 - - [2026-01-22 01:58:33] "DELETE /route-target/927a1bce-736c-4400-adb8-ac137e71d33f HTTP/1.1" 200 115 0.016103 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.004230 10.0.0.73 - - [2026-01-22 01:58:33] "POST /neutron/port HTTP/1.1" 400 205 0.003050 10.0.0.73 - - [2026-01-22 01:58:34] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000951 10.0.0.73 - - [2026-01-22 01:58:34] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.036688 10.0.0.73 - - [2026-01-22 01:58:34] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 10.0.0.73 - - [2026-01-22 01:58:34] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?fields=virtual_networks HTTP/1.1" 200 1033 0.024915 10.0.0.73 - - [2026-01-22 01:58:34] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001176 10.0.0.73 - - [2026-01-22 01:58:34] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025356 10.0.0.73 - - [2026-01-22 01:58:34] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000885 10.0.0.73 - - [2026-01-22 01:58:34] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?fields=security_groups HTTP/1.1" 200 1255 0.022125 10.0.0.73 - - [2026-01-22 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.024292 10.0.0.73 - - [2026-01-22 01:58:35] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002158 10.0.0.73 - - [2026-01-22 01:58:35] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.73 - - [2026-01-22 01:58:35] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005718 10.0.0.73 - - [2026-01-22 01:58:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.003114 10.0.0.73 - - [2026-01-22 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.003373 10.0.0.73 - - [2026-01-22 01:58:35] "POST /security-groups HTTP/1.1" 200 589 0.068806 10.0.0.73 - - [2026-01-22 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.002617 10.0.0.73 - - [2026-01-22 01:58:35] "POST /projects HTTP/1.1" 200 581 0.222460 10.0.0.73 - - [2026-01-22 01:58:35] "POST /access-control-lists HTTP/1.1" 200 594 0.058716 10.0.0.73 - - [2026-01-22 01:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.296417 10.0.0.73 - - [2026-01-22 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.002857 10.0.0.73 - - [2026-01-22 01:58:35] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.423618 10.0.0.73 - - [2026-01-22 01:58:35] "POST /access-control-lists HTTP/1.1" 200 592 0.061263 10.0.0.73 - - [2026-01-22 01:58:36] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.73 - - [2026-01-22 01:58:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.73 - - [2026-01-22 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.051334 10.0.0.73 - - [2026-01-22 01:58:37] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.73 - - [2026-01-22 01:58:37] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025181 10.0.0.73 - - [2026-01-22 01:58:37] "POST /neutron/network HTTP/1.1" 200 117 0.029442 10.0.0.73 - - [2026-01-22 01:58:37] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.73 - - [2026-01-22 01:58:37] "POST /neutron/network HTTP/1.1" 200 605 0.063055 10.0.0.73 - - [2026-01-22 01:58:38] "POST /route-targets HTTP/1.1" 200 327 0.010790 10.0.0.73 - - [2026-01-22 01:58:38] "POST /ref-update HTTP/1.1" 200 156 0.018440 10.0.0.73 - - [2026-01-22 01:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006144 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.186137 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.003959 10.0.0.73 - - [2026-01-22 01:58:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.000932 10.0.0.73 - - [2026-01-22 01:58:38] "GET /virtual-network/1c0c5c4b-5aa7-48a1-8609-1daa003e98bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005847 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.006082 10.0.0.73 - - [2026-01-22 01:58:38] "GET /virtual-network/1c0c5c4b-5aa7-48a1-8609-1daa003e98bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.003895 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.006100 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.005126 10.0.0.73 - - [2026-01-22 01:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001621 10.0.0.73 - - [2026-01-22 01:58:38] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.73 - - [2026-01-22 01:58:38] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028123 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 117 0.010828 10.0.0.73 - - [2026-01-22 01:58:38] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 605 0.061320 10.0.0.73 - - [2026-01-22 01:58:38] "POST /route-targets HTTP/1.1" 200 327 0.011756 10.0.0.73 - - [2026-01-22 01:58:38] "POST /ref-update HTTP/1.1" 200 156 0.015923 10.0.0.73 - - [2026-01-22 01:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.010714 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.185772 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.005847 10.0.0.73 - - [2026-01-22 01:58:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001136 10.0.0.73 - - [2026-01-22 01:58:38] "GET /virtual-network/a67109a3-151c-472e-ac4a-3cdb1eee093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003909 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/port HTTP/1.1" 200 117 0.003707 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/port HTTP/1.1" 400 205 0.002146 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.010899 10.0.0.73 - - [2026-01-22 01:58:38] "GET /virtual-network/a67109a3-151c-472e-ac4a-3cdb1eee093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004118 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.004498 10.0.0.73 - - [2026-01-22 01:58:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.005363 10.0.0.73 - - [2026-01-22 01:58:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.000915 10.0.0.73 - - [2026-01-22 01:58:39] "POST /neutron/network HTTP/1.1" 200 833 0.004472 10.0.0.73 - - [2026-01-22 01:58:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-01-22 01:58:39] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.73 - - [2026-01-22 01:58:39] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000347 10.0.0.73 - - [2026-01-22 01:58:39] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.73 - - [2026-01-22 01:58:39] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053699 10.0.0.73 - - [2026-01-22 01:58:39] "POST /neutron/network HTTP/1.1" 200 823 0.004668 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.004678 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.73 - - [2026-01-22 01:58:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001226 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.007187 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/network HTTP/1.1" 200 833 0.004779 10.0.0.73 - - [2026-01-22 01:58:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/network HTTP/1.1" 200 833 0.006343 10.0.0.73 - - [2026-01-22 01:58:40] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.73 - - [2026-01-22 01:58:40] "GET / HTTP/1.1" 200 35931 0.002280 10.0.0.73 - - [2026-01-22 01:58:40] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.194148 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.010751 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.009019 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 1111 0.066206 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/port HTTP/1.1" 200 1121 0.009748 10.0.0.73 - - [2026-01-22 01:58:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003093 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.010109 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.73 - - [2026-01-22 01:58:41] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/network HTTP/1.1" 200 823 0.008896 10.0.0.73 - - [2026-01-22 01:58:41] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056343 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/network HTTP/1.1" 200 823 0.004699 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/port HTTP/1.1" 200 1121 0.017622 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008659 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/port HTTP/1.1" 200 117 0.006605 10.0.0.73 - - [2026-01-22 01:58:41] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/router HTTP/1.1" 200 580 0.058635 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/router HTTP/1.1" 200 580 0.005531 10.0.0.73 - - [2026-01-22 01:58:41] "POST /route-targets HTTP/1.1" 200 327 0.011937 10.0.0.73 - - [2026-01-22 01:58:41] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.73 - - [2026-01-22 01:58:41] "PUT /logical-router/6e5df80d-d1dd-4ba7-9872-33f7cc5a0ef8 HTTP/1.1" 200 262 0.027741 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/router HTTP/1.1" 200 344 0.277075 10.0.0.73 - - [2026-01-22 01:58:41] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/port HTTP/1.1" 200 1121 0.015523 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004577 10.0.0.73 - - [2026-01-22 01:58:41] "POST /neutron/network HTTP/1.1" 200 833 0.007183 10.0.0.73 - - [2026-01-22 01:58:41] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 1057 0.237283 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 1057 0.012712 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 1057 0.010292 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 1111 0.059491 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 1121 0.010580 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002340 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.005850 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/port HTTP/1.1" 200 117 0.000941 10.0.0.73 - - [2026-01-22 01:58:42] "POST /neutron/network HTTP/1.1" 200 823 0.005006 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/port HTTP/1.1" 200 1121 0.015468 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006817 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/port HTTP/1.1" 200 1121 0.011964 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005474 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/port HTTP/1.1" 200 1121 0.011860 10.0.0.73 - - [2026-01-22 01:58:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004953 10.0.0.73 - - [2026-01-22 01:58:46] "GET /virtual-machine/a5992356-fd9f-491f-9361-d11bb7071907 HTTP/1.1" 401 292 0.000373 10.0.0.73 - - [2026-01-22 01:58:47] "GET /virtual-machine/a5992356-fd9f-491f-9361-d11bb7071907 HTTP/1.1" 200 1291 0.026484 10.0.0.73 - - [2026-01-22 01:58:47] "GET /virtual-machine-interface/7d8da579-27a7-4f45-a2a3-4897e93064a3 HTTP/1.1" 200 2934 0.004524 10.0.0.73 - - [2026-01-22 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.73 - - [2026-01-22 01:58:47] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002515 10.0.0.73 - - [2026-01-22 01:58:47] "GET /virtual-networks?parent_id=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002601 10.0.0.73 - - [2026-01-22 01:58:47] "GET /virtual-network/1c0c5c4b-5aa7-48a1-8609-1daa003e98bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006817 10.0.0.73 - - [2026-01-22 01:58:49] "POST /neutron/port HTTP/1.1" 200 1121 0.010231 10.0.0.73 - - [2026-01-22 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003944 10.0.0.73 - - [2026-01-22 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.73 - - [2026-01-22 01:58:50] "GET /virtual-network/1c0c5c4b-5aa7-48a1-8609-1daa003e98bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004367 10.0.0.73 - - [2026-01-22 01:58:50] "POST /neutron/port HTTP/1.1" 200 1121 0.014700 10.0.0.73 - - [2026-01-22 01:58:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005388 10.0.0.73 - - [2026-01-22 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.73 - - [2026-01-22 01:58:52] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002751 10.0.0.73 - - [2026-01-22 01:58:52] "GET /virtual-networks?parent_id=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002439 10.0.0.73 - - [2026-01-22 01:58:52] "GET /virtual-network/1c0c5c4b-5aa7-48a1-8609-1daa003e98bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004569 10.0.0.73 - - [2026-01-22 01:58:52] "POST /neutron/port HTTP/1.1" 200 1121 0.010241 10.0.0.73 - - [2026-01-22 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004813 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/port HTTP/1.1" 200 1121 0.011173 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006596 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/port HTTP/1.1" 200 1121 0.011455 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005862 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/port HTTP/1.1" 200 1121 0.009946 10.0.0.73 - - [2026-01-22 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005050 10.0.0.73 - - [2026-01-22 01:58:58] "GET /virtual-machine/5384bb56-7364-4976-99ce-24f6a0a1379e HTTP/1.1" 200 1290 0.004339 10.0.0.73 - - [2026-01-22 01:58:58] "GET /virtual-machine-interface/3a66a10d-29a5-4655-8418-e345462d4171 HTTP/1.1" 200 2933 0.005738 10.0.0.73 - - [2026-01-22 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.73 - - [2026-01-22 01:58:58] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.73 - - [2026-01-22 01:58:58] "GET /virtual-networks?parent_id=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002594 10.0.0.73 - - [2026-01-22 01:58:58] "GET /virtual-network/a67109a3-151c-472e-ac4a-3cdb1eee093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004508 10.0.0.73 - - [2026-01-22 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.73 - - [2026-01-22 01:58:59] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003605 10.0.0.73 - - [2026-01-22 01:58:59] "GET /virtual-networks?parent_id=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003052 10.0.0.73 - - [2026-01-22 01:58:59] "GET /virtual-network/a67109a3-151c-472e-ac4a-3cdb1eee093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005637 10.0.0.73 - - [2026-01-22 01:59:04] "POST /neutron/router HTTP/1.1" 200 580 0.003915 10.0.0.73 - - [2026-01-22 01:59:04] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.73 - - [2026-01-22 01:59:04] "POST /neutron/router HTTP/1.1" 200 344 0.181677 10.0.0.73 - - [2026-01-22 01:59:04] "POST /neutron/port HTTP/1.1" 200 1918 0.016492 10.0.0.73 - - [2026-01-22 01:59:05] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.73 - - [2026-01-22 01:59:09] "DELETE /project/6f746c5a4df9452a83d63ed869f6eb5c HTTP/1.1" 404 173 0.007345 10.0.0.73 - - [2026-01-22 01:59:09] "DELETE /project/666c2deccc8b45cbbe5e6ad5b965e0ba HTTP/1.1" 404 173 0.006691 10.0.0.73 - - [2026-01-22 01:59:09] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000754 10.0.0.73 - - [2026-01-22 01:59:09] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000676 10.0.0.73 - - [2026-01-22 01:59:09] "GET /project/05c70bec-8886-4799-a814-139488efd108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.034425 10.0.0.73 - - [2026-01-22 01:59:09] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.041482 10.0.0.73 - - [2026-01-22 01:59:09] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000791 10.0.0.73 - - [2026-01-22 01:59:09] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.73 - - [2026-01-22 01:59:09] "GET /project/05c70bec-8886-4799-a814-139488efd108?fields=security_groups HTTP/1.1" 200 1357 0.032051 10.0.0.73 - - [2026-01-22 01:59:09] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?fields=security_groups HTTP/1.1" 200 1360 0.034985 10.0.0.73 - - [2026-01-22 01:59:09] "DELETE /security-group/2055c18a-9793-4c72-a113-1d070cbc0639 HTTP/1.1" 200 115 0.050886 10.0.0.73 - - [2026-01-22 01:59:09] "GET /projects?obj_uuids=05c70bec-8886-4799-a814-139488efd108&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /security-group/51bf2763-e840-492c-a9f6-b687cf18e53e HTTP/1.1" 200 115 0.060715 10.0.0.73 - - [2026-01-22 01:59:10] "GET /projects?obj_uuids=6f746c5a-4df9-452a-83d6-3ed869f6eb5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /access-control-list/3dce23f5-2d58-405b-9f69-ba73ce59c5a4 HTTP/1.1" 200 115 0.050629 10.0.0.73 - - [2026-01-22 01:59:10] "GET /project/05c70bec-8886-4799-a814-139488efd108?fields=application_policy_sets HTTP/1.1" 200 1396 0.043407 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /access-control-list/53540865-2fd3-4ca1-8a20-4f31e88981ab HTTP/1.1" 200 115 0.032856 10.0.0.73 - - [2026-01-22 01:59:10] "GET /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c?fields=application_policy_sets HTTP/1.1" 200 1399 0.066164 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /access-control-list/cc04875c-3279-4929-ba75-e04c16fffb2d HTTP/1.1" 200 115 0.024036 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /access-control-list/683fad93-1f50-4d85-8dfd-a939db5b791c HTTP/1.1" 200 115 0.029493 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /project/05c70bec-8886-4799-a814-139488efd108 HTTP/1.1" 200 115 0.385572 10.0.0.73 - - [2026-01-22 01:59:10] "DELETE /project/6f746c5a-4df9-452a-83d6-3ed869f6eb5c HTTP/1.1" 200 115 0.411441 10.0.0.73 - - [2026-01-22 01:59:11] "POST /neutron/router HTTP/1.1" 200 580 0.003248 10.0.0.73 - - [2026-01-22 01:59:11] "POST /ref-update HTTP/1.1" 200 156 0.020859 10.0.0.73 - - [2026-01-22 01:59:11] "POST /neutron/router HTTP/1.1" 200 344 0.117315 10.0.0.73 - - [2026-01-22 01:59:14] "GET /obj-perms HTTP/1.1" 200 5056 0.069220 10.0.0.73 - - [2026-01-22 01:59:14] "POST /neutron/router HTTP/1.1" 200 580 0.004725 10.0.0.73 - - [2026-01-22 01:59:14] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.73 - - [2026-01-22 01:59:14] "GET /obj-perms HTTP/1.1" 200 5056 0.050542 10.0.0.73 - - [2026-01-22 01:59:14] "POST /neutron/router HTTP/1.1" 200 344 0.181308 10.0.0.73 - - [2026-01-22 01:59:14] "POST /ref-update HTTP/1.1" 200 156 0.011043 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 580 0.004443 10.0.0.73 - - [2026-01-22 01:59:17] "POST /ref-update HTTP/1.1" 200 156 0.011041 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 344 0.109721 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 580 0.003933 10.0.0.73 - - [2026-01-22 01:59:17] "POST /ref-update HTTP/1.1" 200 156 0.014347 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 344 0.099773 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 580 0.003807 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/router HTTP/1.1" 200 151 0.034978 10.0.0.73 - - [2026-01-22 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.73 - - [2026-01-22 01:59:17] "GET /logical-router/6e5df80d-d1dd-4ba7-9872-33f7cc5a0ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002400 10.0.0.73 - - [2026-01-22 01:59:17] "DELETE /route-target/36b2e407-acce-48bf-825e-640c06eff943 HTTP/1.1" 200 115 0.018108 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/network HTTP/1.1" 200 823 0.007554 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/network HTTP/1.1" 400 204 0.009194 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/port HTTP/1.1" 200 1121 0.015454 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/port HTTP/1.1" 200 1111 0.008772 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/port HTTP/1.1" 200 1121 0.017397 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/port HTTP/1.1" 200 1111 0.023487 10.0.0.73 - - [2026-01-22 01:59:17] "POST /neutron/port HTTP/1.1" 200 151 0.124901 10.0.0.73 - - [2026-01-22 01:59:18] "POST /neutron/port HTTP/1.1" 200 151 0.105311 10.0.0.73 - - [2026-01-22 01:59:19] "POST /neutron/network HTTP/1.1" 200 823 0.004900 10.0.0.73 - - [2026-01-22 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.73 - - [2026-01-22 01:59:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.73 - - [2026-01-22 01:59:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001564 10.0.0.73 - - [2026-01-22 01:59:19] "POST /neutron/network HTTP/1.1" 200 151 0.071224 10.0.0.73 - - [2026-01-22 01:59:19] "DELETE /route-target/14a42490-9550-446f-804b-7acb2d0a7c91 HTTP/1.1" 200 115 0.013996 10.0.0.73 - - [2026-01-22 01:59:19] "POST /neutron/network HTTP/1.1" 200 823 0.004412 10.0.0.73 - - [2026-01-22 01:59:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.73 - - [2026-01-22 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-01-22 01:59:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.73 - - [2026-01-22 01:59:19] "POST /neutron/network HTTP/1.1" 200 151 0.068223 10.0.0.73 - - [2026-01-22 01:59:19] "DELETE /route-target/7aa83634-8e9a-49e6-9572-a709c276e216 HTTP/1.1" 200 115 0.020080 10.0.0.73 - - [2026-01-22 01:59:19] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.73 - - [2026-01-22 01:59:19] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034570 10.0.0.73 - - [2026-01-22 01:59:19] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.73 - - [2026-01-22 01:59:20] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?fields=virtual_networks HTTP/1.1" 200 1038 0.073332 10.0.0.73 - - [2026-01-22 01:59:20] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.73 - - [2026-01-22 01:59:20] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.035353 10.0.0.73 - - [2026-01-22 01:59:20] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.73 - - [2026-01-22 01:59:20] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?fields=security_groups HTTP/1.1" 200 1262 0.027942 10.0.0.73 - - [2026-01-22 01:59:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.026631 10.0.0.73 - - [2026-01-22 01:59:21] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001895 10.0.0.73 - - [2026-01-22 01:59:21] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.73 - - [2026-01-22 01:59:21] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005888 10.0.0.73 - - [2026-01-22 01:59:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.001167 10.0.0.73 - - [2026-01-22 01:59:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003415 10.0.0.73 - - [2026-01-22 01:59:21] "POST /security-groups HTTP/1.1" 200 594 0.070874 10.0.0.73 - - [2026-01-22 01:59:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.003427 10.0.0.73 - - [2026-01-22 01:59:21] "POST /projects HTTP/1.1" 200 591 0.242455 10.0.0.73 - - [2026-01-22 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.316379 10.0.0.73 - - [2026-01-22 01:59:21] "POST /access-control-lists HTTP/1.1" 200 599 0.077320 10.0.0.73 - - [2026-01-22 01:59:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003107 10.0.0.73 - - [2026-01-22 01:59:21] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.441984 10.0.0.73 - - [2026-01-22 01:59:21] "POST /access-control-lists HTTP/1.1" 200 597 0.060708 10.0.0.73 - - [2026-01-22 01:59:22] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.73 - - [2026-01-22 01:59:23] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2026-01-22 01:59:23] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.73 - - [2026-01-22 01:59:24] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053787 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001990 10.0.0.73 - - [2026-01-22 01:59:24] "GET /security-group/927a81c9-21c2-4dc7-a1cc-8426d5372f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005050 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.73 - - [2026-01-22 01:59:24] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001684 10.0.0.73 - - [2026-01-22 01:59:24] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041287 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.73 - - [2026-01-22 01:59:24] "GET /security-group/927a81c9-21c2-4dc7-a1cc-8426d5372f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.003924 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.73 - - [2026-01-22 01:59:24] "PUT /security-group/927a81c9-21c2-4dc7-a1cc-8426d5372f68 HTTP/1.1" 200 262 0.012316 10.0.0.73 - - [2026-01-22 01:59:24] "PUT /access-control-list/f850170a-5413-4b59-9ca5-838969439b7f HTTP/1.1" 200 272 0.009237 10.0.0.73 - - [2026-01-22 01:59:24] "PUT /access-control-list/c6160c33-1c51-4dae-b6fb-2d6228e7305b HTTP/1.1" 200 272 0.009937 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.002508 10.0.0.73 - - [2026-01-22 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.73 - - [2026-01-22 01:59:24] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001328 10.0.0.73 - - [2026-01-22 01:59:24] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.021460 10.0.0.73 - - [2026-01-22 01:59:24] "POST /neutron/network HTTP/1.1" 200 117 0.032280 10.0.0.73 - - [2026-01-22 01:59:24] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000903 10.0.0.73 - - [2026-01-22 01:59:24] "POST /neutron/network HTTP/1.1" 200 608 0.061386 10.0.0.73 - - [2026-01-22 01:59:24] "POST /route-targets HTTP/1.1" 200 327 0.010645 10.0.0.73 - - [2026-01-22 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.011516 10.0.0.73 - - [2026-01-22 01:59:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003207 10.0.0.73 - - [2026-01-22 01:59:24] "POST /neutron/subnet HTTP/1.1" 200 705 0.147039 10.0.0.73 - - [2026-01-22 01:59:24] "POST /neutron/network HTTP/1.1" 200 823 0.005279 10.0.0.73 - - [2026-01-22 01:59:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001039 10.0.0.73 - - [2026-01-22 01:59:24] "GET /virtual-network/d64ef63c-2ee3-45ef-a40f-98e87837c6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004177 10.0.0.73 - - [2026-01-22 01:59:24] "POST /neutron/network HTTP/1.1" 200 823 0.004836 10.0.0.73 - - [2026-01-22 01:59:24] "GET /virtual-network/d64ef63c-2ee3-45ef-a40f-98e87837c6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007127 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 823 0.005560 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 705 0.005924 10.0.0.73 - - [2026-01-22 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.73 - - [2026-01-22 01:59:25] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000914 10.0.0.73 - - [2026-01-22 01:59:25] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.020193 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 117 0.007742 10.0.0.73 - - [2026-01-22 01:59:25] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000848 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 615 0.077082 10.0.0.73 - - [2026-01-22 01:59:25] "POST /route-targets HTTP/1.1" 200 327 0.015164 10.0.0.73 - - [2026-01-22 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.017223 10.0.0.73 - - [2026-01-22 01:59:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001874 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.209438 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.004142 10.0.0.73 - - [2026-01-22 01:59:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.000966 10.0.0.73 - - [2026-01-22 01:59:25] "GET /virtual-network/6ec9f201-993a-4d92-97f9-556d5632425c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004299 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.004191 10.0.0.73 - - [2026-01-22 01:59:25] "GET /virtual-network/6ec9f201-993a-4d92-97f9-556d5632425c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003827 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.004468 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.005808 10.0.0.73 - - [2026-01-22 01:59:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.000983 10.0.0.73 - - [2026-01-22 01:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.004354 10.0.0.73 - - [2026-01-22 01:59:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000339 10.0.0.73 - - [2026-01-22 01:59:26] "GET / HTTP/1.1" 200 35931 0.001453 10.0.0.73 - - [2026-01-22 01:59:26] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000327 10.0.0.73 - - [2026-01-22 01:59:26] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000893 10.0.0.73 - - [2026-01-22 01:59:26] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045439 10.0.0.73 - - [2026-01-22 01:59:26] "POST /neutron/network HTTP/1.1" 200 823 0.004494 10.0.0.73 - - [2026-01-22 01:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.73 - - [2026-01-22 01:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.004616 10.0.0.73 - - [2026-01-22 01:59:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001247 10.0.0.73 - - [2026-01-22 01:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.005108 10.0.0.73 - - [2026-01-22 01:59:26] "POST /neutron/network HTTP/1.1" 200 843 0.004760 10.0.0.73 - - [2026-01-22 01:59:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/network HTTP/1.1" 200 833 0.004339 10.0.0.73 - - [2026-01-22 01:59:27] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001719 10.0.0.73 - - [2026-01-22 01:59:27] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.73 - - [2026-01-22 01:59:27] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1059 0.185208 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1059 0.009472 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1059 0.009536 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1113 0.053009 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1123 0.010886 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002727 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/subnet HTTP/1.1" 200 679 0.006282 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.000953 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/network HTTP/1.1" 200 823 0.004078 10.0.0.73 - - [2026-01-22 01:59:27] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001145 10.0.0.73 - - [2026-01-22 01:59:27] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040403 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/network HTTP/1.1" 200 833 0.005541 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 1123 0.014394 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009862 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.004064 10.0.0.73 - - [2026-01-22 01:59:27] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000922 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/router HTTP/1.1" 200 585 0.060865 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/router HTTP/1.1" 200 585 0.003875 10.0.0.73 - - [2026-01-22 01:59:27] "POST /route-targets HTTP/1.1" 200 327 0.018969 10.0.0.73 - - [2026-01-22 01:59:27] "PUT /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735 HTTP/1.1" 200 262 0.037254 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/router HTTP/1.1" 200 656 0.045428 10.0.0.73 - - [2026-01-22 01:59:27] "GET /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.008532 10.0.0.73 - - [2026-01-22 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011890 10.0.0.73 - - [2026-01-22 01:59:27] "POST /neutron/router HTTP/1.1" 200 656 0.003454 10.0.0.73 - - [2026-01-22 01:59:28] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001213 10.0.0.73 - - [2026-01-22 01:59:28] "GET /service-template/ab427e68-f2e1-476d-a688-1c2a05bade3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004581 10.0.0.73 - - [2026-01-22 01:59:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002166 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/network HTTP/1.1" 200 843 0.015634 10.0.0.73 - - [2026-01-22 01:59:28] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000890 10.0.0.73 - - [2026-01-22 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.024362 10.0.0.73 - - [2026-01-22 01:59:28] "POST /virtual-networks HTTP/1.1" 200 694 0.221502 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/router HTTP/1.1" 200 344 0.366266 10.0.0.73 - - [2026-01-22 01:59:28] "POST /route-targets HTTP/1.1" 200 327 0.078327 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1123 0.073198 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019881 10.0.0.73 - - [2026-01-22 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.046912 10.0.0.73 - - [2026-01-22 01:59:28] "POST /service-instances HTTP/1.1" 200 670 0.148982 10.0.0.73 - - [2026-01-22 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.022444 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1062 0.486885 10.0.0.73 - - [2026-01-22 01:59:28] "POST /route-tables HTTP/1.1" 200 582 0.039002 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1062 0.009502 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1062 0.007209 10.0.0.73 - - [2026-01-22 01:59:28] "PUT /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735 HTTP/1.1" 200 262 0.020883 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1116 0.061493 10.0.0.73 - - [2026-01-22 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.012640 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 1126 0.009926 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002315 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.005672 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.000862 10.0.0.73 - - [2026-01-22 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.73 - - [2026-01-22 01:59:28] "POST /neutron/network HTTP/1.1" 200 833 0.004165 10.0.0.73 - - [2026-01-22 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.73 - - [2026-01-22 01:59:28] "POST /virtual-machines HTTP/1.1" 200 553 0.013345 10.0.0.73 - - [2026-01-22 01:59:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086110 10.0.0.73 - - [2026-01-22 01:59:29] "POST /chown HTTP/1.1" 200 109 0.008954 10.0.0.73 - - [2026-01-22 01:59:29] "POST /instance-ips HTTP/1.1" 200 551 0.020676 10.0.0.73 - - [2026-01-22 01:59:29] "POST /instance-ips HTTP/1.1" 400 246 0.012454 10.0.0.73 - - [2026-01-22 01:59:29] "POST /chown HTTP/1.1" 200 109 0.008335 10.0.0.73 - - [2026-01-22 01:59:29] "PUT /virtual-machine-interface/e651b7e1-9860-4572-8608-3ae540714b2e HTTP/1.1" 200 284 0.009778 10.0.0.73 - - [2026-01-22 01:59:29] "PUT /instance-ip/af45db90-ece7-4627-82c3-4737e0cb5c45 HTTP/1.1" 200 256 0.011540 10.0.0.73 - - [2026-01-22 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.010061 10.0.0.73 - - [2026-01-22 01:59:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.094485 10.0.0.73 - - [2026-01-22 01:59:29] "POST /chown HTTP/1.1" 200 109 0.006391 10.0.0.73 - - [2026-01-22 01:59:29] "POST /instance-ips HTTP/1.1" 200 549 0.029645 10.0.0.73 - - [2026-01-22 01:59:29] "POST /instance-ips HTTP/1.1" 400 316 0.013550 10.0.0.73 - - [2026-01-22 01:59:29] "POST /chown HTTP/1.1" 200 109 0.010335 10.0.0.73 - - [2026-01-22 01:59:29] "PUT /virtual-machine-interface/40969060-af2f-4d23-aa77-77aa4d347868 HTTP/1.1" 200 284 0.010084 10.0.0.73 - - [2026-01-22 01:59:29] "PUT /instance-ip/429ca936-5664-4c5f-897c-78a206672f5d HTTP/1.1" 200 256 0.011598 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.010366 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.73 - - [2026-01-22 01:59:30] "PUT /routing-instance/f33988b7-0946-41c1-a351-462388038371 HTTP/1.1" 200 266 0.010710 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.016666 10.0.0.73 - - [2026-01-22 01:59:30] "POST /virtual-machines HTTP/1.1" 200 553 0.011986 10.0.0.73 - - [2026-01-22 01:59:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.082108 10.0.0.73 - - [2026-01-22 01:59:30] "POST /chown HTTP/1.1" 200 109 0.006721 10.0.0.73 - - [2026-01-22 01:59:30] "POST /instance-ips HTTP/1.1" 400 246 0.011117 10.0.0.73 - - [2026-01-22 01:59:30] "POST /chown HTTP/1.1" 200 109 0.006392 10.0.0.73 - - [2026-01-22 01:59:30] "PUT /virtual-machine-interface/92653c41-6680-4b36-b3f4-fd71969fbca1 HTTP/1.1" 200 284 0.008024 10.0.0.73 - - [2026-01-22 01:59:30] "PUT /instance-ip/af45db90-ece7-4627-82c3-4737e0cb5c45 HTTP/1.1" 200 256 0.010670 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.013448 10.0.0.73 - - [2026-01-22 01:59:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.082520 10.0.0.73 - - [2026-01-22 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.016017 10.0.0.73 - - [2026-01-22 01:59:30] "PUT /routing-instance/f33988b7-0946-41c1-a351-462388038371 HTTP/1.1" 200 266 0.012372 10.0.0.73 - - [2026-01-22 01:59:30] "POST /chown HTTP/1.1" 200 109 0.007484 10.0.0.73 - - [2026-01-22 01:59:30] "POST /instance-ips HTTP/1.1" 400 316 0.015769 10.0.0.73 - - [2026-01-22 01:59:30] "POST /chown HTTP/1.1" 200 109 0.006967 10.0.0.73 - - [2026-01-22 01:59:31] "PUT /virtual-machine-interface/94d9a734-6382-4c15-bc16-1fd75f82026c HTTP/1.1" 200 284 0.008266 10.0.0.73 - - [2026-01-22 01:59:31] "PUT /instance-ip/429ca936-5664-4c5f-897c-78a206672f5d HTTP/1.1" 200 256 0.012936 10.0.0.73 - - [2026-01-22 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.011408 10.0.0.73 - - [2026-01-22 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.010685 10.0.0.73 - - [2026-01-22 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.73 - - [2026-01-22 01:59:31] "PUT /routing-instance/f33988b7-0946-41c1-a351-462388038371 HTTP/1.1" 200 266 0.012098 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/port HTTP/1.1" 200 1123 0.011279 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005199 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/port HTTP/1.1" 200 1123 0.016859 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005263 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/port HTTP/1.1" 200 1123 0.011061 10.0.0.73 - - [2026-01-22 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005102 10.0.0.73 - - [2026-01-22 01:59:33] "GET /virtual-machine/ab1c47e7-09c6-49ac-a715-323242429037 HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-01-22 01:59:34] "GET /virtual-machine/ab1c47e7-09c6-49ac-a715-323242429037 HTTP/1.1" 200 1296 0.032010 10.0.0.73 - - [2026-01-22 01:59:34] "GET /virtual-machine-interface/7748ecaa-8c16-42de-bcc9-dc043112da38 HTTP/1.1" 200 2956 0.004370 10.0.0.73 - - [2026-01-22 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.73 - - [2026-01-22 01:59:34] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002815 10.0.0.73 - - [2026-01-22 01:59:34] "GET /virtual-networks?parent_id=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002528 10.0.0.73 - - [2026-01-22 01:59:34] "GET /virtual-network/d64ef63c-2ee3-45ef-a40f-98e87837c6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004714 10.0.0.73 - - [2026-01-22 01:59:35] "POST /neutron/port HTTP/1.1" 200 1123 0.011456 10.0.0.73 - - [2026-01-22 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005377 10.0.0.73 - - [2026-01-22 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.73 - - [2026-01-22 01:59:37] "GET /virtual-network/d64ef63c-2ee3-45ef-a40f-98e87837c6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004512 10.0.0.73 - - [2026-01-22 01:59:37] "POST /neutron/port HTTP/1.1" 200 1126 0.010822 10.0.0.73 - - [2026-01-22 01:59:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004328 10.0.0.73 - - [2026-01-22 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.73 - - [2026-01-22 01:59:39] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002221 10.0.0.73 - - [2026-01-22 01:59:39] "GET /virtual-networks?parent_id=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002543 10.0.0.73 - - [2026-01-22 01:59:39] "GET /virtual-network/d64ef63c-2ee3-45ef-a40f-98e87837c6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004972 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/port HTTP/1.1" 200 1126 0.010784 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004490 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/port HTTP/1.1" 200 1126 0.011004 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004684 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/port HTTP/1.1" 200 1126 0.010674 10.0.0.73 - - [2026-01-22 01:59:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004749 10.0.0.73 - - [2026-01-22 01:59:39] "GET /virtual-machine/356b0d71-cdbd-4a25-bdd0-31bc97924eba HTTP/1.1" 200 1295 0.003624 10.0.0.73 - - [2026-01-22 01:59:39] "GET /virtual-machine-interface/dfff7765-ce74-4ae1-92ee-23932c7b0662 HTTP/1.1" 200 2969 0.003715 10.0.0.73 - - [2026-01-22 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.73 - - [2026-01-22 01:59:39] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002834 10.0.0.73 - - [2026-01-22 01:59:40] "GET /virtual-networks?parent_id=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002432 10.0.0.73 - - [2026-01-22 01:59:40] "GET /virtual-network/6ec9f201-993a-4d92-97f9-556d5632425c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005472 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/port HTTP/1.1" 200 1123 0.010285 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/port HTTP/1.1" 200 1123 0.015131 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/network HTTP/1.1" 200 833 0.006938 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002753 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/subnet HTTP/1.1" 200 679 0.005747 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.73 - - [2026-01-22 01:59:40] "POST /neutron/network HTTP/1.1" 200 823 0.004541 10.0.0.73 - - [2026-01-22 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.73 - - [2026-01-22 01:59:41] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002460 10.0.0.73 - - [2026-01-22 01:59:41] "GET /virtual-networks?parent_id=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002656 10.0.0.73 - - [2026-01-22 01:59:41] "GET /virtual-network/6ec9f201-993a-4d92-97f9-556d5632425c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004915 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/router HTTP/1.1" 200 656 0.004391 10.0.0.73 - - [2026-01-22 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/router HTTP/1.1" 200 344 0.075967 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/router HTTP/1.1" 200 656 0.003852 10.0.0.73 - - [2026-01-22 01:59:45] "GET /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003744 10.0.0.73 - - [2026-01-22 01:59:45] "GET /service-instance/aea08881-b2d7-4e1e-94c2-add4d5763f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003133 10.0.0.73 - - [2026-01-22 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/router HTTP/1.1" 200 151 0.049145 10.0.0.73 - - [2026-01-22 01:59:45] "DELETE /route-target/91b4a6c0-ba08-4044-ba55-33dcf1f46728 HTTP/1.1" 409 239 0.004848 10.0.0.73 - - [2026-01-22 01:59:45] "PUT /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735 HTTP/1.1" 404 171 0.002367 10.0.0.73 - - [2026-01-22 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.013493 10.0.0.73 - - [2026-01-22 01:59:45] "DELETE /route-table/79a20a62-39e4-4f2f-9c0c-19514cd79843 HTTP/1.1" 200 115 0.034447 10.0.0.73 - - [2026-01-22 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.73 - - [2026-01-22 01:59:45] "PUT /routing-instance/f33988b7-0946-41c1-a351-462388038371 HTTP/1.1" 200 266 0.010818 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/network HTTP/1.1" 200 833 0.004478 10.0.0.73 - - [2026-01-22 01:59:45] "GET /virtual-network/dcebd24b-a486-4854-97ed-c235840fe60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005559 10.0.0.73 - - [2026-01-22 01:59:45] "POST /neutron/network HTTP/1.1" 400 204 0.025678 10.0.0.73 - - [2026-01-22 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.73 - - [2026-01-22 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.73 - - [2026-01-22 01:59:45] "DELETE /instance-ip/429ca936-5664-4c5f-897c-78a206672f5d HTTP/1.1" 200 115 0.034059 10.0.0.73 - - [2026-01-22 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.73 - - [2026-01-22 01:59:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002389 10.0.0.73 - - [2026-01-22 01:59:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001592 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-network/dcebd24b-a486-4854-97ed-c235840fe60d HTTP/1.1" 200 115 0.102381 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /route-target/2ed96d3f-3813-4ab7-8f5a-465aa15bc0de HTTP/1.1" 200 115 0.024473 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /service-instance/aea08881-b2d7-4e1e-94c2-add4d5763f55 HTTP/1.1" 200 115 0.031787 10.0.0.73 - - [2026-01-22 01:59:46] "GET /logical-router/03fa78d7-49f7-4eb4-a16a-a673a50cc735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001984 10.0.0.73 - - [2026-01-22 01:59:46] "GET /service-instance/aea08881-b2d7-4e1e-94c2-add4d5763f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002154 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 1126 0.015129 10.0.0.73 - - [2026-01-22 01:59:46] "GET /virtual-machine-interface/40969060-af2f-4d23-aa77-77aa4d347868?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.007502 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 1116 0.008856 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 1123 0.012270 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 1113 0.013406 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine-interface/40969060-af2f-4d23-aa77-77aa4d347868 HTTP/1.1" 200 115 0.047018 10.0.0.73 - - [2026-01-22 01:59:46] "GET /virtual-machine-interface/e651b7e1-9860-4572-8608-3ae540714b2e?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.004373 10.0.0.73 - - [2026-01-22 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.013635 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 151 0.141342 10.0.0.73 - - [2026-01-22 01:59:46] "GET /instance-ip/af45db90-ece7-4627-82c3-4737e0cb5c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005152 10.0.0.73 - - [2026-01-22 01:59:46] "POST /neutron/port HTTP/1.1" 200 151 0.143171 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine-interface/e651b7e1-9860-4572-8608-3ae540714b2e HTTP/1.1" 200 115 0.039168 10.0.0.73 - - [2026-01-22 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine/d7cd8854-6981-4a13-b84e-5ef474050dbf HTTP/1.1" 200 115 0.013084 10.0.0.73 - - [2026-01-22 01:59:46] "GET /virtual-machine-interface/92653c41-6680-4b36-b3f4-fd71969fbca1?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1664 0.005545 10.0.0.73 - - [2026-01-22 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.010602 10.0.0.73 - - [2026-01-22 01:59:46] "GET /instance-ip/af45db90-ece7-4627-82c3-4737e0cb5c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.004343 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /instance-ip/af45db90-ece7-4627-82c3-4737e0cb5c45 HTTP/1.1" 200 115 0.025530 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine-interface/92653c41-6680-4b36-b3f4-fd71969fbca1 HTTP/1.1" 200 115 0.025457 10.0.0.73 - - [2026-01-22 01:59:46] "GET /virtual-machine-interface/94d9a734-6382-4c15-bc16-1fd75f82026c?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1344 0.004341 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine-interface/94d9a734-6382-4c15-bc16-1fd75f82026c HTTP/1.1" 200 115 0.025014 10.0.0.73 - - [2026-01-22 01:59:46] "DELETE /virtual-machine/91c9d5fa-6332-4b51-afb0-9e9d0c9d8c25 HTTP/1.1" 200 115 0.013948 10.0.0.73 - - [2026-01-22 01:59:47] "POST /neutron/network HTTP/1.1" 200 833 0.004786 10.0.0.73 - - [2026-01-22 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.73 - - [2026-01-22 01:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.73 - - [2026-01-22 01:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001712 10.0.0.73 - - [2026-01-22 01:59:47] "POST /neutron/network HTTP/1.1" 200 151 0.074168 10.0.0.73 - - [2026-01-22 01:59:47] "DELETE /route-target/1655478e-f396-4b17-bf05-244825834972 HTTP/1.1" 200 115 0.016592 10.0.0.73 - - [2026-01-22 01:59:47] "POST /neutron/network HTTP/1.1" 200 823 0.004462 10.0.0.73 - - [2026-01-22 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.73 - - [2026-01-22 01:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.73 - - [2026-01-22 01:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.73 - - [2026-01-22 01:59:48] "POST /neutron/network HTTP/1.1" 200 151 0.065506 10.0.0.73 - - [2026-01-22 01:59:48] "DELETE /route-target/2bb2596a-6e59-4856-8084-8999e42a23f1 HTTP/1.1" 200 115 0.013764 10.0.0.73 - - [2026-01-22 01:59:48] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000890 10.0.0.73 - - [2026-01-22 01:59:48] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.020545 10.0.0.73 - - [2026-01-22 01:59:48] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000783 10.0.0.73 - - [2026-01-22 01:59:48] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?fields=virtual_networks HTTP/1.1" 200 1049 0.064079 10.0.0.73 - - [2026-01-22 01:59:48] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.73 - - [2026-01-22 01:59:48] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.020596 10.0.0.73 - - [2026-01-22 01:59:48] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000924 10.0.0.73 - - [2026-01-22 01:59:48] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?fields=security_groups HTTP/1.1" 200 1278 0.024493 10.0.0.73 - - [2026-01-22 01:59:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.029674 10.0.0.73 - - [2026-01-22 01:59:49] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002301 10.0.0.73 - - [2026-01-22 01:59:49] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.73 - - [2026-01-22 01:59:49] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006031 10.0.0.73 - - [2026-01-22 01:59:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.002079 10.0.0.73 - - [2026-01-22 01:59:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002329 10.0.0.73 - - [2026-01-22 01:59:49] "POST /security-groups HTTP/1.1" 200 599 0.059494 10.0.0.73 - - [2026-01-22 01:59:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.002174 10.0.0.73 - - [2026-01-22 01:59:49] "POST /projects HTTP/1.1" 200 601 0.206654 10.0.0.73 - - [2026-01-22 01:59:49] "POST /access-control-lists HTTP/1.1" 200 604 0.061771 10.0.0.73 - - [2026-01-22 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.283622 10.0.0.73 - - [2026-01-22 01:59:49] "POST /fqname-to-id HTTP/1.1" 404 241 0.002450 10.0.0.73 - - [2026-01-22 01:59:49] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.409592 10.0.0.73 - - [2026-01-22 01:59:49] "POST /access-control-lists HTTP/1.1" 200 602 0.060986 10.0.0.73 - - [2026-01-22 01:59:50] "GET / HTTP/1.1" 200 35931 0.002523 10.0.0.73 - - [2026-01-22 01:59:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2026-01-22 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.057812 10.0.0.73 - - [2026-01-22 01:59:51] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.73 - - [2026-01-22 01:59:51] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.020344 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 117 0.035028 10.0.0.73 - - [2026-01-22 01:59:52] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001572 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 613 0.075431 10.0.0.73 - - [2026-01-22 01:59:52] "POST /route-targets HTTP/1.1" 200 327 0.009722 10.0.0.73 - - [2026-01-22 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.011509 10.0.0.73 - - [2026-01-22 01:59:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.189230 10.0.0.73 - - [2026-01-22 01:59:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.73 - - [2026-01-22 01:59:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003706 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.159340 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 1005 0.007874 10.0.0.73 - - [2026-01-22 01:59:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001416 10.0.0.73 - - [2026-01-22 01:59:52] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004068 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 1005 0.006356 10.0.0.73 - - [2026-01-22 01:59:52] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.014757 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 1005 0.006816 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.006074 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.006277 10.0.0.73 - - [2026-01-22 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.73 - - [2026-01-22 01:59:52] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.73 - - [2026-01-22 01:59:52] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.021444 10.0.0.73 - - [2026-01-22 01:59:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.024089 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 117 0.008082 10.0.0.73 - - [2026-01-22 01:59:52] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.73 - - [2026-01-22 01:59:52] "POST /neutron/network HTTP/1.1" 200 613 0.053655 10.0.0.73 - - [2026-01-22 01:59:52] "POST /route-targets HTTP/1.1" 200 327 0.011232 10.0.0.73 - - [2026-01-22 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.011286 10.0.0.73 - - [2026-01-22 01:59:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003760 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.179704 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002861 10.0.0.73 - - [2026-01-22 01:59:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.177602 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1004 0.006105 10.0.0.73 - - [2026-01-22 01:59:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001088 10.0.0.73 - - [2026-01-22 01:59:53] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004255 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1004 0.006524 10.0.0.73 - - [2026-01-22 01:59:53] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006120 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1004 0.006939 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.006097 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.008016 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003239 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.73 - - [2026-01-22 01:59:53] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.73 - - [2026-01-22 01:59:53] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.023862 10.0.0.73 - - [2026-01-22 01:59:53] "POST /network-policys HTTP/1.1" 200 577 0.061198 10.0.0.73 - - [2026-01-22 01:59:53] "GET /network-policy/3aa95ec2-75f6-4e12-a3f4-0b274f8ff242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004426 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1005 0.008656 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.005379 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.004288 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1113 0.053290 10.0.0.73 - - [2026-01-22 01:59:53] "POST /neutron/network HTTP/1.1" 200 1113 0.040305 10.0.0.73 - - [2026-01-22 01:59:53] "POST /access-control-lists HTTP/1.1" 200 596 0.069759 10.0.0.73 - - [2026-01-22 01:59:53] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004355 10.0.0.73 - - [2026-01-22 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.73 - - [2026-01-22 01:59:53] "GET /network-policy/3aa95ec2-75f6-4e12-a3f4-0b274f8ff242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003119 10.0.0.73 - - [2026-01-22 01:59:54] "POST /neutron/network HTTP/1.1" 200 1004 0.005803 10.0.0.73 - - [2026-01-22 01:59:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004316 10.0.0.73 - - [2026-01-22 01:59:54] "POST /neutron/network HTTP/1.1" 200 1112 0.035415 10.0.0.73 - - [2026-01-22 01:59:54] "PUT /access-control-list/664d3080-3537-461a-91fa-0eb0ab6a3b33 HTTP/1.1" 200 272 0.057909 10.0.0.73 - - [2026-01-22 01:59:54] "POST /neutron/network HTTP/1.1" 200 1112 0.037080 10.0.0.73 - - [2026-01-22 01:59:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003016 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004287 10.0.0.73 - - [2026-01-22 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002021 10.0.0.73 - - [2026-01-22 01:59:54] "GET /network-policy/3aa95ec2-75f6-4e12-a3f4-0b274f8ff242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.045305 10.0.0.73 - - [2026-01-22 01:59:54] "POST /access-control-lists HTTP/1.1" 200 596 0.062298 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domains HTTP/1.1" 401 292 0.000651 10.0.0.73 - - [2026-01-22 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.012075 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domains HTTP/1.1" 200 280 0.025849 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000804 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.006687 10.0.0.73 - - [2026-01-22 01:59:54] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.73 - - [2026-01-22 01:59:54] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 2635 0.070646 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd HTTP/1.1" 200 3503 0.005932 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd HTTP/1.1" 200 3503 0.005197 10.0.0.73 - - [2026-01-22 01:59:54] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 200 1796 0.002775 10.0.0.73 - - [2026-01-22 01:59:54] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 200 1796 0.002727 10.0.0.73 - - [2026-01-22 01:59:54] "GET /route-target/736fcf71-c512-400c-8587-f3fc7e35befc HTTP/1.1" 200 1211 0.002449 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd HTTP/1.1" 200 3503 0.004061 10.0.0.73 - - [2026-01-22 01:59:54] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 200 1796 0.003462 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003650 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd HTTP/1.1" 200 3503 0.003886 10.0.0.73 - - [2026-01-22 01:59:54] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 200 1796 0.002666 10.0.0.73 - - [2026-01-22 01:59:54] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 200 1796 0.002323 10.0.0.73 - - [2026-01-22 01:59:54] "GET /route-target/736fcf71-c512-400c-8587-f3fc7e35befc HTTP/1.1" 200 1211 0.002993 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domains HTTP/1.1" 200 280 0.001973 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000795 10.0.0.73 - - [2026-01-22 01:59:54] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.005454 10.0.0.73 - - [2026-01-22 01:59:54] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000724 10.0.0.73 - - [2026-01-22 01:59:54] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 2635 0.062314 10.0.0.73 - - [2026-01-22 01:59:54] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd HTTP/1.1" 200 3503 0.004012 10.0.0.73 - - [2026-01-22 01:59:55] "GET /obj-perms HTTP/1.1" 200 5046 0.049034 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains HTTP/1.1" 200 280 0.002161 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.005780 10.0.0.73 - - [2026-01-22 01:59:55] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000803 10.0.0.73 - - [2026-01-22 01:59:55] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 2635 0.063127 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66 HTTP/1.1" 200 3501 0.006067 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66 HTTP/1.1" 200 3501 0.004039 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 200 1795 0.002997 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 200 1795 0.002864 10.0.0.73 - - [2026-01-22 01:59:55] "GET /route-target/1c67f3b0-fcb7-44f5-bc03-acb36f4f66d4 HTTP/1.1" 200 1212 0.002698 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66 HTTP/1.1" 200 3501 0.004440 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 200 1795 0.002877 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.003737 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66 HTTP/1.1" 200 3501 0.004095 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 200 1795 0.002355 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 200 1795 0.002687 10.0.0.73 - - [2026-01-22 01:59:55] "GET /route-target/1c67f3b0-fcb7-44f5-bc03-acb36f4f66d4 HTTP/1.1" 200 1212 0.001904 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains HTTP/1.1" 200 280 0.003336 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.005298 10.0.0.73 - - [2026-01-22 01:59:55] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000717 10.0.0.73 - - [2026-01-22 01:59:55] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 2635 0.060681 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66 HTTP/1.1" 200 3501 0.004194 10.0.0.73 - - [2026-01-22 01:59:55] "GET /obj-perms HTTP/1.1" 200 5046 0.002155 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.049385 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1112 0.005682 10.0.0.73 - - [2026-01-22 01:59:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.005898 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1004 0.040265 10.0.0.73 - - [2026-01-22 01:59:55] "DELETE /access-control-list/c02ca1d9-f6ae-4333-9915-644b8487d7db HTTP/1.1" 200 115 0.024197 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1004 0.020983 10.0.0.73 - - [2026-01-22 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.029748 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/c5c0607b-374a-4f02-a919-e39a7dac0c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007735 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007059 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1113 0.007052 10.0.0.73 - - [2026-01-22 01:59:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.007592 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1005 0.047943 10.0.0.73 - - [2026-01-22 01:59:55] "DELETE /access-control-list/664d3080-3537-461a-91fa-0eb0ab6a3b33 HTTP/1.1" 200 115 0.040671 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1005 0.006266 10.0.0.73 - - [2026-01-22 01:59:55] "GET /virtual-network/77a1cf6b-f4e0-4397-af4a-7a009ff9fcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004120 10.0.0.73 - - [2026-01-22 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.013878 10.0.0.73 - - [2026-01-22 01:59:55] "DELETE /network-policy/3aa95ec2-75f6-4e12-a3f4-0b274f8ff242 HTTP/1.1" 200 115 0.018907 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 1004 0.005303 10.0.0.73 - - [2026-01-22 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001717 10.0.0.73 - - [2026-01-22 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.73 - - [2026-01-22 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.73 - - [2026-01-22 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001473 10.0.0.73 - - [2026-01-22 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001318 10.0.0.73 - - [2026-01-22 01:59:55] "POST /neutron/network HTTP/1.1" 200 151 0.064397 10.0.0.73 - - [2026-01-22 01:59:55] "GET /routing-instance/2206eee5-8ae0-4ea0-94ad-9c33763fb917 HTTP/1.1" 404 171 0.001557 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains HTTP/1.1" 200 280 0.001831 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000773 10.0.0.73 - - [2026-01-22 01:59:55] "DELETE /route-target/1c67f3b0-fcb7-44f5-bc03-acb36f4f66d4 HTTP/1.1" 200 115 0.017126 10.0.0.73 - - [2026-01-22 01:59:55] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.053476 10.0.0.73 - - [2026-01-22 01:59:55] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 2155 0.065027 10.0.0.73 - - [2026-01-22 01:59:56] "POST /neutron/network HTTP/1.1" 200 1005 0.007451 10.0.0.73 - - [2026-01-22 01:59:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.73 - - [2026-01-22 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.73 - - [2026-01-22 01:59:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001499 10.0.0.73 - - [2026-01-22 01:59:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.73 - - [2026-01-22 01:59:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001330 10.0.0.73 - - [2026-01-22 01:59:56] "POST /neutron/network HTTP/1.1" 200 151 0.073100 10.0.0.73 - - [2026-01-22 01:59:56] "DELETE /route-target/736fcf71-c512-400c-8587-f3fc7e35befc HTTP/1.1" 200 115 0.019466 10.0.0.73 - - [2026-01-22 01:59:56] "GET /routing-instance/f0fe594a-df89-40bb-a7b3-d9b2649135ae HTTP/1.1" 404 171 0.002498 10.0.0.73 - - [2026-01-22 01:59:56] "GET /domains HTTP/1.1" 200 280 0.001997 10.0.0.73 - - [2026-01-22 01:59:56] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.73 - - [2026-01-22 01:59:56] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2954 0.050330 10.0.0.73 - - [2026-01-22 01:59:56] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000776 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 1910 0.069355 10.0.0.73 - - [2026-01-22 01:59:56] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.023459 10.0.0.73 - - [2026-01-22 01:59:56] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?fields=virtual_networks HTTP/1.1" 200 1058 0.068417 10.0.0.73 - - [2026-01-22 01:59:56] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.023791 10.0.0.73 - - [2026-01-22 01:59:56] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.73 - - [2026-01-22 01:59:56] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?fields=security_groups HTTP/1.1" 200 1292 0.022581 10.0.0.73 - - [2026-01-22 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.025123 10.0.0.73 - - [2026-01-22 01:59:57] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001992 10.0.0.73 - - [2026-01-22 01:59:57] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.73 - - [2026-01-22 01:59:57] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006121 10.0.0.73 - - [2026-01-22 01:59:57] "POST /id-to-fqname HTTP/1.1" 200 206 0.001444 10.0.0.73 - - [2026-01-22 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.002790 10.0.0.73 - - [2026-01-22 01:59:57] "POST /security-groups HTTP/1.1" 200 607 0.060403 10.0.0.73 - - [2026-01-22 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 250 0.002088 10.0.0.73 - - [2026-01-22 01:59:58] "POST /projects HTTP/1.1" 200 617 0.204535 10.0.0.73 - - [2026-01-22 01:59:58] "POST /access-control-lists HTTP/1.1" 200 612 0.053824 10.0.0.73 - - [2026-01-22 01:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.273008 10.0.0.73 - - [2026-01-22 01:59:58] "POST /fqname-to-id HTTP/1.1" 404 249 0.002324 10.0.0.73 - - [2026-01-22 01:59:58] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.393325 10.0.0.73 - - [2026-01-22 01:59:58] "POST /access-control-lists HTTP/1.1" 200 610 0.069861 10.0.0.73 - - [2026-01-22 01:59:59] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.73 - - [2026-01-22 02:00:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.73 - - [2026-01-22 02:00:00] "POST /fqname-to-id HTTP/1.1" 404 233 0.052136 10.0.0.73 - - [2026-01-22 02:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002221 10.0.0.73 - - [2026-01-22 02:00:00] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001223 10.0.0.73 - - [2026-01-22 02:00:00] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.022397 10.0.0.73 - - [2026-01-22 02:00:00] "POST /network-policys HTTP/1.1" 200 567 0.056356 10.0.0.73 - - [2026-01-22 02:00:00] "GET /network-policy/ca979366-6cae-4ad0-bd59-cdd0abcaa9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004641 10.0.0.73 - - [2026-01-22 02:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.73 - - [2026-01-22 02:00:00] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000878 10.0.0.73 - - [2026-01-22 02:00:00] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.018591 10.0.0.73 - - [2026-01-22 02:00:00] "POST /neutron/network HTTP/1.1" 200 117 0.032264 10.0.0.73 - - [2026-01-22 02:00:00] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000853 10.0.0.73 - - [2026-01-22 02:00:00] "POST /neutron/network HTTP/1.1" 200 623 0.055686 10.0.0.73 - - [2026-01-22 02:00:00] "POST /route-targets HTTP/1.1" 200 327 0.010651 10.0.0.73 - - [2026-01-22 02:00:00] "POST /ref-update HTTP/1.1" 200 156 0.013738 10.0.0.73 - - [2026-01-22 02:00:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003493 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.162396 10.0.0.73 - - [2026-01-22 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004399 10.0.0.73 - - [2026-01-22 02:00:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004379 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.148435 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1015 0.008265 10.0.0.73 - - [2026-01-22 02:00:01] "POST /id-to-fqname HTTP/1.1" 200 237 0.001514 10.0.0.73 - - [2026-01-22 02:00:01] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004201 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1015 0.005996 10.0.0.73 - - [2026-01-22 02:00:01] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004298 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1015 0.007693 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.006713 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.006546 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1015 0.007435 10.0.0.73 - - [2026-01-22 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 252 0.004339 10.0.0.73 - - [2026-01-22 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.001777 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1122 0.039524 10.0.0.73 - - [2026-01-22 02:00:01] "POST /access-control-lists HTTP/1.1" 200 607 0.068810 10.0.0.73 - - [2026-01-22 02:00:01] "POST /neutron/network HTTP/1.1" 200 1122 0.050709 10.0.0.73 - - [2026-01-22 02:00:01] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004465 10.0.0.73 - - [2026-01-22 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.73 - - [2026-01-22 02:00:01] "GET /network-policy/ca979366-6cae-4ad0-bd59-cdd0abcaa9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003088 10.0.0.73 - - [2026-01-22 02:00:01] "GET /domains HTTP/1.1" 401 292 0.001896 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains HTTP/1.1" 200 280 0.030588 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3156 0.007414 10.0.0.73 - - [2026-01-22 02:00:02] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000866 10.0.0.73 - - [2026-01-22 02:00:02] "GET /project/07659583-2f39-4690-804f-91db647d1a28 HTTP/1.1" 200 2466 0.067803 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3 HTTP/1.1" 200 3541 0.006186 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3 HTTP/1.1" 200 3541 0.004254 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 200 1495 0.003645 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 200 1495 0.003851 10.0.0.73 - - [2026-01-22 02:00:02] "GET /route-target/d0f0e89a-b5bd-4b2a-a693-f5d6070c08a2 HTTP/1.1" 200 1223 0.003907 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3 HTTP/1.1" 200 3541 0.004076 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 200 1495 0.002775 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004041 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3 HTTP/1.1" 200 3541 0.003876 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 200 1495 0.002838 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 200 1495 0.002707 10.0.0.73 - - [2026-01-22 02:00:02] "GET /route-target/d0f0e89a-b5bd-4b2a-a693-f5d6070c08a2 HTTP/1.1" 200 1223 0.002532 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains HTTP/1.1" 200 280 0.002978 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3156 0.007179 10.0.0.73 - - [2026-01-22 02:00:02] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001082 10.0.0.73 - - [2026-01-22 02:00:02] "GET /project/07659583-2f39-4690-804f-91db647d1a28 HTTP/1.1" 200 2466 0.060029 10.0.0.73 - - [2026-01-22 02:00:02] "GET /virtual-network/3d379d62-7e4a-4bb7-aba7-7e8ce476fce3 HTTP/1.1" 200 3541 0.003897 10.0.0.73 - - [2026-01-22 02:00:02] "GET /obj-perms HTTP/1.1" 200 5062 0.048375 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains HTTP/1.1" 200 280 0.002322 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3156 0.005807 10.0.0.73 - - [2026-01-22 02:00:02] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000836 10.0.0.73 - - [2026-01-22 02:00:02] "GET /project/07659583-2f39-4690-804f-91db647d1a28 HTTP/1.1" 200 2466 0.060042 10.0.0.73 - - [2026-01-22 02:00:02] "GET /network-policy/ca979366-6cae-4ad0-bd59-cdd0abcaa9a9 HTTP/1.1" 200 3480 0.003980 10.0.0.73 - - [2026-01-22 02:00:02] "DELETE /network-policy/ca979366-6cae-4ad0-bd59-cdd0abcaa9a9 HTTP/1.1" 409 238 0.009843 10.0.0.73 - - [2026-01-22 02:00:02] "POST /neutron/network HTTP/1.1" 200 1122 0.007036 10.0.0.73 - - [2026-01-22 02:00:02] "DELETE /access-control-list/9139658c-2796-426b-90f9-11791876487c HTTP/1.1" 200 115 0.022036 10.0.0.73 - - [2026-01-22 02:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.73 - - [2026-01-22 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003684 10.0.0.73 - - [2026-01-22 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001634 10.0.0.73 - - [2026-01-22 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001451 10.0.0.73 - - [2026-01-22 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001762 10.0.0.73 - - [2026-01-22 02:00:02] "POST /neutron/network HTTP/1.1" 200 151 0.083365 10.0.0.73 - - [2026-01-22 02:00:02] "GET /routing-instance/9ac96726-ef5f-4571-85ce-546bf10a3951 HTTP/1.1" 404 171 0.002230 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains HTTP/1.1" 200 280 0.002267 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.73 - - [2026-01-22 02:00:02] "DELETE /route-target/d0f0e89a-b5bd-4b2a-a693-f5d6070c08a2 HTTP/1.1" 200 115 0.012643 10.0.0.73 - - [2026-01-22 02:00:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3156 0.053306 10.0.0.73 - - [2026-01-22 02:00:02] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000875 10.0.0.73 - - [2026-01-22 02:00:02] "GET /project/07659583-2f39-4690-804f-91db647d1a28 HTTP/1.1" 200 2212 0.065392 10.0.0.73 - - [2026-01-22 02:00:03] "DELETE /network-policy/ca979366-6cae-4ad0-bd59-cdd0abcaa9a9 HTTP/1.1" 200 115 0.019353 10.0.0.73 - - [2026-01-22 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.73 - - [2026-01-22 02:00:03] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001327 10.0.0.73 - - [2026-01-22 02:00:03] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.023498 10.0.0.73 - - [2026-01-22 02:00:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-62417143&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003931 10.0.0.73 - - [2026-01-22 02:00:03] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001051 10.0.0.73 - - [2026-01-22 02:00:03] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.022258 10.0.0.73 - - [2026-01-22 02:00:03] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000856 10.0.0.73 - - [2026-01-22 02:00:03] "GET /project/07659583-2f39-4690-804f-91db647d1a28?fields=virtual_networks HTTP/1.1" 200 1072 0.063505 10.0.0.73 - - [2026-01-22 02:00:03] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000865 10.0.0.73 - - [2026-01-22 02:00:03] "GET /project/07659583-2f39-4690-804f-91db647d1a28?fields=virtual_machine_interfaces HTTP/1.1" 200 1072 0.028220 10.0.0.73 - - [2026-01-22 02:00:03] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000896 10.0.0.73 - - [2026-01-22 02:00:03] "GET /project/07659583-2f39-4690-804f-91db647d1a28?fields=security_groups HTTP/1.1" 200 1314 0.021930 10.0.0.73 - - [2026-01-22 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.023985 10.0.0.73 - - [2026-01-22 02:00:04] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002113 10.0.0.73 - - [2026-01-22 02:00:04] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.73 - - [2026-01-22 02:00:04] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006168 10.0.0.73 - - [2026-01-22 02:00:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.001236 10.0.0.73 - - [2026-01-22 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.002641 10.0.0.73 - - [2026-01-22 02:00:05] "POST /security-groups HTTP/1.1" 200 593 0.060079 10.0.0.73 - - [2026-01-22 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002230 10.0.0.73 - - [2026-01-22 02:00:05] "POST /projects HTTP/1.1" 200 589 0.204637 10.0.0.73 - - [2026-01-22 02:00:05] "POST /access-control-lists HTTP/1.1" 200 598 0.055747 10.0.0.73 - - [2026-01-22 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.275116 10.0.0.73 - - [2026-01-22 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002402 10.0.0.73 - - [2026-01-22 02:00:05] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.396248 10.0.0.73 - - [2026-01-22 02:00:05] "POST /access-control-lists HTTP/1.1" 200 596 0.056459 10.0.0.73 - - [2026-01-22 02:00:06] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.73 - - [2026-01-22 02:00:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.73 - - [2026-01-22 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.056839 10.0.0.73 - - [2026-01-22 02:00:07] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.73 - - [2026-01-22 02:00:07] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.021472 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 117 0.038095 10.0.0.73 - - [2026-01-22 02:00:07] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 607 0.061439 10.0.0.73 - - [2026-01-22 02:00:07] "POST /route-targets HTTP/1.1" 200 327 0.011179 10.0.0.73 - - [2026-01-22 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.73 - - [2026-01-22 02:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002537 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.118588 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 828 0.004717 10.0.0.73 - - [2026-01-22 02:00:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001146 10.0.0.73 - - [2026-01-22 02:00:07] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004383 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 828 0.005248 10.0.0.73 - - [2026-01-22 02:00:07] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004796 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 828 0.005051 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.005748 10.0.0.73 - - [2026-01-22 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.73 - - [2026-01-22 02:00:07] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000894 10.0.0.73 - - [2026-01-22 02:00:07] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.019432 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 117 0.009282 10.0.0.73 - - [2026-01-22 02:00:07] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.73 - - [2026-01-22 02:00:07] "POST /neutron/network HTTP/1.1" 200 607 0.058327 10.0.0.73 - - [2026-01-22 02:00:07] "POST /route-targets HTTP/1.1" 200 327 0.010295 10.0.0.73 - - [2026-01-22 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.009969 10.0.0.73 - - [2026-01-22 02:00:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003702 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.149957 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 826 0.004925 10.0.0.73 - - [2026-01-22 02:00:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001161 10.0.0.73 - - [2026-01-22 02:00:08] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005995 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 826 0.006666 10.0.0.73 - - [2026-01-22 02:00:08] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005165 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 826 0.004778 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.006068 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002347 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.73 - - [2026-01-22 02:00:08] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.73 - - [2026-01-22 02:00:08] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.024013 10.0.0.73 - - [2026-01-22 02:00:08] "POST /network-policys HTTP/1.1" 200 571 0.015017 10.0.0.73 - - [2026-01-22 02:00:08] "GET /network-policy/f40455a2-f627-4f53-b458-9cbd58adfbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004362 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 828 0.006371 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002909 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 930 0.041274 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 930 0.042629 10.0.0.73 - - [2026-01-22 02:00:08] "POST /access-control-lists HTTP/1.1" 200 590 0.063315 10.0.0.73 - - [2026-01-22 02:00:08] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006748 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.73 - - [2026-01-22 02:00:08] "GET /network-policy/f40455a2-f627-4f53-b458-9cbd58adfbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004729 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 826 0.005401 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 928 0.090155 10.0.0.73 - - [2026-01-22 02:00:08] "PUT /access-control-list/215d43d9-80d4-4263-baef-cf415b25c3df HTTP/1.1" 200 272 0.081786 10.0.0.73 - - [2026-01-22 02:00:08] "POST /neutron/network HTTP/1.1" 200 928 0.006641 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.003927 10.0.0.73 - - [2026-01-22 02:00:08] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004161 10.0.0.73 - - [2026-01-22 02:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.73 - - [2026-01-22 02:00:08] "GET /network-policy/f40455a2-f627-4f53-b458-9cbd58adfbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.002333 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domains HTTP/1.1" 401 292 0.000380 10.0.0.73 - - [2026-01-22 02:00:09] "POST /access-control-lists HTTP/1.1" 200 590 0.064821 10.0.0.73 - - [2026-01-22 02:00:09] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domains HTTP/1.1" 200 280 0.037905 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3344 0.007444 10.0.0.73 - - [2026-01-22 02:00:09] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.73 - - [2026-01-22 02:00:09] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 2580 0.067020 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3 HTTP/1.1" 200 2898 0.005692 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3 HTTP/1.1" 200 2898 0.004938 10.0.0.73 - - [2026-01-22 02:00:09] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 200 1783 0.004554 10.0.0.73 - - [2026-01-22 02:00:09] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 200 1783 0.003844 10.0.0.73 - - [2026-01-22 02:00:09] "GET /route-target/55be2aaf-705f-45c5-992a-f06f582aa0d5 HTTP/1.1" 200 1206 0.003558 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3 HTTP/1.1" 200 2898 0.004104 10.0.0.73 - - [2026-01-22 02:00:09] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 200 1783 0.006019 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005474 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3 HTTP/1.1" 200 2898 0.005677 10.0.0.73 - - [2026-01-22 02:00:09] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 200 1783 0.003855 10.0.0.73 - - [2026-01-22 02:00:09] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 200 1783 0.006163 10.0.0.73 - - [2026-01-22 02:00:09] "GET /route-target/55be2aaf-705f-45c5-992a-f06f582aa0d5 HTTP/1.1" 200 1206 0.004043 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domains HTTP/1.1" 200 280 0.002462 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.73 - - [2026-01-22 02:00:09] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3344 0.006202 10.0.0.73 - - [2026-01-22 02:00:09] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000812 10.0.0.73 - - [2026-01-22 02:00:09] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 2580 0.066254 10.0.0.73 - - [2026-01-22 02:00:09] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3 HTTP/1.1" 200 2898 0.004141 10.0.0.73 - - [2026-01-22 02:00:10] "GET /obj-perms HTTP/1.1" 200 5034 0.060939 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domains HTTP/1.1" 200 280 0.002130 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3344 0.005836 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000753 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 2580 0.061898 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496 HTTP/1.1" 200 2892 0.006361 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496 HTTP/1.1" 200 2892 0.004288 10.0.0.73 - - [2026-01-22 02:00:10] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 200 1783 0.002514 10.0.0.73 - - [2026-01-22 02:00:10] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 200 1783 0.002445 10.0.0.73 - - [2026-01-22 02:00:10] "GET /route-target/7fb79095-d975-48a5-bd66-5a65a720e997 HTTP/1.1" 200 1206 0.003956 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496 HTTP/1.1" 200 2892 0.003508 10.0.0.73 - - [2026-01-22 02:00:10] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 200 1783 0.002272 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006647 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496 HTTP/1.1" 200 2892 0.006271 10.0.0.73 - - [2026-01-22 02:00:10] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 200 1783 0.003823 10.0.0.73 - - [2026-01-22 02:00:10] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 200 1783 0.002949 10.0.0.73 - - [2026-01-22 02:00:10] "GET /route-target/7fb79095-d975-48a5-bd66-5a65a720e997 HTTP/1.1" 200 1206 0.002651 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domains HTTP/1.1" 200 280 0.002056 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.73 - - [2026-01-22 02:00:10] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3344 0.008181 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/076595832f394690804f91db647d1a28 HTTP/1.1" 404 173 0.021988 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/6cb312b360674eddaa24e00ecfe1e436 HTTP/1.1" 404 173 0.013737 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/52b9c940d12f4b558a02fd877805f7f2 HTTP/1.1" 404 173 0.012338 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/8c270827a86541f4a1beca6a9bbafa50 HTTP/1.1" 404 173 0.009890 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000769 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000707 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000703 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000702 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.043611 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.043820 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/07659583-2f39-4690-804f-91db647d1a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.049093 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.046791 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001272 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000705 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001601 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 2580 0.133917 10.0.0.73 - - [2026-01-22 02:00:10] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496 HTTP/1.1" 200 2892 0.006005 10.0.0.73 - - [2026-01-22 02:00:10] "GET /obj-perms HTTP/1.1" 200 5034 0.012799 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?fields=security_groups HTTP/1.1" 200 1383 0.083962 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/07659583-2f39-4690-804f-91db647d1a28?fields=security_groups HTTP/1.1" 200 1419 0.082448 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?fields=security_groups HTTP/1.1" 200 1397 0.082639 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?fields=security_groups HTTP/1.1" 200 1367 0.094955 10.0.0.73 - - [2026-01-22 02:00:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.002072 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /security-group/927a81c9-21c2-4dc7-a1cc-8426d5372f68 HTTP/1.1" 200 115 0.066953 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=8c270827-a865-41f4-a1be-ca6a9bbafa50&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /security-group/b61d212f-f4eb-4ec9-8a99-535a38bca380 HTTP/1.1" 200 115 0.084452 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /security-group/a2fd0060-b6da-4072-bfb0-0207c9ee3e7c HTTP/1.1" 200 115 0.090615 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=6cb312b3-6067-4edd-aa24-e00ecfe1e436&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/f850170a-5413-4b59-9ca5-838969439b7f HTTP/1.1" 200 115 0.066227 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=07659583-2f39-4690-804f-91db647d1a28&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000790 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/8c270827-a865-41f4-a1be-ca6a9bbafa50?fields=application_policy_sets HTTP/1.1" 200 1422 0.061313 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /security-group/01534142-0151-41c6-887e-e791e244b41e HTTP/1.1" 200 115 0.119039 10.0.0.73 - - [2026-01-22 02:00:10] "GET /projects?obj_uuids=666c2dec-cc8b-45cb-be5e-6ad5b965e0ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/07659583-2f39-4690-804f-91db647d1a28?fields=application_policy_sets HTTP/1.1" 200 1458 0.051028 10.0.0.73 - - [2026-01-22 02:00:10] "POST /neutron/network HTTP/1.1" 200 940 0.017267 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/c6160c33-1c51-4dae-b6fb-2d6228e7305b HTTP/1.1" 200 115 0.059596 10.0.0.73 - - [2026-01-22 02:00:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000305 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436?fields=application_policy_sets HTTP/1.1" 200 1436 0.095192 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/09cd2c5a-9117-4a3a-8a9d-5902e3b94670 HTTP/1.1" 200 115 0.039065 10.0.0.73 - - [2026-01-22 02:00:10] "GET /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba?fields=application_policy_sets HTTP/1.1" 200 1406 0.078899 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/1a203385-1a5e-49e4-9d74-2d891f4a5b71 HTTP/1.1" 200 115 0.049981 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/8c270827-a865-41f4-a1be-ca6a9bbafa50 HTTP/1.1" 200 115 0.500647 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/46549635-51be-4bad-acd1-0e2d0161c01c HTTP/1.1" 200 115 0.047806 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/07659583-2f39-4690-804f-91db647d1a28 HTTP/1.1" 200 115 0.533803 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/6cb312b3-6067-4edd-aa24-e00ecfe1e436 HTTP/1.1" 200 115 0.534553 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/1d98b687-b58e-46e3-bf0c-5f289c86c7b1 HTTP/1.1" 200 115 0.051824 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /project/666c2dec-cc8b-45cb-be5e-6ad5b965e0ba HTTP/1.1" 200 115 0.590425 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/281b084a-1a97-4d20-a4c1-09b7a9e82ca2 HTTP/1.1" 200 115 0.032591 10.0.0.73 - - [2026-01-22 02:00:10] "DELETE /access-control-list/05aa6175-dc6f-4447-826d-8cd9b34d062b HTTP/1.1" 200 115 0.017626 10.0.0.73 - - [2026-01-22 02:00:11] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.73 - - [2026-01-22 02:00:11] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.73 - - [2026-01-22 02:00:11] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.73 - - [2026-01-22 02:00:11] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.039865 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/network HTTP/1.1" 200 930 0.004443 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.004248 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.007556 10.0.0.73 - - [2026-01-22 02:00:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001115 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.004294 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/network HTTP/1.1" 200 938 0.004664 10.0.0.73 - - [2026-01-22 02:00:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.73 - - [2026-01-22 02:00:11] "POST /neutron/network HTTP/1.1" 200 940 0.004665 10.0.0.73 - - [2026-01-22 02:00:11] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.73 - - [2026-01-22 02:00:12] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.73 - - [2026-01-22 02:00:12] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1064 0.204600 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1064 0.008871 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1064 0.007388 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1118 0.071849 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1128 0.009990 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002143 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.005127 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.000817 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/network HTTP/1.1" 200 930 0.005253 10.0.0.73 - - [2026-01-22 02:00:12] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001200 10.0.0.73 - - [2026-01-22 02:00:12] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047430 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/network HTTP/1.1" 200 928 0.004386 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1128 0.020142 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005649 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.009099 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/port HTTP/1.1" 200 1128 0.010612 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005314 10.0.0.73 - - [2026-01-22 02:00:12] "POST /neutron/network HTTP/1.1" 200 938 0.007621 10.0.0.73 - - [2026-01-22 02:00:12] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.73 - - [2026-01-22 02:00:13] "PUT /access-control-list/974a756f-82b8-45dc-99ad-308b6caf4c94 HTTP/1.1" 200 272 0.020989 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 1062 0.233733 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 1062 0.008721 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 1062 0.007509 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 1116 0.062147 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 1126 0.010744 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004799 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.008355 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/port HTTP/1.1" 200 117 0.002210 10.0.0.73 - - [2026-01-22 02:00:13] "POST /neutron/network HTTP/1.1" 200 928 0.005827 10.0.0.73 - - [2026-01-22 02:00:15] "GET /obj-perms HTTP/1.1" 200 5056 0.050632 10.0.0.73 - - [2026-01-22 02:00:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046819 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/port HTTP/1.1" 200 1128 0.010754 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005225 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/port HTTP/1.1" 200 1128 0.021618 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006006 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/port HTTP/1.1" 200 1128 0.013776 10.0.0.73 - - [2026-01-22 02:00:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006593 10.0.0.73 - - [2026-01-22 02:00:17] "GET /virtual-machine/eef19ab0-9078-4601-ab14-b936b88bc7bc HTTP/1.1" 200 1295 0.005728 10.0.0.73 - - [2026-01-22 02:00:17] "GET /virtual-machine-interface/48dd2351-d610-492b-a04d-41c043a25a5d HTTP/1.1" 200 2951 0.006239 10.0.0.73 - - [2026-01-22 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.73 - - [2026-01-22 02:00:18] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006746 10.0.0.73 - - [2026-01-22 02:00:18] "GET /virtual-networks?parent_id=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003216 10.0.0.73 - - [2026-01-22 02:00:18] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004283 10.0.0.73 - - [2026-01-22 02:00:20] "POST /neutron/port HTTP/1.1" 200 1128 0.009733 10.0.0.73 - - [2026-01-22 02:00:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004515 10.0.0.73 - - [2026-01-22 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.73 - - [2026-01-22 02:00:21] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005056 10.0.0.73 - - [2026-01-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 1126 0.012674 10.0.0.73 - - [2026-01-22 02:00:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004848 10.0.0.73 - - [2026-01-22 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.73 - - [2026-01-22 02:00:23] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002731 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-networks?parent_id=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003540 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005050 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/port HTTP/1.1" 200 1126 0.010661 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005169 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/port HTTP/1.1" 200 1126 0.012099 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004481 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/port HTTP/1.1" 200 1126 0.010753 10.0.0.73 - - [2026-01-22 02:00:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004678 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-machine/bb8ebb29-b921-4396-b9b1-175689eb93d8 HTTP/1.1" 200 1295 0.003568 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-machine-interface/516219e3-8bd2-42fc-88be-3e19560ecaa9 HTTP/1.1" 200 2950 0.003855 10.0.0.73 - - [2026-01-22 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.73 - - [2026-01-22 02:00:23] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002868 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-networks?parent_id=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002522 10.0.0.73 - - [2026-01-22 02:00:23] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004486 10.0.0.73 - - [2026-01-22 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.73 - - [2026-01-22 02:00:25] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003081 10.0.0.73 - - [2026-01-22 02:00:25] "GET /virtual-networks?parent_id=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002729 10.0.0.73 - - [2026-01-22 02:00:25] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007899 10.0.0.73 - - [2026-01-22 02:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.73 - - [2026-01-22 02:00:29] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.73 - - [2026-01-22 02:00:29] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.020748 10.0.0.73 - - [2026-01-22 02:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.73 - - [2026-01-22 02:00:29] "PUT /network-policy/f40455a2-f627-4f53-b458-9cbd58adfbb8 HTTP/1.1" 200 262 0.010519 10.0.0.73 - - [2026-01-22 02:00:29] "PUT /access-control-list/215d43d9-80d4-4263-baef-cf415b25c3df HTTP/1.1" 200 272 0.053336 10.0.0.73 - - [2026-01-22 02:00:29] "POST /ref-update HTTP/1.1" 200 156 0.010240 10.0.0.73 - - [2026-01-22 02:00:29] "PUT /access-control-list/974a756f-82b8-45dc-99ad-308b6caf4c94 HTTP/1.1" 200 272 0.050010 10.0.0.73 - - [2026-01-22 02:00:29] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.73 - - [2026-01-22 02:00:32] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004805 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 928 0.005375 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 826 0.034744 10.0.0.73 - - [2026-01-22 02:00:32] "DELETE /access-control-list/974a756f-82b8-45dc-99ad-308b6caf4c94 HTTP/1.1" 200 115 0.025121 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 826 0.005627 10.0.0.73 - - [2026-01-22 02:00:32] "GET /virtual-network/87238263-70be-46f9-9ba2-0cf418886496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007095 10.0.0.73 - - [2026-01-22 02:00:32] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005181 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 930 0.004616 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 828 0.039187 10.0.0.73 - - [2026-01-22 02:00:32] "DELETE /access-control-list/215d43d9-80d4-4263-baef-cf415b25c3df HTTP/1.1" 200 115 0.032675 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 828 0.008659 10.0.0.73 - - [2026-01-22 02:00:32] "GET /virtual-network/7a1cd6c6-7e0c-4f70-8db8-14c069c36fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004789 10.0.0.73 - - [2026-01-22 02:00:32] "DELETE /network-policy/f40455a2-f627-4f53-b458-9cbd58adfbb8 HTTP/1.1" 200 115 0.022049 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 826 0.004943 10.0.0.73 - - [2026-01-22 02:00:32] "POST /neutron/network HTTP/1.1" 400 204 0.008258 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010916 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 1116 0.008965 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 1128 0.012273 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 1118 0.007770 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 151 0.115826 10.0.0.73 - - [2026-01-22 02:00:33] "POST /neutron/port HTTP/1.1" 200 151 0.124570 10.0.0.73 - - [2026-01-22 02:00:34] "POST /neutron/network HTTP/1.1" 200 826 0.004657 10.0.0.73 - - [2026-01-22 02:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.73 - - [2026-01-22 02:00:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002878 10.0.0.73 - - [2026-01-22 02:00:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.73 - - [2026-01-22 02:00:34] "POST /neutron/network HTTP/1.1" 200 151 0.073402 10.0.0.73 - - [2026-01-22 02:00:34] "DELETE /route-target/7fb79095-d975-48a5-bd66-5a65a720e997 HTTP/1.1" 200 115 0.019151 10.0.0.73 - - [2026-01-22 02:00:34] "GET /routing-instance/1a3a5147-9367-4e25-bf28-3bd62dcfa862 HTTP/1.1" 404 171 0.001851 10.0.0.73 - - [2026-01-22 02:00:34] "GET /domains HTTP/1.1" 200 280 0.001788 10.0.0.73 - - [2026-01-22 02:00:34] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.73 - - [2026-01-22 02:00:35] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2575 0.049206 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000900 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 2112 0.063043 10.0.0.73 - - [2026-01-22 02:00:35] "POST /neutron/network HTTP/1.1" 200 828 0.004744 10.0.0.73 - - [2026-01-22 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.73 - - [2026-01-22 02:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001629 10.0.0.73 - - [2026-01-22 02:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.73 - - [2026-01-22 02:00:35] "POST /neutron/network HTTP/1.1" 200 151 0.066104 10.0.0.73 - - [2026-01-22 02:00:35] "DELETE /route-target/55be2aaf-705f-45c5-992a-f06f582aa0d5 HTTP/1.1" 200 115 0.012963 10.0.0.73 - - [2026-01-22 02:00:35] "GET /routing-instance/83ee5721-9397-497b-b187-f69321aa7680 HTTP/1.1" 404 171 0.002212 10.0.0.73 - - [2026-01-22 02:00:35] "GET /domains HTTP/1.1" 200 280 0.001570 10.0.0.73 - - [2026-01-22 02:00:35] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.73 - - [2026-01-22 02:00:35] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2575 0.048151 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 1873 0.096426 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.021393 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?fields=virtual_networks HTTP/1.1" 200 1045 0.063128 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.021351 10.0.0.73 - - [2026-01-22 02:00:35] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.73 - - [2026-01-22 02:00:35] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?fields=security_groups HTTP/1.1" 200 1273 0.022491 10.0.0.73 - - [2026-01-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 404 181 0.026462 10.0.0.73 - - [2026-01-22 02:00:36] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001828 10.0.0.73 - - [2026-01-22 02:00:36] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.73 - - [2026-01-22 02:00:36] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006032 10.0.0.73 - - [2026-01-22 02:00:36] "POST /id-to-fqname HTTP/1.1" 200 183 0.001788 10.0.0.73 - - [2026-01-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.002958 10.0.0.73 - - [2026-01-22 02:00:36] "POST /security-groups HTTP/1.1" 200 584 0.067291 10.0.0.73 - - [2026-01-22 02:00:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.004135 10.0.0.73 - - [2026-01-22 02:00:37] "POST /projects HTTP/1.1" 200 571 0.211562 10.0.0.73 - - [2026-01-22 02:00:37] "POST /access-control-lists HTTP/1.1" 200 589 0.072803 10.0.0.73 - - [2026-01-22 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.294039 10.0.0.73 - - [2026-01-22 02:00:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.002376 10.0.0.73 - - [2026-01-22 02:00:37] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.416835 10.0.0.73 - - [2026-01-22 02:00:37] "POST /access-control-lists HTTP/1.1" 200 587 0.056818 10.0.0.73 - - [2026-01-22 02:00:38] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.73 - - [2026-01-22 02:00:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.73 - - [2026-01-22 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.067560 10.0.0.73 - - [2026-01-22 02:00:39] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000939 10.0.0.73 - - [2026-01-22 02:00:39] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022428 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 117 0.029449 10.0.0.73 - - [2026-01-22 02:00:39] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001103 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 612 0.053858 10.0.0.73 - - [2026-01-22 02:00:39] "POST /route-targets HTTP/1.1" 200 327 0.010037 10.0.0.73 - - [2026-01-22 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.011871 10.0.0.73 - - [2026-01-22 02:00:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001914 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.153178 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 829 0.004443 10.0.0.73 - - [2026-01-22 02:00:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001084 10.0.0.73 - - [2026-01-22 02:00:39] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003959 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 829 0.005433 10.0.0.73 - - [2026-01-22 02:00:39] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006420 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 829 0.005378 10.0.0.73 - - [2026-01-22 02:00:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.005475 10.0.0.73 - - [2026-01-22 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.73 - - [2026-01-22 02:00:39] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004576 10.0.0.73 - - [2026-01-22 02:00:39] "PUT /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242 HTTP/1.1" 200 264 0.029099 10.0.0.73 - - [2026-01-22 02:00:39] "POST /route-targets HTTP/1.1" 200 323 0.011552 10.0.0.73 - - [2026-01-22 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.73 - - [2026-01-22 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.73 - - [2026-01-22 02:00:39] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000925 10.0.0.73 - - [2026-01-22 02:00:39] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022507 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 117 0.008930 10.0.0.73 - - [2026-01-22 02:00:40] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000961 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 612 0.055589 10.0.0.73 - - [2026-01-22 02:00:40] "POST /route-targets HTTP/1.1" 200 327 0.008234 10.0.0.73 - - [2026-01-22 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.009850 10.0.0.73 - - [2026-01-22 02:00:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.119288 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 832 0.015806 10.0.0.73 - - [2026-01-22 02:00:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001135 10.0.0.73 - - [2026-01-22 02:00:40] "GET /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004165 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 832 0.004536 10.0.0.73 - - [2026-01-22 02:00:40] "GET /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006319 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 832 0.004469 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.005336 10.0.0.73 - - [2026-01-22 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002021 10.0.0.73 - - [2026-01-22 02:00:40] "GET /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004584 10.0.0.73 - - [2026-01-22 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.011216 10.0.0.73 - - [2026-01-22 02:00:40] "PUT /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a HTTP/1.1" 200 264 0.038641 10.0.0.73 - - [2026-01-22 02:00:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001222 10.0.0.73 - - [2026-01-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 839 0.004351 10.0.0.73 - - [2026-01-22 02:00:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000497 10.0.0.73 - - [2026-01-22 02:00:41] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.73 - - [2026-01-22 02:00:41] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001317 10.0.0.73 - - [2026-01-22 02:00:41] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.73 - - [2026-01-22 02:00:41] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.052275 10.0.0.73 - - [2026-01-22 02:00:41] "POST /neutron/network HTTP/1.1" 200 829 0.005782 10.0.0.73 - - [2026-01-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.004399 10.0.0.73 - - [2026-01-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.005424 10.0.0.73 - - [2026-01-22 02:00:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.73 - - [2026-01-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.73 - - [2026-01-22 02:00:41] "POST /neutron/network HTTP/1.1" 200 842 0.007661 10.0.0.73 - - [2026-01-22 02:00:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000550 10.0.0.73 - - [2026-01-22 02:00:42] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.73 - - [2026-01-22 02:00:42] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/network HTTP/1.1" 200 839 0.004788 10.0.0.73 - - [2026-01-22 02:00:42] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1051 0.191755 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1051 0.008549 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1051 0.009692 10.0.0.73 - - [2026-01-22 02:00:42] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000867 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1105 0.063605 10.0.0.73 - - [2026-01-22 02:00:42] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.061095 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/network HTTP/1.1" 200 832 0.004359 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1115 0.011257 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002655 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.009318 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/network HTTP/1.1" 200 829 0.005073 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1115 0.028545 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007991 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.005920 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1115 0.014608 10.0.0.73 - - [2026-01-22 02:00:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007867 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/network HTTP/1.1" 200 842 0.007079 10.0.0.73 - - [2026-01-22 02:00:43] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001493 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 1054 0.200001 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 1054 0.009969 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 1054 0.012948 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 1108 0.071041 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 1118 0.016425 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005416 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.009763 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.73 - - [2026-01-22 02:00:43] "POST /neutron/network HTTP/1.1" 200 832 0.028529 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/port HTTP/1.1" 200 1115 0.010989 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007649 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/port HTTP/1.1" 200 1115 0.009951 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005301 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/port HTTP/1.1" 200 1115 0.011093 10.0.0.73 - - [2026-01-22 02:00:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005168 10.0.0.73 - - [2026-01-22 02:00:48] "GET /virtual-machine/ede4d0a7-8f0c-462f-a2e2-1083176e97c8 HTTP/1.1" 401 292 0.000386 10.0.0.73 - - [2026-01-22 02:00:48] "GET /virtual-machine/ede4d0a7-8f0c-462f-a2e2-1083176e97c8 HTTP/1.1" 200 1286 0.030774 10.0.0.73 - - [2026-01-22 02:00:48] "GET /virtual-machine-interface/5e0db183-fa13-4708-8a80-5065b69c2017 HTTP/1.1" 200 2926 0.004053 10.0.0.73 - - [2026-01-22 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.73 - - [2026-01-22 02:00:48] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002409 10.0.0.73 - - [2026-01-22 02:00:48] "GET /virtual-networks?parent_id=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002473 10.0.0.73 - - [2026-01-22 02:00:48] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004486 10.0.0.73 - - [2026-01-22 02:00:51] "POST /neutron/port HTTP/1.1" 200 1115 0.015284 10.0.0.73 - - [2026-01-22 02:00:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007052 10.0.0.73 - - [2026-01-22 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.73 - - [2026-01-22 02:00:51] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006223 10.0.0.73 - - [2026-01-22 02:00:52] "POST /neutron/port HTTP/1.1" 200 1118 0.011729 10.0.0.73 - - [2026-01-22 02:00:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004962 10.0.0.73 - - [2026-01-22 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.73 - - [2026-01-22 02:00:53] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002626 10.0.0.73 - - [2026-01-22 02:00:53] "GET /virtual-networks?parent_id=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002781 10.0.0.73 - - [2026-01-22 02:00:54] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004805 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/port HTTP/1.1" 200 1118 0.011007 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004910 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/port HTTP/1.1" 200 1118 0.010226 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004635 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/port HTTP/1.1" 200 1118 0.014211 10.0.0.73 - - [2026-01-22 02:00:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004961 10.0.0.73 - - [2026-01-22 02:00:54] "GET /virtual-machine/a813527c-b773-49af-958b-ecdb33683dfa HTTP/1.1" 200 1286 0.003853 10.0.0.73 - - [2026-01-22 02:00:54] "GET /virtual-machine-interface/4caf8f7b-8c4f-4d06-91d2-c8935fed4370 HTTP/1.1" 200 2927 0.003743 10.0.0.73 - - [2026-01-22 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.73 - - [2026-01-22 02:00:54] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002760 10.0.0.73 - - [2026-01-22 02:00:54] "GET /virtual-networks?parent_id=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002524 10.0.0.73 - - [2026-01-22 02:00:54] "GET /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005336 10.0.0.73 - - [2026-01-22 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.73 - - [2026-01-22 02:00:55] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.73 - - [2026-01-22 02:00:55] "GET /virtual-networks?parent_id=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003474 10.0.0.73 - - [2026-01-22 02:00:55] "GET /virtual-network/4642450e-03b4-4277-9cde-e3eac68c3e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005494 10.0.0.73 - - [2026-01-22 02:00:56] "POST /routing-policys HTTP/1.1" 200 534 0.016432 10.0.0.73 - - [2026-01-22 02:00:56] "GET /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008533 10.0.0.73 - - [2026-01-22 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.011579 10.0.0.73 - - [2026-01-22 02:00:56] "PUT /virtual-network/08d9e554-4b64-46d8-ab14-2b301a6d4242 HTTP/1.1" 200 264 0.034688 10.0.0.73 - - [2026-01-22 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.013661 10.0.0.73 - - [2026-01-22 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.031769 10.0.0.73 - - [2026-01-22 02:01:00] "DELETE /routing-policy/89837e21-e746-4f85-bcc8-de398a81809b HTTP/1.1" 200 115 0.019656 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/network HTTP/1.1" 200 832 0.011922 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/network HTTP/1.1" 400 204 0.007974 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 1118 0.018550 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 1108 0.009209 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 1115 0.013732 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 1105 0.012216 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 151 0.102387 10.0.0.73 - - [2026-01-22 02:01:00] "POST /neutron/port HTTP/1.1" 200 151 0.096848 10.0.0.73 - - [2026-01-22 02:01:02] "POST /neutron/network HTTP/1.1" 200 832 0.005065 10.0.0.73 - - [2026-01-22 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002945 10.0.0.73 - - [2026-01-22 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.73 - - [2026-01-22 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001688 10.0.0.73 - - [2026-01-22 02:01:02] "POST /neutron/network HTTP/1.1" 200 151 0.061762 10.0.0.73 - - [2026-01-22 02:01:02] "DELETE /route-target/485ee2df-54a1-4bfc-ada3-e0c08c8b561d HTTP/1.1" 200 115 0.012648 10.0.0.73 - - [2026-01-22 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.73 - - [2026-01-22 02:01:02] "POST /neutron/network HTTP/1.1" 200 829 0.004829 10.0.0.73 - - [2026-01-22 02:01:02] "DELETE /route-target/0b2c996f-3c7f-4f4f-977b-ba8d8ebebab7 HTTP/1.1" 409 239 0.005673 10.0.0.73 - - [2026-01-22 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002024 10.0.0.73 - - [2026-01-22 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.73 - - [2026-01-22 02:01:02] "POST /neutron/network HTTP/1.1" 200 151 0.076412 10.0.0.73 - - [2026-01-22 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.73 - - [2026-01-22 02:01:02] "DELETE /route-target/f7b3fb43-e9d9-474f-b2a1-ed0a8592f3f2 HTTP/1.1" 200 115 0.015688 10.0.0.73 - - [2026-01-22 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.73 - - [2026-01-22 02:01:02] "DELETE /route-target/0b2c996f-3c7f-4f4f-977b-ba8d8ebebab7 HTTP/1.1" 200 115 0.012342 10.0.0.73 - - [2026-01-22 02:01:02] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.73 - - [2026-01-22 02:01:02] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023834 10.0.0.73 - - [2026-01-22 02:01:02] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001050 10.0.0.73 - - [2026-01-22 02:01:02] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?fields=virtual_networks HTTP/1.1" 200 1028 0.066618 10.0.0.73 - - [2026-01-22 02:01:02] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.73 - - [2026-01-22 02:01:02] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.019660 10.0.0.73 - - [2026-01-22 02:01:03] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.73 - - [2026-01-22 02:01:03] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?fields=security_groups HTTP/1.1" 200 1247 0.032365 10.0.0.73 - - [2026-01-22 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.025338 10.0.0.73 - - [2026-01-22 02:01:03] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002161 10.0.0.73 - - [2026-01-22 02:01:03] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.73 - - [2026-01-22 02:01:03] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005551 10.0.0.73 - - [2026-01-22 02:01:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001122 10.0.0.73 - - [2026-01-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003953 10.0.0.73 - - [2026-01-22 02:01:04] "POST /security-groups HTTP/1.1" 200 589 0.060218 10.0.0.73 - - [2026-01-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.002913 10.0.0.73 - - [2026-01-22 02:01:04] "POST /projects HTTP/1.1" 200 581 0.199598 10.0.0.73 - - [2026-01-22 02:01:04] "POST /access-control-lists HTTP/1.1" 200 594 0.058274 10.0.0.73 - - [2026-01-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.267858 10.0.0.73 - - [2026-01-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002393 10.0.0.73 - - [2026-01-22 02:01:04] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.391089 10.0.0.73 - - [2026-01-22 02:01:04] "POST /access-control-lists HTTP/1.1" 200 592 0.056878 10.0.0.73 - - [2026-01-22 02:01:05] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.73 - - [2026-01-22 02:01:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2026-01-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.057276 10.0.0.73 - - [2026-01-22 02:01:06] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.73 - - [2026-01-22 02:01:06] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.018969 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/network HTTP/1.1" 200 117 0.034419 10.0.0.73 - - [2026-01-22 02:01:06] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001331 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/network HTTP/1.1" 200 613 0.055671 10.0.0.73 - - [2026-01-22 02:01:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.148021 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/network HTTP/1.1" 200 832 0.005056 10.0.0.73 - - [2026-01-22 02:01:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001064 10.0.0.73 - - [2026-01-22 02:01:06] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004842 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/network HTTP/1.1" 200 832 0.004451 10.0.0.73 - - [2026-01-22 02:01:06] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005826 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/network HTTP/1.1" 200 832 0.004892 10.0.0.73 - - [2026-01-22 02:01:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.006291 10.0.0.73 - - [2026-01-22 02:01:06] "GET /domains HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2026-01-22 02:01:06] "POST /route-targets HTTP/1.1" 200 327 0.008847 10.0.0.73 - - [2026-01-22 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domains HTTP/1.1" 200 280 0.031363 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.007128 10.0.0.73 - - [2026-01-22 02:01:07] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.73 - - [2026-01-22 02:01:07] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2090 0.068935 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e HTTP/1.1" 200 2319 0.007224 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e HTTP/1.1" 200 2319 0.006484 10.0.0.73 - - [2026-01-22 02:01:07] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 200 1494 0.003451 10.0.0.73 - - [2026-01-22 02:01:07] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 200 1494 0.003971 10.0.0.73 - - [2026-01-22 02:01:07] "GET /route-target/35646178-8575-44ab-ba0b-006b47245528 HTTP/1.1" 200 1212 0.003611 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e HTTP/1.1" 200 2319 0.004676 10.0.0.73 - - [2026-01-22 02:01:07] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 200 1494 0.003240 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005742 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e HTTP/1.1" 200 2319 0.005686 10.0.0.73 - - [2026-01-22 02:01:07] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 200 1494 0.003423 10.0.0.73 - - [2026-01-22 02:01:07] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 200 1494 0.003167 10.0.0.73 - - [2026-01-22 02:01:07] "GET /route-target/35646178-8575-44ab-ba0b-006b47245528 HTTP/1.1" 200 1212 0.002793 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domains HTTP/1.1" 200 280 0.003830 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.73 - - [2026-01-22 02:01:07] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.008182 10.0.0.73 - - [2026-01-22 02:01:07] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.73 - - [2026-01-22 02:01:07] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2090 0.068351 10.0.0.73 - - [2026-01-22 02:01:07] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e HTTP/1.1" 200 2319 0.007355 10.0.0.73 - - [2026-01-22 02:01:07] "GET /obj-perms HTTP/1.1" 200 5026 0.058100 10.0.0.73 - - [2026-01-22 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.73 - - [2026-01-22 02:01:07] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000822 10.0.0.73 - - [2026-01-22 02:01:07] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.018623 10.0.0.73 - - [2026-01-22 02:01:07] "POST /neutron/network HTTP/1.1" 200 117 0.009140 10.0.0.73 - - [2026-01-22 02:01:07] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.73 - - [2026-01-22 02:01:07] "POST /neutron/network HTTP/1.1" 200 613 0.059395 10.0.0.73 - - [2026-01-22 02:01:08] "POST /route-targets HTTP/1.1" 200 327 0.009396 10.0.0.73 - - [2026-01-22 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.013516 10.0.0.73 - - [2026-01-22 02:01:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003388 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.196320 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/network HTTP/1.1" 200 831 0.004748 10.0.0.73 - - [2026-01-22 02:01:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004332 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/network HTTP/1.1" 200 831 0.006234 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005274 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/network HTTP/1.1" 200 831 0.007424 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.006178 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domains HTTP/1.1" 200 280 0.004354 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.005736 10.0.0.73 - - [2026-01-22 02:01:08] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.73 - - [2026-01-22 02:01:08] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2308 0.067453 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143 HTTP/1.1" 200 2316 0.005375 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143 HTTP/1.1" 200 2316 0.005536 10.0.0.73 - - [2026-01-22 02:01:08] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 200 1493 0.003659 10.0.0.73 - - [2026-01-22 02:01:08] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 200 1493 0.003379 10.0.0.73 - - [2026-01-22 02:01:08] "GET /route-target/f37ff6cd-aaf9-4b8d-95a0-6eeba9bee6d8 HTTP/1.1" 200 1213 0.002792 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143 HTTP/1.1" 200 2316 0.004216 10.0.0.73 - - [2026-01-22 02:01:08] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 200 1493 0.004377 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005890 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143 HTTP/1.1" 200 2316 0.005144 10.0.0.73 - - [2026-01-22 02:01:08] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 200 1493 0.003102 10.0.0.73 - - [2026-01-22 02:01:08] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 200 1493 0.002985 10.0.0.73 - - [2026-01-22 02:01:08] "GET /route-target/f37ff6cd-aaf9-4b8d-95a0-6eeba9bee6d8 HTTP/1.1" 200 1213 0.002926 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domains HTTP/1.1" 200 280 0.002419 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.73 - - [2026-01-22 02:01:08] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.006359 10.0.0.73 - - [2026-01-22 02:01:08] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.73 - - [2026-01-22 02:01:08] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2308 0.067891 10.0.0.73 - - [2026-01-22 02:01:08] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143 HTTP/1.1" 200 2316 0.005451 10.0.0.73 - - [2026-01-22 02:01:08] "GET /obj-perms HTTP/1.1" 200 5026 0.003853 10.0.0.73 - - [2026-01-22 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.73 - - [2026-01-22 02:01:08] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.73 - - [2026-01-22 02:01:08] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023706 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/network HTTP/1.1" 200 117 0.009712 10.0.0.73 - - [2026-01-22 02:01:08] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001390 10.0.0.73 - - [2026-01-22 02:01:08] "POST /neutron/network HTTP/1.1" 200 615 0.069525 10.0.0.73 - - [2026-01-22 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.73 - - [2026-01-22 02:01:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.138355 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/network HTTP/1.1" 200 834 0.005807 10.0.0.73 - - [2026-01-22 02:01:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001119 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004694 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/network HTTP/1.1" 200 834 0.007791 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004596 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/network HTTP/1.1" 200 834 0.004805 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.008166 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domains HTTP/1.1" 200 280 0.003075 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.006976 10.0.0.73 - - [2026-01-22 02:01:09] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.73 - - [2026-01-22 02:01:09] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2527 0.062945 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685 HTTP/1.1" 200 2324 0.005055 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685 HTTP/1.1" 200 2324 0.005571 10.0.0.73 - - [2026-01-22 02:01:09] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 200 1497 0.003124 10.0.0.73 - - [2026-01-22 02:01:09] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 200 1497 0.003745 10.0.0.73 - - [2026-01-22 02:01:09] "GET /route-target/91b4a6c0-ba08-4044-ba55-33dcf1f46728 HTTP/1.1" 200 1215 0.003955 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685 HTTP/1.1" 200 2324 0.004212 10.0.0.73 - - [2026-01-22 02:01:09] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 200 1497 0.002725 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004602 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685 HTTP/1.1" 200 2324 0.004819 10.0.0.73 - - [2026-01-22 02:01:09] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 200 1497 0.005439 10.0.0.73 - - [2026-01-22 02:01:09] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 200 1497 0.003952 10.0.0.73 - - [2026-01-22 02:01:09] "GET /route-target/91b4a6c0-ba08-4044-ba55-33dcf1f46728 HTTP/1.1" 200 1215 0.002809 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.73 - - [2026-01-22 02:01:09] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2938 0.005558 10.0.0.73 - - [2026-01-22 02:01:09] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.73 - - [2026-01-22 02:01:09] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2527 0.079479 10.0.0.73 - - [2026-01-22 02:01:09] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685 HTTP/1.1" 200 2324 0.005032 10.0.0.73 - - [2026-01-22 02:01:09] "GET /obj-perms HTTP/1.1" 200 5026 0.003349 10.0.0.73 - - [2026-01-22 02:01:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001209 10.0.0.73 - - [2026-01-22 02:01:09] "POST /neutron/network HTTP/1.1" 200 841 0.005063 10.0.0.73 - - [2026-01-22 02:01:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000385 10.0.0.73 - - [2026-01-22 02:01:10] "GET / HTTP/1.1" 200 35931 0.002420 10.0.0.73 - - [2026-01-22 02:01:10] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000354 10.0.0.73 - - [2026-01-22 02:01:10] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.73 - - [2026-01-22 02:01:10] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046676 10.0.0.73 - - [2026-01-22 02:01:10] "POST /neutron/network HTTP/1.1" 200 831 0.004975 10.0.0.73 - - [2026-01-22 02:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.004573 10.0.0.73 - - [2026-01-22 02:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.004738 10.0.0.73 - - [2026-01-22 02:01:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273 10.0.0.73 - - [2026-01-22 02:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.005091 10.0.0.73 - - [2026-01-22 02:01:10] "POST /neutron/network HTTP/1.1" 200 844 0.004927 10.0.0.73 - - [2026-01-22 02:01:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.73 - - [2026-01-22 02:01:10] "DELETE /project/2fce32cc84764576af75d3936a6ac1b0 HTTP/1.1" 404 173 0.011008 10.0.0.73 - - [2026-01-22 02:01:10] "DELETE /project/48fa2a3b408e412ebf1836502cf85b3a HTTP/1.1" 404 173 0.007807 10.0.0.73 - - [2026-01-22 02:01:10] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000884 10.0.0.73 - - [2026-01-22 02:01:10] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000727 10.0.0.73 - - [2026-01-22 02:01:10] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.035161 10.0.0.73 - - [2026-01-22 02:01:10] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.039234 10.0.0.73 - - [2026-01-22 02:01:10] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.73 - - [2026-01-22 02:01:10] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000773 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?fields=security_groups HTTP/1.1" 200 1352 0.035834 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?fields=security_groups HTTP/1.1" 200 1378 0.040524 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/network HTTP/1.1" 200 841 0.004873 10.0.0.73 - - [2026-01-22 02:01:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001380 10.0.0.73 - - [2026-01-22 02:01:11] "GET / HTTP/1.1" 200 35931 0.006049 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000326 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /security-group/8af6363a-bc83-40fb-9907-a7e7a4f2f530 HTTP/1.1" 200 115 0.086574 10.0.0.73 - - [2026-01-22 02:01:11] "GET /projects?obj_uuids=2fce32cc-8476-4576-af75-d3936a6ac1b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000832 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /access-control-list/5c40f94a-8761-4f20-aad8-e50f6d206449 HTTP/1.1" 200 115 0.051730 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /security-group/38a7d580-f4b1-4201-9de8-073df98edf5b HTTP/1.1" 200 115 0.088591 10.0.0.73 - - [2026-01-22 02:01:11] "GET /projects?obj_uuids=52b9c940-d12f-4b55-8a02-fd877805f7f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000760 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/2fce32cc-8476-4576-af75-d3936a6ac1b0?fields=application_policy_sets HTTP/1.1" 200 1391 0.084555 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/52b9c940-d12f-4b55-8a02-fd877805f7f2?fields=application_policy_sets HTTP/1.1" 200 1417 0.101059 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /access-control-list/0a53037d-f0cd-4742-9f1f-6714e159aa4a HTTP/1.1" 200 115 0.106605 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /access-control-list/c1e35f2f-63c7-41f1-99c1-4cfecc488722 HTTP/1.1" 200 115 0.030102 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /access-control-list/c3acbba8-12d6-479f-8fe4-1f36f027c3b2 HTTP/1.1" 200 115 0.040956 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1057 0.298388 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /project/2fce32cc-8476-4576-af75-d3936a6ac1b0 HTTP/1.1" 200 115 0.446064 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1057 0.009600 10.0.0.73 - - [2026-01-22 02:01:11] "DELETE /project/52b9c940-d12f-4b55-8a02-fd877805f7f2 HTTP/1.1" 200 115 0.473574 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1057 0.011134 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1111 0.062096 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1121 0.018765 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002675 10.0.0.73 - - [2026-01-22 02:01:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.005779 10.0.0.73 - - [2026-01-22 02:01:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063292 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 117 0.002172 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/network HTTP/1.1" 200 834 0.005187 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/network HTTP/1.1" 200 831 0.006574 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 1121 0.014979 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007124 10.0.0.73 - - [2026-01-22 02:01:11] "POST /neutron/port HTTP/1.1" 200 117 0.004124 10.0.0.73 - - [2026-01-22 02:01:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003562 10.0.0.73 - - [2026-01-22 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.73 - - [2026-01-22 02:01:11] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.73 - - [2026-01-22 02:01:11] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006460 10.0.0.73 - - [2026-01-22 02:01:12] "POST /service-templates HTTP/1.1" 200 543 0.017418 10.0.0.73 - - [2026-01-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.73 - - [2026-01-22 02:01:12] "GET /service-template/95090885-50cc-4c57-b8d9-23c06a3aa090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003969 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/network HTTP/1.1" 200 844 0.010217 10.0.0.73 - - [2026-01-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.73 - - [2026-01-22 02:01:12] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.73 - - [2026-01-22 02:01:12] "GET /service-template/95090885-50cc-4c57-b8d9-23c06a3aa090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003581 10.0.0.73 - - [2026-01-22 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001116 10.0.0.73 - - [2026-01-22 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001504 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 1058 0.204129 10.0.0.73 - - [2026-01-22 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001201 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 1058 0.008976 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 1058 0.009501 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 1112 0.070467 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 2091 0.016971 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005171 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 1122 0.012374 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002757 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.006554 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.73 - - [2026-01-22 02:01:12] "POST /neutron/network HTTP/1.1" 200 834 0.006078 10.0.0.73 - - [2026-01-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 2222 0.011029 10.0.0.73 - - [2026-01-22 02:01:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2026-01-22 02:01:13] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.73 - - [2026-01-22 02:01:13] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000317 10.0.0.73 - - [2026-01-22 02:01:13] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.73 - - [2026-01-22 02:01:13] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051419 10.0.0.73 - - [2026-01-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 832 0.004623 10.0.0.73 - - [2026-01-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 831 0.005008 10.0.0.73 - - [2026-01-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 834 0.005081 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/port HTTP/1.1" 200 2091 0.029455 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004951 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.004824 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.004513 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 2222 0.007669 10.0.0.73 - - [2026-01-22 02:01:14] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/port HTTP/1.1" 200 1058 0.236210 10.0.0.73 - - [2026-01-22 02:01:14] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.73 - - [2026-01-22 02:01:14] "POST /neutron/port HTTP/1.1" 200 1057 0.186014 10.0.0.73 - - [2026-01-22 02:01:14] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1058 0.165641 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1058 0.014980 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1058 0.012341 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1112 0.063465 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1057 0.008487 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1057 0.007528 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1111 0.062289 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1058 0.008950 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1058 0.008402 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 1112 0.083959 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 3060 0.018159 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002857 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005752 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 832 0.004577 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003378 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.005463 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 831 0.004736 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002745 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005432 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.73 - - [2026-01-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 834 0.005156 10.0.0.73 - - [2026-01-22 02:01:15] "GET /obj-perms HTTP/1.1" 200 5056 0.049739 10.0.0.73 - - [2026-01-22 02:01:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049959 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/port HTTP/1.1" 200 3060 0.016314 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004780 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/port HTTP/1.1" 200 3060 0.019592 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004884 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/port HTTP/1.1" 200 3060 0.016438 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005909 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/port HTTP/1.1" 200 3060 0.016203 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004348 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/port HTTP/1.1" 200 3060 0.015484 10.0.0.73 - - [2026-01-22 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004378 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-machine/a0b4f11b-8ad8-4869-b603-f1a15f6204b8 HTTP/1.1" 200 1803 0.003324 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2 HTTP/1.1" 200 2949 0.005505 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4 HTTP/1.1" 200 2946 0.003813 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad HTTP/1.1" 200 2947 0.003631 10.0.0.73 - - [2026-01-22 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.73 - - [2026-01-22 02:01:19] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002331 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002970 10.0.0.73 - - [2026-01-22 02:01:19] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004819 10.0.0.73 - - [2026-01-22 02:01:20] "POST /neutron/port HTTP/1.1" 200 1121 0.012751 10.0.0.73 - - [2026-01-22 02:01:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005030 10.0.0.73 - - [2026-01-22 02:01:21] "POST /neutron/port HTTP/1.1" 200 1122 0.020042 10.0.0.73 - - [2026-01-22 02:01:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004260 10.0.0.73 - - [2026-01-22 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.73 - - [2026-01-22 02:01:22] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004305 10.0.0.73 - - [2026-01-22 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.73 - - [2026-01-22 02:01:27] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003914 10.0.0.73 - - [2026-01-22 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.73 - - [2026-01-22 02:01:31] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004410 10.0.0.73 - - [2026-01-22 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.73 - - [2026-01-22 02:01:35] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003126 10.0.0.73 - - [2026-01-22 02:01:35] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002738 10.0.0.73 - - [2026-01-22 02:01:35] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006190 10.0.0.73 - - [2026-01-22 02:01:35] "POST /neutron/port HTTP/1.1" 200 3060 0.016739 10.0.0.73 - - [2026-01-22 02:01:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004636 10.0.0.73 - - [2026-01-22 02:01:40] "POST /neutron/port HTTP/1.1" 200 3060 0.015692 10.0.0.73 - - [2026-01-22 02:01:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004418 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/port HTTP/1.1" 200 1121 0.010261 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/port HTTP/1.1" 200 1121 0.010483 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/network HTTP/1.1" 200 841 0.006365 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003186 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.006211 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.73 - - [2026-01-22 02:01:43] "POST /neutron/network HTTP/1.1" 200 831 0.005523 10.0.0.73 - - [2026-01-22 02:01:44] "POST /neutron/port HTTP/1.1" 200 3060 0.030447 10.0.0.73 - - [2026-01-22 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006466 10.0.0.73 - - [2026-01-22 02:01:45] "POST /neutron/port HTTP/1.1" 200 3060 0.015900 10.0.0.73 - - [2026-01-22 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005572 10.0.0.73 - - [2026-01-22 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.73 - - [2026-01-22 02:01:51] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002971 10.0.0.73 - - [2026-01-22 02:01:51] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002616 10.0.0.73 - - [2026-01-22 02:01:51] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004846 10.0.0.73 - - [2026-01-22 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.73 - - [2026-01-22 02:01:51] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002717 10.0.0.73 - - [2026-01-22 02:01:51] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002436 10.0.0.73 - - [2026-01-22 02:01:51] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005704 10.0.0.73 - - [2026-01-22 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002394 10.0.0.73 - - [2026-01-22 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001778 10.0.0.73 - - [2026-01-22 02:01:51] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.73 - - [2026-01-22 02:01:51] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021336 10.0.0.73 - - [2026-01-22 02:01:51] "POST /service-instances HTTP/1.1" 200 543 0.064158 10.0.0.73 - - [2026-01-22 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.73 - - [2026-01-22 02:01:51] "GET /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004874 10.0.0.73 - - [2026-01-22 02:01:51] "POST /port-tuples HTTP/1.1" 200 586 0.023841 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005526 10.0.0.73 - - [2026-01-22 02:01:52] "PUT /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4 HTTP/1.1" 200 284 0.009968 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.73 - - [2026-01-22 02:01:52] "POST /instance-ips HTTP/1.1" 200 385 0.023603 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.010040 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006121 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.009946 10.0.0.73 - - [2026-01-22 02:01:52] "PUT /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad HTTP/1.1" 200 284 0.017236 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002416 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004321 10.0.0.73 - - [2026-01-22 02:01:52] "POST /instance-ips HTTP/1.1" 200 385 0.025079 10.0.0.73 - - [2026-01-22 02:01:52] "PUT /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2 HTTP/1.1" 200 284 0.010954 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.007875 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.010537 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002826 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/port HTTP/1.1" 200 1121 0.011269 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004896 10.0.0.73 - - [2026-01-22 02:01:52] "POST /instance-ips HTTP/1.1" 200 373 0.020756 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/port HTTP/1.1" 200 1121 0.010383 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004638 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/port HTTP/1.1" 200 1121 0.010275 10.0.0.73 - - [2026-01-22 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006350 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-machine/43eb697c-5766-4a2c-a70d-0fbd5e1238f6 HTTP/1.1" 200 1290 0.004607 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-machine-interface/a9b1991c-6a84-4cc9-aa6f-9c16d7697713 HTTP/1.1" 200 2947 0.004467 10.0.0.73 - - [2026-01-22 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.73 - - [2026-01-22 02:01:52] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004339 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002806 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002452 10.0.0.73 - - [2026-01-22 02:01:52] "POST /instance-ips HTTP/1.1" 200 373 0.016759 10.0.0.73 - - [2026-01-22 02:01:52] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005280 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.010383 10.0.0.73 - - [2026-01-22 02:01:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002712 10.0.0.73 - - [2026-01-22 02:01:53] "POST /instance-ips HTTP/1.1" 200 375 0.020802 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008445 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.006717 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002758 10.0.0.73 - - [2026-01-22 02:01:53] "POST /instance-ips HTTP/1.1" 200 375 0.015998 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.73 - - [2026-01-22 02:01:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003201 10.0.0.73 - - [2026-01-22 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.73 - - [2026-01-22 02:01:53] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002820 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006765 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1122 0.011401 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007420 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1122 0.012275 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005512 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1122 0.013006 10.0.0.73 - - [2026-01-22 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007612 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-machine/1848d0c1-3a79-4fbf-9008-61a3328a322a HTTP/1.1" 200 1290 0.005441 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-machine-interface/f3095348-9e62-4e92-ad99-4cc441c21d2c HTTP/1.1" 200 2950 0.006945 10.0.0.73 - - [2026-01-22 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.73 - - [2026-01-22 02:01:54] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004160 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003223 10.0.0.73 - - [2026-01-22 02:01:54] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013025 10.0.0.73 - - [2026-01-22 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.73 - - [2026-01-22 02:01:55] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002914 10.0.0.73 - - [2026-01-22 02:01:55] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002409 10.0.0.73 - - [2026-01-22 02:01:55] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004462 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002698 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.73 - - [2026-01-22 02:01:56] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.73 - - [2026-01-22 02:01:56] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026586 10.0.0.73 - - [2026-01-22 02:01:56] "POST /network-policys HTTP/1.1" 200 547 0.017497 10.0.0.73 - - [2026-01-22 02:01:56] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003909 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.73 - - [2026-01-22 02:01:56] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004542 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.73 - - [2026-01-22 02:01:56] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002825 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.004315 10.0.0.73 - - [2026-01-22 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.035086 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.73 - - [2026-01-22 02:01:56] "POST /access-control-lists HTTP/1.1" 200 601 0.061976 10.0.0.73 - - [2026-01-22 02:01:56] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003726 10.0.0.73 - - [2026-01-22 02:01:56] "POST /neutron/network HTTP/1.1" 200 919 0.005805 10.0.0.73 - - [2026-01-22 02:01:56] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003926 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.73 - - [2026-01-22 02:01:56] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003394 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.73 - - [2026-01-22 02:01:56] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004398 10.0.0.73 - - [2026-01-22 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.73 - - [2026-01-22 02:01:56] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003740 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.005255 10.0.0.73 - - [2026-01-22 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.038638 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.73 - - [2026-01-22 02:01:57] "POST /access-control-lists HTTP/1.1" 200 604 0.065039 10.0.0.73 - - [2026-01-22 02:01:57] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004500 10.0.0.73 - - [2026-01-22 02:01:57] "POST /routing-instances HTTP/1.1" 200 759 0.015411 10.0.0.73 - - [2026-01-22 02:01:57] "POST /neutron/network HTTP/1.1" 200 922 0.006631 10.0.0.73 - - [2026-01-22 02:01:57] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004970 10.0.0.73 - - [2026-01-22 02:01:57] "POST /route-targets HTTP/1.1" 200 327 0.010049 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.73 - - [2026-01-22 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.73 - - [2026-01-22 02:01:57] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003159 10.0.0.73 - - [2026-01-22 02:01:57] "GET /routing-instance/13df7d76-1172-497c-9b2a-37b34700fa0c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.003700 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.73 - - [2026-01-22 02:01:57] "GET /routing-instance/13df7d76-1172-497c-9b2a-37b34700fa0c?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.003317 10.0.0.73 - - [2026-01-22 02:01:57] "GET /service-template/95090885-50cc-4c57-b8d9-23c06a3aa090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003158 10.0.0.73 - - [2026-01-22 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.009426 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.73 - - [2026-01-22 02:01:57] "POST /routing-instances HTTP/1.1" 200 760 0.017492 10.0.0.73 - - [2026-01-22 02:01:57] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.73 - - [2026-01-22 02:01:57] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026055 10.0.0.73 - - [2026-01-22 02:01:57] "POST /route-targets HTTP/1.1" 200 327 0.009372 10.0.0.73 - - [2026-01-22 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.73 - - [2026-01-22 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.009203 10.0.0.73 - - [2026-01-22 02:01:57] "GET /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005334 10.0.0.73 - - [2026-01-22 02:01:57] "GET /routing-instance/a7fe8357-d1e1-4909-bcc0-088ed690b9b6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.003730 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2771 0.006930 10.0.0.73 - - [2026-01-22 02:01:57] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000764 10.0.0.73 - - [2026-01-22 02:01:57] "GET /routing-instance/a7fe8357-d1e1-4909-bcc0-088ed690b9b6?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.002728 10.0.0.73 - - [2026-01-22 02:01:57] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 4243 0.071490 10.0.0.73 - - [2026-01-22 02:01:57] "PUT /routing-instance/13df7d76-1172-497c-9b2a-37b34700fa0c HTTP/1.1" 200 266 0.017427 10.0.0.73 - - [2026-01-22 02:01:57] "GET /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10 HTTP/1.1" 200 3783 0.011476 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domains HTTP/1.1" 200 280 0.001797 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.73 - - [2026-01-22 02:01:57] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2771 0.006304 10.0.0.73 - - [2026-01-22 02:01:57] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.73 - - [2026-01-22 02:01:57] "PUT /routing-instance/a7fe8357-d1e1-4909-bcc0-088ed690b9b6 HTTP/1.1" 200 266 0.009389 10.0.0.73 - - [2026-01-22 02:01:57] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 4243 0.066540 10.0.0.73 - - [2026-01-22 02:01:57] "GET /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10 HTTP/1.1" 200 3783 0.003995 10.0.0.73 - - [2026-01-22 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.011886 10.0.0.73 - - [2026-01-22 02:01:57] "GET /port-tuple/c62ced3e-244a-4dfb-81e2-c2bccd1a9f9a HTTP/1.1" 200 1979 0.003081 10.0.0.73 - - [2026-01-22 02:01:57] "GET /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2 HTTP/1.1" 200 3804 0.005516 10.0.0.73 - - [2026-01-22 02:01:57] "GET /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4 HTTP/1.1" 200 3816 0.008629 10.0.0.73 - - [2026-01-22 02:01:57] "GET /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad HTTP/1.1" 200 3799 0.006680 10.0.0.73 - - [2026-01-22 02:01:57] "PUT /access-control-list/2a7e47ed-d914-401f-bcbd-466c14e83684 HTTP/1.1" 200 272 0.009609 10.0.0.73 - - [2026-01-22 02:01:58] "PUT /access-control-list/661b6734-e2f0-4ef3-9881-38d1647ae1bb HTTP/1.1" 200 272 0.010253 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.047371 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006574 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.026160 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005693 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.027202 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004922 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.027585 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005210 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 893 0.009193 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 919 0.005406 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 806 0.025446 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 832 0.004919 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 896 0.009739 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/network HTTP/1.1" 200 922 0.004913 10.0.0.73 - - [2026-01-22 02:01:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001453 10.0.0.73 - - [2026-01-22 02:01:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001291 10.0.0.73 - - [2026-01-22 02:01:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001163 10.0.0.73 - - [2026-01-22 02:01:58] "GET /virtual-machine/a0b4f11b-8ad8-4869-b603-f1a15f6204b8 HTTP/1.1" 200 1803 0.003068 10.0.0.73 - - [2026-01-22 02:01:58] "GET /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2 HTTP/1.1" 200 3804 0.004807 10.0.0.73 - - [2026-01-22 02:01:58] "GET /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4 HTTP/1.1" 200 3816 0.004619 10.0.0.73 - - [2026-01-22 02:01:58] "GET /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad HTTP/1.1" 200 3799 0.004701 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/27ed97e7-6cec-4f04-8dcc-76f0e4c2418e HTTP/1.1" 200 1622 0.004595 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/2e77022b-41a8-4241-8e21-d7507c3bfe64 HTTP/1.1" 200 1958 0.003217 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/bfdc8548-0dd9-48df-b76b-e3228824496c HTTP/1.1" 200 1961 0.006666 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/5dbf9fd9-6d8d-49a5-ac5f-5652ecd9e1d6 HTTP/1.1" 200 1980 0.003675 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/b6145764-e5fa-42e9-adac-3091cae85341 HTTP/1.1" 200 1979 0.004566 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/be256999-cf5a-465c-8738-270b33c802e3 HTTP/1.1" 200 1621 0.004390 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/10f87481-38a2-4f6e-a558-7ba7a615ea32 HTTP/1.1" 200 1954 0.003829 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/8f1eb8a4-cd2c-4089-a735-2c699585d8b6 HTTP/1.1" 200 1957 0.002873 10.0.0.73 - - [2026-01-22 02:01:58] "GET /instance-ip/d4098ca3-0fa0-4489-9366-f13c53667f0d HTTP/1.1" 200 1621 0.004521 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.027531 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005466 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.028000 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005677 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.029158 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005118 10.0.0.73 - - [2026-01-22 02:01:58] "POST /neutron/port HTTP/1.1" 200 3831 0.027275 10.0.0.73 - - [2026-01-22 02:01:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005587 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-machine/a0b4f11b-8ad8-4869-b603-f1a15f6204b8 HTTP/1.1" 200 1803 0.003468 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-machine-interface/43056058-afd3-40a0-b91d-7a662e8fbfd2 HTTP/1.1" 200 3804 0.005075 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-machine-interface/5a6d9e37-fa0b-4a1e-a16c-e5ad2ed19ba4 HTTP/1.1" 200 3816 0.005326 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-machine-interface/e5e083e9-ea91-4163-b5ab-5e8597f965ad HTTP/1.1" 200 3799 0.004480 10.0.0.73 - - [2026-01-22 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.73 - - [2026-01-22 02:01:59] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002969 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002878 10.0.0.73 - - [2026-01-22 02:01:59] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005177 10.0.0.73 - - [2026-01-22 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.73 - - [2026-01-22 02:02:00] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002432 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002938 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004625 10.0.0.73 - - [2026-01-22 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.73 - - [2026-01-22 02:02:00] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003068 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002972 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004502 10.0.0.73 - - [2026-01-22 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.73 - - [2026-01-22 02:02:00] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003243 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002531 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004636 10.0.0.73 - - [2026-01-22 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.73 - - [2026-01-22 02:02:00] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003213 10.0.0.73 - - [2026-01-22 02:02:00] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002731 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005278 10.0.0.73 - - [2026-01-22 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.73 - - [2026-01-22 02:02:01] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004466 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002561 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004804 10.0.0.73 - - [2026-01-22 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.73 - - [2026-01-22 02:02:01] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003562 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003248 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004571 10.0.0.73 - - [2026-01-22 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002323 10.0.0.73 - - [2026-01-22 02:02:01] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003331 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003196 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004487 10.0.0.73 - - [2026-01-22 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.73 - - [2026-01-22 02:02:01] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002896 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002518 10.0.0.73 - - [2026-01-22 02:02:01] "GET /virtual-network/6cb4f44e-882e-4c11-b200-3099b73d784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004437 10.0.0.73 - - [2026-01-22 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.73 - - [2026-01-22 02:02:02] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003972 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003109 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006662 10.0.0.73 - - [2026-01-22 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.73 - - [2026-01-22 02:02:02] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003278 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002832 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004618 10.0.0.73 - - [2026-01-22 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.73 - - [2026-01-22 02:02:02] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003043 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005320 10.0.0.73 - - [2026-01-22 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.73 - - [2026-01-22 02:02:02] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003056 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-networks?parent_id=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002738 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006137 10.0.0.73 - - [2026-01-22 02:02:02] "GET /virtual-machine/a0b4f11b-8ad8-4869-b603-f1a15f6204b8 HTTP/1.1" 200 1803 0.003119 10.0.0.73 - - [2026-01-22 02:02:02] "GET /domains HTTP/1.1" 200 280 0.002150 10.0.0.73 - - [2026-01-22 02:02:02] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.73 - - [2026-01-22 02:02:02] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2771 0.005589 10.0.0.73 - - [2026-01-22 02:02:02] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000777 10.0.0.73 - - [2026-01-22 02:02:02] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 4243 0.060661 10.0.0.73 - - [2026-01-22 02:02:02] "GET /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10 HTTP/1.1" 200 3783 0.002877 10.0.0.73 - - [2026-01-22 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001856 10.0.0.73 - - [2026-01-22 02:02:02] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002567 10.0.0.73 - - [2026-01-22 02:02:02] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004594 10.0.0.73 - - [2026-01-22 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.73 - - [2026-01-22 02:02:03] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003763 10.0.0.73 - - [2026-01-22 02:02:03] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004009 10.0.0.73 - - [2026-01-22 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.73 - - [2026-01-22 02:02:03] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004479 10.0.0.73 - - [2026-01-22 02:02:03] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?fields=routing_instances HTTP/1.1" 200 1683 0.005664 10.0.0.73 - - [2026-01-22 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.73 - - [2026-01-22 02:02:03] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004506 10.0.0.73 - - [2026-01-22 02:02:03] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?fields=routing_instances HTTP/1.1" 200 1688 0.005488 10.0.0.73 - - [2026-01-22 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.029325 10.0.0.73 - - [2026-01-22 02:02:07] "POST /neutron/network HTTP/1.1" 200 834 0.005470 10.0.0.73 - - [2026-01-22 02:02:07] "GET /virtual-network/6949d4c4-8ade-457e-8dde-cb8e2d310685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004643 10.0.0.73 - - [2026-01-22 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.73 - - [2026-01-22 02:02:07] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003554 10.0.0.73 - - [2026-01-22 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.025255 10.0.0.73 - - [2026-01-22 02:02:07] "POST /neutron/network HTTP/1.1" 200 831 0.005874 10.0.0.73 - - [2026-01-22 02:02:07] "GET /virtual-network/2a7efa56-f27b-4888-a7fa-92ff35739143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004270 10.0.0.73 - - [2026-01-22 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.73 - - [2026-01-22 02:02:07] "GET /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003443 10.0.0.73 - - [2026-01-22 02:02:07] "DELETE /network-policy/80d63bd5-0cfe-4b76-a8d0-5473bb7732d0 HTTP/1.1" 200 115 0.020390 10.0.0.73 - - [2026-01-22 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.73 - - [2026-01-22 02:02:07] "DELETE /service-instance/116b8be6-fb50-42d1-ae79-4e4213db3d10 HTTP/1.1" 200 115 0.043832 10.0.0.73 - - [2026-01-22 02:02:07] "GET /domains HTTP/1.1" 200 280 0.002524 10.0.0.73 - - [2026-01-22 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.013582 10.0.0.73 - - [2026-01-22 02:02:07] "DELETE /access-control-list/661b6734-e2f0-4ef3-9881-38d1647ae1bb HTTP/1.1" 200 115 0.042437 10.0.0.73 - - [2026-01-22 02:02:07] "DELETE /instance-ip/bfdc8548-0dd9-48df-b76b-e3228824496c HTTP/1.1" 200 115 0.031857 10.0.0.73 - - [2026-01-22 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.010305 10.0.0.73 - - [2026-01-22 02:02:08] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.066757 10.0.0.73 - - [2026-01-22 02:02:08] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2771 0.076907 10.0.0.73 - - [2026-01-22 02:02:08] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002287 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /routing-instance/13df7d76-1172-497c-9b2a-37b34700fa0c HTTP/1.1" 200 115 0.044345 10.0.0.73 - - [2026-01-22 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /instance-ip/b6145764-e5fa-42e9-adac-3091cae85341 HTTP/1.1" 200 115 0.032053 10.0.0.73 - - [2026-01-22 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.012274 10.0.0.73 - - [2026-01-22 02:02:08] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 3769 0.077028 10.0.0.73 - - [2026-01-22 02:02:08] "GET /virtual-machine/a0b4f11b-8ad8-4869-b603-f1a15f6204b8 HTTP/1.1" 200 1803 0.002888 10.0.0.73 - - [2026-01-22 02:02:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003692 10.0.0.73 - - [2026-01-22 02:02:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002594 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /route-target/b4a9d66b-664f-4cb2-b952-58a5af2609cd HTTP/1.1" 200 115 0.018567 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /instance-ip/2e77022b-41a8-4241-8e21-d7507c3bfe64 HTTP/1.1" 200 115 0.023688 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /routing-instance/a7fe8357-d1e1-4909-bcc0-088ed690b9b6 HTTP/1.1" 200 115 0.030417 10.0.0.73 - - [2026-01-22 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.73 - - [2026-01-22 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.028658 10.0.0.73 - - [2026-01-22 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /route-target/0b301d13-0576-4734-ac4b-e50b1b3a8e32 HTTP/1.1" 200 115 0.025142 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /instance-ip/10f87481-38a2-4f6e-a558-7ba7a615ea32 HTTP/1.1" 200 115 0.048723 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /service-template/95090885-50cc-4c57-b8d9-23c06a3aa090 HTTP/1.1" 200 115 0.044538 10.0.0.73 - - [2026-01-22 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002728 10.0.0.73 - - [2026-01-22 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.015329 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /access-control-list/2a7e47ed-d914-401f-bcbd-466c14e83684 HTTP/1.1" 200 115 0.048135 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /instance-ip/5dbf9fd9-6d8d-49a5-ac5f-5652ecd9e1d6 HTTP/1.1" 200 115 0.019448 10.0.0.73 - - [2026-01-22 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.010343 10.0.0.73 - - [2026-01-22 02:02:08] "DELETE /instance-ip/8f1eb8a4-cd2c-4089-a735-2c699585d8b6 HTTP/1.1" 200 115 0.022484 10.0.0.73 - - [2026-01-22 02:02:08] "POST /neutron/network HTTP/1.1" 200 834 0.006749 10.0.0.73 - - [2026-01-22 02:02:08] "POST /neutron/network HTTP/1.1" 400 204 0.018801 10.0.0.73 - - [2026-01-22 02:02:08] "POST /neutron/port HTTP/1.1" 200 1122 0.010296 10.0.0.73 - - [2026-01-22 02:02:08] "POST /neutron/port HTTP/1.1" 200 1112 0.009948 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 1121 0.010265 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 1111 0.013161 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.101245 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.081115 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 3060 0.025532 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008822 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.084133 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 1112 0.009540 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.072817 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 1111 0.008834 10.0.0.73 - - [2026-01-22 02:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.092351 10.0.0.73 - - [2026-01-22 02:02:10] "POST /neutron/network HTTP/1.1" 200 834 0.005924 10.0.0.73 - - [2026-01-22 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.73 - - [2026-01-22 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001969 10.0.0.73 - - [2026-01-22 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002154 10.0.0.73 - - [2026-01-22 02:02:10] "POST /neutron/network HTTP/1.1" 200 151 0.061729 10.0.0.73 - - [2026-01-22 02:02:10] "DELETE /route-target/91b4a6c0-ba08-4044-ba55-33dcf1f46728 HTTP/1.1" 200 115 0.011673 10.0.0.73 - - [2026-01-22 02:02:10] "GET /routing-instance/28bc92b4-06e8-4853-9460-545f9ce9c705 HTTP/1.1" 404 171 0.001677 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domains HTTP/1.1" 200 280 0.001671 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000799 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2571 0.049743 10.0.0.73 - - [2026-01-22 02:02:10] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.73 - - [2026-01-22 02:02:10] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2308 0.063897 10.0.0.73 - - [2026-01-22 02:02:10] "POST /neutron/network HTTP/1.1" 200 831 0.004721 10.0.0.73 - - [2026-01-22 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.73 - - [2026-01-22 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.73 - - [2026-01-22 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.73 - - [2026-01-22 02:02:10] "POST /neutron/network HTTP/1.1" 200 151 0.073880 10.0.0.73 - - [2026-01-22 02:02:10] "DELETE /route-target/f37ff6cd-aaf9-4b8d-95a0-6eeba9bee6d8 HTTP/1.1" 200 115 0.013947 10.0.0.73 - - [2026-01-22 02:02:10] "GET /routing-instance/4023db00-17a3-4e48-bdb9-0dd47a6123ff HTTP/1.1" 404 171 0.003324 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domains HTTP/1.1" 200 280 0.002090 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.73 - - [2026-01-22 02:02:10] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2571 0.049790 10.0.0.73 - - [2026-01-22 02:02:10] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 2090 0.067056 10.0.0.73 - - [2026-01-22 02:02:11] "POST /neutron/network HTTP/1.1" 200 832 0.004633 10.0.0.73 - - [2026-01-22 02:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002831 10.0.0.73 - - [2026-01-22 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.73 - - [2026-01-22 02:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001554 10.0.0.73 - - [2026-01-22 02:02:11] "POST /neutron/network HTTP/1.1" 200 151 0.066353 10.0.0.73 - - [2026-01-22 02:02:11] "DELETE /route-target/35646178-8575-44ab-ba0b-006b47245528 HTTP/1.1" 200 115 0.014786 10.0.0.73 - - [2026-01-22 02:02:11] "GET /routing-instance/e573d060-9643-4cce-97d4-b46159cb7cb6 HTTP/1.1" 404 171 0.002565 10.0.0.73 - - [2026-01-22 02:02:11] "GET /domains HTTP/1.1" 200 280 0.002264 10.0.0.73 - - [2026-01-22 02:02:11] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.73 - - [2026-01-22 02:02:11] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2571 0.050937 10.0.0.73 - - [2026-01-22 02:02:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000812 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 1850 0.063169 10.0.0.73 - - [2026-01-22 02:02:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048917 10.0.0.73 - - [2026-01-22 02:02:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?fields=virtual_networks HTTP/1.1" 200 1038 0.062454 10.0.0.73 - - [2026-01-22 02:02:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.022590 10.0.0.73 - - [2026-01-22 02:02:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.73 - - [2026-01-22 02:02:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?fields=security_groups HTTP/1.1" 200 1262 0.021675 10.0.0.73 - - [2026-01-22 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.021979 10.0.0.73 - - [2026-01-22 02:02:12] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001936 10.0.0.73 - - [2026-01-22 02:02:12] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.73 - - [2026-01-22 02:02:12] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029379 10.0.0.73 - - [2026-01-22 02:02:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.002364 10.0.0.73 - - [2026-01-22 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.002103 10.0.0.73 - - [2026-01-22 02:02:12] "POST /security-groups HTTP/1.1" 200 592 0.060787 10.0.0.73 - - [2026-01-22 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002474 10.0.0.73 - - [2026-01-22 02:02:12] "POST /projects HTTP/1.1" 200 587 0.196868 10.0.0.73 - - [2026-01-22 02:02:12] "POST /access-control-lists HTTP/1.1" 200 597 0.061078 10.0.0.73 - - [2026-01-22 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.265465 10.0.0.73 - - [2026-01-22 02:02:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002704 10.0.0.73 - - [2026-01-22 02:02:13] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.398218 10.0.0.73 - - [2026-01-22 02:02:13] "POST /access-control-lists HTTP/1.1" 200 595 0.056194 10.0.0.73 - - [2026-01-22 02:02:14] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.73 - - [2026-01-22 02:02:15] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.73 - - [2026-01-22 02:02:15] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.73 - - [2026-01-22 02:02:15] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040522 10.0.0.73 - - [2026-01-22 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.001751 10.0.0.73 - - [2026-01-22 02:02:15] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016789 10.0.0.73 - - [2026-01-22 02:02:15] "GET /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003936 10.0.0.73 - - [2026-01-22 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.73 - - [2026-01-22 02:02:15] "GET /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.002968 10.0.0.73 - - [2026-01-22 02:02:15] "GET /domains HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2026-01-22 02:02:16] "GET /domains HTTP/1.1" 200 280 0.024868 10.0.0.73 - - [2026-01-22 02:02:16] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.73 - - [2026-01-22 02:02:16] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2958 0.007129 10.0.0.73 - - [2026-01-22 02:02:16] "GET /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e HTTP/1.1" 200 1437 0.003673 10.0.0.73 - - [2026-01-22 02:02:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002015 10.0.0.73 - - [2026-01-22 02:02:16] "POST /network-ipams HTTP/1.1" 200 514 0.015542 10.0.0.73 - - [2026-01-22 02:02:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002691 10.0.0.73 - - [2026-01-22 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.73 - - [2026-01-22 02:02:16] "GET /network-ipam/bb78612c-5980-4f44-85a9-fd2996eed484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004205 10.0.0.73 - - [2026-01-22 02:02:16] "PUT /network-ipam/bb78612c-5980-4f44-85a9-fd2996eed484 HTTP/1.1" 200 258 0.008663 10.0.0.73 - - [2026-01-22 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.73 - - [2026-01-22 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.73 - - [2026-01-22 02:02:16] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.73 - - [2026-01-22 02:02:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055397 10.0.0.73 - - [2026-01-22 02:02:16] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023850 10.0.0.73 - - [2026-01-22 02:02:16] "POST /neutron/network HTTP/1.1" 200 117 0.260906 10.0.0.73 - - [2026-01-22 02:02:16] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.73 - - [2026-01-22 02:02:16] "GET /obj-perms HTTP/1.1" 200 5056 0.063774 10.0.0.73 - - [2026-01-22 02:02:16] "POST /neutron/network HTTP/1.1" 200 618 0.055887 10.0.0.73 - - [2026-01-22 02:02:16] "POST /route-targets HTTP/1.1" 200 327 0.013215 10.0.0.73 - - [2026-01-22 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.010291 10.0.0.73 - - [2026-01-22 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002180 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.212451 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 833 0.005274 10.0.0.73 - - [2026-01-22 02:02:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001161 10.0.0.73 - - [2026-01-22 02:02:17] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004324 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 833 0.005431 10.0.0.73 - - [2026-01-22 02:02:17] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005243 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 833 0.005411 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.011611 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 807 0.010702 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 833 0.004943 10.0.0.73 - - [2026-01-22 02:02:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001225 10.0.0.73 - - [2026-01-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 843 0.006206 10.0.0.73 - - [2026-01-22 02:02:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.73 - - [2026-01-22 02:02:17] "GET / HTTP/1.1" 200 35931 0.001347 10.0.0.73 - - [2026-01-22 02:02:17] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000344 10.0.0.73 - - [2026-01-22 02:02:18] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.73 - - [2026-01-22 02:02:18] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056929 10.0.0.73 - - [2026-01-22 02:02:18] "POST /neutron/network HTTP/1.1" 200 833 0.027498 10.0.0.73 - - [2026-01-22 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.004509 10.0.0.73 - - [2026-01-22 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.004066 10.0.0.73 - - [2026-01-22 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.004030 10.0.0.73 - - [2026-01-22 02:02:18] "POST /neutron/network HTTP/1.1" 200 843 0.004732 10.0.0.73 - - [2026-01-22 02:02:18] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 1058 0.173613 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 1058 0.034916 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 1058 0.010504 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 1112 0.045320 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 1122 0.009834 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002312 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.005245 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/port HTTP/1.1" 200 117 0.000925 10.0.0.73 - - [2026-01-22 02:02:19] "POST /neutron/network HTTP/1.1" 200 833 0.004534 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011063 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005031 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/port HTTP/1.1" 200 1122 0.009962 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004488 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/port HTTP/1.1" 200 1122 0.010342 10.0.0.73 - - [2026-01-22 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006045 10.0.0.73 - - [2026-01-22 02:02:23] "GET /virtual-machine/afc82c8b-f272-44a1-b0f9-6039fa792366 HTTP/1.1" 200 1294 0.003504 10.0.0.73 - - [2026-01-22 02:02:23] "GET /virtual-machine-interface/1472e86b-4633-4f2a-a821-d44446527ba7 HTTP/1.1" 200 2964 0.003895 10.0.0.73 - - [2026-01-22 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.73 - - [2026-01-22 02:02:23] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002903 10.0.0.73 - - [2026-01-22 02:02:23] "GET /virtual-networks?parent_id=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003369 10.0.0.73 - - [2026-01-22 02:02:23] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006706 10.0.0.73 - - [2026-01-22 02:02:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2026-01-22 02:02:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.73 - - [2026-01-22 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.73 - - [2026-01-22 02:02:27] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004724 10.0.0.73 - - [2026-01-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1122 0.010557 10.0.0.73 - - [2026-01-22 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004808 10.0.0.73 - - [2026-01-22 02:02:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-01-22 02:02:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.73 - - [2026-01-22 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.73 - - [2026-01-22 02:02:29] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003545 10.0.0.73 - - [2026-01-22 02:02:29] "GET /virtual-networks?parent_id=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002811 10.0.0.73 - - [2026-01-22 02:02:29] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005046 10.0.0.73 - - [2026-01-22 02:02:33] "POST /neutron/network HTTP/1.1" 200 807 0.010582 10.0.0.73 - - [2026-01-22 02:02:33] "POST /neutron/network HTTP/1.1" 200 833 0.004600 10.0.0.73 - - [2026-01-22 02:02:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001113 10.0.0.73 - - [2026-01-22 02:02:33] "POST /neutron/port HTTP/1.1" 200 1122 0.011184 10.0.0.73 - - [2026-01-22 02:02:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005507 10.0.0.73 - - [2026-01-22 02:02:33] "POST /neutron/network HTTP/1.1" 200 843 0.005943 10.0.0.73 - - [2026-01-22 02:02:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.73 - - [2026-01-22 02:02:34] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.73 - - [2026-01-22 02:02:34] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-01-22 02:02:34] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.73 - - [2026-01-22 02:02:34] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049154 10.0.0.73 - - [2026-01-22 02:02:34] "POST /neutron/network HTTP/1.1" 200 833 0.005120 10.0.0.73 - - [2026-01-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 1122 0.012612 10.0.0.73 - - [2026-01-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005390 10.0.0.73 - - [2026-01-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.007724 10.0.0.73 - - [2026-01-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.005142 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/network HTTP/1.1" 200 843 0.004902 10.0.0.73 - - [2026-01-22 02:02:35] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001819 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1058 0.164171 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1058 0.008528 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1058 0.009065 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1112 0.049374 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1122 0.011258 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006360 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.73 - - [2026-01-22 02:02:35] "POST /neutron/network HTTP/1.1" 200 833 0.006120 10.0.0.73 - - [2026-01-22 02:02:39] "POST /neutron/port HTTP/1.1" 200 1122 0.011142 10.0.0.73 - - [2026-01-22 02:02:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004980 10.0.0.73 - - [2026-01-22 02:02:40] "POST /neutron/port HTTP/1.1" 200 1122 0.010550 10.0.0.73 - - [2026-01-22 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005124 10.0.0.73 - - [2026-01-22 02:02:40] "POST /neutron/port HTTP/1.1" 200 1122 0.010497 10.0.0.73 - - [2026-01-22 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004572 10.0.0.73 - - [2026-01-22 02:02:40] "GET /virtual-machine/133cefb0-804c-4985-96e1-456eadc12069 HTTP/1.1" 200 1293 0.004047 10.0.0.73 - - [2026-01-22 02:02:40] "GET /virtual-machine-interface/608eb9b0-a287-4099-be6c-f36fd3d8c8c2 HTTP/1.1" 200 2964 0.004040 10.0.0.73 - - [2026-01-22 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.73 - - [2026-01-22 02:02:40] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002321 10.0.0.73 - - [2026-01-22 02:02:40] "GET /virtual-networks?parent_id=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002493 10.0.0.73 - - [2026-01-22 02:02:40] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004631 10.0.0.73 - - [2026-01-22 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.73 - - [2026-01-22 02:02:43] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004662 10.0.0.73 - - [2026-01-22 02:02:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010650 10.0.0.73 - - [2026-01-22 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005038 10.0.0.73 - - [2026-01-22 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.73 - - [2026-01-22 02:02:45] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002530 10.0.0.73 - - [2026-01-22 02:02:45] "GET /virtual-networks?parent_id=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002472 10.0.0.73 - - [2026-01-22 02:02:45] "GET /virtual-network/01b2c88c-3211-4ccf-9efd-f02487a8e1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004478 10.0.0.73 - - [2026-01-22 02:02:45] "POST /neutron/port HTTP/1.1" 200 1122 0.010718 10.0.0.73 - - [2026-01-22 02:02:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004558 10.0.0.73 - - [2026-01-22 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.73 - - [2026-01-22 02:02:56] "DELETE /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e HTTP/1.1" 409 235 0.004447 10.0.0.73 - - [2026-01-22 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.002353 10.0.0.73 - - [2026-01-22 02:02:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014366 10.0.0.73 - - [2026-01-22 02:02:56] "GET /virtual-DNS-record/b085d3c0-eb75-4de7-8d29-cd6adc2c24cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005079 10.0.0.73 - - [2026-01-22 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.73 - - [2026-01-22 02:02:56] "GET /virtual-DNS-record/b085d3c0-eb75-4de7-8d29-cd6adc2c24cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.002882 10.0.0.73 - - [2026-01-22 02:02:56] "GET /domains HTTP/1.1" 200 280 0.002508 10.0.0.73 - - [2026-01-22 02:02:56] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.73 - - [2026-01-22 02:02:56] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2958 0.005277 10.0.0.73 - - [2026-01-22 02:02:56] "GET /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e HTTP/1.1" 200 1906 0.002818 10.0.0.73 - - [2026-01-22 02:02:56] "GET /virtual-DNS-record/b085d3c0-eb75-4de7-8d29-cd6adc2c24cf HTTP/1.1" 200 1337 0.002172 10.0.0.73 - - [2026-01-22 02:03:02] "DELETE /virtual-DNS-record/b085d3c0-eb75-4de7-8d29-cd6adc2c24cf HTTP/1.1" 200 115 0.021816 10.0.0.73 - - [2026-01-22 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.002252 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/network HTTP/1.1" 200 833 0.005473 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/network HTTP/1.1" 400 204 0.010617 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/port HTTP/1.1" 200 1122 0.011788 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/port HTTP/1.1" 200 1112 0.013269 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/port HTTP/1.1" 200 1122 0.018854 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010803 10.0.0.73 - - [2026-01-22 02:03:02] "POST /neutron/port HTTP/1.1" 200 151 0.139681 10.0.0.73 - - [2026-01-22 02:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.131404 10.0.0.73 - - [2026-01-22 02:03:04] "POST /neutron/network HTTP/1.1" 200 833 0.005157 10.0.0.73 - - [2026-01-22 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.021704 10.0.0.73 - - [2026-01-22 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001958 10.0.0.73 - - [2026-01-22 02:03:04] "POST /neutron/network HTTP/1.1" 200 151 0.185719 10.0.0.73 - - [2026-01-22 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.052822 10.0.0.73 - - [2026-01-22 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008443 10.0.0.73 - - [2026-01-22 02:03:04] "DELETE /route-target/0f5d4604-77ea-43ef-b131-83d610915af1 HTTP/1.1" 200 115 0.043286 10.0.0.73 - - [2026-01-22 02:03:04] "DELETE /network-ipam/bb78612c-5980-4f44-85a9-fd2996eed484 HTTP/1.1" 200 115 0.041498 10.0.0.73 - - [2026-01-22 02:03:04] "DELETE /virtual-DNS/4182eac8-b2e8-45b4-86fc-a9636c3c099e HTTP/1.1" 200 115 0.015238 10.0.0.73 - - [2026-01-22 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.001812 10.0.0.73 - - [2026-01-22 02:03:04] "GET /domains HTTP/1.1" 200 280 0.002308 10.0.0.73 - - [2026-01-22 02:03:04] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.73 - - [2026-01-22 02:03:04] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2758 0.007524 10.0.0.73 - - [2026-01-22 02:03:05] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.73 - - [2026-01-22 02:03:05] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022666 10.0.0.73 - - [2026-01-22 02:03:05] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.73 - - [2026-01-22 02:03:05] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?fields=virtual_networks HTTP/1.1" 200 1045 0.065819 10.0.0.73 - - [2026-01-22 02:03:05] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.73 - - [2026-01-22 02:03:05] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025773 10.0.0.73 - - [2026-01-22 02:03:05] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.73 - - [2026-01-22 02:03:05] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?fields=security_groups HTTP/1.1" 200 1272 0.025495 10.0.0.73 - - [2026-01-22 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.025097 10.0.0.73 - - [2026-01-22 02:03:06] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002024 10.0.0.73 - - [2026-01-22 02:03:06] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.73 - - [2026-01-22 02:03:06] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005519 10.0.0.73 - - [2026-01-22 02:03:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001797 10.0.0.73 - - [2026-01-22 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.001708 10.0.0.73 - - [2026-01-22 02:03:06] "POST /security-groups HTTP/1.1" 200 592 0.056171 10.0.0.73 - - [2026-01-22 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.001896 10.0.0.73 - - [2026-01-22 02:03:06] "POST /projects HTTP/1.1" 200 587 0.205673 10.0.0.73 - - [2026-01-22 02:03:06] "POST /access-control-lists HTTP/1.1" 200 597 0.058110 10.0.0.73 - - [2026-01-22 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.273361 10.0.0.73 - - [2026-01-22 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002139 10.0.0.73 - - [2026-01-22 02:03:06] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.390956 10.0.0.73 - - [2026-01-22 02:03:06] "POST /access-control-lists HTTP/1.1" 200 595 0.056414 10.0.0.73 - - [2026-01-22 02:03:07] "GET / HTTP/1.1" 200 35931 0.002181 10.0.0.73 - - [2026-01-22 02:03:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-01-22 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.049022 10.0.0.73 - - [2026-01-22 02:03:08] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000819 10.0.0.73 - - [2026-01-22 02:03:08] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021670 10.0.0.73 - - [2026-01-22 02:03:08] "POST /neutron/network HTTP/1.1" 200 117 0.034335 10.0.0.73 - - [2026-01-22 02:03:08] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.73 - - [2026-01-22 02:03:08] "POST /neutron/network HTTP/1.1" 200 606 0.062123 10.0.0.73 - - [2026-01-22 02:03:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003575 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.154322 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/network HTTP/1.1" 200 825 0.004018 10.0.0.73 - - [2026-01-22 02:03:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.000973 10.0.0.73 - - [2026-01-22 02:03:09] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004394 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/network HTTP/1.1" 200 825 0.004751 10.0.0.73 - - [2026-01-22 02:03:09] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004058 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/network HTTP/1.1" 200 825 0.004995 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.005388 10.0.0.73 - - [2026-01-22 02:03:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.000875 10.0.0.73 - - [2026-01-22 02:03:09] "POST /route-targets HTTP/1.1" 200 327 0.010409 10.0.0.73 - - [2026-01-22 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.011634 10.0.0.73 - - [2026-01-22 02:03:09] "POST /neutron/network HTTP/1.1" 200 835 0.006370 10.0.0.73 - - [2026-01-22 02:03:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000347 10.0.0.73 - - [2026-01-22 02:03:09] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.73 - - [2026-01-22 02:03:09] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000461 10.0.0.73 - - [2026-01-22 02:03:10] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.73 - - [2026-01-22 02:03:10] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046662 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/network HTTP/1.1" 200 825 0.004244 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.004302 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.004526 10.0.0.73 - - [2026-01-22 02:03:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001171 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.004216 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/network HTTP/1.1" 200 835 0.004610 10.0.0.73 - - [2026-01-22 02:03:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/network HTTP/1.1" 200 835 0.004959 10.0.0.73 - - [2026-01-22 02:03:10] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.73 - - [2026-01-22 02:03:10] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.73 - - [2026-01-22 02:03:10] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 1061 0.177627 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 1061 0.008501 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 1061 0.007784 10.0.0.73 - - [2026-01-22 02:03:10] "POST /neutron/port HTTP/1.1" 200 1115 0.056840 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/port HTTP/1.1" 200 1125 0.011629 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003305 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.006213 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/network HTTP/1.1" 200 825 0.004444 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001337 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048955 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/network HTTP/1.1" 200 825 0.004436 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/port HTTP/1.1" 200 1125 0.019203 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006762 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/port HTTP/1.1" 200 117 0.008246 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/port HTTP/1.1" 200 1125 0.014192 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008097 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /project/e5eaee3167bd41129aa287666244bee2 HTTP/1.1" 404 173 0.009522 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /project/54188d9b80ce4aea9bf779764d6400e4 HTTP/1.1" 404 173 0.005219 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000711 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.029212 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.037929 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001759 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?fields=security_groups HTTP/1.1" 200 1377 0.033876 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?fields=security_groups HTTP/1.1" 200 1367 0.035851 10.0.0.73 - - [2026-01-22 02:03:11] "POST /neutron/network HTTP/1.1" 200 835 0.008785 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /security-group/75bb522c-d57a-48b1-a093-3185c78458af HTTP/1.1" 200 115 0.050853 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /security-group/9714f77c-16f0-47c4-9df6-9dc3b6265a33 HTTP/1.1" 200 115 0.054665 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=e5eaee31-67bd-4112-9aa2-87666244bee2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=48fa2a3b-408e-412e-bf18-36502cf85b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.73 - - [2026-01-22 02:03:11] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /access-control-list/cde52cbd-760a-4e70-ba38-beb3f48432f9 HTTP/1.1" 200 115 0.052603 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/e5eaee31-67bd-4112-9aa2-87666244bee2?fields=application_policy_sets HTTP/1.1" 200 1416 0.057135 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /access-control-list/4122ba62-f8a4-4813-b6c2-550f9b655346 HTTP/1.1" 200 115 0.064155 10.0.0.73 - - [2026-01-22 02:03:11] "GET /project/48fa2a3b-408e-412e-bf18-36502cf85b3a?fields=application_policy_sets HTTP/1.1" 200 1406 0.116536 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /access-control-list/8189c420-425a-47e1-827a-9d8f79721372 HTTP/1.1" 200 115 0.047804 10.0.0.73 - - [2026-01-22 02:03:11] "DELETE /access-control-list/3cc0d776-51b9-45e3-a95c-79168dcc7b61 HTTP/1.1" 200 115 0.116831 10.0.0.73 - - [2026-01-22 02:03:12] "DELETE /project/e5eaee31-67bd-4112-9aa2-87666244bee2 HTTP/1.1" 200 115 0.538265 10.0.0.73 - - [2026-01-22 02:03:12] "DELETE /project/48fa2a3b-408e-412e-bf18-36502cf85b3a HTTP/1.1" 200 115 0.560625 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1061 0.404071 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1061 0.011849 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1061 0.010880 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1115 0.056654 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1125 0.019273 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004346 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.007989 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.73 - - [2026-01-22 02:03:12] "POST /neutron/network HTTP/1.1" 200 825 0.006131 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/port HTTP/1.1" 200 1125 0.012277 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006338 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/port HTTP/1.1" 200 1125 0.011012 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005459 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/port HTTP/1.1" 200 1125 0.026073 10.0.0.73 - - [2026-01-22 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005910 10.0.0.73 - - [2026-01-22 02:03:16] "GET /virtual-machine/19581190-f56f-46ef-b144-9e21a19118a3 HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-01-22 02:03:17] "GET /virtual-machine/19581190-f56f-46ef-b144-9e21a19118a3 HTTP/1.1" 200 1293 0.321184 10.0.0.73 - - [2026-01-22 02:03:17] "GET /virtual-machine-interface/68fa11dd-8016-4733-a853-aad824a83c2a HTTP/1.1" 200 2946 0.009943 10.0.0.73 - - [2026-01-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.73 - - [2026-01-22 02:03:17] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002967 10.0.0.73 - - [2026-01-22 02:03:17] "GET /obj-perms HTTP/1.1" 200 5056 0.084255 10.0.0.73 - - [2026-01-22 02:03:17] "GET /virtual-networks?parent_id=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003360 10.0.0.73 - - [2026-01-22 02:03:17] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005934 10.0.0.73 - - [2026-01-22 02:03:17] "GET /obj-perms HTTP/1.1" 200 5056 0.054064 10.0.0.73 - - [2026-01-22 02:03:19] "POST /neutron/port HTTP/1.1" 200 1125 0.033504 10.0.0.73 - - [2026-01-22 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004596 10.0.0.73 - - [2026-01-22 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.73 - - [2026-01-22 02:03:20] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004481 10.0.0.73 - - [2026-01-22 02:03:20] "POST /neutron/port HTTP/1.1" 200 1125 0.010437 10.0.0.73 - - [2026-01-22 02:03:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005246 10.0.0.73 - - [2026-01-22 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.73 - - [2026-01-22 02:03:22] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002593 10.0.0.73 - - [2026-01-22 02:03:22] "GET /virtual-networks?parent_id=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002737 10.0.0.73 - - [2026-01-22 02:03:22] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004453 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010189 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005506 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010435 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004435 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010348 10.0.0.73 - - [2026-01-22 02:03:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004874 10.0.0.73 - - [2026-01-22 02:03:23] "GET /virtual-machine/ee56a849-faf8-4458-a45d-75b63cb1ec87 HTTP/1.1" 200 1294 0.004398 10.0.0.73 - - [2026-01-22 02:03:23] "GET /virtual-machine-interface/e0e50d4a-1d80-4606-9628-d767fde29a16 HTTP/1.1" 200 2947 0.003749 10.0.0.73 - - [2026-01-22 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.73 - - [2026-01-22 02:03:23] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002961 10.0.0.73 - - [2026-01-22 02:03:23] "GET /virtual-networks?parent_id=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002629 10.0.0.73 - - [2026-01-22 02:03:23] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005496 10.0.0.73 - - [2026-01-22 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.73 - - [2026-01-22 02:03:24] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002671 10.0.0.73 - - [2026-01-22 02:03:24] "GET /virtual-networks?parent_id=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002542 10.0.0.73 - - [2026-01-22 02:03:24] "GET /virtual-network/1e9162fc-8e09-4211-93bb-5b1ff7d0586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004511 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/network HTTP/1.1" 200 825 0.010233 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/network HTTP/1.1" 400 204 0.008850 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1125 0.010550 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1115 0.011006 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1125 0.010926 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1115 0.010901 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.111368 10.0.0.73 - - [2026-01-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.095024 10.0.0.73 - - [2026-01-22 02:03:31] "POST /neutron/network HTTP/1.1" 200 825 0.004687 10.0.0.73 - - [2026-01-22 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.73 - - [2026-01-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.73 - - [2026-01-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.73 - - [2026-01-22 02:03:31] "POST /neutron/network HTTP/1.1" 200 151 0.065681 10.0.0.73 - - [2026-01-22 02:03:31] "DELETE /route-target/5ff599b2-7c9a-489b-b273-c865d1deb1f3 HTTP/1.1" 200 115 0.016282 10.0.0.73 - - [2026-01-22 02:03:31] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.73 - - [2026-01-22 02:03:31] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028931 10.0.0.73 - - [2026-01-22 02:03:31] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.73 - - [2026-01-22 02:03:31] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?fields=virtual_networks HTTP/1.1" 200 1044 0.066142 10.0.0.73 - - [2026-01-22 02:03:31] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.73 - - [2026-01-22 02:03:31] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.022275 10.0.0.73 - - [2026-01-22 02:03:31] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.73 - - [2026-01-22 02:03:31] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?fields=security_groups HTTP/1.1" 200 1271 0.021525 10.0.0.73 - - [2026-01-22 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.023740 10.0.0.73 - - [2026-01-22 02:03:32] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002579 10.0.0.73 - - [2026-01-22 02:03:32] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.73 - - [2026-01-22 02:03:32] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005305 10.0.0.73 - - [2026-01-22 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001091 10.0.0.73 - - [2026-01-22 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.002385 10.0.0.73 - - [2026-01-22 02:03:33] "POST /security-groups HTTP/1.1" 200 591 0.064572 10.0.0.73 - - [2026-01-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002312 10.0.0.73 - - [2026-01-22 02:03:33] "POST /projects HTTP/1.1" 200 585 0.208867 10.0.0.73 - - [2026-01-22 02:03:33] "POST /access-control-lists HTTP/1.1" 200 596 0.055722 10.0.0.73 - - [2026-01-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.276128 10.0.0.73 - - [2026-01-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002187 10.0.0.73 - - [2026-01-22 02:03:33] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.391059 10.0.0.73 - - [2026-01-22 02:03:33] "POST /access-control-lists HTTP/1.1" 200 594 0.057589 10.0.0.73 - - [2026-01-22 02:03:34] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.73 - - [2026-01-22 02:03:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.73 - - [2026-01-22 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.063778 10.0.0.73 - - [2026-01-22 02:03:35] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.73 - - [2026-01-22 02:03:35] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029519 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 117 0.036971 10.0.0.73 - - [2026-01-22 02:03:35] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001511 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 625 0.068261 10.0.0.73 - - [2026-01-22 02:03:35] "POST /route-targets HTTP/1.1" 200 327 0.013248 10.0.0.73 - - [2026-01-22 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.012779 10.0.0.73 - - [2026-01-22 02:03:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003977 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.173148 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 839 0.004433 10.0.0.73 - - [2026-01-22 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001578 10.0.0.73 - - [2026-01-22 02:03:35] "GET /virtual-network/517cc067-900b-420f-9f06-b0ebf75774f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004535 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 839 0.005267 10.0.0.73 - - [2026-01-22 02:03:35] "GET /virtual-network/517cc067-900b-420f-9f06-b0ebf75774f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006409 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 839 0.005021 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.006422 10.0.0.73 - - [2026-01-22 02:03:35] "POST /neutron/network HTTP/1.1" 200 839 0.004656 10.0.0.73 - - [2026-01-22 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001072 10.0.0.73 - - [2026-01-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 849 0.004330 10.0.0.73 - - [2026-01-22 02:03:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000329 10.0.0.73 - - [2026-01-22 02:03:36] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.73 - - [2026-01-22 02:03:36] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000333 10.0.0.73 - - [2026-01-22 02:03:36] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.73 - - [2026-01-22 02:03:36] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.055932 10.0.0.73 - - [2026-01-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 839 0.005738 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.004646 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.006325 10.0.0.73 - - [2026-01-22 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.73 - - [2026-01-22 02:03:37] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002923 10.0.0.73 - - [2026-01-22 02:03:37] "PUT /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 276 0.015055 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.004561 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 849 0.005878 10.0.0.73 - - [2026-01-22 02:03:37] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 1055 0.168277 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 1055 0.007626 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 1055 0.010076 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 1109 0.052081 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 1119 0.009780 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002402 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 675 0.005386 10.0.0.73 - - [2026-01-22 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.73 - - [2026-01-22 02:03:38] "POST /neutron/network HTTP/1.1" 200 839 0.004735 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012915 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005362 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012114 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006383 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/port HTTP/1.1" 200 1119 0.013460 10.0.0.73 - - [2026-01-22 02:03:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006290 10.0.0.73 - - [2026-01-22 02:03:42] "GET /virtual-machine/b22af814-45eb-44c3-b046-8001e538cc0e HTTP/1.1" 401 292 0.000433 10.0.0.73 - - [2026-01-22 02:03:42] "GET /virtual-machine/b22af814-45eb-44c3-b046-8001e538cc0e HTTP/1.1" 200 1293 0.031582 10.0.0.73 - - [2026-01-22 02:03:42] "GET /virtual-machine-interface/faa2d8e5-444b-4fc4-8c7a-958bd9ae2f98 HTTP/1.1" 200 2972 0.005062 10.0.0.73 - - [2026-01-22 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.73 - - [2026-01-22 02:03:42] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002647 10.0.0.73 - - [2026-01-22 02:03:43] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003099 10.0.0.73 - - [2026-01-22 02:03:43] "GET /virtual-network/517cc067-900b-420f-9f06-b0ebf75774f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005152 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/port HTTP/1.1" 200 1119 0.010592 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/port HTTP/1.1" 200 1119 0.010038 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/network HTTP/1.1" 200 849 0.004767 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002410 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.005371 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/port HTTP/1.1" 200 117 0.000856 10.0.0.73 - - [2026-01-22 02:03:45] "POST /neutron/network HTTP/1.1" 200 839 0.058913 10.0.0.73 - - [2026-01-22 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002336 10.0.0.73 - - [2026-01-22 02:03:46] "GET /virtual-network/517cc067-900b-420f-9f06-b0ebf75774f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004756 10.0.0.73 - - [2026-01-22 02:03:46] "POST /neutron/port HTTP/1.1" 200 1119 0.010597 10.0.0.73 - - [2026-01-22 02:03:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.003833 10.0.0.73 - - [2026-01-22 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.73 - - [2026-01-22 02:03:48] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003418 10.0.0.73 - - [2026-01-22 02:03:48] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002801 10.0.0.73 - - [2026-01-22 02:03:48] "GET /virtual-network/517cc067-900b-420f-9f06-b0ebf75774f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004503 10.0.0.73 - - [2026-01-22 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.73 - - [2026-01-22 02:03:50] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002289 10.0.0.73 - - [2026-01-22 02:03:50] "PUT /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 276 0.007220 10.0.0.73 - - [2026-01-22 02:03:50] "POST /neutron/network HTTP/1.1" 200 839 0.014473 10.0.0.73 - - [2026-01-22 02:03:50] "POST /neutron/network HTTP/1.1" 400 204 0.008559 10.0.0.73 - - [2026-01-22 02:03:50] "POST /neutron/port HTTP/1.1" 200 1119 0.010224 10.0.0.73 - - [2026-01-22 02:03:50] "POST /neutron/port HTTP/1.1" 200 1109 0.007497 10.0.0.73 - - [2026-01-22 02:03:51] "POST /neutron/port HTTP/1.1" 200 151 0.085047 10.0.0.73 - - [2026-01-22 02:03:52] "POST /neutron/network HTTP/1.1" 200 839 0.004630 10.0.0.73 - - [2026-01-22 02:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002659 10.0.0.73 - - [2026-01-22 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.73 - - [2026-01-22 02:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001364 10.0.0.73 - - [2026-01-22 02:03:52] "POST /neutron/network HTTP/1.1" 200 151 0.066837 10.0.0.73 - - [2026-01-22 02:03:52] "DELETE /route-target/6f149f45-88e2-4117-bb07-c7d1d7f94684 HTTP/1.1" 200 115 0.014385 10.0.0.73 - - [2026-01-22 02:03:53] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002286 10.0.0.73 - - [2026-01-22 02:03:53] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59 HTTP/1.1" 200 1881 0.002650 10.0.0.73 - - [2026-01-22 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.73 - - [2026-01-22 02:03:53] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000769 10.0.0.73 - - [2026-01-22 02:03:53] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.020617 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 117 0.007756 10.0.0.73 - - [2026-01-22 02:03:53] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 605 0.054832 10.0.0.73 - - [2026-01-22 02:03:53] "POST /route-targets HTTP/1.1" 200 327 0.010033 10.0.0.73 - - [2026-01-22 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.010761 10.0.0.73 - - [2026-01-22 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004156 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.166318 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 826 0.004716 10.0.0.73 - - [2026-01-22 02:03:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001076 10.0.0.73 - - [2026-01-22 02:03:53] "GET /virtual-network/429dfe57-b07e-45c3-aff3-a9fe87d43230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005463 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 826 0.004911 10.0.0.73 - - [2026-01-22 02:03:53] "GET /virtual-network/429dfe57-b07e-45c3-aff3-a9fe87d43230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005196 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 826 0.004892 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.006447 10.0.0.73 - - [2026-01-22 02:03:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001088 10.0.0.73 - - [2026-01-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 836 0.004944 10.0.0.73 - - [2026-01-22 02:03:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.73 - - [2026-01-22 02:03:54] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.73 - - [2026-01-22 02:03:54] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.73 - - [2026-01-22 02:03:54] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.73 - - [2026-01-22 02:03:54] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053099 10.0.0.73 - - [2026-01-22 02:03:54] "POST /neutron/network HTTP/1.1" 200 826 0.005850 10.0.0.73 - - [2026-01-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.005458 10.0.0.73 - - [2026-01-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.006850 10.0.0.73 - - [2026-01-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/network HTTP/1.1" 200 836 0.004810 10.0.0.73 - - [2026-01-22 02:03:55] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1062 0.175360 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1062 0.009748 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1062 0.008862 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1116 0.043468 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1126 0.010079 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.006680 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.73 - - [2026-01-22 02:03:55] "POST /neutron/network HTTP/1.1" 200 826 0.004580 10.0.0.73 - - [2026-01-22 02:03:59] "POST /neutron/port HTTP/1.1" 200 1126 0.012008 10.0.0.73 - - [2026-01-22 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005637 10.0.0.73 - - [2026-01-22 02:03:59] "POST /neutron/port HTTP/1.1" 200 1126 0.010667 10.0.0.73 - - [2026-01-22 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.73 - - [2026-01-22 02:04:00] "POST /neutron/port HTTP/1.1" 200 1126 0.012348 10.0.0.73 - - [2026-01-22 02:04:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006662 10.0.0.73 - - [2026-01-22 02:04:00] "GET /virtual-machine/5b57f3e2-55c1-474b-9aa4-beb04848d02a HTTP/1.1" 200 1292 0.005726 10.0.0.73 - - [2026-01-22 02:04:00] "GET /virtual-machine-interface/6937e80d-7a00-4bc5-8759-a2b786614a5b HTTP/1.1" 200 2940 0.005005 10.0.0.73 - - [2026-01-22 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.73 - - [2026-01-22 02:04:00] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003054 10.0.0.73 - - [2026-01-22 02:04:00] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002551 10.0.0.73 - - [2026-01-22 02:04:00] "GET /virtual-network/429dfe57-b07e-45c3-aff3-a9fe87d43230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006284 10.0.0.73 - - [2026-01-22 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.73 - - [2026-01-22 02:04:03] "GET /virtual-network/429dfe57-b07e-45c3-aff3-a9fe87d43230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005017 10.0.0.73 - - [2026-01-22 02:04:04] "POST /neutron/port HTTP/1.1" 200 1126 0.010673 10.0.0.73 - - [2026-01-22 02:04:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004978 10.0.0.73 - - [2026-01-22 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.73 - - [2026-01-22 02:04:05] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002319 10.0.0.73 - - [2026-01-22 02:04:05] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002325 10.0.0.73 - - [2026-01-22 02:04:05] "GET /virtual-network/429dfe57-b07e-45c3-aff3-a9fe87d43230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005794 10.0.0.73 - - [2026-01-22 02:04:05] "POST /neutron/port HTTP/1.1" 200 1126 0.010283 10.0.0.73 - - [2026-01-22 02:04:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007240 10.0.0.73 - - [2026-01-22 02:04:12] "DELETE /project/068bc48285374d1890fcef7a0fac39d6 HTTP/1.1" 404 173 0.004358 10.0.0.73 - - [2026-01-22 02:04:12] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000823 10.0.0.73 - - [2026-01-22 02:04:12] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.031185 10.0.0.73 - - [2026-01-22 02:04:12] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000837 10.0.0.73 - - [2026-01-22 02:04:12] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?fields=security_groups HTTP/1.1" 200 1376 0.066912 10.0.0.73 - - [2026-01-22 02:04:12] "DELETE /security-group/5d5b6272-b43b-412a-8d3d-b5880f499deb HTTP/1.1" 200 115 0.039305 10.0.0.73 - - [2026-01-22 02:04:12] "GET /projects?obj_uuids=54188d9b-80ce-4aea-9bf7-79764d6400e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.73 - - [2026-01-22 02:04:12] "DELETE /access-control-list/29b5e941-db5a-403f-8b46-742515272684 HTTP/1.1" 200 115 0.025531 10.0.0.73 - - [2026-01-22 02:04:12] "GET /project/54188d9b-80ce-4aea-9bf7-79764d6400e4?fields=application_policy_sets HTTP/1.1" 200 1415 0.031179 10.0.0.73 - - [2026-01-22 02:04:12] "DELETE /access-control-list/8c4f45c2-eeb4-40da-af5e-3c7189810083 HTTP/1.1" 200 115 0.026831 10.0.0.73 - - [2026-01-22 02:04:12] "DELETE /project/54188d9b-80ce-4aea-9bf7-79764d6400e4 HTTP/1.1" 200 115 0.320106 10.0.0.73 - - [2026-01-22 02:04:12] "POST /neutron/network HTTP/1.1" 200 826 0.009118 10.0.0.73 - - [2026-01-22 02:04:12] "POST /neutron/network HTTP/1.1" 400 204 0.008355 10.0.0.73 - - [2026-01-22 02:04:13] "POST /neutron/port HTTP/1.1" 200 1126 0.011068 10.0.0.73 - - [2026-01-22 02:04:13] "POST /neutron/port HTTP/1.1" 200 1116 0.008260 10.0.0.73 - - [2026-01-22 02:04:13] "POST /neutron/port HTTP/1.1" 200 151 0.073144 10.0.0.73 - - [2026-01-22 02:04:14] "POST /neutron/network HTTP/1.1" 200 826 0.007629 10.0.0.73 - - [2026-01-22 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002052 10.0.0.73 - - [2026-01-22 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.73 - - [2026-01-22 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001991 10.0.0.73 - - [2026-01-22 02:04:14] "POST /neutron/network HTTP/1.1" 200 151 0.074105 10.0.0.73 - - [2026-01-22 02:04:14] "DELETE /route-target/d462b5a1-6d9e-4c66-9de5-49c7fb9d4950 HTTP/1.1" 200 115 0.016822 10.0.0.73 - - [2026-01-22 02:04:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003168 10.0.0.73 - - [2026-01-22 02:04:15] "POST /network-ipams HTTP/1.1" 200 541 0.020199 10.0.0.73 - - [2026-01-22 02:04:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002864 10.0.0.73 - - [2026-01-22 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.73 - - [2026-01-22 02:04:15] "GET /network-ipam/1c12be92-35b0-4c61-8577-2b9776edd110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.005886 10.0.0.73 - - [2026-01-22 02:04:15] "PUT /network-ipam/1c12be92-35b0-4c61-8577-2b9776edd110 HTTP/1.1" 200 258 0.010820 10.0.0.73 - - [2026-01-22 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.73 - - [2026-01-22 02:04:15] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.73 - - [2026-01-22 02:04:15] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021952 10.0.0.73 - - [2026-01-22 02:04:15] "POST /neutron/network HTTP/1.1" 200 117 0.009355 10.0.0.73 - - [2026-01-22 02:04:15] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001228 10.0.0.73 - - [2026-01-22 02:04:15] "POST /neutron/network HTTP/1.1" 200 605 0.071134 10.0.0.73 - - [2026-01-22 02:04:15] "POST /route-targets HTTP/1.1" 200 327 0.011076 10.0.0.73 - - [2026-01-22 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.73 - - [2026-01-22 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003597 10.0.0.73 - - [2026-01-22 02:04:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.180243 10.0.0.73 - - [2026-01-22 02:04:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003583 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.160415 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 994 0.008934 10.0.0.73 - - [2026-01-22 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.73 - - [2026-01-22 02:04:16] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005680 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 994 0.007505 10.0.0.73 - - [2026-01-22 02:04:16] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006618 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 994 0.007508 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.006270 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.006506 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 994 0.006755 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008460 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007063 10.0.0.73 - - [2026-01-22 02:04:16] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/port HTTP/1.1" 200 1017 0.144935 10.0.0.73 - - [2026-01-22 02:04:16] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/port HTTP/1.1" 200 1017 0.193362 10.0.0.73 - - [2026-01-22 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001521 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008045 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008481 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 994 0.008920 10.0.0.73 - - [2026-01-22 02:04:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007569 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.004538 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008512 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.003948 10.0.0.73 - - [2026-01-22 02:04:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001232 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007869 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.010107 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/network HTTP/1.1" 200 994 0.007152 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008538 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.015865 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.006274 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.73 - - [2026-01-22 02:04:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001219 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009613 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/network HTTP/1.1" 200 1004 0.010264 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.007347 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009842 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007951 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1109 0.105524 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/network HTTP/1.1" 200 1004 0.004369 10.0.0.73 - - [2026-01-22 02:04:17] "GET /aaa-mode HTTP/1.1" 401 292 0.002540 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1119 0.010936 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002963 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.007485 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.73 - - [2026-01-22 02:04:17] "POST /neutron/network HTTP/1.1" 200 994 0.006026 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007823 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/network HTTP/1.1" 200 1004 0.009780 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007527 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007066 10.0.0.73 - - [2026-01-22 02:04:18] "GET / HTTP/1.1" 200 35931 0.002062 10.0.0.73 - - [2026-01-22 02:04:18] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002283 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 1109 0.100538 10.0.0.73 - - [2026-01-22 02:04:18] "GET /obj-perms HTTP/1.1" 200 5056 0.078272 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 1119 0.012793 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.013398 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/network HTTP/1.1" 200 994 0.011397 10.0.0.73 - - [2026-01-22 02:04:18] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.73 - - [2026-01-22 02:04:18] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.118903 10.0.0.73 - - [2026-01-22 02:04:18] "GET /obj-perms HTTP/1.1" 200 5056 0.124295 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/network HTTP/1.1" 200 994 0.040455 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 2086 0.018329 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006501 10.0.0.73 - - [2026-01-22 02:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.004693 10.0.0.73 - - [2026-01-22 02:04:18] "GET /domains HTTP/1.1" 200 280 0.002525 10.0.0.73 - - [2026-01-22 02:04:18] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002076 10.0.0.73 - - [2026-01-22 02:04:18] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2573 0.008200 10.0.0.73 - - [2026-01-22 02:04:18] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.73 - - [2026-01-22 02:04:18] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6 HTTP/1.1" 200 2851 0.067117 10.0.0.73 - - [2026-01-22 02:04:19] "GET /network-ipam/1c12be92-35b0-4c61-8577-2b9776edd110 HTTP/1.1" 200 2645 0.003824 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domains HTTP/1.1" 200 280 0.005017 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2573 0.012342 10.0.0.73 - - [2026-01-22 02:04:19] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.73 - - [2026-01-22 02:04:19] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6 HTTP/1.1" 200 2851 0.075439 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241 HTTP/1.1" 200 3781 0.007659 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241 HTTP/1.1" 200 3781 0.004486 10.0.0.73 - - [2026-01-22 02:04:19] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 200 2380 0.004246 10.0.0.73 - - [2026-01-22 02:04:19] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 200 2380 0.002839 10.0.0.73 - - [2026-01-22 02:04:19] "GET /route-target/95325a92-06db-49a3-8452-4ed3a17147c8 HTTP/1.1" 200 1204 0.003272 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241 HTTP/1.1" 200 3781 0.004112 10.0.0.73 - - [2026-01-22 02:04:19] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 200 2380 0.003896 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006671 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241 HTTP/1.1" 200 3781 0.004616 10.0.0.73 - - [2026-01-22 02:04:19] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 200 2380 0.003132 10.0.0.73 - - [2026-01-22 02:04:19] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 200 2380 0.003234 10.0.0.73 - - [2026-01-22 02:04:19] "GET /route-target/95325a92-06db-49a3-8452-4ed3a17147c8 HTTP/1.1" 200 1204 0.005455 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domains HTTP/1.1" 200 280 0.003304 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.73 - - [2026-01-22 02:04:19] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2573 0.006674 10.0.0.73 - - [2026-01-22 02:04:19] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.73 - - [2026-01-22 02:04:19] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6 HTTP/1.1" 200 2851 0.079729 10.0.0.73 - - [2026-01-22 02:04:19] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241 HTTP/1.1" 200 3781 0.006712 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009372 10.0.0.73 - - [2026-01-22 02:04:19] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1055 0.280319 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1055 0.014929 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1055 0.011784 10.0.0.73 - - [2026-01-22 02:04:19] "GET /obj-perms HTTP/1.1" 200 5030 0.082256 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1109 0.079847 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1119 0.012545 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006534 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1119 0.013891 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003040 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.014327 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 1119 0.020066 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/port HTTP/1.1" 200 117 0.000975 10.0.0.73 - - [2026-01-22 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006651 10.0.0.73 - - [2026-01-22 02:04:20] "POST /neutron/network HTTP/1.1" 200 994 0.006794 10.0.0.73 - - [2026-01-22 02:04:20] "POST /neutron/port HTTP/1.1" 200 1119 0.013072 10.0.0.73 - - [2026-01-22 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005549 10.0.0.73 - - [2026-01-22 02:04:20] "GET /virtual-machine/52db803b-478f-484e-803a-df7c9f7a7f9a HTTP/1.1" 200 1287 0.007161 10.0.0.73 - - [2026-01-22 02:04:20] "GET /virtual-machine-interface/fd177f22-e8d4-4cc4-b968-658cdd9d162e HTTP/1.1" 200 2942 0.014671 10.0.0.73 - - [2026-01-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.73 - - [2026-01-22 02:04:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.73 - - [2026-01-22 02:04:20] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002718 10.0.0.73 - - [2026-01-22 02:04:20] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009336 10.0.0.73 - - [2026-01-22 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.73 - - [2026-01-22 02:04:23] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004395 10.0.0.73 - - [2026-01-22 02:04:27] "POST /neutron/port HTTP/1.1" 200 1119 0.021398 10.0.0.73 - - [2026-01-22 02:04:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013093 10.0.0.73 - - [2026-01-22 02:04:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011602 10.0.0.73 - - [2026-01-22 02:04:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004318 10.0.0.73 - - [2026-01-22 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.73 - - [2026-01-22 02:04:27] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.003934 10.0.0.73 - - [2026-01-22 02:04:28] "POST /neutron/port HTTP/1.1" 200 1119 0.014313 10.0.0.73 - - [2026-01-22 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005280 10.0.0.73 - - [2026-01-22 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.73 - - [2026-01-22 02:04:29] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.73 - - [2026-01-22 02:04:29] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005440 10.0.0.73 - - [2026-01-22 02:04:29] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004771 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012602 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005221 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1119 0.011686 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005208 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012105 10.0.0.73 - - [2026-01-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005118 10.0.0.73 - - [2026-01-22 02:04:30] "GET /virtual-machine/fdc8e9ff-f12f-47f5-8ee4-7387315ba9b7 HTTP/1.1" 200 1289 0.003755 10.0.0.73 - - [2026-01-22 02:04:30] "GET /virtual-machine-interface/851838cd-77cc-4661-aba5-65b950a7a0d3 HTTP/1.1" 200 2941 0.004129 10.0.0.73 - - [2026-01-22 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.73 - - [2026-01-22 02:04:30] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002676 10.0.0.73 - - [2026-01-22 02:04:30] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002719 10.0.0.73 - - [2026-01-22 02:04:30] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004419 10.0.0.73 - - [2026-01-22 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.73 - - [2026-01-22 02:04:31] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002815 10.0.0.73 - - [2026-01-22 02:04:31] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002579 10.0.0.73 - - [2026-01-22 02:04:31] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004590 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/port HTTP/1.1" 200 1119 0.020699 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005195 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013725 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006631 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013695 10.0.0.73 - - [2026-01-22 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007228 10.0.0.73 - - [2026-01-22 02:04:31] "GET /virtual-machine/ecd7765d-bb3f-49e8-8864-cd02f05cef71 HTTP/1.1" 200 1292 0.004205 10.0.0.73 - - [2026-01-22 02:04:31] "GET /virtual-machine-interface/449fac5c-b570-4d36-8cc4-06855974eb79 HTTP/1.1" 200 2941 0.004831 10.0.0.73 - - [2026-01-22 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.73 - - [2026-01-22 02:04:32] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003563 10.0.0.73 - - [2026-01-22 02:04:32] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003364 10.0.0.73 - - [2026-01-22 02:04:32] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005713 10.0.0.73 - - [2026-01-22 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.73 - - [2026-01-22 02:04:33] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002792 10.0.0.73 - - [2026-01-22 02:04:33] "GET /virtual-networks?parent_id=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002701 10.0.0.73 - - [2026-01-22 02:04:33] "GET /virtual-network/a7d5b935-6711-4d1f-b041-471c72988241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004751 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012731 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/port HTTP/1.1" 200 1119 0.011532 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/network HTTP/1.1" 200 1004 0.005238 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003507 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.007890 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.73 - - [2026-01-22 02:04:47] "POST /neutron/network HTTP/1.1" 200 994 0.006840 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1109 0.013400 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1109 0.012196 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 151 0.103310 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1109 0.019897 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1109 0.009782 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 151 0.108430 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 994 0.007138 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1119 0.014148 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/network HTTP/1.1" 400 204 0.013574 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 1109 0.011852 10.0.0.73 - - [2026-01-22 02:04:49] "POST /neutron/port HTTP/1.1" 200 151 0.077070 10.0.0.73 - - [2026-01-22 02:04:51] "POST /neutron/network HTTP/1.1" 200 994 0.013222 10.0.0.73 - - [2026-01-22 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003987 10.0.0.73 - - [2026-01-22 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-01-22 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002659 10.0.0.73 - - [2026-01-22 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.73 - - [2026-01-22 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.73 - - [2026-01-22 02:04:51] "POST /neutron/network HTTP/1.1" 200 151 0.094776 10.0.0.73 - - [2026-01-22 02:04:51] "DELETE /route-target/95325a92-06db-49a3-8452-4ed3a17147c8 HTTP/1.1" 200 115 0.022757 10.0.0.73 - - [2026-01-22 02:04:51] "GET /routing-instance/73e104ed-6efb-42b1-8f89-11ccb948fdd1 HTTP/1.1" 404 171 0.002104 10.0.0.73 - - [2026-01-22 02:04:51] "GET /domains HTTP/1.1" 200 280 0.002835 10.0.0.73 - - [2026-01-22 02:04:51] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.73 - - [2026-01-22 02:04:51] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 2573 0.049986 10.0.0.73 - - [2026-01-22 02:04:51] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.73 - - [2026-01-22 02:04:51] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6 HTTP/1.1" 200 2094 0.066746 10.0.0.73 - - [2026-01-22 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.73 - - [2026-01-22 02:04:51] "DELETE /network-ipam/1c12be92-35b0-4c61-8577-2b9776edd110 HTTP/1.1" 200 115 0.017124 10.0.0.73 - - [2026-01-22 02:04:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.002039 10.0.0.73 - - [2026-01-22 02:04:52] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.73 - - [2026-01-22 02:04:52] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027096 10.0.0.73 - - [2026-01-22 02:04:52] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.73 - - [2026-01-22 02:04:52] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?fields=virtual_networks HTTP/1.1" 200 1041 0.082698 10.0.0.73 - - [2026-01-22 02:04:52] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.73 - - [2026-01-22 02:04:52] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.024478 10.0.0.73 - - [2026-01-22 02:04:52] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.73 - - [2026-01-22 02:04:52] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?fields=security_groups HTTP/1.1" 200 1267 0.025204 10.0.0.73 - - [2026-01-22 02:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.004367 10.0.0.73 - - [2026-01-22 02:04:54] "POST /neutron/port HTTP/1.1" 400 205 0.003001 10.0.0.73 - - [2026-01-22 02:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.004132 10.0.0.73 - - [2026-01-22 02:04:54] "POST /neutron/port HTTP/1.1" 400 205 0.003507 10.0.0.73 - - [2026-01-22 02:04:59] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.73 - - [2026-01-22 02:04:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-01-22 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.051157 10.0.0.73 - - [2026-01-22 02:05:00] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001878 10.0.0.73 - - [2026-01-22 02:05:00] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.73 - - [2026-01-22 02:05:00] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005744 10.0.0.73 - - [2026-01-22 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001826 10.0.0.73 - - [2026-01-22 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.002537 10.0.0.73 - - [2026-01-22 02:05:00] "POST /security-groups HTTP/1.1" 200 586 0.060292 10.0.0.73 - - [2026-01-22 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.004141 10.0.0.73 - - [2026-01-22 02:05:00] "POST /projects HTTP/1.1" 200 575 0.198819 10.0.0.73 - - [2026-01-22 02:05:00] "POST /access-control-lists HTTP/1.1" 200 591 0.061176 10.0.0.73 - - [2026-01-22 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.264948 10.0.0.73 - - [2026-01-22 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002504 10.0.0.73 - - [2026-01-22 02:05:00] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.379605 10.0.0.73 - - [2026-01-22 02:05:00] "POST /access-control-lists HTTP/1.1" 200 589 0.060297 10.0.0.73 - - [2026-01-22 02:05:01] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.73 - - [2026-01-22 02:05:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-01-22 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.029214 10.0.0.73 - - [2026-01-22 02:05:04] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005045 10.0.0.73 - - [2026-01-22 02:05:04] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003524 10.0.0.73 - - [2026-01-22 02:05:04] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003793 10.0.0.73 - - [2026-01-22 02:05:04] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.009471 10.0.0.73 - - [2026-01-22 02:05:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.73 - - [2026-01-22 02:05:04] "GET /aaa-mode HTTP/1.1" 200 128 0.022577 10.0.0.73 - - [2026-01-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.027442 10.0.0.73 - - [2026-01-22 02:05:05] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002704 10.0.0.73 - - [2026-01-22 02:05:05] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.73 - - [2026-01-22 02:05:05] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007718 10.0.0.73 - - [2026-01-22 02:05:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001632 10.0.0.73 - - [2026-01-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.004741 10.0.0.73 - - [2026-01-22 02:05:05] "POST /security-groups HTTP/1.1" 200 586 0.063547 10.0.0.73 - - [2026-01-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002694 10.0.0.73 - - [2026-01-22 02:05:05] "POST /projects HTTP/1.1" 200 575 0.222060 10.0.0.73 - - [2026-01-22 02:05:05] "POST /access-control-lists HTTP/1.1" 200 591 0.059640 10.0.0.73 - - [2026-01-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.296779 10.0.0.73 - - [2026-01-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003170 10.0.0.73 - - [2026-01-22 02:05:05] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.426252 10.0.0.73 - - [2026-01-22 02:05:05] "POST /access-control-lists HTTP/1.1" 200 589 0.086265 10.0.0.73 - - [2026-01-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.024026 10.0.0.73 - - [2026-01-22 02:05:06] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003379 10.0.0.73 - - [2026-01-22 02:05:06] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.73 - - [2026-01-22 02:05:06] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005518 10.0.0.73 - - [2026-01-22 02:05:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001118 10.0.0.73 - - [2026-01-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002882 10.0.0.73 - - [2026-01-22 02:05:06] "POST /security-groups HTTP/1.1" 200 586 0.075980 10.0.0.73 - - [2026-01-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002280 10.0.0.73 - - [2026-01-22 02:05:06] "POST /projects HTTP/1.1" 200 575 0.213934 10.0.0.73 - - [2026-01-22 02:05:06] "POST /access-control-lists HTTP/1.1" 200 591 0.056114 10.0.0.73 - - [2026-01-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.280311 10.0.0.73 - - [2026-01-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002482 10.0.0.73 - - [2026-01-22 02:05:06] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.402164 10.0.0.73 - - [2026-01-22 02:05:06] "POST /access-control-lists HTTP/1.1" 200 589 0.060505 10.0.0.73 - - [2026-01-22 02:05:07] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.73 - - [2026-01-22 02:05:07] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.73 - - [2026-01-22 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.002686 10.0.0.73 - - [2026-01-22 02:05:08] "POST /api-access-lists HTTP/1.1" 200 521 0.031078 10.0.0.73 - - [2026-01-22 02:05:08] "GET /api-access-list/feb3aa21-6de2-4b25-9876-44620273c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.003997 10.0.0.73 - - [2026-01-22 02:05:08] "GET /api-access-list/feb3aa21-6de2-4b25-9876-44620273c52c HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2026-01-22 02:05:08] "GET /api-access-list/feb3aa21-6de2-4b25-9876-44620273c52c HTTP/1.1" 200 1266 0.054640 10.0.0.73 - - [2026-01-22 02:05:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-01-22 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055117 10.0.0.73 - - [2026-01-22 02:05:09] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.73 - - [2026-01-22 02:05:09] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.029706 10.0.0.73 - - [2026-01-22 02:05:09] "GET /virtual-networks?parent_id=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012484 10.0.0.73 - - [2026-01-22 02:05:09] "POST /virtual-networks HTTP/1.1" 200 568 0.042813 10.0.0.73 - - [2026-01-22 02:05:09] "POST /route-targets HTTP/1.1" 200 327 0.008819 10.0.0.73 - - [2026-01-22 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.73 - - [2026-01-22 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015249 10.0.0.73 - - [2026-01-22 02:05:09] "GET /network-ipam/01dedca3-3465-4420-b8b1-360097138c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.010304 10.0.0.73 - - [2026-01-22 02:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004613 10.0.0.73 - - [2026-01-22 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.046098 10.0.0.73 - - [2026-01-22 02:05:09] "POST /neutron/network HTTP/1.1" 200 833 0.040271 10.0.0.73 - - [2026-01-22 02:05:09] "POST /neutron/network HTTP/1.1" 200 833 0.017891 10.0.0.73 - - [2026-01-22 02:05:09] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.012481 10.0.0.73 - - [2026-01-22 02:05:09] "POST /neutron/network HTTP/1.1" 200 833 0.019297 10.0.0.73 - - [2026-01-22 02:05:09] "POST /neutron/subnet HTTP/1.1" 200 683 0.027271 10.0.0.73 - - [2026-01-22 02:05:09] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c HTTP/1.1" 401 292 0.000447 10.0.0.73 - - [2026-01-22 02:05:10] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c HTTP/1.1" 200 2270 0.040328 10.0.0.73 - - [2026-01-22 02:05:10] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2026-01-22 02:05:10] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c HTTP/1.1" 200 2010 0.045702 10.0.0.73 - - [2026-01-22 02:05:10] "GET /obj-perms HTTP/1.1" 200 4915 0.060565 10.0.0.73 - - [2026-01-22 02:05:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000363 10.0.0.73 - - [2026-01-22 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.024708 10.0.0.73 - - [2026-01-22 02:05:11] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.010816 10.0.0.73 - - [2026-01-22 02:05:11] "GET /obj-perms HTTP/1.1" 200 4915 0.008139 10.0.0.73 - - [2026-01-22 02:05:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014898 10.0.0.73 - - [2026-01-22 02:05:11] "GET /obj-perms HTTP/1.1" 200 4915 0.054084 10.0.0.73 - - [2026-01-22 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.73 - - [2026-01-22 02:05:11] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011179 10.0.0.73 - - [2026-01-22 02:05:11] "GET /obj-perms HTTP/1.1" 200 4915 0.010161 10.0.0.73 - - [2026-01-22 02:05:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015781 10.0.0.73 - - [2026-01-22 02:05:11] "POST /id-to-fqname HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-01-22 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.038623 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /project/2be520b860a74dcb81999a371457b758 HTTP/1.1" 404 173 0.008418 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /project/c5d3109682c643b38f92fccc3aeb54ba HTTP/1.1" 404 173 0.006577 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /project/e351bb339781453cb57385282fd646a7 HTTP/1.1" 404 173 0.007846 10.0.0.73 - - [2026-01-22 02:05:12] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.73 - - [2026-01-22 02:05:12] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.024714 10.0.0.73 - - [2026-01-22 02:05:12] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.73 - - [2026-01-22 02:05:12] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?fields=security_groups HTTP/1.1" 200 1372 0.068771 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /security-group/3467c8a5-b2bd-457e-885f-26ef5353d259 HTTP/1.1" 200 115 0.039245 10.0.0.73 - - [2026-01-22 02:05:12] "GET /projects?obj_uuids=068bc482-8537-4d18-90fc-ef7a0fac39d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /access-control-list/b5d3bdc2-f73c-4a21-9faf-67d0777b09e1 HTTP/1.1" 200 115 0.028702 10.0.0.73 - - [2026-01-22 02:05:12] "GET /project/068bc482-8537-4d18-90fc-ef7a0fac39d6?fields=application_policy_sets HTTP/1.1" 200 1411 0.037920 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /access-control-list/760dad5c-32f7-4630-800e-84873c061443 HTTP/1.1" 200 115 0.035936 10.0.0.73 - - [2026-01-22 02:05:12] "POST /neutron/network HTTP/1.1" 200 843 0.064418 10.0.0.73 - - [2026-01-22 02:05:12] "GET /aaa-mode HTTP/1.1" 401 292 0.004475 10.0.0.73 - - [2026-01-22 02:05:12] "DELETE /project/068bc482-8537-4d18-90fc-ef7a0fac39d6 HTTP/1.1" 200 115 0.315167 10.0.0.73 - - [2026-01-22 02:05:13] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.73 - - [2026-01-22 02:05:13] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000480 10.0.0.73 - - [2026-01-22 02:05:13] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.73 - - [2026-01-22 02:05:13] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051800 10.0.0.73 - - [2026-01-22 02:05:13] "POST /neutron/network HTTP/1.1" 200 833 0.004625 10.0.0.73 - - [2026-01-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 117 0.024552 10.0.0.73 - - [2026-01-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 117 0.004699 10.0.0.73 - - [2026-01-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 117 0.004314 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/network HTTP/1.1" 200 843 0.021593 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.022433 10.0.0.73 - - [2026-01-22 02:05:14] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 1057 0.295581 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 1057 0.007821 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 1057 0.008622 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 1111 0.044698 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 1121 0.012094 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002920 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 657 0.006721 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.73 - - [2026-01-22 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.005876 10.0.0.73 - - [2026-01-22 02:05:18] "POST /neutron/port HTTP/1.1" 200 1121 0.013977 10.0.0.73 - - [2026-01-22 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.016546 10.0.0.73 - - [2026-01-22 02:05:18] "POST /neutron/port HTTP/1.1" 200 1121 0.012729 10.0.0.73 - - [2026-01-22 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006169 10.0.0.73 - - [2026-01-22 02:05:18] "POST /neutron/port HTTP/1.1" 200 1121 0.025609 10.0.0.73 - - [2026-01-22 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008977 10.0.0.73 - - [2026-01-22 02:05:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059093 10.0.0.73 - - [2026-01-22 02:05:19] "POST /neutron/port HTTP/1.1" 200 1121 0.014346 10.0.0.73 - - [2026-01-22 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005837 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 200 1288 0.014220 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 200 1288 0.010666 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c HTTP/1.1" 200 2531 0.014674 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 200 1288 0.014957 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c HTTP/1.1" 200 2531 0.015991 10.0.0.73 - - [2026-01-22 02:05:19] "GET /instance-ip/2730c1dd-f10b-47f0-bf8c-4f88d6b4eec1 HTTP/1.1" 200 1627 0.040073 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 200 1288 0.012196 10.0.0.73 - - [2026-01-22 02:05:19] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c HTTP/1.1" 200 2531 0.016975 10.0.0.73 - - [2026-01-22 02:05:19] "GET /instance-ip/2730c1dd-f10b-47f0-bf8c-4f88d6b4eec1 HTTP/1.1" 200 1627 0.012970 10.0.0.73 - - [2026-01-22 02:05:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.017552 10.0.0.73 - - [2026-01-22 02:05:19] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.73 - - [2026-01-22 02:05:19] "GET /obj-perms HTTP/1.1" 200 5056 0.050094 10.0.0.73 - - [2026-01-22 02:05:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.037646 10.0.0.73 - - [2026-01-22 02:05:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.73 - - [2026-01-22 02:05:20] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014278 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.010117 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.73 - - [2026-01-22 02:05:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003190 10.0.0.73 - - [2026-01-22 02:05:20] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012231 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.012428 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.73 - - [2026-01-22 02:05:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002916 10.0.0.73 - - [2026-01-22 02:05:20] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011102 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.011453 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.73 - - [2026-01-22 02:05:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.73 - - [2026-01-22 02:05:20] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010764 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.010768 10.0.0.73 - - [2026-01-22 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.73 - - [2026-01-22 02:05:20] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002798 10.0.0.73 - - [2026-01-22 02:05:20] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008896 10.0.0.73 - - [2026-01-22 02:05:23] "POST /neutron/port HTTP/1.1" 200 1121 0.012235 10.0.0.73 - - [2026-01-22 02:05:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005836 10.0.0.73 - - [2026-01-22 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010549 10.0.0.73 - - [2026-01-22 02:05:23] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011856 10.0.0.73 - - [2026-01-22 02:05:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009312 10.0.0.73 - - [2026-01-22 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001903 10.0.0.73 - - [2026-01-22 02:05:25] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002278 10.0.0.73 - - [2026-01-22 02:05:25] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008713 10.0.0.73 - - [2026-01-22 02:05:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.012821 10.0.0.73 - - [2026-01-22 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001977 10.0.0.73 - - [2026-01-22 02:05:25] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002140 10.0.0.73 - - [2026-01-22 02:05:26] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009073 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 403 361 0.009583 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.73 - - [2026-01-22 02:05:26] "GET /routing-instance/f08bdc9d-77e1-4b0e-838c-eafc10893dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.002821 10.0.0.73 - - [2026-01-22 02:05:26] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007800 10.0.0.73 - - [2026-01-22 02:05:26] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002594 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.008400 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001779 10.0.0.73 - - [2026-01-22 02:05:26] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003158 10.0.0.73 - - [2026-01-22 02:05:26] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009330 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 403 361 0.008408 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.73 - - [2026-01-22 02:05:26] "GET /routing-instance/f08bdc9d-77e1-4b0e-838c-eafc10893dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.002614 10.0.0.73 - - [2026-01-22 02:05:26] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011680 10.0.0.73 - - [2026-01-22 02:05:26] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002506 10.0.0.73 - - [2026-01-22 02:05:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008303 10.0.0.73 - - [2026-01-22 02:05:26] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.006989 10.0.0.73 - - [2026-01-22 02:05:26] "GET /obj-perms HTTP/1.1" 200 4915 0.007983 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.73 - - [2026-01-22 02:05:26] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.019315 10.0.0.73 - - [2026-01-22 02:05:26] "GET /obj-perms HTTP/1.1" 200 4915 0.010556 10.0.0.73 - - [2026-01-22 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.73 - - [2026-01-22 02:05:26] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014385 10.0.0.73 - - [2026-01-22 02:05:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009710 10.0.0.73 - - [2026-01-22 02:05:27] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015102 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009544 10.0.0.73 - - [2026-01-22 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.73 - - [2026-01-22 02:05:27] "GET /virtual-machine-interface/a9c85f16-4200-4694-af1d-af4faf51735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012761 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008826 10.0.0.73 - - [2026-01-22 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.73 - - [2026-01-22 02:05:27] "GET /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.017131 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008278 10.0.0.73 - - [2026-01-22 02:05:27] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009745 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.007964 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009434 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.053614 10.0.0.73 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008676 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5020 0.050976 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5020 0.002882 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 4915 0.009195 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 4915 0.008905 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 4915 0.054233 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 4915 0.009861 10.0.0.73 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5020 0.002977 10.0.0.73 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003305 10.0.0.73 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 4915 0.008657 10.0.0.73 - - [2026-01-22 02:05:29] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011093 10.0.0.73 - - [2026-01-22 02:05:29] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 200 1288 0.012493 10.0.0.73 - - [2026-01-22 02:05:29] "POST /neutron/port HTTP/1.1" 200 1121 0.013716 10.0.0.73 - - [2026-01-22 02:05:29] "POST /neutron/port HTTP/1.1" 200 1111 0.010600 10.0.0.73 - - [2026-01-22 02:05:29] "POST /neutron/port HTTP/1.1" 200 151 0.085351 10.0.0.73 - - [2026-01-22 02:05:31] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 404 171 0.008852 10.0.0.73 - - [2026-01-22 02:05:31] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 404 171 0.007534 10.0.0.73 - - [2026-01-22 02:05:31] "GET /virtual-machine/cfa73896-b2f6-4bf6-a163-f2613d8f0cc3 HTTP/1.1" 404 171 0.006395 10.0.0.73 - - [2026-01-22 02:05:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.008698 10.0.0.73 - - [2026-01-22 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.73 - - [2026-01-22 02:05:31] "GET /global-vrouter-config/dde2f223-ff3d-4734-b27f-efeb584f9c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002808 10.0.0.73 - - [2026-01-22 02:05:31] "GET /virtual-networks?parent_id=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008800 10.0.0.73 - - [2026-01-22 02:05:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.008167 10.0.0.73 - - [2026-01-22 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.73 - - [2026-01-22 02:05:31] "GET /routing-instance/f08bdc9d-77e1-4b0e-838c-eafc10893dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003040 10.0.0.73 - - [2026-01-22 02:05:31] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007926 10.0.0.73 - - [2026-01-22 02:05:31] "GET /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002391 10.0.0.73 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 4915 0.008396 10.0.0.73 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 4915 0.007705 10.0.0.73 - - [2026-01-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 4915 0.056019 10.0.0.73 - - [2026-01-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 4915 0.008246 10.0.0.73 - - [2026-01-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5020 0.002690 10.0.0.73 - - [2026-01-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5020 0.002754 10.0.0.73 - - [2026-01-22 02:05:38] "GET /obj-perms HTTP/1.1" 200 5020 0.002689 10.0.0.73 - - [2026-01-22 02:05:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003389 10.0.0.73 - - [2026-01-22 02:05:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003073 10.0.0.73 - - [2026-01-22 02:05:47] "GET /obj-perms HTTP/1.1" 200 5020 0.002729 10.0.0.73 - - [2026-01-22 02:05:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003064 10.0.0.73 - - [2026-01-22 02:05:53] "GET /obj-perms HTTP/1.1" 200 5020 0.002839 10.0.0.73 - - [2026-01-22 02:05:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004084 10.0.0.73 - - [2026-01-22 02:05:59] "GET /obj-perms HTTP/1.1" 200 5020 0.002964 10.0.0.73 - - [2026-01-22 02:06:02] "GET /obj-perms HTTP/1.1" 200 5020 0.002635 10.0.0.73 - - [2026-01-22 02:06:05] "GET /obj-perms HTTP/1.1" 200 5020 0.002683 10.0.0.73 - - [2026-01-22 02:06:08] "GET /obj-perms HTTP/1.1" 200 5020 0.002865 10.0.0.73 - - [2026-01-22 02:06:11] "GET /obj-perms HTTP/1.1" 200 5020 0.002883 10.0.0.73 - - [2026-01-22 02:06:14] "GET /obj-perms HTTP/1.1" 200 5020 0.002799 10.0.0.73 - - [2026-01-22 02:06:17] "GET /obj-perms HTTP/1.1" 200 5020 0.002756 10.0.0.73 - - [2026-01-22 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.73 - - [2026-01-22 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.73 - - [2026-01-22 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.73 - - [2026-01-22 02:06:17] "DELETE /virtual-network/8fc2bfbc-3444-4274-8864-9ef83be7023c HTTP/1.1" 200 115 0.083513 10.0.0.73 - - [2026-01-22 02:06:17] "DELETE /route-target/3669f6d6-1724-4253-82a1-9ccda2412ecd HTTP/1.1" 200 115 0.023148 10.0.0.73 - - [2026-01-22 02:06:17] "DELETE /api-access-list/feb3aa21-6de2-4b25-9876-44620273c52c HTTP/1.1" 200 115 0.018559 10.0.0.73 - - [2026-01-22 02:06:17] "GET /api-access-list/feb3aa21-6de2-4b25-9876-44620273c52c HTTP/1.1" 404 171 0.004498 10.0.0.73 - - [2026-01-22 02:06:17] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.73 - - [2026-01-22 02:06:17] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020797 10.0.0.73 - - [2026-01-22 02:06:17] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.73 - - [2026-01-22 02:06:17] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?fields=virtual_networks HTTP/1.1" 200 1033 0.068737 10.0.0.73 - - [2026-01-22 02:06:17] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.73 - - [2026-01-22 02:06:17] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023201 10.0.0.73 - - [2026-01-22 02:06:17] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.73 - - [2026-01-22 02:06:17] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?fields=security_groups HTTP/1.1" 200 1254 0.028625 10.0.0.73 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.73 - - [2026-01-22 02:06:18] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.032539 10.0.0.73 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.73 - - [2026-01-22 02:06:18] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?fields=virtual_networks HTTP/1.1" 200 1031 0.070279 10.0.0.73 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001345 10.0.0.73 - - [2026-01-22 02:06:18] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.033963 10.0.0.73 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001956 10.0.0.73 - - [2026-01-22 02:06:18] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?fields=security_groups HTTP/1.1" 200 1252 0.028410 10.0.0.73 - - [2026-01-22 02:06:19] "GET /obj-perms HTTP/1.1" 200 5056 0.186482 10.0.0.73 - - [2026-01-22 02:06:20] "GET /obj-perms HTTP/1.1" 200 5056 0.142396 10.0.0.73 - - [2026-01-22 02:06:20] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002929 10.0.0.73 - - [2026-01-22 02:06:20] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.007122 10.0.0.73 - - [2026-01-22 02:06:20] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.73 - - [2026-01-22 02:06:20] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022387 10.0.0.73 - - [2026-01-22 02:06:20] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.73 - - [2026-01-22 02:06:20] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?fields=virtual_networks HTTP/1.1" 200 1033 0.064661 10.0.0.73 - - [2026-01-22 02:06:20] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.73 - - [2026-01-22 02:06:20] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023649 10.0.0.73 - - [2026-01-22 02:06:20] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.73 - - [2026-01-22 02:06:20] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?fields=security_groups HTTP/1.1" 200 1254 0.025190 10.0.0.73 - - [2026-01-22 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.026079 10.0.0.73 - - [2026-01-22 02:06:21] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001861 10.0.0.73 - - [2026-01-22 02:06:21] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.73 - - [2026-01-22 02:06:21] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007026 10.0.0.73 - - [2026-01-22 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001909 10.0.0.73 - - [2026-01-22 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.004400 10.0.0.73 - - [2026-01-22 02:06:22] "POST /security-groups HTTP/1.1" 200 591 0.064370 10.0.0.73 - - [2026-01-22 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003117 10.0.0.73 - - [2026-01-22 02:06:22] "POST /projects HTTP/1.1" 200 585 0.206410 10.0.0.73 - - [2026-01-22 02:06:22] "POST /access-control-lists HTTP/1.1" 200 596 0.056550 10.0.0.73 - - [2026-01-22 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.282358 10.0.0.73 - - [2026-01-22 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.003143 10.0.0.73 - - [2026-01-22 02:06:22] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.403721 10.0.0.73 - - [2026-01-22 02:06:22] "POST /access-control-lists HTTP/1.1" 200 594 0.060460 10.0.0.73 - - [2026-01-22 02:06:23] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.73 - - [2026-01-22 02:06:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2026-01-22 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026264 10.0.0.73 - - [2026-01-22 02:06:25] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002535 10.0.0.73 - - [2026-01-22 02:06:25] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003394 10.0.0.73 - - [2026-01-22 02:06:25] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002928 10.0.0.73 - - [2026-01-22 02:06:25] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.007603 10.0.0.73 - - [2026-01-22 02:06:25] "GET /aaa-mode HTTP/1.1" 200 128 0.001044 10.0.0.73 - - [2026-01-22 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.022800 10.0.0.73 - - [2026-01-22 02:06:26] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002046 10.0.0.73 - - [2026-01-22 02:06:26] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.73 - - [2026-01-22 02:06:26] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006185 10.0.0.73 - - [2026-01-22 02:06:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001138 10.0.0.73 - - [2026-01-22 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.001736 10.0.0.73 - - [2026-01-22 02:06:26] "POST /security-groups HTTP/1.1" 200 591 0.060446 10.0.0.73 - - [2026-01-22 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.001989 10.0.0.73 - - [2026-01-22 02:06:26] "POST /projects HTTP/1.1" 200 585 0.198367 10.0.0.73 - - [2026-01-22 02:06:26] "POST /access-control-lists HTTP/1.1" 200 596 0.054180 10.0.0.73 - - [2026-01-22 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.270391 10.0.0.73 - - [2026-01-22 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002179 10.0.0.73 - - [2026-01-22 02:06:26] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.384421 10.0.0.73 - - [2026-01-22 02:06:26] "POST /access-control-lists HTTP/1.1" 200 594 0.056628 10.0.0.73 - - [2026-01-22 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.021451 10.0.0.73 - - [2026-01-22 02:06:27] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002243 10.0.0.73 - - [2026-01-22 02:06:27] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.73 - - [2026-01-22 02:06:27] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005499 10.0.0.73 - - [2026-01-22 02:06:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.000986 10.0.0.73 - - [2026-01-22 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.001877 10.0.0.73 - - [2026-01-22 02:06:27] "POST /security-groups HTTP/1.1" 200 591 0.059986 10.0.0.73 - - [2026-01-22 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002019 10.0.0.73 - - [2026-01-22 02:06:27] "POST /projects HTTP/1.1" 200 585 0.202382 10.0.0.73 - - [2026-01-22 02:06:27] "POST /access-control-lists HTTP/1.1" 200 596 0.056332 10.0.0.73 - - [2026-01-22 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.273339 10.0.0.73 - - [2026-01-22 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002355 10.0.0.73 - - [2026-01-22 02:06:27] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.386432 10.0.0.73 - - [2026-01-22 02:06:27] "POST /access-control-lists HTTP/1.1" 200 594 0.064404 10.0.0.73 - - [2026-01-22 02:06:28] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.73 - - [2026-01-22 02:06:28] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.73 - - [2026-01-22 02:06:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.002436 10.0.0.73 - - [2026-01-22 02:06:29] "POST /api-access-lists HTTP/1.1" 200 521 0.011263 10.0.0.73 - - [2026-01-22 02:06:29] "GET /api-access-list/244a4f87-6d41-426b-8bbc-d1555a013d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003583 10.0.0.73 - - [2026-01-22 02:06:29] "GET /api-access-list/244a4f87-6d41-426b-8bbc-d1555a013d0c HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-01-22 02:06:29] "GET /api-access-list/244a4f87-6d41-426b-8bbc-d1555a013d0c HTTP/1.1" 200 1289 0.052719 10.0.0.73 - - [2026-01-22 02:06:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.73 - - [2026-01-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.040586 10.0.0.73 - - [2026-01-22 02:06:30] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.73 - - [2026-01-22 02:06:30] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041066 10.0.0.73 - - [2026-01-22 02:06:30] "GET /virtual-networks?parent_id=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009416 10.0.0.73 - - [2026-01-22 02:06:30] "POST /virtual-networks HTTP/1.1" 200 583 0.051930 10.0.0.73 - - [2026-01-22 02:06:30] "POST /route-targets HTTP/1.1" 200 327 0.008994 10.0.0.73 - - [2026-01-22 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.010653 10.0.0.73 - - [2026-01-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.012311 10.0.0.73 - - [2026-01-22 02:06:30] "GET /network-ipam/01dedca3-3465-4420-b8b1-360097138c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.009396 10.0.0.73 - - [2026-01-22 02:06:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004570 10.0.0.73 - - [2026-01-22 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.042804 10.0.0.73 - - [2026-01-22 02:06:30] "POST /neutron/network HTTP/1.1" 200 847 0.041502 10.0.0.73 - - [2026-01-22 02:06:30] "POST /neutron/network HTTP/1.1" 200 847 0.017595 10.0.0.73 - - [2026-01-22 02:06:30] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011707 10.0.0.73 - - [2026-01-22 02:06:30] "POST /neutron/network HTTP/1.1" 200 847 0.017607 10.0.0.73 - - [2026-01-22 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 674 0.024843 10.0.0.73 - - [2026-01-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000383 10.0.0.73 - - [2026-01-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.036464 10.0.0.73 - - [2026-01-22 02:06:31] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.73 - - [2026-01-22 02:06:31] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.032224 10.0.0.73 - - [2026-01-22 02:06:31] "GET /virtual-networks?parent_id=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010223 10.0.0.73 - - [2026-01-22 02:06:31] "POST /virtual-networks HTTP/1.1" 200 583 0.047982 10.0.0.73 - - [2026-01-22 02:06:31] "POST /route-targets HTTP/1.1" 200 327 0.009349 10.0.0.73 - - [2026-01-22 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.010523 10.0.0.73 - - [2026-01-22 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016413 10.0.0.73 - - [2026-01-22 02:06:31] "GET /network-ipam/01dedca3-3465-4420-b8b1-360097138c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.009973 10.0.0.73 - - [2026-01-22 02:06:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.73 - - [2026-01-22 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.044458 10.0.0.73 - - [2026-01-22 02:06:31] "POST /neutron/network HTTP/1.1" 200 847 0.040912 10.0.0.73 - - [2026-01-22 02:06:31] "POST /neutron/network HTTP/1.1" 200 847 0.016292 10.0.0.73 - - [2026-01-22 02:06:31] "GET /virtual-network/97b9f194-2a71-42ff-be5c-f291841d0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.010946 10.0.0.73 - - [2026-01-22 02:06:31] "POST /neutron/network HTTP/1.1" 200 847 0.018432 10.0.0.73 - - [2026-01-22 02:06:31] "POST /neutron/subnet HTTP/1.1" 200 671 0.022232 10.0.0.73 - - [2026-01-22 02:06:31] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-01-22 02:06:31] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 200 2311 0.042351 10.0.0.73 - - [2026-01-22 02:06:31] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 401 292 0.000328 10.0.0.73 - - [2026-01-22 02:06:32] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 403 376 0.034362 10.0.0.73 - - [2026-01-22 02:06:32] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 200 2311 0.005614 10.0.0.73 - - [2026-01-22 02:06:32] "GET /virtual-networks HTTP/1.1" 200 371 0.016321 10.0.0.73 - - [2026-01-22 02:06:32] "GET /virtual-networks HTTP/1.1" 200 371 0.014881 10.0.0.73 - - [2026-01-22 02:06:32] "GET /obj-perms HTTP/1.1" 403 257 0.035419 10.0.0.73 - - [2026-01-22 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.73 - - [2026-01-22 02:06:32] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013203 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 403 257 0.036603 10.0.0.73 - - [2026-01-22 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009355 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 200 5030 0.052553 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 403 257 0.006207 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015325 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 403 257 0.006883 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014929 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 200 5030 0.002523 10.0.0.73 - - [2026-01-22 02:06:33] "PUT /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 200 264 0.023816 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-networks HTTP/1.1" 200 132 0.020602 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-networks HTTP/1.1" 200 611 0.013940 10.0.0.73 - - [2026-01-22 02:06:33] "GET /virtual-networks HTTP/1.1" 200 1429 0.001832 10.0.0.73 - - [2026-01-22 02:06:33] "GET /obj-perms HTTP/1.1" 403 257 0.006183 10.0.0.73 - - [2026-01-22 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001786 10.0.0.73 - - [2026-01-22 02:06:34] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008871 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 403 257 0.032913 10.0.0.73 - - [2026-01-22 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.73 - - [2026-01-22 02:06:34] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007838 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 403 257 0.006494 10.0.0.73 - - [2026-01-22 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.73 - - [2026-01-22 02:06:34] "GET /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012178 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 200 5030 0.002806 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 403 257 0.007550 10.0.0.73 - - [2026-01-22 02:06:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015350 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 403 257 0.007767 10.0.0.73 - - [2026-01-22 02:06:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.016983 10.0.0.73 - - [2026-01-22 02:06:34] "GET /obj-perms HTTP/1.1" 200 5030 0.002697 10.0.0.73 - - [2026-01-22 02:06:35] "PUT /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 200 264 0.022857 10.0.0.73 - - [2026-01-22 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.73 - - [2026-01-22 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.73 - - [2026-01-22 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001734 10.0.0.73 - - [2026-01-22 02:06:35] "DELETE /virtual-network/97b9f194-2a71-42ff-be5c-f291841d0a39 HTTP/1.1" 200 115 0.064119 10.0.0.73 - - [2026-01-22 02:06:35] "DELETE /route-target/a73529cf-1982-4b4c-8d57-fa32cd647b30 HTTP/1.1" 200 115 0.018587 10.0.0.73 - - [2026-01-22 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.73 - - [2026-01-22 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.73 - - [2026-01-22 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001559 10.0.0.73 - - [2026-01-22 02:06:35] "DELETE /virtual-network/f1ef13ed-b0a2-4625-a406-d0d33c6fa92b HTTP/1.1" 200 115 0.063157 10.0.0.73 - - [2026-01-22 02:06:35] "DELETE /route-target/1c43f960-4703-490b-b164-59b786f40186 HTTP/1.1" 200 115 0.018166 10.0.0.73 - - [2026-01-22 02:06:35] "DELETE /api-access-list/244a4f87-6d41-426b-8bbc-d1555a013d0c HTTP/1.1" 200 115 0.018099 10.0.0.73 - - [2026-01-22 02:06:35] "GET /api-access-list/244a4f87-6d41-426b-8bbc-d1555a013d0c HTTP/1.1" 404 171 0.002477 10.0.0.73 - - [2026-01-22 02:06:35] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.73 - - [2026-01-22 02:06:35] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.035584 10.0.0.73 - - [2026-01-22 02:06:35] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.73 - - [2026-01-22 02:06:35] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?fields=virtual_networks HTTP/1.1" 200 1041 0.069341 10.0.0.73 - - [2026-01-22 02:06:35] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.73 - - [2026-01-22 02:06:35] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.027153 10.0.0.73 - - [2026-01-22 02:06:35] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.73 - - [2026-01-22 02:06:35] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?fields=security_groups HTTP/1.1" 200 1267 0.026189 10.0.0.73 - - [2026-01-22 02:06:36] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.73 - - [2026-01-22 02:06:36] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022366 10.0.0.73 - - [2026-01-22 02:06:36] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.73 - - [2026-01-22 02:06:36] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?fields=virtual_networks HTTP/1.1" 200 1042 0.063101 10.0.0.73 - - [2026-01-22 02:06:36] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.73 - - [2026-01-22 02:06:36] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.024037 10.0.0.73 - - [2026-01-22 02:06:36] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.73 - - [2026-01-22 02:06:36] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?fields=security_groups HTTP/1.1" 200 1268 0.028638 10.0.0.73 - - [2026-01-22 02:06:37] "GET /aaa-mode HTTP/1.1" 200 128 0.001009 10.0.0.73 - - [2026-01-22 02:06:37] "GET / HTTP/1.1" 200 35931 0.001356 10.0.0.73 - - [2026-01-22 02:06:38] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.73 - - [2026-01-22 02:06:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.058543 10.0.0.73 - - [2026-01-22 02:06:39] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.73 - - [2026-01-22 02:06:39] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.030887 10.0.0.73 - - [2026-01-22 02:06:39] "GET /virtual-networks?parent_id=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006680 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.008720 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009709 10.0.0.73 - - [2026-01-22 02:06:39] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.73 - - [2026-01-22 02:06:39] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011631 10.0.0.73 - - [2026-01-22 02:06:39] "POST /service-templates HTTP/1.1" 403 264 0.007372 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.003225 10.0.0.73 - - [2026-01-22 02:06:39] "POST /api-access-lists HTTP/1.1" 200 555 0.013681 10.0.0.73 - - [2026-01-22 02:06:39] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004009 10.0.0.73 - - [2026-01-22 02:06:39] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 1323 0.003289 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010054 10.0.0.73 - - [2026-01-22 02:06:39] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.73 - - [2026-01-22 02:06:39] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027050 10.0.0.73 - - [2026-01-22 02:06:39] "GET /virtual-networks?parent_id=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010895 10.0.0.73 - - [2026-01-22 02:06:39] "POST /virtual-networks HTTP/1.1" 200 583 0.046365 10.0.0.73 - - [2026-01-22 02:06:39] "POST /route-targets HTTP/1.1" 200 327 0.007750 10.0.0.73 - - [2026-01-22 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.73 - - [2026-01-22 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009531 10.0.0.73 - - [2026-01-22 02:06:39] "GET /network-ipam/01dedca3-3465-4420-b8b1-360097138c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.031199 10.0.0.73 - - [2026-01-22 02:06:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.73 - - [2026-01-22 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.042189 10.0.0.73 - - [2026-01-22 02:06:40] "POST /neutron/network HTTP/1.1" 200 848 0.042701 10.0.0.73 - - [2026-01-22 02:06:40] "POST /neutron/network HTTP/1.1" 200 848 0.014454 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010553 10.0.0.73 - - [2026-01-22 02:06:40] "POST /neutron/network HTTP/1.1" 200 848 0.014971 10.0.0.73 - - [2026-01-22 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 679 0.021492 10.0.0.73 - - [2026-01-22 02:06:40] "POST /neutron/network HTTP/1.1" 200 848 0.057729 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006568 10.0.0.73 - - [2026-01-22 02:06:40] "GET /network-ipam/01dedca3-3465-4420-b8b1-360097138c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.002793 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domains HTTP/1.1" 200 280 0.002457 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3488 0.006243 10.0.0.73 - - [2026-01-22 02:06:40] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.73 - - [2026-01-22 02:06:40] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4 HTTP/1.1" 200 2362 0.065025 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.005479 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.004309 10.0.0.73 - - [2026-01-22 02:06:40] "GET /routing-instance/3aa16dfa-4683-45c9-a915-d15b11c8c04d HTTP/1.1" 200 1555 0.003190 10.0.0.73 - - [2026-01-22 02:06:40] "GET /routing-instance/3aa16dfa-4683-45c9-a915-d15b11c8c04d HTTP/1.1" 200 1555 0.003296 10.0.0.73 - - [2026-01-22 02:06:40] "GET /route-target/8dc61637-e183-4882-88c1-1eaf006fa8c4 HTTP/1.1" 200 1244 0.003300 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.004661 10.0.0.73 - - [2026-01-22 02:06:40] "GET /routing-instance/3aa16dfa-4683-45c9-a915-d15b11c8c04d HTTP/1.1" 200 1555 0.002923 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004861 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.004123 10.0.0.73 - - [2026-01-22 02:06:40] "GET /routing-instance/3aa16dfa-4683-45c9-a915-d15b11c8c04d HTTP/1.1" 200 1555 0.002930 10.0.0.73 - - [2026-01-22 02:06:40] "GET /routing-instance/3aa16dfa-4683-45c9-a915-d15b11c8c04d HTTP/1.1" 200 1555 0.003191 10.0.0.73 - - [2026-01-22 02:06:40] "GET /route-target/8dc61637-e183-4882-88c1-1eaf006fa8c4 HTTP/1.1" 200 1244 0.002612 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domains HTTP/1.1" 200 280 0.002273 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59 HTTP/1.1" 200 3488 0.014567 10.0.0.73 - - [2026-01-22 02:06:40] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.73 - - [2026-01-22 02:06:40] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4 HTTP/1.1" 200 2362 0.066793 10.0.0.73 - - [2026-01-22 02:06:40] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.004252 10.0.0.73 - - [2026-01-22 02:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.002564 10.0.0.73 - - [2026-01-22 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.007384 10.0.0.73 - - [2026-01-22 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008064 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.73 - - [2026-01-22 02:06:40] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012872 10.0.0.73 - - [2026-01-22 02:06:40] "POST /service-templates HTTP/1.1" 403 264 0.007082 10.0.0.73 - - [2026-01-22 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.002430 10.0.0.73 - - [2026-01-22 02:06:40] "POST /api-access-lists HTTP/1.1" 200 521 0.011266 10.0.0.73 - - [2026-01-22 02:06:40] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005633 10.0.0.73 - - [2026-01-22 02:06:40] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 1291 0.004025 10.0.0.73 - - [2026-01-22 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.011183 10.0.0.73 - - [2026-01-22 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009241 10.0.0.73 - - [2026-01-22 02:06:41] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.73 - - [2026-01-22 02:06:41] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013340 10.0.0.73 - - [2026-01-22 02:06:41] "POST /service-templates HTTP/1.1" 200 551 0.046233 10.0.0.73 - - [2026-01-22 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015930 10.0.0.73 - - [2026-01-22 02:06:41] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.012228 10.0.0.73 - - [2026-01-22 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010664 10.0.0.73 - - [2026-01-22 02:06:41] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010334 10.0.0.73 - - [2026-01-22 02:06:41] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2026-01-22 02:06:41] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 403 263 0.033889 10.0.0.73 - - [2026-01-22 02:06:41] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.007202 10.0.0.73 - - [2026-01-22 02:06:42] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.040151 10.0.0.73 - - [2026-01-22 02:06:42] "GET /obj-perms HTTP/1.1" 403 257 0.035961 10.0.0.73 - - [2026-01-22 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.73 - - [2026-01-22 02:06:42] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009694 10.0.0.73 - - [2026-01-22 02:06:42] "GET /obj-perms HTTP/1.1" 403 257 0.009277 10.0.0.73 - - [2026-01-22 02:06:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010801 10.0.0.73 - - [2026-01-22 02:06:42] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002830 10.0.0.73 - - [2026-01-22 02:06:42] "PUT /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 264 0.008754 10.0.0.73 - - [2026-01-22 02:06:42] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 1460 0.002897 10.0.0.73 - - [2026-01-22 02:06:42] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.015713 10.0.0.73 - - [2026-01-22 02:06:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2026-01-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.036993 10.0.0.73 - - [2026-01-22 02:06:43] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001945 10.0.0.73 - - [2026-01-22 02:06:43] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.036715 10.0.0.73 - - [2026-01-22 02:06:43] "GET /virtual-networks?parent_id=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.012235 10.0.0.73 - - [2026-01-22 02:06:43] "POST /virtual-networks HTTP/1.1" 403 263 0.007434 10.0.0.73 - - [2026-01-22 02:06:43] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.007214 10.0.0.73 - - [2026-01-22 02:06:43] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.033703 10.0.0.73 - - [2026-01-22 02:06:43] "GET /obj-perms HTTP/1.1" 403 257 0.007220 10.0.0.73 - - [2026-01-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.73 - - [2026-01-22 02:06:43] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013240 10.0.0.73 - - [2026-01-22 02:06:43] "GET /obj-perms HTTP/1.1" 403 257 0.009062 10.0.0.73 - - [2026-01-22 02:06:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014482 10.0.0.73 - - [2026-01-22 02:06:43] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.002735 10.0.0.73 - - [2026-01-22 02:06:43] "PUT /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 264 0.007056 10.0.0.73 - - [2026-01-22 02:06:43] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 1429 0.002884 10.0.0.73 - - [2026-01-22 02:06:43] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 200 1853 0.010797 10.0.0.73 - - [2026-01-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.007581 10.0.0.73 - - [2026-01-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009065 10.0.0.73 - - [2026-01-22 02:06:43] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.73 - - [2026-01-22 02:06:43] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011997 10.0.0.73 - - [2026-01-22 02:06:43] "POST /service-templates HTTP/1.1" 403 264 0.007653 10.0.0.73 - - [2026-01-22 02:06:44] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003160 10.0.0.73 - - [2026-01-22 02:06:44] "PUT /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 264 0.007501 10.0.0.73 - - [2026-01-22 02:06:44] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 1323 0.003180 10.0.0.73 - - [2026-01-22 02:06:44] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003168 10.0.0.73 - - [2026-01-22 02:06:44] "PUT /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 264 0.008592 10.0.0.73 - - [2026-01-22 02:06:44] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 1291 0.003422 10.0.0.73 - - [2026-01-22 02:06:44] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 403 263 0.007891 10.0.0.73 - - [2026-01-22 02:06:44] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 403 263 0.034972 10.0.0.73 - - [2026-01-22 02:06:44] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.009151 10.0.0.73 - - [2026-01-22 02:06:44] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.029058 10.0.0.73 - - [2026-01-22 02:06:44] "GET /obj-perms HTTP/1.1" 403 257 0.006923 10.0.0.73 - - [2026-01-22 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001683 10.0.0.73 - - [2026-01-22 02:06:44] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006986 10.0.0.73 - - [2026-01-22 02:06:45] "GET /obj-perms HTTP/1.1" 403 257 0.036235 10.0.0.73 - - [2026-01-22 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008178 10.0.0.73 - - [2026-01-22 02:06:45] "GET /obj-perms HTTP/1.1" 403 257 0.008246 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008743 10.0.0.73 - - [2026-01-22 02:06:45] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003358 10.0.0.73 - - [2026-01-22 02:06:45] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.008192 10.0.0.73 - - [2026-01-22 02:06:45] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 200 1853 0.010274 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.013437 10.0.0.73 - - [2026-01-22 02:06:45] "GET /obj-perms HTTP/1.1" 403 257 0.007162 10.0.0.73 - - [2026-01-22 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014380 10.0.0.73 - - [2026-01-22 02:06:45] "GET /obj-perms HTTP/1.1" 403 257 0.008505 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019581 10.0.0.73 - - [2026-01-22 02:06:45] "DELETE /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 200 115 0.017017 10.0.0.73 - - [2026-01-22 02:06:45] "GET /api-access-list/1c87ea12-946f-4ca1-8c91-70ebe4306447 HTTP/1.1" 404 171 0.002323 10.0.0.73 - - [2026-01-22 02:06:45] "DELETE /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 200 115 0.016785 10.0.0.73 - - [2026-01-22 02:06:45] "GET /api-access-list/980c3bf7-de0d-4fe2-acfa-abc3d65053f5 HTTP/1.1" 404 171 0.002471 10.0.0.73 - - [2026-01-22 02:06:45] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 401 292 0.000329 10.0.0.73 - - [2026-01-22 02:06:46] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 403 263 0.033572 10.0.0.73 - - [2026-01-22 02:06:46] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.007927 10.0.0.73 - - [2026-01-22 02:06:46] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 403 264 0.029641 10.0.0.73 - - [2026-01-22 02:06:46] "GET /obj-perms HTTP/1.1" 403 257 0.029860 10.0.0.73 - - [2026-01-22 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.73 - - [2026-01-22 02:06:46] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006644 10.0.0.73 - - [2026-01-22 02:06:46] "GET /obj-perms HTTP/1.1" 403 257 0.007003 10.0.0.73 - - [2026-01-22 02:06:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005979 10.0.0.73 - - [2026-01-22 02:06:47] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.002960 10.0.0.73 - - [2026-01-22 02:06:47] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.007334 10.0.0.73 - - [2026-01-22 02:06:47] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 2313 0.011572 10.0.0.73 - - [2026-01-22 02:06:47] "GET /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 200 1853 0.008345 10.0.0.73 - - [2026-01-22 02:06:47] "GET /obj-perms HTTP/1.1" 403 257 0.005355 10.0.0.73 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.73 - - [2026-01-22 02:06:47] "GET /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011315 10.0.0.73 - - [2026-01-22 02:06:47] "GET /obj-perms HTTP/1.1" 403 257 0.006629 10.0.0.73 - - [2026-01-22 02:06:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014618 10.0.0.73 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008105 10.0.0.73 - - [2026-01-22 02:06:47] "DELETE /service-template/26e6cc92-98cd-43b3-9f56-3de282253173 HTTP/1.1" 200 115 0.039640 10.0.0.73 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.009099 10.0.0.73 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.73 - - [2026-01-22 02:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001983 10.0.0.73 - - [2026-01-22 02:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.73 - - [2026-01-22 02:06:47] "DELETE /virtual-network/34088c97-ffed-4765-a360-1b6ef6eaa494 HTTP/1.1" 200 115 0.069885 10.0.0.73 - - [2026-01-22 02:06:47] "DELETE /route-target/8dc61637-e183-4882-88c1-1eaf006fa8c4 HTTP/1.1" 200 115 0.019351 10.0.0.73 - - [2026-01-22 02:06:47] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002949 10.0.0.73 - - [2026-01-22 02:06:47] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.006638 10.0.0.73 - - [2026-01-22 02:06:47] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003133 10.0.0.73 - - [2026-01-22 02:06:47] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.007571 10.0.0.73 - - [2026-01-22 02:06:48] "GET /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003079 10.0.0.73 - - [2026-01-22 02:06:48] "PUT /api-access-list/f31dff1c-e53d-43f8-8785-be5567bdb557 HTTP/1.1" 200 264 0.009121 10.0.0.73 - - [2026-01-22 02:06:48] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.73 - - [2026-01-22 02:06:48] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022145 10.0.0.73 - - [2026-01-22 02:06:48] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.73 - - [2026-01-22 02:06:48] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?fields=virtual_networks HTTP/1.1" 200 1042 0.066626 10.0.0.73 - - [2026-01-22 02:06:48] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.73 - - [2026-01-22 02:06:48] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.025490 10.0.0.73 - - [2026-01-22 02:06:49] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.73 - - [2026-01-22 02:06:49] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?fields=security_groups HTTP/1.1" 200 1268 0.020113 10.0.0.73 - - [2026-01-22 02:06:49] "GET /projects?obj_uuids=d69e221b-27bd-46a0-ab4f-073f2827854a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001423 10.0.0.73 - - [2026-01-22 02:06:49] "GET /project/d69e221b-27bd-46a0-ab4f-073f2827854a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.025448 [Introspect:8084]10.0.0.73 - - [2026-01-22 02:06:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000989 10.0.0.73 - - [2026-01-22 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.026282 10.0.0.73 - - [2026-01-22 02:06:50] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002143 10.0.0.73 - - [2026-01-22 02:06:50] "GET /domains?obj_uuids=9f33313d-2efb-40c4-8a7e-a180880ced59&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.73 - - [2026-01-22 02:06:50] "GET /domain/9f33313d-2efb-40c4-8a7e-a180880ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005832 10.0.0.73 - - [2026-01-22 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.001270 10.0.0.73 - - [2026-01-22 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.001907 10.0.0.73 - - [2026-01-22 02:06:50] "POST /security-groups HTTP/1.1" 200 587 0.060293 10.0.0.73 - - [2026-01-22 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.002075 10.0.0.73 - - [2026-01-22 02:06:50] "POST /projects HTTP/1.1" 200 577 0.198810 10.0.0.73 - - [2026-01-22 02:06:50] "POST /access-control-lists HTTP/1.1" 200 592 0.054482 10.0.0.73 - - [2026-01-22 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.265610 10.0.0.73 - - [2026-01-22 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.002284 10.0.0.73 - - [2026-01-22 02:06:50] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.385299 10.0.0.73 - - [2026-01-22 02:06:50] "POST /access-control-lists HTTP/1.1" 200 590 0.056584 10.0.0.73 - - [2026-01-22 02:06:51] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.73 - - [2026-01-22 02:06:52] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953 10.0.0.73 - - [2026-01-22 02:06:52] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.021215 10.0.0.73 - - [2026-01-22 02:06:52] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001036 10.0.0.73 - - [2026-01-22 02:06:52] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?fields=virtual_networks HTTP/1.1" 200 1034 0.066883 10.0.0.73 - - [2026-01-22 02:06:52] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.73 - - [2026-01-22 02:06:52] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025217 10.0.0.73 - - [2026-01-22 02:06:52] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000979 10.0.0.73 - - [2026-01-22 02:06:52] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?fields=security_groups HTTP/1.1" 200 1256 0.021746 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /project/0c44c4c91b624788b6ae0fe30c901217 HTTP/1.1" 404 173 0.052738 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /project/8640211b3e26496b8bc17be533a22977 HTTP/1.1" 404 173 0.002077 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /project/4c5125637ba84277a68d31a70cfa0ee4 HTTP/1.1" 404 173 0.063920 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /project/3af28670474c42dbbf03f158a279e5be HTTP/1.1" 404 173 0.157033 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.169501 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?fields=security_groups HTTP/1.1" 200 1373 0.027572 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.158974 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.241095 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000820 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.266448 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.206799 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.204642 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001332 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?fields=security_groups HTTP/1.1" 200 1357 0.095674 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.292891 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?fields=security_groups HTTP/1.1" 200 1373 0.149737 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001168 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?fields=security_groups HTTP/1.1" 200 1372 0.083413 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?fields=security_groups HTTP/1.1" 200 1359 0.089310 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?fields=security_groups HTTP/1.1" 200 1359 0.114800 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/7f8f09e7-b983-4428-a3ac-4ab45efd209e HTTP/1.1" 200 115 0.112530 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/8c7e047d-4b09-4c34-8057-6ac4c13f85c6 HTTP/1.1" 200 115 0.209486 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=4c512563-7ba8-4277-a68d-31a70cfa0ee4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?fields=security_groups HTTP/1.1" 200 1361 0.107646 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/1a21cdce-ec59-446d-a3ec-fb65a700cd73 HTTP/1.1" 200 115 0.067086 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/210206a3-4977-4ef7-988e-d3a72307d387 HTTP/1.1" 200 115 0.154386 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=2be520b8-60a7-4dcb-8199-9a371457b758&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001371 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4?fields=application_policy_sets HTTP/1.1" 200 1412 0.099336 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/28e0f3bf-eea2-4330-b6ae-68914c94be01 HTTP/1.1" 200 115 0.154596 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/cf70088f-c1a9-4802-86d4-a152c6ba0823 HTTP/1.1" 200 115 0.123987 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=3af28670-474c-42db-bf03-f158a279e5be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/07efc433-4685-41ae-8700-a0cf37f3d53d HTTP/1.1" 200 115 0.081098 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=c5d31096-82c6-43b3-8f92-fccc3aeb54ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/7d6d3add-ff13-472a-a3d6-1959d0f4a987 HTTP/1.1" 200 115 0.161462 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=0c44c4c9-1b62-4788-b6ae-0fe30c901217&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/3af28670-474c-42db-bf03-f158a279e5be?fields=application_policy_sets HTTP/1.1" 200 1412 0.055783 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/2be520b8-60a7-4dcb-8199-9a371457b758?fields=application_policy_sets HTTP/1.1" 200 1396 0.105926 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/e05efd0f-c602-4641-8bf1-23f03105e0a8 HTTP/1.1" 200 115 0.166458 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=e351bb33-9781-453c-b573-85282fd646a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/595c7070-302f-4a86-9092-2e19fcbbdb8e HTTP/1.1" 200 115 0.081447 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba?fields=application_policy_sets HTTP/1.1" 200 1398 0.094156 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217?fields=application_policy_sets HTTP/1.1" 200 1411 0.069576 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /security-group/f2d311c2-dded-4141-a0e7-2052e404c6e0 HTTP/1.1" 200 115 0.181908 10.0.0.73 - - [2026-01-22 02:07:13] "GET /projects?obj_uuids=8640211b-3e26-496b-8bc1-7be533a22977&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001474 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/e351bb33-9781-453c-b573-85282fd646a7?fields=application_policy_sets HTTP/1.1" 200 1398 0.091391 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/688a58cc-88ae-467c-9b0b-7cbc07c68957 HTTP/1.1" 200 115 0.056939 10.0.0.73 - - [2026-01-22 02:07:13] "GET /project/8640211b-3e26-496b-8bc1-7be533a22977?fields=application_policy_sets HTTP/1.1" 200 1400 0.114543 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /access-control-list/52f56a64-a0d3-4bad-af47-02a2f87bb893 HTTP/1.1" 200 115 0.068331 10.0.0.73 - - [2026-01-22 02:07:13] "DELETE /project/4c512563-7ba8-4277-a68d-31a70cfa0ee4 HTTP/1.1" 200 115 0.957959 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/01fec959-b67e-429f-9e3d-a4f09fae9545 HTTP/1.1" 200 115 0.117412 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/3af28670-474c-42db-bf03-f158a279e5be HTTP/1.1" 200 115 1.104807 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/2be520b8-60a7-4dcb-8199-9a371457b758 HTTP/1.1" 200 115 1.103452 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/c5d31096-82c6-43b3-8f92-fccc3aeb54ba HTTP/1.1" 200 115 1.144571 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/56b80e8b-2072-4cf6-a75c-0730f8b6112f HTTP/1.1" 200 115 0.119084 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/0c44c4c9-1b62-4788-b6ae-0fe30c901217 HTTP/1.1" 200 115 1.191297 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/e0a90b6e-2628-4560-9c9b-ec80c4214539 HTTP/1.1" 200 115 0.063402 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/e351bb33-9781-453c-b573-85282fd646a7 HTTP/1.1" 200 115 1.262423 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /project/8640211b-3e26-496b-8bc1-7be533a22977 HTTP/1.1" 200 115 1.279996 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/9d51e755-97f4-4517-808a-e3cdc7372c84 HTTP/1.1" 200 115 0.016201 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/c28d330e-e548-4a6a-a57b-24edb54c016d HTTP/1.1" 200 115 0.016243 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/faeec1fd-4d24-48e2-9276-57ef86eb3617 HTTP/1.1" 200 115 0.016171 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/aef0890a-8287-429e-9378-59aa6b89f69f HTTP/1.1" 200 115 0.017575 10.0.0.73 - - [2026-01-22 02:07:14] "DELETE /access-control-list/949d3808-c4c0-4a7b-bf64-83f6e3ef07ed HTTP/1.1" 200 115 0.015451 10.0.0.73 - - [2026-01-22 02:07:20] "GET /obj-perms HTTP/1.1" 200 5056 0.052171 10.0.0.73 - - [2026-01-22 02:07:21] "GET /obj-perms HTTP/1.1" 200 5056 0.046524 10.0.0.73 - - [2026-01-22 02:07:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-01-22 02:07:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2026-01-22 02:07:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2026-01-22 02:07:28] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 [Introspect:8084]10.0.0.73 - - [2026-01-22 02:07:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000997 [Introspect:8084]10.0.0.73 - - [2026-01-22 02:07:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000752