+++ date ++ echo 'INFO: =================== Mon Mar 30 03:29:30 AM UTC 2026 ===================' INFO: =================== Mon Mar 30 03:29:30 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.19 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.19:8081 ' ']' +++ echo 10.0.0.19:8081 ++ ANALYTICS_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.19:9042 ' ']' +++ echo 10.0.0.19:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.19:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.19:8086 ' ']' +++ echo 10.0.0.19:8086 ++ COLLECTOR_SERVERS=10.0.0.19: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.19 ++ CONFIGDB_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.19:8082 ' ']' +++ echo 10.0.0.19:8082 ++ CONFIG_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.19:9161 ' ']' +++ echo 10.0.0.19:9161 ++ CONFIGDB_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.19:9041 ' ']' +++ echo 10.0.0.19:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.19: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.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.19:2181, ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.19:2181 ' ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.19:2181 ++ RABBITMQ_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.19:5673, ']' +++ echo 10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.19:6379 ' ']' +++ echo 10.0.0.19:6379 ++ REDIS_SERVERS=10.0.0.19: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.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.19:9092 ' ']' +++ echo 10.0.0.19:9092 ++ KAFKA_SERVERS=10.0.0.19: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.19 ++ 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.19 ++ 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.19 ++ 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.19 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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.19 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.19 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.19,10.20.0.193,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.19:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.19: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=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ set -o posix ++ set ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/30/2026 03:29:38.763 7f3aae5cd500 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/30/2026 03:29:38.901 7f3aae5cd500 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/30/2026 03:29:38.914 7f3aae5cd500 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/30/2026 03:29:38.915 7f3aae5cd500 [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.19:8082/ Hit Ctrl-C to quit. 10.0.0.19 - - [2026-03-30 03:29:43] "GET / HTTP/1.1" 503 181 0.000214 10.0.0.19 - - [2026-03-30 03:29:43] "GET / HTTP/1.1" 503 181 0.000160 10.0.0.19 - - [2026-03-30 03:29:43] "GET / HTTP/1.1" 200 35931 0.001525 10.0.0.19 - - [2026-03-30 03:29:44] "GET / HTTP/1.1" 200 45871 0.001180 10.0.0.19 - - [2026-03-30 03:29:44] "GET / HTTP/1.1" 200 45871 0.001187 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.19 - - [2026-03-30 03:29:44] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000464 10.0.0.19 - - [2026-03-30 03:29:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000235 10.0.0.19 - - [2026-03-30 03:29:44] "GET / HTTP/1.1" 200 35931 0.001353 10.0.0.19 - - [2026-03-30 03:29:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000340 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.939227 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.362978 10.0.0.19 - - [2026-03-30 03:29:45] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008440 10.0.0.19 - - [2026-03-30 03:29:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.671529 10.0.0.19 - - [2026-03-30 03:29:45] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002513 10.0.0.19 - - [2026-03-30 03:29:45] "GET / HTTP/1.1" 200 35931 0.002306 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.004389 10.0.0.19 - - [2026-03-30 03:29:45] "POST /config-nodes HTTP/1.1" 200 599 0.037179 10.0.0.19 - - [2026-03-30 03:29:45] "GET / HTTP/1.1" 200 35931 0.001393 10.0.0.19 - - [2026-03-30 03:29:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2026-03-30 03:29:45] "GET / HTTP/1.1" 200 35931 0.001470 10.0.0.19 - - [2026-03-30 03:29:45] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000458 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.322069 10.0.0.19 - - [2026-03-30 03:29:46] "GET /network-ipam/5772ceb4-2186-4c6c-bca2-e983f4704c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007380 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.002998 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.643639 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005503 10.0.0.19 - - [2026-03-30 03:29:46] "POST /access-control-lists HTTP/1.1" 200 587 0.033451 /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.19 - - [2026-03-30 03:29:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.089012 10.0.0.19 - - [2026-03-30 03:29:46] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005923 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 404 224 0.003282 10.0.0.19 - - [2026-03-30 03:29:46] "POST /service-appliance-sets HTTP/1.1" 200 553 0.050580 10.0.0.19 - - [2026-03-30 03:29:46] "POST /access-control-lists HTTP/1.1" 200 585 0.048470 10.0.0.19 - - [2026-03-30 03:29:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003547 10.0.0.19 - - [2026-03-30 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011179 10.0.0.19 - - [2026-03-30 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.024665 10.0.0.19 - - [2026-03-30 03:29:47] "POST /ref-update HTTP/1.1" 200 156 0.018296 10.0.0.19 - - [2026-03-30 03:29:47] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012738 10.0.0.19 - - [2026-03-30 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.018338 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-appliance-sets HTTP/1.1" 200 541 0.020875 10.0.0.19 - - [2026-03-30 03:29:47] "POST /ref-update HTTP/1.1" 200 156 0.113438 10.0.0.19 - - [2026-03-30 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.19 - - [2026-03-30 03:29:47] "GET /network-ipam/5772ceb4-2186-4c6c-bca2-e983f4704c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004396 10.0.0.19 - - [2026-03-30 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.020535 10.0.0.19 - - [2026-03-30 03:29:47] "POST /ref-update HTTP/1.1" 200 156 0.011568 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-templates HTTP/1.1" 200 511 0.021865 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-templates HTTP/1.1" 200 501 0.026466 10.0.0.19 - - [2026-03-30 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.011466 10.0.0.19 - - [2026-03-30 03:29:47] "POST /ref-update HTTP/1.1" 200 156 0.011239 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-templates HTTP/1.1" 200 515 0.025600 10.0.0.19 - - [2026-03-30 03:29:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.004481 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-templates HTTP/1.1" 200 535 0.022992 10.0.0.19 - - [2026-03-30 03:29:47] "POST /service-templates HTTP/1.1" 200 507 0.022916 10.0.0.19 - - [2026-03-30 03:29:47] "POST /access-control-lists HTTP/1.1" 200 551 0.079016 10.0.0.19 - - [2026-03-30 03:29:47] "GET / HTTP/1.1" 200 35931 0.001404 10.0.0.19 - - [2026-03-30 03:29:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.19 - - [2026-03-30 03:29:47] "PUT /access-control-list/3501e8e5-3b3b-4db9-85ed-51a22fb3d265 HTTP/1.1" 200 272 0.009423 10.0.0.19 - - [2026-03-30 03:29:47] "PUT /access-control-list/63f92073-87fa-4397-ad17-cb44889dede5 HTTP/1.1" 200 272 0.010901 10.0.0.19 - - [2026-03-30 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.028448 10.0.0.19 - - [2026-03-30 03:29:48] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005150 10.0.0.19 - - [2026-03-30 03:29:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.002925 10.0.0.19 - - [2026-03-30 03:29:48] "POST /config-database-nodes HTTP/1.1" 200 617 0.018781 10.0.0.19 - - [2026-03-30 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.19 - - [2026-03-30 03:29:51] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003480 10.0.0.19 - - [2026-03-30 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.19 - - [2026-03-30 03:29:51] "PUT /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 276 0.010811 10.0.0.19 - - [2026-03-30 03:29:52] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 401 292 0.000360 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 581 0.043782 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 575 0.027278 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 575 0.020576 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 559 0.029315 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 555 0.017302 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 557 0.020390 10.0.0.19 - - [2026-03-30 03:29:52] "POST /alarms HTTP/1.1" 200 565 0.020504 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 549 0.019048 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 557 0.016900 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 567 0.017372 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 555 0.020933 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 567 0.017332 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 575 0.062654 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 569 0.019252 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 561 0.021223 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 561 0.018851 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 561 0.019037 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 547 0.021611 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 595 0.027825 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 575 0.018596 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 571 0.029940 10.0.0.19 - - [2026-03-30 03:29:53] "POST /alarms HTTP/1.1" 200 583 0.021020 10.0.0.19 - - [2026-03-30 03:29:54] "POST /alarms HTTP/1.1" 200 609 0.039384 10.0.0.19 - - [2026-03-30 03:29:54] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.19 - - [2026-03-30 03:29:54] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000358 10.0.0.19 - - [2026-03-30 03:29:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028896 10.0.0.19 - - [2026-03-30 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.19 - - [2026-03-30 03:29:54] "PUT /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 276 0.009941 10.0.0.19 - - [2026-03-30 03:29:55] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.19 - - [2026-03-30 03:29:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000353 10.0.0.19 - - [2026-03-30 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.025909 10.0.0.19 - - [2026-03-30 03:29:55] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007971 10.0.0.19 - - [2026-03-30 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.19 - - [2026-03-30 03:29:55] "PUT /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 276 0.010258 10.0.0.19 - - [2026-03-30 03:29:55] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.19 - - [2026-03-30 03:29:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.19 - - [2026-03-30 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.033969 10.0.0.19 - - [2026-03-30 03:29:56] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006819 10.0.0.19 - - [2026-03-30 03:29:56] "PUT /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83 HTTP/1.1" 200 274 0.019344 10.0.0.19 - - [2026-03-30 03:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.19 - - [2026-03-30 03:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.19 - - [2026-03-30 03:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2026-03-30 03:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2026-03-30 03:30:35] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.19 - - [2026-03-30 03:30:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2026-03-30 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.027483 10.0.0.19 - - [2026-03-30 03:30:35] "GET /routing-instance/48985de5-84db-43d4-b478-333ee2aeb363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003945 10.0.0.19 - - [2026-03-30 03:30:35] "POST /bgp-routers HTTP/1.1" 200 620 0.025526 10.0.0.19 - - [2026-03-30 03:30:35] "GET /bgp-router/d58fbdd7-b813-403e-be11-cdf582b76bbf?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005683 10.0.0.19 - - [2026-03-30 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.19 - - [2026-03-30 03:30:36] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007658 10.0.0.19 - - [2026-03-30 03:30:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003761 10.0.0.19 - - [2026-03-30 03:30:36] "POST /ref-update HTTP/1.1" 200 156 0.008472 10.0.0.19 - - [2026-03-30 03:31:01] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.19 - - [2026-03-30 03:31:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.19 - - [2026-03-30 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024602 10.0.0.19 - - [2026-03-30 03:31:01] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007036 10.0.0.19 - - [2026-03-30 03:31:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002663 10.0.0.19 - - [2026-03-30 03:31:01] "POST /database-nodes HTTP/1.1" 200 603 0.016487 10.0.0.19 - - [2026-03-30 03:31:28] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.19 - - [2026-03-30 03:31:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2026-03-30 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025159 10.0.0.19 - - [2026-03-30 03:31:28] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005142 10.0.0.19 - - [2026-03-30 03:31:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003054 10.0.0.19 - - [2026-03-30 03:31:28] "POST /analytics-nodes HTTP/1.1" 200 605 0.020287 10.0.0.19 - - [2026-03-30 03:31:34] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.19 - - [2026-03-30 03:31:45] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.19 - - [2026-03-30 03:31:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2026-03-30 03:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.027185 10.0.0.19 - - [2026-03-30 03:31:45] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005473 10.0.0.19 - - [2026-03-30 03:31:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.002637 10.0.0.19 - - [2026-03-30 03:31:45] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.035522 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.19 - - [2026-03-30 03:31:49] "GET /obj-perms HTTP/1.1" 200 5056 0.372777 10.0.0.19 - - [2026-03-30 03:31:49] "GET /obj-perms HTTP/1.1" 200 5056 0.069909 10.0.0.19 - - [2026-03-30 03:32:01] "GET / HTTP/1.1" 200 35931 0.001248 10.0.0.19 - - [2026-03-30 03:32:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.19 - - [2026-03-30 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.037284 10.0.0.19 - - [2026-03-30 03:32:01] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005513 10.0.0.19 - - [2026-03-30 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002887 10.0.0.19 - - [2026-03-30 03:32:01] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019515 10.0.0.19 - - [2026-03-30 03:32:49] "GET /obj-perms HTTP/1.1" 200 5056 0.050937 10.0.0.19 - - [2026-03-30 03:32:50] "GET /obj-perms HTTP/1.1" 200 5056 0.047851 10.0.0.19 - - [2026-03-30 03:33:33] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.025283 10.0.0.19 - - [2026-03-30 03:33:33] "GET /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005096 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.19 - - [2026-03-30 03:33:33] "GET /routing-instance/48985de5-84db-43d4-b478-333ee2aeb363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003781 10.0.0.19 - - [2026-03-30 03:33:33] "PUT /global-system-config/71d09674-2762-4397-8464-1420aa7e7f83 HTTP/1.1" 200 274 0.012392 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.003401 10.0.0.19 - - [2026-03-30 03:33:33] "POST /virtual-routers HTTP/1.1" 200 603 0.021495 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.19 - - [2026-03-30 03:33:33] "GET /virtual-router/e8b9bcef-1929-4a11-891a-a8151b5ef55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005463 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.003536 10.0.0.19 - - [2026-03-30 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2026-03-30 03:33:33] "GET /virtual-network/a3ba9313-d398-4fdc-b156-1e65b094d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005896 10.0.0.19 - - [2026-03-30 03:33:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.070655 10.0.0.19 - - [2026-03-30 03:33:34] "PUT /access-control-list/91ee64ae-63a6-40f6-b5de-05eca6da004f HTTP/1.1" 200 272 0.010517 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:33:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000948 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:33:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000882 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:33:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000806 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:33:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000983 10.0.0.19 - - [2026-03-30 03:33:50] "GET /obj-perms HTTP/1.1" 200 5056 0.060916 10.0.0.19 - - [2026-03-30 03:33:50] "GET /obj-perms HTTP/1.1" 200 5056 0.054775 10.0.0.19 - - [2026-03-30 03:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.19 - - [2026-03-30 03:33:50] "GET /virtual-router/e8b9bcef-1929-4a11-891a-a8151b5ef55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003670 10.0.0.19 - - [2026-03-30 03:34:51] "GET /obj-perms HTTP/1.1" 200 5056 0.070131 10.0.0.19 - - [2026-03-30 03:34:51] "GET /obj-perms HTTP/1.1" 200 5056 0.049345 10.0.0.19 - - [2026-03-30 03:34:57] "GET / HTTP/1.1" 200 35931 0.052681 10.0.0.19 - - [2026-03-30 03:34:57] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.19 - - [2026-03-30 03:34:58] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027175 10.0.0.19 - - [2026-03-30 03:34:58] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001601 10.0.0.19 - - [2026-03-30 03:34:58] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034124 10.0.0.19 - - [2026-03-30 03:34:58] "POST /id-to-fqname HTTP/1.1" 200 167 0.001138 10.0.0.19 - - [2026-03-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 176 0.002972 10.0.0.19 - - [2026-03-30 03:34:58] "POST /security-groups HTTP/1.1" 200 568 0.060943 10.0.0.19 - - [2026-03-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.026219 10.0.0.19 - - [2026-03-30 03:34:58] "POST /projects HTTP/1.1" 200 539 0.225391 10.0.0.19 - - [2026-03-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.296793 10.0.0.19 - - [2026-03-30 03:34:58] "POST /access-control-lists HTTP/1.1" 200 573 0.063950 10.0.0.19 - - [2026-03-30 03:34:58] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.477684 10.0.0.19 - - [2026-03-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.010892 10.0.0.19 - - [2026-03-30 03:34:58] "POST /access-control-lists HTTP/1.1" 200 571 0.061411 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:34:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001047 10.0.0.19 - - [2026-03-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.026129 10.0.0.19 - - [2026-03-30 03:34:59] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002416 10.0.0.19 - - [2026-03-30 03:34:59] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.19 - - [2026-03-30 03:34:59] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007272 10.0.0.19 - - [2026-03-30 03:34:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.001115 10.0.0.19 - - [2026-03-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.004096 10.0.0.19 - - [2026-03-30 03:34:59] "POST /security-groups HTTP/1.1" 200 602 0.064685 10.0.0.19 - - [2026-03-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002702 10.0.0.19 - - [2026-03-30 03:34:59] "POST /projects HTTP/1.1" 200 607 0.216949 10.0.0.19 - - [2026-03-30 03:34:59] "POST /access-control-lists HTTP/1.1" 200 607 0.062862 10.0.0.19 - - [2026-03-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.287072 10.0.0.19 - - [2026-03-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.003096 10.0.0.19 - - [2026-03-30 03:34:59] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.406332 10.0.0.19 - - [2026-03-30 03:34:59] "POST /access-control-lists HTTP/1.1" 200 605 0.062227 10.0.0.19 - - [2026-03-30 03:35:00] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.19 - - [2026-03-30 03:35:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000650 10.0.0.19 - - [2026-03-30 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.056792 10.0.0.19 - - [2026-03-30 03:35:01] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001215 10.0.0.19 - - [2026-03-30 03:35:01] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.024510 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/network HTTP/1.1" 200 117 0.054147 10.0.0.19 - - [2026-03-30 03:35:02] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001091 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/network HTTP/1.1" 200 620 0.083430 10.0.0.19 - - [2026-03-30 03:35:02] "POST /route-targets HTTP/1.1" 200 327 0.014471 10.0.0.19 - - [2026-03-30 03:35:02] "POST /ref-update HTTP/1.1" 200 156 0.019624 10.0.0.19 - - [2026-03-30 03:35:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005331 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.263912 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/network HTTP/1.1" 200 839 0.007925 10.0.0.19 - - [2026-03-30 03:35:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001233 10.0.0.19 - - [2026-03-30 03:35:02] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005702 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/network HTTP/1.1" 200 839 0.016442 10.0.0.19 - - [2026-03-30 03:35:02] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004913 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/network HTTP/1.1" 200 839 0.005389 10.0.0.19 - - [2026-03-30 03:35:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.007029 10.0.0.19 - - [2026-03-30 03:35:02] "GET /domains HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domains HTTP/1.1" 200 280 0.028450 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2583 0.015107 10.0.0.19 - - [2026-03-30 03:35:03] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001444 10.0.0.19 - - [2026-03-30 03:35:03] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22 HTTP/1.1" 200 2168 0.083894 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a HTTP/1.1" 200 2341 0.008072 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a HTTP/1.1" 200 2341 0.008961 10.0.0.19 - - [2026-03-30 03:35:03] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 200 1494 0.009999 10.0.0.19 - - [2026-03-30 03:35:03] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 200 1494 0.004045 10.0.0.19 - - [2026-03-30 03:35:03] "GET /route-target/5ccb4574-732a-431e-b1e4-4a47afccab7a HTTP/1.1" 200 1219 0.006283 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a HTTP/1.1" 200 2341 0.009256 10.0.0.19 - - [2026-03-30 03:35:03] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 200 1494 0.003845 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005080 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a HTTP/1.1" 200 2341 0.006019 10.0.0.19 - - [2026-03-30 03:35:03] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 200 1494 0.003898 10.0.0.19 - - [2026-03-30 03:35:03] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 200 1494 0.003985 10.0.0.19 - - [2026-03-30 03:35:03] "GET /route-target/5ccb4574-732a-431e-b1e4-4a47afccab7a HTTP/1.1" 200 1219 0.003512 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domains HTTP/1.1" 200 280 0.002598 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.19 - - [2026-03-30 03:35:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2583 0.006753 10.0.0.19 - - [2026-03-30 03:35:03] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.19 - - [2026-03-30 03:35:03] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22 HTTP/1.1" 200 2168 0.068294 10.0.0.19 - - [2026-03-30 03:35:03] "GET /virtual-network/4070d9d5-70db-4ee8-8675-bc318d43621a HTTP/1.1" 200 2341 0.008152 10.0.0.19 - - [2026-03-30 03:35:03] "GET /obj-perms HTTP/1.1" 200 5052 0.051848 10.0.0.19 - - [2026-03-30 03:35:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001263 10.0.0.19 - - [2026-03-30 03:35:05] "POST /neutron/network HTTP/1.1" 200 849 0.005844 10.0.0.19 - - [2026-03-30 03:35:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.19 - - [2026-03-30 03:35:05] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.19 - - [2026-03-30 03:35:05] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2026-03-30 03:35:06] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.19 - - [2026-03-30 03:35:06] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.052024 10.0.0.19 - - [2026-03-30 03:35:06] "POST /neutron/network HTTP/1.1" 200 839 0.034696 10.0.0.19 - - [2026-03-30 03:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.004822 10.0.0.19 - - [2026-03-30 03:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.005276 10.0.0.19 - - [2026-03-30 03:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/network HTTP/1.1" 200 849 0.005731 10.0.0.19 - - [2026-03-30 03:35:08] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001151 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1071 0.234986 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1071 0.040734 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1071 0.011415 10.0.0.19 - - [2026-03-30 03:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1125 0.076507 10.0.0.19 - - [2026-03-30 03:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1135 0.012783 10.0.0.19 - - [2026-03-30 03:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003503 10.0.0.19 - - [2026-03-30 03:35:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.009192 10.0.0.19 - - [2026-03-30 03:35:09] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.19 - - [2026-03-30 03:35:09] "POST /neutron/network HTTP/1.1" 200 839 0.006270 10.0.0.19 - - [2026-03-30 03:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000618 10.0.0.19 - - [2026-03-30 03:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.19 - - [2026-03-30 03:35:12] "POST /neutron/port HTTP/1.1" 200 1135 0.024143 10.0.0.19 - - [2026-03-30 03:35:12] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009938 10.0.0.19 - - [2026-03-30 03:35:17] "POST /neutron/port HTTP/1.1" 200 1135 0.014698 10.0.0.19 - - [2026-03-30 03:35:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006434 10.0.0.19 - - [2026-03-30 03:35:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003103 10.0.0.19 - - [2026-03-30 03:35:18] "GET /obj-perms HTTP/1.1" 200 5052 0.005785 10.0.0.19 - - [2026-03-30 03:35:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003231 10.0.0.19 - - [2026-03-30 03:35:20] "GET /obj-perms HTTP/1.1" 200 5052 0.003269 10.0.0.19 - - [2026-03-30 03:35:21] "GET /obj-perms HTTP/1.1" 200 5052 0.003229 10.0.0.19 - - [2026-03-30 03:35:22] "POST /neutron/network HTTP/1.1" 200 839 0.007585 10.0.0.19 - - [2026-03-30 03:35:22] "POST /neutron/network HTTP/1.1" 400 204 0.013952 10.0.0.19 - - [2026-03-30 03:35:23] "POST /neutron/port HTTP/1.1" 200 1135 0.013732 10.0.0.19 - - [2026-03-30 03:35:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010436 10.0.0.19 - - [2026-03-30 03:35:23] "POST /neutron/port HTTP/1.1" 200 151 0.119681 10.0.0.19 - - [2026-03-30 03:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.030823 10.0.0.19 - - [2026-03-30 03:35:24] "POST /neutron/network HTTP/1.1" 200 839 0.007308 10.0.0.19 - - [2026-03-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.19 - - [2026-03-30 03:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.19 - - [2026-03-30 03:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002418 10.0.0.19 - - [2026-03-30 03:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.085847 10.0.0.19 - - [2026-03-30 03:35:24] "DELETE /route-target/5ccb4574-732a-431e-b1e4-4a47afccab7a HTTP/1.1" 200 115 0.020393 10.0.0.19 - - [2026-03-30 03:35:24] "GET /routing-instance/6ab931ff-b1b5-4ef3-8e08-fe9f645ba8db HTTP/1.1" 404 171 0.002633 10.0.0.19 - - [2026-03-30 03:35:24] "GET /domains HTTP/1.1" 200 280 0.002721 10.0.0.19 - - [2026-03-30 03:35:24] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001916 10.0.0.19 - - [2026-03-30 03:35:24] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2583 0.049033 10.0.0.19 - - [2026-03-30 03:35:24] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.19 - - [2026-03-30 03:35:24] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22 HTTP/1.1" 200 1918 0.078280 10.0.0.19 - - [2026-03-30 03:35:25] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000974 10.0.0.19 - - [2026-03-30 03:35:25] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.031182 10.0.0.19 - - [2026-03-30 03:35:25] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001187 10.0.0.19 - - [2026-03-30 03:35:25] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?fields=virtual_networks HTTP/1.1" 200 1054 0.070635 10.0.0.19 - - [2026-03-30 03:35:25] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.19 - - [2026-03-30 03:35:25] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.027050 10.0.0.19 - - [2026-03-30 03:35:25] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000936 10.0.0.19 - - [2026-03-30 03:35:25] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?fields=security_groups HTTP/1.1" 200 1291 0.030564 10.0.0.19 - - [2026-03-30 03:35:26] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001262 10.0.0.19 - - [2026-03-30 03:35:26] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028819 10.0.0.19 - - [2026-03-30 03:35:29] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.19 - - [2026-03-30 03:35:29] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.033055 10.0.0.19 - - [2026-03-30 03:35:30] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003165 10.0.0.19 - - [2026-03-30 03:35:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.026358 10.0.0.19 - - [2026-03-30 03:35:30] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.019982 10.0.0.19 - - [2026-03-30 03:35:30] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001548 10.0.0.19 - - [2026-03-30 03:35:30] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009485 10.0.0.19 - - [2026-03-30 03:35:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.001298 10.0.0.19 - - [2026-03-30 03:35:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.004268 10.0.0.19 - - [2026-03-30 03:35:30] "POST /security-groups HTTP/1.1" 200 603 0.070613 10.0.0.19 - - [2026-03-30 03:35:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.005647 10.0.0.19 - - [2026-03-30 03:35:30] "POST /projects HTTP/1.1" 200 609 0.232236 10.0.0.19 - - [2026-03-30 03:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.272727 10.0.0.19 - - [2026-03-30 03:35:31] "POST /access-control-lists HTTP/1.1" 200 608 0.069621 10.0.0.19 - - [2026-03-30 03:35:31] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.429536 10.0.0.19 - - [2026-03-30 03:35:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002905 10.0.0.19 - - [2026-03-30 03:35:31] "POST /access-control-lists HTTP/1.1" 200 606 0.064735 10.0.0.19 - - [2026-03-30 03:35:32] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.19 - - [2026-03-30 03:35:32] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001055 10.0.0.19 - - [2026-03-30 03:35:32] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.027875 10.0.0.19 - - [2026-03-30 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2026-03-30 03:35:33] "GET /security-group/dcfbfff7-981d-4d64-b04e-27734f1460c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004784 10.0.0.19 - - [2026-03-30 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.19 - - [2026-03-30 03:35:33] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001135 10.0.0.19 - - [2026-03-30 03:35:33] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.030737 10.0.0.19 - - [2026-03-30 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.19 - - [2026-03-30 03:35:33] "GET /security-group/dcfbfff7-981d-4d64-b04e-27734f1460c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003815 10.0.0.19 - - [2026-03-30 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.19 - - [2026-03-30 03:35:33] "PUT /security-group/dcfbfff7-981d-4d64-b04e-27734f1460c1 HTTP/1.1" 200 262 0.031797 10.0.0.19 - - [2026-03-30 03:35:33] "PUT /access-control-list/581de2a9-993a-42a6-96ca-06ad7bab3ae3 HTTP/1.1" 200 272 0.015103 10.0.0.19 - - [2026-03-30 03:35:33] "PUT /access-control-list/90c11cb3-4f5f-4762-b99b-a15e84ec929d HTTP/1.1" 200 272 0.019118 10.0.0.19 - - [2026-03-30 03:35:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.19 - - [2026-03-30 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.057949 10.0.0.19 - - [2026-03-30 03:35:34] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.19 - - [2026-03-30 03:35:34] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032137 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/network HTTP/1.1" 200 117 0.032965 10.0.0.19 - - [2026-03-30 03:35:34] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/network HTTP/1.1" 200 619 0.076899 10.0.0.19 - - [2026-03-30 03:35:34] "POST /route-targets HTTP/1.1" 200 327 0.010827 10.0.0.19 - - [2026-03-30 03:35:34] "POST /ref-update HTTP/1.1" 200 156 0.015569 10.0.0.19 - - [2026-03-30 03:35:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004051 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.139694 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/network HTTP/1.1" 200 838 0.006578 10.0.0.19 - - [2026-03-30 03:35:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001095 10.0.0.19 - - [2026-03-30 03:35:34] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004734 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/network HTTP/1.1" 200 838 0.005130 10.0.0.19 - - [2026-03-30 03:35:34] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004330 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/network HTTP/1.1" 200 838 0.005492 10.0.0.19 - - [2026-03-30 03:35:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.006264 10.0.0.19 - - [2026-03-30 03:35:34] "GET /domains HTTP/1.1" 401 292 0.000363 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domains HTTP/1.1" 200 280 0.029472 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.007239 10.0.0.19 - - [2026-03-30 03:35:35] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.19 - - [2026-03-30 03:35:35] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 2175 0.068809 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2340 0.005997 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2340 0.005015 10.0.0.19 - - [2026-03-30 03:35:35] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 200 1490 0.004491 10.0.0.19 - - [2026-03-30 03:35:35] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 200 1490 0.003220 10.0.0.19 - - [2026-03-30 03:35:35] "GET /route-target/a56bde0b-2a09-4c41-8910-ecd420484f5a HTTP/1.1" 200 1218 0.003376 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2340 0.005120 10.0.0.19 - - [2026-03-30 03:35:35] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 200 1490 0.003149 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005294 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2340 0.006835 10.0.0.19 - - [2026-03-30 03:35:35] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 200 1490 0.003412 10.0.0.19 - - [2026-03-30 03:35:35] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 200 1490 0.003700 10.0.0.19 - - [2026-03-30 03:35:35] "GET /route-target/a56bde0b-2a09-4c41-8910-ecd420484f5a HTTP/1.1" 200 1218 0.003515 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domains HTTP/1.1" 200 280 0.006529 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.19 - - [2026-03-30 03:35:35] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.006857 10.0.0.19 - - [2026-03-30 03:35:35] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.19 - - [2026-03-30 03:35:35] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 2175 0.066269 10.0.0.19 - - [2026-03-30 03:35:35] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2340 0.004192 10.0.0.19 - - [2026-03-30 03:35:35] "GET /obj-perms HTTP/1.1" 200 5054 0.055064 10.0.0.19 - - [2026-03-30 03:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.19 - - [2026-03-30 03:35:35] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000816 10.0.0.19 - - [2026-03-30 03:35:35] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.023886 10.0.0.19 - - [2026-03-30 03:35:35] "POST /neutron/network HTTP/1.1" 200 117 0.009724 10.0.0.19 - - [2026-03-30 03:35:35] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/network HTTP/1.1" 200 619 0.068123 10.0.0.19 - - [2026-03-30 03:35:36] "POST /route-targets HTTP/1.1" 200 327 0.014507 10.0.0.19 - - [2026-03-30 03:35:36] "POST /ref-update HTTP/1.1" 200 156 0.010518 10.0.0.19 - - [2026-03-30 03:35:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006194 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.184029 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/network HTTP/1.1" 200 838 0.006067 10.0.0.19 - - [2026-03-30 03:35:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001134 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004625 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/network HTTP/1.1" 200 838 0.006213 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004728 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/network HTTP/1.1" 200 838 0.006485 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.006481 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.015668 10.0.0.19 - - [2026-03-30 03:35:36] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.19 - - [2026-03-30 03:35:36] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 2403 0.069950 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d HTTP/1.1" 200 2340 0.006147 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d HTTP/1.1" 200 2340 0.004755 10.0.0.19 - - [2026-03-30 03:35:36] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 200 1491 0.003364 10.0.0.19 - - [2026-03-30 03:35:36] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 200 1491 0.003450 10.0.0.19 - - [2026-03-30 03:35:36] "GET /route-target/349d72c8-a76f-4464-ac6e-cf799087ddf7 HTTP/1.1" 200 1218 0.003483 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d HTTP/1.1" 200 2340 0.004760 10.0.0.19 - - [2026-03-30 03:35:36] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 200 1491 0.003214 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004317 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d HTTP/1.1" 200 2340 0.004692 10.0.0.19 - - [2026-03-30 03:35:36] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 200 1491 0.003106 10.0.0.19 - - [2026-03-30 03:35:36] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 200 1491 0.002939 10.0.0.19 - - [2026-03-30 03:35:36] "GET /route-target/349d72c8-a76f-4464-ac6e-cf799087ddf7 HTTP/1.1" 200 1218 0.003092 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domains HTTP/1.1" 200 280 0.003407 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.19 - - [2026-03-30 03:35:36] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.007345 10.0.0.19 - - [2026-03-30 03:35:36] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.19 - - [2026-03-30 03:35:36] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 2403 0.067425 10.0.0.19 - - [2026-03-30 03:35:36] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d HTTP/1.1" 200 2340 0.004355 10.0.0.19 - - [2026-03-30 03:35:36] "GET /obj-perms HTTP/1.1" 200 5054 0.003110 10.0.0.19 - - [2026-03-30 03:35:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001147 10.0.0.19 - - [2026-03-30 03:35:36] "POST /neutron/network HTTP/1.1" 200 848 0.007155 10.0.0.19 - - [2026-03-30 03:35:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2026-03-30 03:35:37] "GET / HTTP/1.1" 200 35931 0.001220 10.0.0.19 - - [2026-03-30 03:35:37] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000336 10.0.0.19 - - [2026-03-30 03:35:37] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.19 - - [2026-03-30 03:35:37] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058060 10.0.0.19 - - [2026-03-30 03:35:37] "POST /neutron/network HTTP/1.1" 200 838 0.005733 10.0.0.19 - - [2026-03-30 03:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.006531 10.0.0.19 - - [2026-03-30 03:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.006149 10.0.0.19 - - [2026-03-30 03:35:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001318 10.0.0.19 - - [2026-03-30 03:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.19 - - [2026-03-30 03:35:37] "POST /neutron/network HTTP/1.1" 200 848 0.006299 10.0.0.19 - - [2026-03-30 03:35:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/network HTTP/1.1" 200 848 0.005530 10.0.0.19 - - [2026-03-30 03:35:38] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.19 - - [2026-03-30 03:35:38] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.19 - - [2026-03-30 03:35:38] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1072 0.204479 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1072 0.010890 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1072 0.010647 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1126 0.070217 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1136 0.011220 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003106 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.008758 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/network HTTP/1.1" 200 838 0.007879 10.0.0.19 - - [2026-03-30 03:35:38] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.19 - - [2026-03-30 03:35:38] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068013 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/network HTTP/1.1" 200 838 0.005325 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 1136 0.022244 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006320 10.0.0.19 - - [2026-03-30 03:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.19 - - [2026-03-30 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.19 - - [2026-03-30 03:35:38] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.19 - - [2026-03-30 03:35:39] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034578 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004933 10.0.0.19 - - [2026-03-30 03:35:39] "GET /floating-ip-pools?parent_id=3be42121-d969-4ed8-90fd-5a458d328095&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003082 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004721 10.0.0.19 - - [2026-03-30 03:35:39] "POST /floating-ip-pools HTTP/1.1" 200 609 0.019293 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/network HTTP/1.1" 200 848 0.007624 10.0.0.19 - - [2026-03-30 03:35:39] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.19 - - [2026-03-30 03:35:39] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004453 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006196 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domains HTTP/1.1" 200 280 0.002373 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.023726 10.0.0.19 - - [2026-03-30 03:35:39] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003061 10.0.0.19 - - [2026-03-30 03:35:39] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 3245 0.092031 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 2931 0.005687 10.0.0.19 - - [2026-03-30 03:35:39] "GET /floating-ip-pool/db393f9d-4337-475e-a420-5b4e7e986c68 HTTP/1.1" 200 1442 0.005341 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domains HTTP/1.1" 200 280 0.001886 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.19 - - [2026-03-30 03:35:39] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2781 0.009395 10.0.0.19 - - [2026-03-30 03:35:39] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1072 0.305401 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1072 0.013257 10.0.0.19 - - [2026-03-30 03:35:39] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 3245 0.090904 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095 HTTP/1.1" 200 3152 0.013758 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1072 0.035961 10.0.0.19 - - [2026-03-30 03:35:39] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006280 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1126 0.088527 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1136 0.031573 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005746 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 1136 0.013344 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.007871 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.19 - - [2026-03-30 03:35:39] "POST /neutron/network HTTP/1.1" 200 838 0.005940 10.0.0.19 - - [2026-03-30 03:35:44] "POST /neutron/port HTTP/1.1" 200 1136 0.011695 10.0.0.19 - - [2026-03-30 03:35:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006430 10.0.0.19 - - [2026-03-30 03:35:44] "POST /neutron/port HTTP/1.1" 200 1136 0.015341 10.0.0.19 - - [2026-03-30 03:35:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010341 10.0.0.19 - - [2026-03-30 03:35:45] "POST /neutron/port HTTP/1.1" 200 1136 0.011531 10.0.0.19 - - [2026-03-30 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006146 10.0.0.19 - - [2026-03-30 03:35:45] "GET /virtual-machine/cf7ee393-2be4-4577-b6ad-ba90255eb3a3 HTTP/1.1" 200 1305 0.004826 10.0.0.19 - - [2026-03-30 03:35:45] "GET /virtual-machine-interface/3c68c3a0-d2dc-4954-aa80-1e511c6275c3 HTTP/1.1" 200 3004 0.004331 10.0.0.19 - - [2026-03-30 03:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2026-03-30 03:35:45] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003148 10.0.0.19 - - [2026-03-30 03:35:45] "GET /virtual-networks?parent_id=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002792 10.0.0.19 - - [2026-03-30 03:35:45] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004715 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /project/e5052d7aeb994764b30ffa5319bb8b86 HTTP/1.1" 404 173 0.004942 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /project/b4db29363939473e9a04dbc58e80b685 HTTP/1.1" 404 173 0.006809 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /project/45e26ea604484f7790fedef8e7b5ff22 HTTP/1.1" 404 173 0.004232 10.0.0.19 - - [2026-03-30 03:35:47] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000824 10.0.0.19 - - [2026-03-30 03:35:47] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.028442 10.0.0.19 - - [2026-03-30 03:35:47] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001248 10.0.0.19 - - [2026-03-30 03:35:47] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?fields=security_groups HTTP/1.1" 200 1396 0.070074 10.0.0.19 - - [2026-03-30 03:35:47] "POST /neutron/port HTTP/1.1" 200 1136 0.010884 10.0.0.19 - - [2026-03-30 03:35:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005241 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /security-group/d314b56b-6325-4d42-a398-1d1815b5259f HTTP/1.1" 200 115 0.038875 10.0.0.19 - - [2026-03-30 03:35:47] "GET /projects?obj_uuids=45e26ea6-0448-4f77-90fe-def8e7b5ff22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000904 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /access-control-list/781751f1-b3c3-4324-bdab-67479e75ec2a HTTP/1.1" 200 115 0.031173 10.0.0.19 - - [2026-03-30 03:35:47] "GET /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22?fields=application_policy_sets HTTP/1.1" 200 1435 0.026939 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /access-control-list/10cf3c6a-fd0d-4e8c-bbe4-c4273b86dd89 HTTP/1.1" 200 115 0.022781 10.0.0.19 - - [2026-03-30 03:35:47] "DELETE /project/45e26ea6-0448-4f77-90fe-def8e7b5ff22 HTTP/1.1" 200 115 0.329125 10.0.0.19 - - [2026-03-30 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.19 - - [2026-03-30 03:35:48] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004567 10.0.0.19 - - [2026-03-30 03:35:48] "POST /neutron/port HTTP/1.1" 200 1136 0.014252 10.0.0.19 - - [2026-03-30 03:35:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005081 10.0.0.19 - - [2026-03-30 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.19 - - [2026-03-30 03:35:50] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003291 10.0.0.19 - - [2026-03-30 03:35:50] "GET /virtual-networks?parent_id=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002879 10.0.0.19 - - [2026-03-30 03:35:50] "GET /virtual-network/33a89fec-815e-41f5-9d48-733876e5150d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005505 10.0.0.19 - - [2026-03-30 03:35:50] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/floatingip HTTP/1.1" 200 530 0.075633 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/port HTTP/1.1" 200 1136 0.014016 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005797 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/floatingip HTTP/1.1" 200 577 0.034483 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/port HTTP/1.1" 200 1136 0.011167 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007647 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/port HTTP/1.1" 200 1136 0.012656 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006818 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/port HTTP/1.1" 200 1136 0.013042 10.0.0.19 - - [2026-03-30 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005828 10.0.0.19 - - [2026-03-30 03:35:50] "GET /virtual-machine/b84d82a3-38af-450b-b69a-55287a830743 HTTP/1.1" 200 1305 0.004275 10.0.0.19 - - [2026-03-30 03:35:51] "GET /virtual-machine-interface/019bc205-61b2-4b7d-a734-9b2d42789df1 HTTP/1.1" 200 3003 0.004823 10.0.0.19 - - [2026-03-30 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.19 - - [2026-03-30 03:35:51] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002973 10.0.0.19 - - [2026-03-30 03:35:51] "GET /virtual-networks?parent_id=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002721 10.0.0.19 - - [2026-03-30 03:35:51] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004787 10.0.0.19 - - [2026-03-30 03:35:51] "GET /obj-perms HTTP/1.1" 200 5056 0.055668 10.0.0.19 - - [2026-03-30 03:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2026-03-30 03:35:52] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.19 - - [2026-03-30 03:35:52] "GET /virtual-networks?parent_id=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003485 10.0.0.19 - - [2026-03-30 03:35:52] "GET /virtual-network/3be42121-d969-4ed8-90fd-5a458d328095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005094 10.0.0.19 - - [2026-03-30 03:35:52] "GET /obj-perms HTTP/1.1" 200 5056 0.061518 10.0.0.19 - - [2026-03-30 03:35:52] "POST /neutron/floatingip HTTP/1.1" 200 577 0.013321 10.0.0.19 - - [2026-03-30 03:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.19 - - [2026-03-30 03:35:52] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003715 10.0.0.19 - - [2026-03-30 03:35:52] "GET /route-target/a56bde0b-2a09-4c41-8910-ecd420484f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003768 10.0.0.19 - - [2026-03-30 03:35:52] "GET /floating-ip/66b5ee22-0b7e-474c-805a-11eb48a664e6 HTTP/1.1" 200 1888 0.005725 10.0.0.19 - - [2026-03-30 03:35:55] "POST /neutron/floatingip HTTP/1.1" 200 577 0.016664 10.0.0.19 - - [2026-03-30 03:35:55] "POST /neutron/floatingip HTTP/1.1" 200 530 0.026291 10.0.0.19 - - [2026-03-30 03:35:55] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005712 10.0.0.19 - - [2026-03-30 03:35:55] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037977 10.0.0.19 - - [2026-03-30 03:35:55] "GET /floating-ip-pool/db393f9d-4337-475e-a420-5b4e7e986c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.006352 10.0.0.19 - - [2026-03-30 03:35:55] "POST /ref-update HTTP/1.1" 200 156 0.012001 10.0.0.19 - - [2026-03-30 03:35:55] "DELETE /floating-ip-pool/db393f9d-4337-475e-a420-5b4e7e986c68 HTTP/1.1" 200 115 0.025443 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/network HTTP/1.1" 200 838 0.006207 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/network HTTP/1.1" 400 204 0.010837 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 1136 0.012524 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 1126 0.011102 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 1136 0.014569 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 1126 0.014546 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 151 0.167325 10.0.0.19 - - [2026-03-30 03:35:56] "POST /neutron/port HTTP/1.1" 200 151 0.175283 10.0.0.19 - - [2026-03-30 03:35:58] "POST /neutron/network HTTP/1.1" 200 838 0.005338 10.0.0.19 - - [2026-03-30 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.19 - - [2026-03-30 03:35:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001868 10.0.0.19 - - [2026-03-30 03:35:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002447 10.0.0.19 - - [2026-03-30 03:35:58] "POST /neutron/network HTTP/1.1" 200 151 0.080023 10.0.0.19 - - [2026-03-30 03:35:58] "GET /routing-instance/102c88d0-55f8-4f6b-9a07-3d880dfbfef6 HTTP/1.1" 404 171 0.001903 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domains HTTP/1.1" 200 280 0.004287 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.19 - - [2026-03-30 03:35:58] "DELETE /route-target/349d72c8-a76f-4464-ac6e-cf799087ddf7 HTTP/1.1" 200 115 0.030328 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2584 0.050920 10.0.0.19 - - [2026-03-30 03:35:58] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001497 10.0.0.19 - - [2026-03-30 03:35:58] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 2175 0.067935 10.0.0.19 - - [2026-03-30 03:35:58] "POST /neutron/network HTTP/1.1" 200 838 0.006394 10.0.0.19 - - [2026-03-30 03:35:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005123 10.0.0.19 - - [2026-03-30 03:35:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001845 10.0.0.19 - - [2026-03-30 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.19 - - [2026-03-30 03:35:58] "POST /neutron/network HTTP/1.1" 200 151 0.087167 10.0.0.19 - - [2026-03-30 03:35:58] "GET /routing-instance/0294a5bf-0023-4a82-a091-9f9020c2eda0 HTTP/1.1" 404 171 0.010919 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domains HTTP/1.1" 200 280 0.002093 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.19 - - [2026-03-30 03:35:58] "DELETE /route-target/a56bde0b-2a09-4c41-8910-ecd420484f5a HTTP/1.1" 200 115 0.036798 10.0.0.19 - - [2026-03-30 03:35:58] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2584 0.052105 10.0.0.19 - - [2026-03-30 03:35:58] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.19 - - [2026-03-30 03:35:58] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 1925 0.069589 10.0.0.19 - - [2026-03-30 03:35:58] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.19 - - [2026-03-30 03:35:58] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.021577 10.0.0.19 - - [2026-03-30 03:35:58] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.19 - - [2026-03-30 03:35:58] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?fields=virtual_networks HTTP/1.1" 200 1057 0.071859 10.0.0.19 - - [2026-03-30 03:35:59] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.19 - - [2026-03-30 03:35:59] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.042836 10.0.0.19 - - [2026-03-30 03:35:59] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001441 10.0.0.19 - - [2026-03-30 03:35:59] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?fields=security_groups HTTP/1.1" 200 1295 0.023569 10.0.0.19 - - [2026-03-30 03:36:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.028976 10.0.0.19 - - [2026-03-30 03:36:00] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002304 10.0.0.19 - - [2026-03-30 03:36:00] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.19 - - [2026-03-30 03:36:00] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006520 10.0.0.19 - - [2026-03-30 03:36:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001841 10.0.0.19 - - [2026-03-30 03:36:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003431 10.0.0.19 - - [2026-03-30 03:36:00] "POST /security-groups HTTP/1.1" 200 586 0.070032 10.0.0.19 - - [2026-03-30 03:36:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002632 10.0.0.19 - - [2026-03-30 03:36:00] "POST /projects HTTP/1.1" 200 575 0.230184 10.0.0.19 - - [2026-03-30 03:36:00] "POST /access-control-lists HTTP/1.1" 200 591 0.059494 10.0.0.19 - - [2026-03-30 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.300133 10.0.0.19 - - [2026-03-30 03:36:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002851 10.0.0.19 - - [2026-03-30 03:36:00] "GET /project/18311017-3900-452e-91fa-5252133dacf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.428037 10.0.0.19 - - [2026-03-30 03:36:00] "POST /access-control-lists HTTP/1.1" 200 589 0.064910 10.0.0.19 - - [2026-03-30 03:36:01] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.19 - - [2026-03-30 03:36:02] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.19 - - [2026-03-30 03:36:02] "GET /project/18311017-3900-452e-91fa-5252133dacf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.035786 10.0.0.19 - - [2026-03-30 03:36:02] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001083 10.0.0.19 - - [2026-03-30 03:36:02] "GET /project/18311017-3900-452e-91fa-5252133dacf7?fields=virtual_networks HTTP/1.1" 200 1022 0.068365 10.0.0.19 - - [2026-03-30 03:36:03] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.19 - - [2026-03-30 03:36:03] "GET /project/18311017-3900-452e-91fa-5252133dacf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051383 10.0.0.19 - - [2026-03-30 03:36:03] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.19 - - [2026-03-30 03:36:03] "GET /project/18311017-3900-452e-91fa-5252133dacf7?fields=security_groups HTTP/1.1" 200 1243 0.025403 10.0.0.19 - - [2026-03-30 03:36:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.030776 10.0.0.19 - - [2026-03-30 03:36:04] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004029 10.0.0.19 - - [2026-03-30 03:36:04] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.19 - - [2026-03-30 03:36:04] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006245 10.0.0.19 - - [2026-03-30 03:36:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001386 10.0.0.19 - - [2026-03-30 03:36:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002220 10.0.0.19 - - [2026-03-30 03:36:04] "POST /security-groups HTTP/1.1" 200 586 0.063125 10.0.0.19 - - [2026-03-30 03:36:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002599 10.0.0.19 - - [2026-03-30 03:36:04] "POST /projects HTTP/1.1" 200 575 0.217371 10.0.0.19 - - [2026-03-30 03:36:04] "POST /access-control-lists HTTP/1.1" 200 591 0.057697 10.0.0.19 - - [2026-03-30 03:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.292035 10.0.0.19 - - [2026-03-30 03:36:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.002630 10.0.0.19 - - [2026-03-30 03:36:04] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.431053 10.0.0.19 - - [2026-03-30 03:36:04] "POST /access-control-lists HTTP/1.1" 200 589 0.056910 10.0.0.19 - - [2026-03-30 03:36:05] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.19 - - [2026-03-30 03:36:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003159 10.0.0.19 - - [2026-03-30 03:36:06] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000884 10.0.0.19 - - [2026-03-30 03:36:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002261 10.0.0.19 - - [2026-03-30 03:36:06] "POST /access-control-lists HTTP/1.1" 200 590 0.012913 10.0.0.19 - - [2026-03-30 03:36:06] "POST /fqname-to-id HTTP/1.1" 404 227 0.002484 10.0.0.19 - - [2026-03-30 03:36:06] "POST /access-control-lists HTTP/1.1" 200 588 0.015032 10.0.0.19 - - [2026-03-30 03:36:06] "PUT /access-control-list/9abd72cb-79ae-4a38-8d17-8dd4aa428d67 HTTP/1.1" 200 272 0.008883 10.0.0.19 - - [2026-03-30 03:36:06] "PUT /access-control-list/acb02270-a871-4a09-8891-1369ea513804 HTTP/1.1" 200 272 0.008005 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group HTTP/1.1" 200 1364 0.351801 10.0.0.19 - - [2026-03-30 03:36:06] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000947 10.0.0.19 - - [2026-03-30 03:36:06] "PUT /access-control-list/acb02270-a871-4a09-8891-1369ea513804 HTTP/1.1" 200 272 0.013197 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028723 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007883 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157948 10.0.0.19 - - [2026-03-30 03:36:06] "PUT /access-control-list/acb02270-a871-4a09-8891-1369ea513804 HTTP/1.1" 200 272 0.010219 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007776 10.0.0.19 - - [2026-03-30 03:36:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133056 10.0.0.19 - - [2026-03-30 03:36:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003835 10.0.0.19 - - [2026-03-30 03:36:06] "PUT /access-control-list/acb02270-a871-4a09-8891-1369ea513804 HTTP/1.1" 200 272 0.010425 10.0.0.19 - - [2026-03-30 03:36:06] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000994 10.0.0.19 - - [2026-03-30 03:36:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.003073 10.0.0.19 - - [2026-03-30 03:36:06] "POST /access-control-lists HTTP/1.1" 200 590 0.013398 10.0.0.19 - - [2026-03-30 03:36:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.003011 10.0.0.19 - - [2026-03-30 03:36:07] "POST /access-control-lists HTTP/1.1" 200 588 0.018642 10.0.0.19 - - [2026-03-30 03:36:07] "PUT /access-control-list/70b4389e-0fee-4b3c-a9e9-4394e2aa286c HTTP/1.1" 200 272 0.008243 10.0.0.19 - - [2026-03-30 03:36:07] "PUT /access-control-list/cd03da5f-1b9b-42e7-a66a-5ac5a09f6095 HTTP/1.1" 200 272 0.015452 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.363526 10.0.0.19 - - [2026-03-30 03:36:07] "PUT /access-control-list/cd03da5f-1b9b-42e7-a66a-5ac5a09f6095 HTTP/1.1" 200 272 0.008847 10.0.0.19 - - [2026-03-30 03:36:07] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000981 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026428 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007166 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113001 10.0.0.19 - - [2026-03-30 03:36:07] "PUT /access-control-list/cd03da5f-1b9b-42e7-a66a-5ac5a09f6095 HTTP/1.1" 200 272 0.015032 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012893 10.0.0.19 - - [2026-03-30 03:36:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107677 10.0.0.19 - - [2026-03-30 03:36:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2026-03-30 03:36:07] "PUT /access-control-list/cd03da5f-1b9b-42e7-a66a-5ac5a09f6095 HTTP/1.1" 200 272 0.009664 10.0.0.19 - - [2026-03-30 03:36:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.026579 10.0.0.19 - - [2026-03-30 03:36:07] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.19 - - [2026-03-30 03:36:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002180 10.0.0.19 - - [2026-03-30 03:36:07] "POST /access-control-lists HTTP/1.1" 200 607 0.013231 10.0.0.19 - - [2026-03-30 03:36:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.003069 10.0.0.19 - - [2026-03-30 03:36:08] "POST /access-control-lists HTTP/1.1" 200 605 0.015038 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/00d755b0-c034-47d5-b50c-015727adb52a HTTP/1.1" 200 272 0.007673 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/86a4d0a7-40c4-4d60-9df8-f993424a3151 HTTP/1.1" 200 272 0.008204 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group HTTP/1.1" 200 1379 0.376152 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/86a4d0a7-40c4-4d60-9df8-f993424a3151 HTTP/1.1" 200 272 0.008429 10.0.0.19 - - [2026-03-30 03:36:08] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024508 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009170 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127115 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009856 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/86a4d0a7-40c4-4d60-9df8-f993424a3151 HTTP/1.1" 200 272 0.012197 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165267 10.0.0.19 - - [2026-03-30 03:36:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.001993 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/86a4d0a7-40c4-4d60-9df8-f993424a3151 HTTP/1.1" 200 272 0.011686 10.0.0.19 - - [2026-03-30 03:36:08] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002172 10.0.0.19 - - [2026-03-30 03:36:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002684 10.0.0.19 - - [2026-03-30 03:36:08] "POST /access-control-lists HTTP/1.1" 200 607 0.014177 10.0.0.19 - - [2026-03-30 03:36:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.002796 10.0.0.19 - - [2026-03-30 03:36:08] "POST /access-control-lists HTTP/1.1" 200 605 0.021666 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/7cc2589e-d800-4146-8ed1-7e4a14b5e017 HTTP/1.1" 200 272 0.007904 10.0.0.19 - - [2026-03-30 03:36:08] "PUT /access-control-list/2096ce84-c50e-4fcd-9933-2c17eac96925 HTTP/1.1" 200 272 0.007737 10.0.0.19 - - [2026-03-30 03:36:08] "POST /neutron/security_group HTTP/1.1" 200 1379 0.309810 10.0.0.19 - - [2026-03-30 03:36:08] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001553 10.0.0.19 - - [2026-03-30 03:36:09] "PUT /access-control-list/2096ce84-c50e-4fcd-9933-2c17eac96925 HTTP/1.1" 200 272 0.015373 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.039771 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011667 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177789 10.0.0.19 - - [2026-03-30 03:36:09] "PUT /access-control-list/2096ce84-c50e-4fcd-9933-2c17eac96925 HTTP/1.1" 200 272 0.010300 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010219 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149109 10.0.0.19 - - [2026-03-30 03:36:09] "PUT /access-control-list/2096ce84-c50e-4fcd-9933-2c17eac96925 HTTP/1.1" 200 272 0.008215 10.0.0.19 - - [2026-03-30 03:36:09] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001036 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.048286 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003260 10.0.0.19 - - [2026-03-30 03:36:09] "POST /route-targets HTTP/1.1" 200 327 0.011940 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.018152 10.0.0.19 - - [2026-03-30 03:36:09] "PUT /logical-router/1f72f983-6f9d-45ee-9f67-5d5ba9330cf8 HTTP/1.1" 200 262 0.032306 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.006545 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003017 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003190 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003220 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003672 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.004655 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003857 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003411 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003328 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003196 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003165 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003700 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003530 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003271 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003458 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003110 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003045 10.0.0.19 - - [2026-03-30 03:36:09] "POST /neutron/router HTTP/1.1" 200 541 0.003324 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003490 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004233 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003234 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.006709 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003232 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003219 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003634 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003194 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003563 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003402 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003239 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.018082 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003223 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 542 0.017317 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 542 0.004309 10.0.0.19 - - [2026-03-30 03:36:10] "GET /logical-router/1f72f983-6f9d-45ee-9f67-5d5ba9330cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005692 10.0.0.19 - - [2026-03-30 03:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006835 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 151 0.053473 10.0.0.19 - - [2026-03-30 03:36:10] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001647 10.0.0.19 - - [2026-03-30 03:36:10] "DELETE /route-target/dc4996a6-822c-4570-9668-1706d5c00c0b HTTP/1.1" 200 115 0.023409 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.050364 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003469 10.0.0.19 - - [2026-03-30 03:36:10] "POST /route-targets HTTP/1.1" 200 327 0.011675 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004427 10.0.0.19 - - [2026-03-30 03:36:10] "PUT /logical-router/140220a8-7ce4-4fb1-81f0-3f3c502ad440 HTTP/1.1" 200 262 0.030598 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.012782 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003256 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003273 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003286 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003102 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003909 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003985 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003061 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003578 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003222 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004138 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.002998 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003112 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004375 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003616 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003905 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003305 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003552 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003771 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003479 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003669 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004114 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003186 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004118 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003325 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003667 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004151 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.004900 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.013490 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003547 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.017069 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 541 0.003867 10.0.0.19 - - [2026-03-30 03:36:10] "GET /logical-router/140220a8-7ce4-4fb1-81f0-3f3c502ad440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004640 10.0.0.19 - - [2026-03-30 03:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 151 0.048342 10.0.0.19 - - [2026-03-30 03:36:10] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.19 - - [2026-03-30 03:36:10] "DELETE /route-target/6e23c4aa-5f13-4f14-a30a-9c98408ce392 HTTP/1.1" 200 115 0.023974 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 559 0.054061 10.0.0.19 - - [2026-03-30 03:36:10] "POST /neutron/router HTTP/1.1" 200 559 0.003154 10.0.0.19 - - [2026-03-30 03:36:11] "POST /route-targets HTTP/1.1" 200 327 0.014548 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004362 10.0.0.19 - - [2026-03-30 03:36:11] "PUT /logical-router/4d24c64b-ed3c-4ac5-90eb-b1ae82e354f0 HTTP/1.1" 200 262 0.020751 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.006835 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004554 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004260 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003227 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003639 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003453 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003605 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.005929 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003525 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003239 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.008334 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003246 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003073 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003124 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003278 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.006321 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003801 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003528 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003312 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003355 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003740 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004255 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003597 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003307 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003222 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004244 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004187 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004159 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003917 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.017501 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.004237 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.018372 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 559 0.003436 10.0.0.19 - - [2026-03-30 03:36:11] "GET /logical-router/4d24c64b-ed3c-4ac5-90eb-b1ae82e354f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002224 10.0.0.19 - - [2026-03-30 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/router HTTP/1.1" 200 151 0.079035 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 521 0.002964 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /route-target/f2526dfe-a24d-444b-8c23-a30a5fa85450 HTTP/1.1" 200 115 0.020799 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.048089 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/7cc2589e-d800-4146-8ed1-7e4a14b5e017 HTTP/1.1" 200 115 0.018437 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 521 0.002812 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/2096ce84-c50e-4fcd-9933-2c17eac96925 HTTP/1.1" 200 115 0.030833 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.040874 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/00d755b0-c034-47d5-b50c-015727adb52a HTTP/1.1" 200 115 0.024113 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 506 0.003973 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/86a4d0a7-40c4-4d60-9df8-f993424a3151 HTTP/1.1" 200 115 0.025690 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.040736 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/70b4389e-0fee-4b3c-a9e9-4394e2aa286c HTTP/1.1" 200 115 0.021789 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 506 0.003350 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/cd03da5f-1b9b-42e7-a66a-5ac5a09f6095 HTTP/1.1" 200 115 0.024722 10.0.0.19 - - [2026-03-30 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.046948 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/9abd72cb-79ae-4a38-8d17-8dd4aa428d67 HTTP/1.1" 200 115 0.018684 10.0.0.19 - - [2026-03-30 03:36:11] "DELETE /access-control-list/acb02270-a871-4a09-8891-1369ea513804 HTTP/1.1" 200 115 0.018509 10.0.0.19 - - [2026-03-30 03:36:12] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.19 - - [2026-03-30 03:36:12] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026882 10.0.0.19 - - [2026-03-30 03:36:12] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.19 - - [2026-03-30 03:36:12] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?fields=virtual_networks HTTP/1.1" 200 1022 0.063597 10.0.0.19 - - [2026-03-30 03:36:12] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.19 - - [2026-03-30 03:36:12] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022478 10.0.0.19 - - [2026-03-30 03:36:12] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.19 - - [2026-03-30 03:36:12] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?fields=security_groups HTTP/1.1" 200 1243 0.020759 10.0.0.19 - - [2026-03-30 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.025132 10.0.0.19 - - [2026-03-30 03:36:13] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002333 10.0.0.19 - - [2026-03-30 03:36:13] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.19 - - [2026-03-30 03:36:13] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006266 10.0.0.19 - - [2026-03-30 03:36:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.002604 10.0.0.19 - - [2026-03-30 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.002772 10.0.0.19 - - [2026-03-30 03:36:13] "POST /security-groups HTTP/1.1" 200 587 0.085415 10.0.0.19 - - [2026-03-30 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.002255 10.0.0.19 - - [2026-03-30 03:36:13] "POST /projects HTTP/1.1" 200 577 0.233558 10.0.0.19 - - [2026-03-30 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.308216 10.0.0.19 - - [2026-03-30 03:36:13] "POST /access-control-lists HTTP/1.1" 200 592 0.062183 10.0.0.19 - - [2026-03-30 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002241 10.0.0.19 - - [2026-03-30 03:36:13] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.438188 10.0.0.19 - - [2026-03-30 03:36:13] "POST /access-control-lists HTTP/1.1" 200 590 0.072178 10.0.0.19 - - [2026-03-30 03:36:14] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.19 - - [2026-03-30 03:36:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.19 - - [2026-03-30 03:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.060757 10.0.0.19 - - [2026-03-30 03:36:15] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001219 10.0.0.19 - - [2026-03-30 03:36:15] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.024267 10.0.0.19 - - [2026-03-30 03:36:15] "POST /neutron/network HTTP/1.1" 200 117 0.033494 10.0.0.19 - - [2026-03-30 03:36:15] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/network HTTP/1.1" 200 601 0.056711 10.0.0.19 - - [2026-03-30 03:36:16] "POST /route-targets HTTP/1.1" 200 327 0.010257 10.0.0.19 - - [2026-03-30 03:36:16] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.19 - - [2026-03-30 03:36:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002045 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.133297 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/network HTTP/1.1" 200 820 0.005333 10.0.0.19 - - [2026-03-30 03:36:16] "POST /id-to-fqname HTTP/1.1" 200 216 0.001021 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-network/1c0b4c77-c618-4933-999e-da491d8be008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004248 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/network HTTP/1.1" 200 820 0.004657 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-network/1c0b4c77-c618-4933-999e-da491d8be008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004159 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/network HTTP/1.1" 200 820 0.005056 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.007292 10.0.0.19 - - [2026-03-30 03:36:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002493 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-network/1c0b4c77-c618-4933-999e-da491d8be008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004540 10.0.0.19 - - [2026-03-30 03:36:16] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001054 10.0.0.19 - - [2026-03-30 03:36:16] "POST /neutron/port HTTP/1.1" 200 1017 0.159783 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-machine-interface/228ae40f-a6d8-4429-86ea-8a446a4e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.004531 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-machine-interface/228ae40f-a6d8-4429-86ea-8a446a4e0400?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.004498 10.0.0.19 - - [2026-03-30 03:36:16] "GET /instance-ip/7cd91de5-2f2a-4f98-b304-a15008c62081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004081 10.0.0.19 - - [2026-03-30 03:36:16] "GET /virtual-machine-interface/228ae40f-a6d8-4429-86ea-8a446a4e0400 HTTP/1.1" 401 292 0.000391 10.0.0.19 - - [2026-03-30 03:36:17] "GET /virtual-machine-interface/228ae40f-a6d8-4429-86ea-8a446a4e0400 HTTP/1.1" 200 2604 0.031458 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007789 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/port HTTP/1.1" 200 151 0.067989 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/network HTTP/1.1" 200 820 0.005023 10.0.0.19 - - [2026-03-30 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.19 - - [2026-03-30 03:36:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002104 10.0.0.19 - - [2026-03-30 03:36:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002085 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/network HTTP/1.1" 200 151 0.084300 10.0.0.19 - - [2026-03-30 03:36:17] "DELETE /route-target/4aa6dfa5-e993-4a10-979d-8d56cbf4c4df HTTP/1.1" 200 115 0.018733 10.0.0.19 - - [2026-03-30 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.19 - - [2026-03-30 03:36:17] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.19 - - [2026-03-30 03:36:17] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022962 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/network HTTP/1.1" 200 117 0.007696 10.0.0.19 - - [2026-03-30 03:36:17] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.19 - - [2026-03-30 03:36:17] "POST /neutron/network HTTP/1.1" 200 603 0.073595 10.0.0.19 - - [2026-03-30 03:36:17] "POST /route-targets HTTP/1.1" 200 327 0.011318 10.0.0.19 - - [2026-03-30 03:36:18] "POST /ref-update HTTP/1.1" 200 156 0.012659 10.0.0.19 - - [2026-03-30 03:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003497 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.192635 10.0.0.19 - - [2026-03-30 03:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005539 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.142097 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/network HTTP/1.1" 200 979 0.006794 10.0.0.19 - - [2026-03-30 03:36:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001120 10.0.0.19 - - [2026-03-30 03:36:18] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005494 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/network HTTP/1.1" 200 979 0.009984 10.0.0.19 - - [2026-03-30 03:36:18] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004653 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/network HTTP/1.1" 200 979 0.006670 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.008956 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.007733 10.0.0.19 - - [2026-03-30 03:36:18] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000946 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/port HTTP/1.1" 200 1019 0.143903 10.0.0.19 - - [2026-03-30 03:36:18] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.19 - - [2026-03-30 03:36:18] "POST /neutron/port HTTP/1.1" 200 1018 0.145571 10.0.0.19 - - [2026-03-30 03:36:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001152 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1019 0.008218 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1019 0.007750 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/network HTTP/1.1" 200 979 0.006352 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1019 0.009156 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.004148 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.004327 10.0.0.19 - - [2026-03-30 03:36:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001138 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.004569 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1018 0.008595 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1018 0.007585 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/network HTTP/1.1" 200 979 0.008536 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1018 0.009396 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1019 0.010713 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 1018 0.014298 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.007286 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.004754 10.0.0.19 - - [2026-03-30 03:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.004662 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1019 0.009489 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/network HTTP/1.1" 200 989 0.005649 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1019 0.014527 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1018 0.013510 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1019 0.010173 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/network HTTP/1.1" 200 989 0.007041 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1018 0.012404 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1018 0.008873 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1111 0.117954 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1110 0.103110 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1121 0.010414 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003338 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 1120 0.012958 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.013611 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.010749 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.000892 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/network HTTP/1.1" 200 979 0.007853 10.0.0.19 - - [2026-03-30 03:36:20] "POST /neutron/network HTTP/1.1" 200 979 0.007313 10.0.0.19 - - [2026-03-30 03:36:24] "POST /neutron/port HTTP/1.1" 200 1121 0.012747 10.0.0.19 - - [2026-03-30 03:36:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005759 10.0.0.19 - - [2026-03-30 03:36:24] "POST /neutron/port HTTP/1.1" 200 1121 0.015208 10.0.0.19 - - [2026-03-30 03:36:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006074 10.0.0.19 - - [2026-03-30 03:36:25] "POST /neutron/port HTTP/1.1" 200 1121 0.012645 10.0.0.19 - - [2026-03-30 03:36:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008585 10.0.0.19 - - [2026-03-30 03:36:25] "GET /virtual-machine/8e53514d-8c06-4d2a-a6ad-85e6db65a68b HTTP/1.1" 200 1285 0.004203 10.0.0.19 - - [2026-03-30 03:36:25] "GET /virtual-machine-interface/570f1473-ea49-41cf-9d93-49349add8f11 HTTP/1.1" 200 2924 0.004778 10.0.0.19 - - [2026-03-30 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.19 - - [2026-03-30 03:36:25] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003138 10.0.0.19 - - [2026-03-30 03:36:25] "GET /virtual-networks?parent_id=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002558 10.0.0.19 - - [2026-03-30 03:36:25] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005111 10.0.0.19 - - [2026-03-30 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.19 - - [2026-03-30 03:36:28] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004601 10.0.0.19 - - [2026-03-30 03:36:29] "POST /neutron/port HTTP/1.1" 200 1121 0.012352 10.0.0.19 - - [2026-03-30 03:36:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005211 10.0.0.19 - - [2026-03-30 03:36:29] "POST /neutron/port HTTP/1.1" 200 1120 0.013439 10.0.0.19 - - [2026-03-30 03:36:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005662 10.0.0.19 - - [2026-03-30 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.19 - - [2026-03-30 03:36:30] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002886 10.0.0.19 - - [2026-03-30 03:36:30] "GET /virtual-networks?parent_id=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002877 10.0.0.19 - - [2026-03-30 03:36:30] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006763 10.0.0.19 - - [2026-03-30 03:36:30] "POST /neutron/port HTTP/1.1" 200 1120 0.015326 10.0.0.19 - - [2026-03-30 03:36:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009572 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/port HTTP/1.1" 200 1121 0.015315 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/port HTTP/1.1" 200 1120 0.019996 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006785 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/port HTTP/1.1" 200 1121 0.013264 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/network HTTP/1.1" 200 989 0.005253 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/port HTTP/1.1" 200 1120 0.015914 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005689 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.012130 10.0.0.19 - - [2026-03-30 03:36:31] "GET /virtual-machine/70d42dec-78e9-440f-8617-a09349775108 HTTP/1.1" 200 1283 0.004365 10.0.0.19 - - [2026-03-30 03:36:31] "GET /virtual-machine-interface/4df20790-0891-4ef1-a13e-53c1acf8a5ee HTTP/1.1" 200 2924 0.004599 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.19 - - [2026-03-30 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.19 - - [2026-03-30 03:36:31] "POST /neutron/network HTTP/1.1" 200 979 0.006416 10.0.0.19 - - [2026-03-30 03:36:31] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002712 10.0.0.19 - - [2026-03-30 03:36:31] "GET /virtual-networks?parent_id=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002417 10.0.0.19 - - [2026-03-30 03:36:31] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006047 10.0.0.19 - - [2026-03-30 03:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.19 - - [2026-03-30 03:36:32] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003355 10.0.0.19 - - [2026-03-30 03:36:32] "GET /virtual-networks?parent_id=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002818 10.0.0.19 - - [2026-03-30 03:36:32] "GET /virtual-network/5d949bf8-515a-460a-8c54-903f04a37f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005262 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 1110 0.011274 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 1110 0.009899 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 151 0.118422 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 1111 0.009669 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 1111 0.010856 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/port HTTP/1.1" 200 151 0.117877 10.0.0.19 - - [2026-03-30 03:36:35] "POST /neutron/network HTTP/1.1" 200 979 0.006624 10.0.0.19 - - [2026-03-30 03:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001856 10.0.0.19 - - [2026-03-30 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.19 - - [2026-03-30 03:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001633 10.0.0.19 - - [2026-03-30 03:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002609 10.0.0.19 - - [2026-03-30 03:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001604 10.0.0.19 - - [2026-03-30 03:36:36] "POST /neutron/network HTTP/1.1" 200 151 0.091722 10.0.0.19 - - [2026-03-30 03:36:36] "DELETE /route-target/de38be04-9106-4a26-8d6f-6136e99461b7 HTTP/1.1" 200 115 0.017889 10.0.0.19 - - [2026-03-30 03:36:36] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.19 - - [2026-03-30 03:36:36] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.027153 10.0.0.19 - - [2026-03-30 03:36:36] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000960 10.0.0.19 - - [2026-03-30 03:36:36] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?fields=virtual_networks HTTP/1.1" 200 1025 0.070638 10.0.0.19 - - [2026-03-30 03:36:36] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 10.0.0.19 - - [2026-03-30 03:36:36] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.024649 10.0.0.19 - - [2026-03-30 03:36:36] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.19 - - [2026-03-30 03:36:36] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?fields=security_groups HTTP/1.1" 200 1247 0.031527 10.0.0.19 - - [2026-03-30 03:36:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.026172 10.0.0.19 - - [2026-03-30 03:36:37] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002239 10.0.0.19 - - [2026-03-30 03:36:37] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.19 - - [2026-03-30 03:36:37] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008765 10.0.0.19 - - [2026-03-30 03:36:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.001282 10.0.0.19 - - [2026-03-30 03:36:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.002300 10.0.0.19 - - [2026-03-30 03:36:37] "POST /security-groups HTTP/1.1" 200 589 0.068424 10.0.0.19 - - [2026-03-30 03:36:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.004774 10.0.0.19 - - [2026-03-30 03:36:37] "POST /projects HTTP/1.1" 200 581 0.224699 10.0.0.19 - - [2026-03-30 03:36:37] "POST /access-control-lists HTTP/1.1" 200 594 0.063057 10.0.0.19 - - [2026-03-30 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.299768 10.0.0.19 - - [2026-03-30 03:36:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.002458 10.0.0.19 - - [2026-03-30 03:36:37] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.429021 10.0.0.19 - - [2026-03-30 03:36:37] "POST /access-control-lists HTTP/1.1" 200 592 0.060838 10.0.0.19 - - [2026-03-30 03:36:38] "GET / HTTP/1.1" 200 35931 0.001814 10.0.0.19 - - [2026-03-30 03:36:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2026-03-30 03:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.058492 10.0.0.19 - - [2026-03-30 03:36:39] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.19 - - [2026-03-30 03:36:39] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021882 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 117 0.038358 10.0.0.19 - - [2026-03-30 03:36:40] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 605 0.105481 10.0.0.19 - - [2026-03-30 03:36:40] "POST /route-targets HTTP/1.1" 200 327 0.008902 10.0.0.19 - - [2026-03-30 03:36:40] "POST /ref-update HTTP/1.1" 200 156 0.018979 10.0.0.19 - - [2026-03-30 03:36:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004168 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.141689 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.005770 10.0.0.19 - - [2026-03-30 03:36:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001197 10.0.0.19 - - [2026-03-30 03:36:40] "GET /virtual-network/5910b79d-18b5-441d-89a6-8956a4709d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004453 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.005778 10.0.0.19 - - [2026-03-30 03:36:40] "GET /virtual-network/5910b79d-18b5-441d-89a6-8956a4709d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007895 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.005404 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.006308 10.0.0.19 - - [2026-03-30 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.19 - - [2026-03-30 03:36:40] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.19 - - [2026-03-30 03:36:40] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046327 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 117 0.011016 10.0.0.19 - - [2026-03-30 03:36:40] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/network HTTP/1.1" 200 605 0.094333 10.0.0.19 - - [2026-03-30 03:36:40] "POST /route-targets HTTP/1.1" 200 327 0.018031 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.012557 10.0.0.19 - - [2026-03-30 03:36:40] "POST /ref-update HTTP/1.1" 200 156 0.027661 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/port HTTP/1.1" 400 205 0.002988 10.0.0.19 - - [2026-03-30 03:36:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005531 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.008646 10.0.0.19 - - [2026-03-30 03:36:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.221474 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/port HTTP/1.1" 400 205 0.003881 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/network HTTP/1.1" 200 822 0.011764 10.0.0.19 - - [2026-03-30 03:36:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001202 10.0.0.19 - - [2026-03-30 03:36:41] "GET /virtual-network/0cd780eb-c0ef-4974-9a2d-b9a2b0659aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005532 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/network HTTP/1.1" 200 822 0.005251 10.0.0.19 - - [2026-03-30 03:36:41] "GET /virtual-network/0cd780eb-c0ef-4974-9a2d-b9a2b0659aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004617 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/network HTTP/1.1" 200 822 0.005805 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.009133 10.0.0.19 - - [2026-03-30 03:36:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001301 10.0.0.19 - - [2026-03-30 03:36:41] "POST /neutron/network HTTP/1.1" 200 833 0.004911 10.0.0.19 - - [2026-03-30 03:36:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2026-03-30 03:36:41] "GET / HTTP/1.1" 200 35931 0.002382 10.0.0.19 - - [2026-03-30 03:36:41] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000357 10.0.0.19 - - [2026-03-30 03:36:42] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.19 - - [2026-03-30 03:36:42] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050585 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/network HTTP/1.1" 200 823 0.004953 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.004725 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.005631 10.0.0.19 - - [2026-03-30 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001319 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.004860 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/network HTTP/1.1" 200 832 0.007277 10.0.0.19 - - [2026-03-30 03:36:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000479 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/network HTTP/1.1" 200 833 0.004828 10.0.0.19 - - [2026-03-30 03:36:42] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002095 10.0.0.19 - - [2026-03-30 03:36:42] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.19 - - [2026-03-30 03:36:42] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-03-30 03:36:42] "POST /neutron/port HTTP/1.1" 200 1057 0.206270 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 1057 0.017251 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 1057 0.012568 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 1111 0.067634 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 1121 0.009831 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003030 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.007547 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/network HTTP/1.1" 200 823 0.004574 10.0.0.19 - - [2026-03-30 03:36:43] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.19 - - [2026-03-30 03:36:43] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062684 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/network HTTP/1.1" 200 822 0.004951 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 1121 0.014778 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009925 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.004858 10.0.0.19 - - [2026-03-30 03:36:43] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/router HTTP/1.1" 200 580 0.057478 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/router HTTP/1.1" 200 580 0.003899 10.0.0.19 - - [2026-03-30 03:36:43] "POST /route-targets HTTP/1.1" 200 327 0.023234 10.0.0.19 - - [2026-03-30 03:36:43] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001710 10.0.0.19 - - [2026-03-30 03:36:43] "PUT /logical-router/ce7203db-9b4b-4f86-b3d4-130ebfe4f383 HTTP/1.1" 200 262 0.037210 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/network HTTP/1.1" 200 832 0.009514 10.0.0.19 - - [2026-03-30 03:36:43] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.19 - - [2026-03-30 03:36:43] "POST /neutron/router HTTP/1.1" 200 344 0.305909 10.0.0.19 - - [2026-03-30 03:36:43] "POST /ref-update HTTP/1.1" 200 156 0.039619 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1121 0.023490 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013775 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1056 0.259271 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1056 0.010915 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1056 0.011159 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1110 0.063204 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 1120 0.011442 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002993 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.006738 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.19 - - [2026-03-30 03:36:44] "POST /neutron/network HTTP/1.1" 200 822 0.005651 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /project/183110173900452e91fa5252133dacf7 HTTP/1.1" 404 173 0.020488 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /project/25b7e8be92184debb362a9fb5f370c11 HTTP/1.1" 404 173 0.017204 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /project/de2b9022982a49dc9106472416a76fb3 HTTP/1.1" 404 173 0.013145 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /project/9c7e4bb911e1487c80a7f04b1ceaaec4 HTTP/1.1" 404 173 0.009860 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000768 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000788 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000723 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/18311017-3900-452e-91fa-5252133dacf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048074 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.050859 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.073977 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.071475 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001364 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000779 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000720 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?fields=security_groups HTTP/1.1" 200 1400 0.067348 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/18311017-3900-452e-91fa-5252133dacf7?fields=security_groups HTTP/1.1" 200 1348 0.083197 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?fields=security_groups HTTP/1.1" 200 1348 0.078629 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?fields=security_groups HTTP/1.1" 200 1352 0.094574 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /security-group/63c35133-3a24-44a2-b19e-5a44c263ba79 HTTP/1.1" 200 115 0.063990 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=e5052d7a-eb99-4764-b30f-fa5319bb8b86&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /access-control-list/399b27b5-9b72-40e5-8abc-19136d5520b8 HTTP/1.1" 200 115 0.059313 10.0.0.19 - - [2026-03-30 03:36:47] "GET /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86?fields=application_policy_sets HTTP/1.1" 200 1439 0.062807 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /security-group/bdaab0dc-94c2-47a7-8800-061c183417fc HTTP/1.1" 200 115 0.138173 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=18311017-3900-452e-91fa-5252133dacf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001492 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /access-control-list/55d9d3c2-feaa-4d30-9a55-17a766d182b1 HTTP/1.1" 200 115 0.086048 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /security-group/fec67f4c-bcfd-4ac6-9e87-f13dd101c3d4 HTTP/1.1" 200 115 0.152747 10.0.0.19 - - [2026-03-30 03:36:47] "DELETE /security-group/99f90203-2a2e-4325-9394-7ced1eb8ed80 HTTP/1.1" 200 115 0.165791 10.0.0.19 - - [2026-03-30 03:36:47] "GET /projects?obj_uuids=de2b9022-982a-49dc-9106-472416a76fb3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001464 10.0.0.19 - - [2026-03-30 03:36:48] "GET /project/18311017-3900-452e-91fa-5252133dacf7?fields=application_policy_sets HTTP/1.1" 200 1387 0.060158 10.0.0.19 - - [2026-03-30 03:36:48] "GET /projects?obj_uuids=9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001411 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/604a381b-efa7-4e2c-90b0-473bc8f0b4c5 HTTP/1.1" 200 115 0.050122 10.0.0.19 - - [2026-03-30 03:36:48] "GET /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4?fields=application_policy_sets HTTP/1.1" 200 1387 0.070488 10.0.0.19 - - [2026-03-30 03:36:48] "GET /project/de2b9022-982a-49dc-9106-472416a76fb3?fields=application_policy_sets HTTP/1.1" 200 1391 0.106043 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/aa553331-900c-47e8-8146-ef22f5231116 HTTP/1.1" 200 115 0.070153 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/0492c6ba-2080-4a47-aa9c-4ae2017fa105 HTTP/1.1" 200 115 0.046271 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /project/e5052d7a-eb99-4764-b30f-fa5319bb8b86 HTTP/1.1" 200 115 0.609962 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/3c1c2b83-1aa6-451a-9399-050e018a1a12 HTTP/1.1" 200 115 0.082429 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /project/18311017-3900-452e-91fa-5252133dacf7 HTTP/1.1" 200 115 0.715804 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/b2a6c6f6-a5fe-4077-964c-185ac3fe7a16 HTTP/1.1" 200 115 0.066655 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /project/9c7e4bb9-11e1-487c-80a7-f04b1ceaaec4 HTTP/1.1" 200 115 0.749159 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /project/de2b9022-982a-49dc-9106-472416a76fb3 HTTP/1.1" 200 115 0.761676 10.0.0.19 - - [2026-03-30 03:36:48] "DELETE /access-control-list/0773f433-aeca-4220-a072-492154bb4402 HTTP/1.1" 200 115 0.050023 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/port HTTP/1.1" 200 1121 0.010202 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005627 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/port HTTP/1.1" 200 1121 0.010578 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005549 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/port HTTP/1.1" 200 1121 0.013872 10.0.0.19 - - [2026-03-30 03:36:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007546 10.0.0.19 - - [2026-03-30 03:36:49] "GET /virtual-machine/b210ae6d-4f4c-467d-a08b-9eec5a31442a HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2026-03-30 03:36:49] "GET /virtual-machine/b210ae6d-4f4c-467d-a08b-9eec5a31442a HTTP/1.1" 200 1291 0.040087 10.0.0.19 - - [2026-03-30 03:36:49] "GET /virtual-machine-interface/a8161e8b-a332-4346-9e4d-dc3482f59cba HTTP/1.1" 200 2935 0.005988 10.0.0.19 - - [2026-03-30 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009332 10.0.0.19 - - [2026-03-30 03:36:49] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002965 10.0.0.19 - - [2026-03-30 03:36:49] "GET /virtual-networks?parent_id=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003136 10.0.0.19 - - [2026-03-30 03:36:49] "GET /virtual-network/5910b79d-18b5-441d-89a6-8956a4709d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005279 10.0.0.19 - - [2026-03-30 03:36:51] "POST /neutron/port HTTP/1.1" 200 1121 0.012245 10.0.0.19 - - [2026-03-30 03:36:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007348 10.0.0.19 - - [2026-03-30 03:36:52] "GET /obj-perms HTTP/1.1" 200 5056 0.062558 10.0.0.19 - - [2026-03-30 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.19 - - [2026-03-30 03:36:52] "GET /virtual-network/5910b79d-18b5-441d-89a6-8956a4709d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004508 10.0.0.19 - - [2026-03-30 03:36:52] "POST /neutron/port HTTP/1.1" 200 1120 0.011732 10.0.0.19 - - [2026-03-30 03:36:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004916 10.0.0.19 - - [2026-03-30 03:36:53] "GET /obj-perms HTTP/1.1" 200 5056 0.050188 10.0.0.19 - - [2026-03-30 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.19 - - [2026-03-30 03:36:54] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003996 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-networks?parent_id=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002595 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-network/5910b79d-18b5-441d-89a6-8956a4709d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005798 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/port HTTP/1.1" 200 1120 0.011932 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009434 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/port HTTP/1.1" 200 1120 0.012081 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/port HTTP/1.1" 200 1120 0.012195 10.0.0.19 - - [2026-03-30 03:36:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006488 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-machine/86d1f0af-1078-4484-9ed9-a9ff346b2b5a HTTP/1.1" 200 1290 0.006230 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-machine-interface/1445bf7d-049a-4824-a55e-ba4fb40d0eba HTTP/1.1" 200 2934 0.006288 10.0.0.19 - - [2026-03-30 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2026-03-30 03:36:55] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-networks?parent_id=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003240 10.0.0.19 - - [2026-03-30 03:36:55] "GET /virtual-network/0cd780eb-c0ef-4974-9a2d-b9a2b0659aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004842 10.0.0.19 - - [2026-03-30 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2026-03-30 03:36:56] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003969 10.0.0.19 - - [2026-03-30 03:36:56] "GET /virtual-networks?parent_id=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002740 10.0.0.19 - - [2026-03-30 03:36:56] "GET /virtual-network/0cd780eb-c0ef-4974-9a2d-b9a2b0659aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005375 10.0.0.19 - - [2026-03-30 03:37:02] "POST /neutron/router HTTP/1.1" 200 580 0.011054 10.0.0.19 - - [2026-03-30 03:37:02] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.19 - - [2026-03-30 03:37:02] "POST /neutron/router HTTP/1.1" 200 344 0.229378 10.0.0.19 - - [2026-03-30 03:37:02] "POST /neutron/port HTTP/1.1" 200 1917 0.017622 10.0.0.19 - - [2026-03-30 03:37:02] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.19 - - [2026-03-30 03:37:08] "POST /neutron/router HTTP/1.1" 200 580 0.004240 10.0.0.19 - - [2026-03-30 03:37:08] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.19 - - [2026-03-30 03:37:08] "POST /neutron/router HTTP/1.1" 200 344 0.088993 10.0.0.19 - - [2026-03-30 03:37:12] "POST /neutron/router HTTP/1.1" 200 580 0.004740 10.0.0.19 - - [2026-03-30 03:37:12] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.19 - - [2026-03-30 03:37:12] "POST /neutron/router HTTP/1.1" 200 344 0.199826 10.0.0.19 - - [2026-03-30 03:37:12] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 580 0.004363 10.0.0.19 - - [2026-03-30 03:37:14] "POST /ref-update HTTP/1.1" 200 156 0.009747 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 344 0.087826 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 580 0.004313 10.0.0.19 - - [2026-03-30 03:37:14] "POST /ref-update HTTP/1.1" 200 156 0.010884 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 344 0.091975 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 580 0.004777 10.0.0.19 - - [2026-03-30 03:37:14] "GET /logical-router/ce7203db-9b4b-4f86-b3d4-130ebfe4f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003842 10.0.0.19 - - [2026-03-30 03:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.19 - - [2026-03-30 03:37:14] "POST /neutron/router HTTP/1.1" 200 151 0.046572 10.0.0.19 - - [2026-03-30 03:37:14] "DELETE /route-target/b9c583aa-0e58-448a-97a2-3742130388ae HTTP/1.1" 200 115 0.018803 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/network HTTP/1.1" 200 822 0.006994 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/network HTTP/1.1" 400 204 0.013530 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1120 0.011467 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1110 0.010142 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1121 0.014753 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1111 0.014005 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 151 0.116428 10.0.0.19 - - [2026-03-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 151 0.103086 10.0.0.19 - - [2026-03-30 03:37:17] "POST /neutron/network HTTP/1.1" 200 822 0.005223 10.0.0.19 - - [2026-03-30 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.19 - - [2026-03-30 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.19 - - [2026-03-30 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001531 10.0.0.19 - - [2026-03-30 03:37:17] "POST /neutron/network HTTP/1.1" 200 151 0.082444 10.0.0.19 - - [2026-03-30 03:37:17] "DELETE /route-target/23745b13-c0b1-40b7-9deb-a57e0e8b4f4b HTTP/1.1" 200 115 0.018602 10.0.0.19 - - [2026-03-30 03:37:17] "POST /neutron/network HTTP/1.1" 200 823 0.004971 10.0.0.19 - - [2026-03-30 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002606 10.0.0.19 - - [2026-03-30 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.19 - - [2026-03-30 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001533 10.0.0.19 - - [2026-03-30 03:37:17] "POST /neutron/network HTTP/1.1" 200 151 0.068456 10.0.0.19 - - [2026-03-30 03:37:17] "DELETE /route-target/cb82808f-d9d1-4517-a79c-9b97ce77a927 HTTP/1.1" 200 115 0.017116 10.0.0.19 - - [2026-03-30 03:37:17] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.19 - - [2026-03-30 03:37:17] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020892 10.0.0.19 - - [2026-03-30 03:37:17] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.19 - - [2026-03-30 03:37:17] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?fields=virtual_networks HTTP/1.1" 200 1028 0.065880 10.0.0.19 - - [2026-03-30 03:37:17] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.19 - - [2026-03-30 03:37:17] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.022546 10.0.0.19 - - [2026-03-30 03:37:17] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.19 - - [2026-03-30 03:37:17] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?fields=security_groups HTTP/1.1" 200 1252 0.024792 10.0.0.19 - - [2026-03-30 03:37:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.026069 10.0.0.19 - - [2026-03-30 03:37:18] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.19 - - [2026-03-30 03:37:18] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.19 - - [2026-03-30 03:37:18] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006179 10.0.0.19 - - [2026-03-30 03:37:18] "POST /id-to-fqname HTTP/1.1" 200 193 0.001236 10.0.0.19 - - [2026-03-30 03:37:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003113 10.0.0.19 - - [2026-03-30 03:37:18] "POST /security-groups HTTP/1.1" 200 594 0.064156 10.0.0.19 - - [2026-03-30 03:37:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.002359 10.0.0.19 - - [2026-03-30 03:37:19] "POST /projects HTTP/1.1" 200 591 0.209874 10.0.0.19 - - [2026-03-30 03:37:19] "POST /access-control-lists HTTP/1.1" 200 599 0.058560 10.0.0.19 - - [2026-03-30 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.289315 10.0.0.19 - - [2026-03-30 03:37:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.002317 10.0.0.19 - - [2026-03-30 03:37:19] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.427434 10.0.0.19 - - [2026-03-30 03:37:19] "POST /access-control-lists HTTP/1.1" 200 597 0.072886 10.0.0.19 - - [2026-03-30 03:37:20] "GET / HTTP/1.1" 200 35931 0.002574 10.0.0.19 - - [2026-03-30 03:37:21] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000408 10.0.0.19 - - [2026-03-30 03:37:21] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001256 10.0.0.19 - - [2026-03-30 03:37:21] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054881 10.0.0.19 - - [2026-03-30 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.19 - - [2026-03-30 03:37:21] "GET /security-group/c3844a86-f5e0-48f3-88a0-edeb0347192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004676 10.0.0.19 - - [2026-03-30 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.19 - - [2026-03-30 03:37:21] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001620 10.0.0.19 - - [2026-03-30 03:37:21] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024333 10.0.0.19 - - [2026-03-30 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.19 - - [2026-03-30 03:37:21] "GET /security-group/c3844a86-f5e0-48f3-88a0-edeb0347192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005083 10.0.0.19 - - [2026-03-30 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.19 - - [2026-03-30 03:37:22] "PUT /security-group/c3844a86-f5e0-48f3-88a0-edeb0347192a HTTP/1.1" 200 262 0.014164 10.0.0.19 - - [2026-03-30 03:37:22] "PUT /access-control-list/97c5ec9d-9e22-476f-b92e-1709bf9e251b HTTP/1.1" 200 272 0.008245 10.0.0.19 - - [2026-03-30 03:37:22] "PUT /access-control-list/79b1686f-5bf7-40d5-8f2c-74d9bf7857c7 HTTP/1.1" 200 272 0.007979 10.0.0.19 - - [2026-03-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.002472 10.0.0.19 - - [2026-03-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.19 - - [2026-03-30 03:37:22] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001411 10.0.0.19 - - [2026-03-30 03:37:22] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025683 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 117 0.032870 10.0.0.19 - - [2026-03-30 03:37:22] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 608 0.059427 10.0.0.19 - - [2026-03-30 03:37:22] "POST /route-targets HTTP/1.1" 200 327 0.009725 10.0.0.19 - - [2026-03-30 03:37:22] "POST /ref-update HTTP/1.1" 200 156 0.013222 10.0.0.19 - - [2026-03-30 03:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003823 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.177212 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 827 0.005096 10.0.0.19 - - [2026-03-30 03:37:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001160 10.0.0.19 - - [2026-03-30 03:37:22] "GET /virtual-network/1c5010a7-1a3c-42e4-8474-1b7cccd7533b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004836 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 827 0.005762 10.0.0.19 - - [2026-03-30 03:37:22] "GET /virtual-network/1c5010a7-1a3c-42e4-8474-1b7cccd7533b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005222 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 827 0.012284 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.006604 10.0.0.19 - - [2026-03-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.19 - - [2026-03-30 03:37:22] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.19 - - [2026-03-30 03:37:22] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023989 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 117 0.009123 10.0.0.19 - - [2026-03-30 03:37:22] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.19 - - [2026-03-30 03:37:22] "POST /neutron/network HTTP/1.1" 200 615 0.082876 10.0.0.19 - - [2026-03-30 03:37:22] "POST /route-targets HTTP/1.1" 200 327 0.013162 10.0.0.19 - - [2026-03-30 03:37:22] "POST /ref-update HTTP/1.1" 200 156 0.012152 10.0.0.19 - - [2026-03-30 03:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.177667 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/network HTTP/1.1" 200 834 0.005061 10.0.0.19 - - [2026-03-30 03:37:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001112 10.0.0.19 - - [2026-03-30 03:37:23] "GET /virtual-network/a02ad78c-8407-4af0-ac44-51274cda1217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006789 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/network HTTP/1.1" 200 834 0.005651 10.0.0.19 - - [2026-03-30 03:37:23] "GET /virtual-network/a02ad78c-8407-4af0-ac44-51274cda1217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005430 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/network HTTP/1.1" 200 834 0.005742 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.006198 10.0.0.19 - - [2026-03-30 03:37:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001161 10.0.0.19 - - [2026-03-30 03:37:23] "POST /neutron/network HTTP/1.1" 200 837 0.006250 10.0.0.19 - - [2026-03-30 03:37:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.19 - - [2026-03-30 03:37:23] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.19 - - [2026-03-30 03:37:23] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2026-03-30 03:37:24] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.19 - - [2026-03-30 03:37:24] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.056777 10.0.0.19 - - [2026-03-30 03:37:24] "POST /neutron/network HTTP/1.1" 200 827 0.005393 10.0.0.19 - - [2026-03-30 03:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.005499 10.0.0.19 - - [2026-03-30 03:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.19 - - [2026-03-30 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001210 10.0.0.19 - - [2026-03-30 03:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.004394 10.0.0.19 - - [2026-03-30 03:37:24] "POST /neutron/network HTTP/1.1" 200 844 0.005572 10.0.0.19 - - [2026-03-30 03:37:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2026-03-30 03:37:24] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.19 - - [2026-03-30 03:37:24] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/network HTTP/1.1" 200 837 0.005259 10.0.0.19 - - [2026-03-30 03:37:25] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1063 0.192379 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1063 0.022715 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1063 0.017980 10.0.0.19 - - [2026-03-30 03:37:25] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000928 10.0.0.19 - - [2026-03-30 03:37:25] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.059178 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/network HTTP/1.1" 200 834 0.007563 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1117 0.081506 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1127 0.012833 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003328 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007869 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1127 0.017670 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/network HTTP/1.1" 200 827 0.005445 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006856 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.004665 10.0.0.19 - - [2026-03-30 03:37:25] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/router HTTP/1.1" 200 585 0.054785 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/router HTTP/1.1" 200 585 0.006301 10.0.0.19 - - [2026-03-30 03:37:25] "POST /route-targets HTTP/1.1" 200 327 0.027788 10.0.0.19 - - [2026-03-30 03:37:25] "PUT /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964 HTTP/1.1" 200 262 0.041739 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/router HTTP/1.1" 200 656 0.051553 10.0.0.19 - - [2026-03-30 03:37:25] "GET /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007794 10.0.0.19 - - [2026-03-30 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.19 - - [2026-03-30 03:37:25] "POST /neutron/router HTTP/1.1" 200 656 0.002716 10.0.0.19 - - [2026-03-30 03:37:25] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001343 10.0.0.19 - - [2026-03-30 03:37:25] "GET /service-template/900536e4-5b10-49f2-a287-fd018cfac203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.009045 10.0.0.19 - - [2026-03-30 03:37:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.002721 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/network HTTP/1.1" 200 844 0.014798 10.0.0.19 - - [2026-03-30 03:37:26] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/router HTTP/1.1" 200 344 0.312594 10.0.0.19 - - [2026-03-30 03:37:26] "POST /ref-update HTTP/1.1" 200 156 0.019118 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1127 0.052860 10.0.0.19 - - [2026-03-30 03:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005728 10.0.0.19 - - [2026-03-30 03:37:26] "POST /virtual-networks HTTP/1.1" 200 694 0.281838 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012102 10.0.0.19 - - [2026-03-30 03:37:26] "POST /route-targets HTTP/1.1" 200 327 0.027775 10.0.0.19 - - [2026-03-30 03:37:26] "POST /ref-update HTTP/1.1" 200 156 0.052277 10.0.0.19 - - [2026-03-30 03:37:26] "POST /service-instances HTTP/1.1" 200 670 0.106475 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1063 0.424533 10.0.0.19 - - [2026-03-30 03:37:26] "POST /route-tables HTTP/1.1" 200 582 0.043442 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1063 0.008475 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1063 0.014561 10.0.0.19 - - [2026-03-30 03:37:26] "PUT /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964 HTTP/1.1" 200 262 0.019534 10.0.0.19 - - [2026-03-30 03:37:26] "POST /ref-update HTTP/1.1" 200 156 0.030994 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1117 0.108831 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 1127 0.014544 10.0.0.19 - - [2026-03-30 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.19 - - [2026-03-30 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009701 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003343 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.007161 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.19 - - [2026-03-30 03:37:26] "POST /virtual-machines HTTP/1.1" 200 553 0.014329 10.0.0.19 - - [2026-03-30 03:37:26] "POST /neutron/network HTTP/1.1" 200 834 0.007011 10.0.0.19 - - [2026-03-30 03:37:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095629 10.0.0.19 - - [2026-03-30 03:37:27] "POST /chown HTTP/1.1" 200 109 0.008052 10.0.0.19 - - [2026-03-30 03:37:27] "POST /instance-ips HTTP/1.1" 200 551 0.022680 10.0.0.19 - - [2026-03-30 03:37:27] "POST /instance-ips HTTP/1.1" 400 246 0.018105 10.0.0.19 - - [2026-03-30 03:37:27] "POST /chown HTTP/1.1" 200 109 0.009839 10.0.0.19 - - [2026-03-30 03:37:27] "PUT /virtual-machine-interface/ff000dc2-a685-427e-9188-99ecc761bf4a HTTP/1.1" 200 284 0.009321 10.0.0.19 - - [2026-03-30 03:37:27] "PUT /instance-ip/5ffc0c00-f3e6-455d-bbdf-cc0b981b2be8 HTTP/1.1" 200 256 0.012246 10.0.0.19 - - [2026-03-30 03:37:27] "POST /ref-update HTTP/1.1" 200 156 0.014238 10.0.0.19 - - [2026-03-30 03:37:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.083335 10.0.0.19 - - [2026-03-30 03:37:27] "POST /chown HTTP/1.1" 200 109 0.007027 10.0.0.19 - - [2026-03-30 03:37:27] "POST /instance-ips HTTP/1.1" 200 549 0.046057 10.0.0.19 - - [2026-03-30 03:37:27] "POST /instance-ips HTTP/1.1" 400 316 0.016822 10.0.0.19 - - [2026-03-30 03:37:27] "POST /chown HTTP/1.1" 200 109 0.012454 10.0.0.19 - - [2026-03-30 03:37:27] "PUT /virtual-machine-interface/eb191b6e-198c-41e0-9ce2-a03ab7babbaa HTTP/1.1" 200 284 0.010588 10.0.0.19 - - [2026-03-30 03:37:27] "PUT /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d HTTP/1.1" 200 256 0.017956 10.0.0.19 - - [2026-03-30 03:37:27] "POST /ref-update HTTP/1.1" 200 156 0.018034 10.0.0.19 - - [2026-03-30 03:37:27] "POST /ref-update HTTP/1.1" 200 156 0.011836 10.0.0.19 - - [2026-03-30 03:37:28] "POST /ref-update HTTP/1.1" 200 156 0.018689 10.0.0.19 - - [2026-03-30 03:37:28] "PUT /routing-instance/f613a2ec-e063-4151-9836-1b1edd69a5d8 HTTP/1.1" 200 266 0.033494 10.0.0.19 - - [2026-03-30 03:37:28] "POST /virtual-machines HTTP/1.1" 200 553 0.020590 10.0.0.19 - - [2026-03-30 03:37:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096443 10.0.0.19 - - [2026-03-30 03:37:28] "POST /chown HTTP/1.1" 200 109 0.006710 10.0.0.19 - - [2026-03-30 03:37:28] "POST /instance-ips HTTP/1.1" 400 246 0.016203 10.0.0.19 - - [2026-03-30 03:37:28] "POST /chown HTTP/1.1" 200 109 0.006925 10.0.0.19 - - [2026-03-30 03:37:28] "PUT /virtual-machine-interface/8cf67d29-61ba-4072-9459-49ced8f7b54a HTTP/1.1" 200 284 0.010027 10.0.0.19 - - [2026-03-30 03:37:28] "PUT /instance-ip/5ffc0c00-f3e6-455d-bbdf-cc0b981b2be8 HTTP/1.1" 200 256 0.011338 10.0.0.19 - - [2026-03-30 03:37:28] "POST /ref-update HTTP/1.1" 200 156 0.010761 10.0.0.19 - - [2026-03-30 03:37:28] "POST /ref-update HTTP/1.1" 200 156 0.010841 10.0.0.19 - - [2026-03-30 03:37:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090979 10.0.0.19 - - [2026-03-30 03:37:28] "POST /chown HTTP/1.1" 200 109 0.006697 10.0.0.19 - - [2026-03-30 03:37:28] "POST /instance-ips HTTP/1.1" 400 316 0.021360 10.0.0.19 - - [2026-03-30 03:37:28] "POST /chown HTTP/1.1" 200 109 0.007374 10.0.0.19 - - [2026-03-30 03:37:29] "PUT /virtual-machine-interface/847d79b9-993a-4295-a0f3-f557007f7d18 HTTP/1.1" 200 284 0.013083 10.0.0.19 - - [2026-03-30 03:37:29] "PUT /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d HTTP/1.1" 200 256 0.023043 10.0.0.19 - - [2026-03-30 03:37:29] "POST /ref-update HTTP/1.1" 200 156 0.017577 10.0.0.19 - - [2026-03-30 03:37:29] "POST /ref-update HTTP/1.1" 200 156 0.010451 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/port HTTP/1.1" 200 1127 0.013071 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006999 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/port HTTP/1.1" 200 1127 0.013089 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006576 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/port HTTP/1.1" 200 1127 0.011565 10.0.0.19 - - [2026-03-30 03:37:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006184 10.0.0.19 - - [2026-03-30 03:37:31] "GET /virtual-machine/b7b2a0c2-3505-483e-a183-3a6fd07b3ebc HTTP/1.1" 401 292 0.000414 10.0.0.19 - - [2026-03-30 03:37:31] "GET /virtual-machine/b7b2a0c2-3505-483e-a183-3a6fd07b3ebc HTTP/1.1" 200 1296 0.030651 10.0.0.19 - - [2026-03-30 03:37:31] "GET /virtual-machine-interface/0f1086d0-c991-4c10-8dd1-05d7a255e544 HTTP/1.1" 200 2956 0.008487 10.0.0.19 - - [2026-03-30 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2026-03-30 03:37:31] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.19 - - [2026-03-30 03:37:31] "GET /virtual-networks?parent_id=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002934 10.0.0.19 - - [2026-03-30 03:37:32] "GET /virtual-network/1c5010a7-1a3c-42e4-8474-1b7cccd7533b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004808 10.0.0.19 - - [2026-03-30 03:37:34] "POST /neutron/port HTTP/1.1" 200 1127 0.015290 10.0.0.19 - - [2026-03-30 03:37:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005165 10.0.0.19 - - [2026-03-30 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2026-03-30 03:37:35] "GET /virtual-network/1c5010a7-1a3c-42e4-8474-1b7cccd7533b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004780 10.0.0.19 - - [2026-03-30 03:37:35] "POST /neutron/port HTTP/1.1" 200 1127 0.010702 10.0.0.19 - - [2026-03-30 03:37:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006391 10.0.0.19 - - [2026-03-30 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.19 - - [2026-03-30 03:37:37] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-networks?parent_id=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003129 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-network/1c5010a7-1a3c-42e4-8474-1b7cccd7533b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004872 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/port HTTP/1.1" 200 1127 0.011264 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005697 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/port HTTP/1.1" 200 1127 0.012102 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005987 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/port HTTP/1.1" 200 1127 0.011796 10.0.0.19 - - [2026-03-30 03:37:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006408 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-machine/2534d975-54e6-496c-9aaa-1ef4c166941e HTTP/1.1" 200 1295 0.005329 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-machine-interface/3a3fe729-0200-4c9a-b724-0cb90f71fb1e HTTP/1.1" 200 2968 0.006017 10.0.0.19 - - [2026-03-30 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.19 - - [2026-03-30 03:37:37] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002594 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-networks?parent_id=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002950 10.0.0.19 - - [2026-03-30 03:37:37] "GET /virtual-network/a02ad78c-8407-4af0-ac44-51274cda1217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005433 10.0.0.19 - - [2026-03-30 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.19 - - [2026-03-30 03:37:39] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002981 10.0.0.19 - - [2026-03-30 03:37:39] "GET /virtual-networks?parent_id=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002973 10.0.0.19 - - [2026-03-30 03:37:39] "GET /virtual-network/a02ad78c-8407-4af0-ac44-51274cda1217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004761 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/router HTTP/1.1" 200 656 0.004608 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.016580 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/router HTTP/1.1" 200 344 0.101626 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/router HTTP/1.1" 200 656 0.004267 10.0.0.19 - - [2026-03-30 03:37:43] "GET /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.005799 10.0.0.19 - - [2026-03-30 03:37:43] "GET /service-instance/185537be-05c4-4e2a-8d2d-d954f0e4362d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.005983 10.0.0.19 - - [2026-03-30 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/router HTTP/1.1" 200 151 0.070021 10.0.0.19 - - [2026-03-30 03:37:43] "DELETE /route-target/f268da0e-98fe-4a92-9fd0-279014a8262e HTTP/1.1" 409 239 0.004900 10.0.0.19 - - [2026-03-30 03:37:43] "PUT /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964 HTTP/1.1" 404 171 0.002569 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.016871 10.0.0.19 - - [2026-03-30 03:37:43] "DELETE /route-table/7f03440a-0c25-4112-90fc-35d8193bdf5d HTTP/1.1" 200 115 0.036319 10.0.0.19 - - [2026-03-30 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005709 10.0.0.19 - - [2026-03-30 03:37:43] "PUT /routing-instance/f613a2ec-e063-4151-9836-1b1edd69a5d8 HTTP/1.1" 200 266 0.011698 10.0.0.19 - - [2026-03-30 03:37:43] "GET /virtual-network/f6b5bf51-e0ae-49d3-9332-f1682275d96d?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2310 0.005108 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/network HTTP/1.1" 200 834 0.005142 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.011459 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/network HTTP/1.1" 400 204 0.042775 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.010390 10.0.0.19 - - [2026-03-30 03:37:43] "GET /virtual-machine-interface/847d79b9-993a-4295-a0f3-f557007f7d18?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1660 0.005280 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.011543 10.0.0.19 - - [2026-03-30 03:37:43] "GET /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007955 10.0.0.19 - - [2026-03-30 03:37:43] "DELETE /virtual-machine-interface/847d79b9-993a-4295-a0f3-f557007f7d18 HTTP/1.1" 200 115 0.030822 10.0.0.19 - - [2026-03-30 03:37:43] "GET /virtual-machine-interface/eb191b6e-198c-41e0-9ce2-a03ab7babbaa?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1661 0.005272 10.0.0.19 - - [2026-03-30 03:37:43] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.19 - - [2026-03-30 03:37:43] "GET /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.007408 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/port HTTP/1.1" 200 1127 0.014619 10.0.0.19 - - [2026-03-30 03:37:43] "POST /neutron/port HTTP/1.1" 200 1117 0.012904 10.0.0.19 - - [2026-03-30 03:37:44] "POST /neutron/port HTTP/1.1" 200 1127 0.019790 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d HTTP/1.1" 200 115 0.065379 10.0.0.19 - - [2026-03-30 03:37:44] "POST /neutron/port HTTP/1.1" 200 1117 0.018843 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-machine-interface/eb191b6e-198c-41e0-9ce2-a03ab7babbaa HTTP/1.1" 200 115 0.085560 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /instance-ip/69be0e1d-bce8-49b1-bd02-2b29d79cec4d HTTP/1.1" 404 177 0.002161 10.0.0.19 - - [2026-03-30 03:37:44] "POST /neutron/port HTTP/1.1" 200 151 0.197246 10.0.0.19 - - [2026-03-30 03:37:44] "POST /neutron/port HTTP/1.1" 200 151 0.161467 10.0.0.19 - - [2026-03-30 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.19 - - [2026-03-30 03:37:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007101 10.0.0.19 - - [2026-03-30 03:37:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002772 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-network/f6b5bf51-e0ae-49d3-9332-f1682275d96d HTTP/1.1" 200 115 0.101511 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /route-target/157bf4d2-b014-453a-be51-0712ef4769a4 HTTP/1.1" 200 115 0.018455 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /service-instance/185537be-05c4-4e2a-8d2d-d954f0e4362d HTTP/1.1" 200 115 0.036367 10.0.0.19 - - [2026-03-30 03:37:44] "GET /logical-router/d8e26f3e-a8bc-4aad-8dbc-f903abddd964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002181 10.0.0.19 - - [2026-03-30 03:37:44] "GET /service-instance/185537be-05c4-4e2a-8d2d-d954f0e4362d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002716 10.0.0.19 - - [2026-03-30 03:37:44] "GET /virtual-machine-interface/ff000dc2-a685-427e-9188-99ecc761bf4a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005358 10.0.0.19 - - [2026-03-30 03:37:44] "POST /ref-update HTTP/1.1" 200 156 0.012967 10.0.0.19 - - [2026-03-30 03:37:44] "GET /instance-ip/5ffc0c00-f3e6-455d-bbdf-cc0b981b2be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004683 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-machine-interface/ff000dc2-a685-427e-9188-99ecc761bf4a HTTP/1.1" 200 115 0.034730 10.0.0.19 - - [2026-03-30 03:37:44] "POST /ref-update HTTP/1.1" 200 156 0.008765 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-machine/4ae818f4-ad9b-48f6-ace9-b2c782943d22 HTTP/1.1" 200 115 0.017311 10.0.0.19 - - [2026-03-30 03:37:44] "GET /virtual-machine-interface/8cf67d29-61ba-4072-9459-49ced8f7b54a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.004899 10.0.0.19 - - [2026-03-30 03:37:44] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.19 - - [2026-03-30 03:37:44] "GET /instance-ip/5ffc0c00-f3e6-455d-bbdf-cc0b981b2be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005466 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /instance-ip/5ffc0c00-f3e6-455d-bbdf-cc0b981b2be8 HTTP/1.1" 200 115 0.037769 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-machine-interface/8cf67d29-61ba-4072-9459-49ced8f7b54a HTTP/1.1" 200 115 0.026494 10.0.0.19 - - [2026-03-30 03:37:44] "DELETE /virtual-machine/f50ae46a-e988-437b-85d8-3f4a8cbca8f8 HTTP/1.1" 200 115 0.015990 10.0.0.19 - - [2026-03-30 03:37:45] "POST /neutron/network HTTP/1.1" 200 834 0.005423 10.0.0.19 - - [2026-03-30 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.19 - - [2026-03-30 03:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.19 - - [2026-03-30 03:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003144 10.0.0.19 - - [2026-03-30 03:37:45] "POST /neutron/network HTTP/1.1" 200 151 0.083717 10.0.0.19 - - [2026-03-30 03:37:45] "DELETE /route-target/6900f5f5-7fc7-46a8-a902-81d54602fe57 HTTP/1.1" 200 115 0.020845 10.0.0.19 - - [2026-03-30 03:37:45] "POST /neutron/network HTTP/1.1" 200 827 0.005424 10.0.0.19 - - [2026-03-30 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2026-03-30 03:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.19 - - [2026-03-30 03:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002307 10.0.0.19 - - [2026-03-30 03:37:45] "POST /neutron/network HTTP/1.1" 200 151 0.072007 10.0.0.19 - - [2026-03-30 03:37:45] "DELETE /route-target/f485bc1b-674c-4086-a98a-71f909d92fe4 HTTP/1.1" 200 115 0.014802 10.0.0.19 - - [2026-03-30 03:37:46] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001385 10.0.0.19 - - [2026-03-30 03:37:46] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027128 10.0.0.19 - - [2026-03-30 03:37:46] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.19 - - [2026-03-30 03:37:46] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?fields=virtual_networks HTTP/1.1" 200 1038 0.065033 10.0.0.19 - - [2026-03-30 03:37:46] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001264 10.0.0.19 - - [2026-03-30 03:37:46] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.022391 10.0.0.19 - - [2026-03-30 03:37:46] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.19 - - [2026-03-30 03:37:46] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?fields=security_groups HTTP/1.1" 200 1267 0.020050 10.0.0.19 - - [2026-03-30 03:37:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.027562 10.0.0.19 - - [2026-03-30 03:37:47] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002299 10.0.0.19 - - [2026-03-30 03:37:47] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.19 - - [2026-03-30 03:37:47] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005810 10.0.0.19 - - [2026-03-30 03:37:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001139 10.0.0.19 - - [2026-03-30 03:37:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003322 10.0.0.19 - - [2026-03-30 03:37:47] "POST /security-groups HTTP/1.1" 200 599 0.064540 10.0.0.19 - - [2026-03-30 03:37:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.002261 10.0.0.19 - - [2026-03-30 03:37:47] "POST /projects HTTP/1.1" 200 601 0.205941 10.0.0.19 - - [2026-03-30 03:37:47] "POST /access-control-lists HTTP/1.1" 200 604 0.057978 10.0.0.19 - - [2026-03-30 03:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.279670 10.0.0.19 - - [2026-03-30 03:37:47] "POST /fqname-to-id HTTP/1.1" 404 241 0.002889 10.0.0.19 - - [2026-03-30 03:37:47] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.404757 10.0.0.19 - - [2026-03-30 03:37:47] "POST /access-control-lists HTTP/1.1" 200 602 0.064498 10.0.0.19 - - [2026-03-30 03:37:48] "GET / HTTP/1.1" 200 35931 0.001899 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /project/fbc911015c6047829812fd28ce28ec6a HTTP/1.1" 404 173 0.008966 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /project/8fc3bcfd4eef486a82f9f11630c24e76 HTTP/1.1" 404 173 0.006259 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000852 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000743 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029222 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.032735 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000970 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?fields=security_groups HTTP/1.1" 200 1372 0.095035 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?fields=security_groups HTTP/1.1" 200 1357 0.101680 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /security-group/c3844a86-f5e0-48f3-88a0-edeb0347192a HTTP/1.1" 200 115 0.035198 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=8fc3bcfd-4eef-486a-82f9-f11630c24e76&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /security-group/45661004-fb0f-4cab-8369-afb7f9b3ae68 HTTP/1.1" 200 115 0.046816 10.0.0.19 - - [2026-03-30 03:37:48] "GET /projects?obj_uuids=25b7e8be-9218-4deb-b362-a9fb5f370c11&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /access-control-list/97c5ec9d-9e22-476f-b92e-1709bf9e251b HTTP/1.1" 200 115 0.041014 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76?fields=application_policy_sets HTTP/1.1" 200 1411 0.040539 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /access-control-list/79b1686f-5bf7-40d5-8f2c-74d9bf7857c7 HTTP/1.1" 200 115 0.028680 10.0.0.19 - - [2026-03-30 03:37:48] "GET /project/25b7e8be-9218-4deb-b362-a9fb5f370c11?fields=application_policy_sets HTTP/1.1" 200 1396 0.066357 10.0.0.19 - - [2026-03-30 03:37:48] "DELETE /access-control-list/981fc9fc-07a7-404d-8138-221e50b54015 HTTP/1.1" 200 115 0.027054 10.0.0.19 - - [2026-03-30 03:37:49] "DELETE /access-control-list/75ff9a2c-700a-4d05-bb32-b8cabec2b6e6 HTTP/1.1" 200 115 0.031337 10.0.0.19 - - [2026-03-30 03:37:49] "DELETE /project/8fc3bcfd-4eef-486a-82f9-f11630c24e76 HTTP/1.1" 200 115 0.418585 10.0.0.19 - - [2026-03-30 03:37:49] "DELETE /project/25b7e8be-9218-4deb-b362-a9fb5f370c11 HTTP/1.1" 200 115 0.433988 10.0.0.19 - - [2026-03-30 03:37:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2026-03-30 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.035532 10.0.0.19 - - [2026-03-30 03:37:49] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.19 - - [2026-03-30 03:37:49] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.020990 10.0.0.19 - - [2026-03-30 03:37:49] "POST /neutron/network HTTP/1.1" 200 117 0.033641 10.0.0.19 - - [2026-03-30 03:37:49] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001283 10.0.0.19 - - [2026-03-30 03:37:49] "POST /neutron/network HTTP/1.1" 200 613 0.054617 10.0.0.19 - - [2026-03-30 03:37:49] "POST /route-targets HTTP/1.1" 200 327 0.013423 10.0.0.19 - - [2026-03-30 03:37:49] "POST /ref-update HTTP/1.1" 200 156 0.009629 10.0.0.19 - - [2026-03-30 03:37:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.173271 10.0.0.19 - - [2026-03-30 03:37:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.19 - - [2026-03-30 03:37:50] "POST /useragent-kv HTTP/1.1" 200 115 0.009851 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.201068 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/network HTTP/1.1" 200 1003 0.007454 10.0.0.19 - - [2026-03-30 03:37:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001441 10.0.0.19 - - [2026-03-30 03:37:50] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005651 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/network HTTP/1.1" 200 1003 0.009714 10.0.0.19 - - [2026-03-30 03:37:50] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006466 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/network HTTP/1.1" 200 1003 0.007764 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.006273 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.007561 10.0.0.19 - - [2026-03-30 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.19 - - [2026-03-30 03:37:50] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.19 - - [2026-03-30 03:37:50] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025832 10.0.0.19 - - [2026-03-30 03:37:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.026521 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/network HTTP/1.1" 200 117 0.009616 10.0.0.19 - - [2026-03-30 03:37:50] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/network HTTP/1.1" 200 613 0.062487 10.0.0.19 - - [2026-03-30 03:37:50] "POST /route-targets HTTP/1.1" 200 327 0.013615 10.0.0.19 - - [2026-03-30 03:37:50] "POST /ref-update HTTP/1.1" 200 156 0.014035 10.0.0.19 - - [2026-03-30 03:37:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004642 10.0.0.19 - - [2026-03-30 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.188013 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002165 10.0.0.19 - - [2026-03-30 03:37:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004383 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.207577 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1006 0.007451 10.0.0.19 - - [2026-03-30 03:37:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.002038 10.0.0.19 - - [2026-03-30 03:37:51] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007068 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1006 0.007135 10.0.0.19 - - [2026-03-30 03:37:51] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006355 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1006 0.007688 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.006652 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.008586 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003097 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2026-03-30 03:37:51] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.010250 10.0.0.19 - - [2026-03-30 03:37:51] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033930 10.0.0.19 - - [2026-03-30 03:37:51] "POST /network-policys HTTP/1.1" 200 577 0.064571 10.0.0.19 - - [2026-03-30 03:37:51] "GET /network-policy/76973929-3de4-4699-9305-d853088b5c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007415 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1003 0.009237 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.005972 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004061 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1111 0.137842 10.0.0.19 - - [2026-03-30 03:37:51] "POST /access-control-lists HTTP/1.1" 200 596 0.072751 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1111 0.036636 10.0.0.19 - - [2026-03-30 03:37:51] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006393 10.0.0.19 - - [2026-03-30 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.19 - - [2026-03-30 03:37:51] "GET /network-policy/76973929-3de4-4699-9305-d853088b5c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004084 10.0.0.19 - - [2026-03-30 03:37:51] "POST /neutron/network HTTP/1.1" 200 1006 0.006714 10.0.0.19 - - [2026-03-30 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.006485 10.0.0.19 - - [2026-03-30 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.005382 10.0.0.19 - - [2026-03-30 03:37:52] "POST /neutron/network HTTP/1.1" 200 1114 0.047421 10.0.0.19 - - [2026-03-30 03:37:52] "POST /access-control-lists HTTP/1.1" 200 596 0.061185 10.0.0.19 - - [2026-03-30 03:37:52] "POST /neutron/network HTTP/1.1" 200 1114 0.043396 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005008 10.0.0.19 - - [2026-03-30 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.19 - - [2026-03-30 03:37:52] "POST /ref-update HTTP/1.1" 200 156 0.009350 10.0.0.19 - - [2026-03-30 03:37:52] "GET /network-policy/76973929-3de4-4699-9305-d853088b5c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003316 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domains HTTP/1.1" 401 292 0.000508 10.0.0.19 - - [2026-03-30 03:37:52] "PUT /access-control-list/e099046f-d424-4a76-a1ce-d16c91c67060 HTTP/1.1" 200 272 0.055164 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domains HTTP/1.1" 200 280 0.034597 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.009553 10.0.0.19 - - [2026-03-30 03:37:52] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.19 - - [2026-03-30 03:37:52] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 2626 0.067936 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99 HTTP/1.1" 200 3497 0.006001 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99 HTTP/1.1" 200 3497 0.005033 10.0.0.19 - - [2026-03-30 03:37:52] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 200 1796 0.004214 10.0.0.19 - - [2026-03-30 03:37:52] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 200 1796 0.003914 10.0.0.19 - - [2026-03-30 03:37:52] "GET /route-target/658f78ac-9b71-4c00-af22-8664926d9f67 HTTP/1.1" 200 1212 0.003995 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99 HTTP/1.1" 200 3497 0.006182 10.0.0.19 - - [2026-03-30 03:37:52] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 200 1796 0.003927 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006411 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99 HTTP/1.1" 200 3497 0.005043 10.0.0.19 - - [2026-03-30 03:37:52] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 200 1796 0.004077 10.0.0.19 - - [2026-03-30 03:37:52] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 200 1796 0.003756 10.0.0.19 - - [2026-03-30 03:37:52] "GET /route-target/658f78ac-9b71-4c00-af22-8664926d9f67 HTTP/1.1" 200 1212 0.004247 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domains HTTP/1.1" 200 280 0.003184 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.19 - - [2026-03-30 03:37:52] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.006207 10.0.0.19 - - [2026-03-30 03:37:52] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.19 - - [2026-03-30 03:37:52] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 2626 0.080248 10.0.0.19 - - [2026-03-30 03:37:52] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99 HTTP/1.1" 200 3497 0.004829 10.0.0.19 - - [2026-03-30 03:37:53] "GET /obj-perms HTTP/1.1" 200 5046 0.361319 10.0.0.19 - - [2026-03-30 03:37:53] "GET /obj-perms HTTP/1.1" 200 5056 0.095586 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domains HTTP/1.1" 200 280 0.008171 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.006044 10.0.0.19 - - [2026-03-30 03:37:53] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.19 - - [2026-03-30 03:37:53] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 2626 0.064014 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da HTTP/1.1" 200 3505 0.006448 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da HTTP/1.1" 200 3505 0.004634 10.0.0.19 - - [2026-03-30 03:37:53] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 200 1795 0.003179 10.0.0.19 - - [2026-03-30 03:37:53] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 200 1795 0.003435 10.0.0.19 - - [2026-03-30 03:37:53] "GET /route-target/8a8457e3-ce60-45ac-b628-b47cd9b6163f HTTP/1.1" 200 1212 0.002695 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da HTTP/1.1" 200 3505 0.005060 10.0.0.19 - - [2026-03-30 03:37:53] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 200 1795 0.004536 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004757 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da HTTP/1.1" 200 3505 0.004395 10.0.0.19 - - [2026-03-30 03:37:53] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 200 1795 0.003786 10.0.0.19 - - [2026-03-30 03:37:53] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 200 1795 0.004997 10.0.0.19 - - [2026-03-30 03:37:53] "GET /route-target/8a8457e3-ce60-45ac-b628-b47cd9b6163f HTTP/1.1" 200 1212 0.003595 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domains HTTP/1.1" 200 280 0.002604 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.19 - - [2026-03-30 03:37:53] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.006507 10.0.0.19 - - [2026-03-30 03:37:53] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.19 - - [2026-03-30 03:37:53] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 2626 0.068932 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da HTTP/1.1" 200 3505 0.005656 10.0.0.19 - - [2026-03-30 03:37:53] "GET /obj-perms HTTP/1.1" 200 5046 0.002834 10.0.0.19 - - [2026-03-30 03:37:53] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005361 10.0.0.19 - - [2026-03-30 03:37:53] "POST /neutron/network HTTP/1.1" 200 1114 0.009636 10.0.0.19 - - [2026-03-30 03:37:53] "GET /obj-perms HTTP/1.1" 200 5056 0.056756 10.0.0.19 - - [2026-03-30 03:37:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002218 10.0.0.19 - - [2026-03-30 03:37:53] "POST /neutron/network HTTP/1.1" 200 1006 0.056831 10.0.0.19 - - [2026-03-30 03:37:53] "DELETE /access-control-list/7a5c65bf-ff20-4f2a-8d6b-a1ca27bfab8b HTTP/1.1" 200 115 0.033281 10.0.0.19 - - [2026-03-30 03:37:53] "POST /neutron/network HTTP/1.1" 200 1006 0.006954 10.0.0.19 - - [2026-03-30 03:37:54] "POST /ref-update HTTP/1.1" 200 156 0.027051 10.0.0.19 - - [2026-03-30 03:37:54] "GET /virtual-network/0e054027-c29f-4c35-812d-e58723d428da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008651 10.0.0.19 - - [2026-03-30 03:37:54] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007581 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 1111 0.006581 10.0.0.19 - - [2026-03-30 03:37:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007075 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 1003 0.044794 10.0.0.19 - - [2026-03-30 03:37:54] "DELETE /access-control-list/e099046f-d424-4a76-a1ce-d16c91c67060 HTTP/1.1" 200 115 0.029990 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 1003 0.010609 10.0.0.19 - - [2026-03-30 03:37:54] "POST /ref-update HTTP/1.1" 200 156 0.016867 10.0.0.19 - - [2026-03-30 03:37:54] "GET /virtual-network/781825bf-89b8-4c25-9da8-2e084b78ed99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009479 10.0.0.19 - - [2026-03-30 03:37:54] "DELETE /network-policy/76973929-3de4-4699-9305-d853088b5c51 HTTP/1.1" 200 115 0.024687 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 1006 0.013786 10.0.0.19 - - [2026-03-30 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004399 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002039 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001870 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 151 0.094705 10.0.0.19 - - [2026-03-30 03:37:54] "DELETE /route-target/8a8457e3-ce60-45ac-b628-b47cd9b6163f HTTP/1.1" 200 115 0.025775 10.0.0.19 - - [2026-03-30 03:37:54] "GET /routing-instance/5cbb5eab-dc6f-46d2-913a-678572bbb652 HTTP/1.1" 404 171 0.003997 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domains HTTP/1.1" 200 280 0.002738 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.047216 10.0.0.19 - - [2026-03-30 03:37:54] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524 10.0.0.19 - - [2026-03-30 03:37:54] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 2146 0.066736 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 1003 0.007877 10.0.0.19 - - [2026-03-30 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006332 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.19 - - [2026-03-30 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005656 10.0.0.19 - - [2026-03-30 03:37:54] "DELETE /route-target/658f78ac-9b71-4c00-af22-8664926d9f67 HTTP/1.1" 200 115 0.036465 10.0.0.19 - - [2026-03-30 03:37:54] "POST /neutron/network HTTP/1.1" 200 151 0.121180 10.0.0.19 - - [2026-03-30 03:37:54] "GET /routing-instance/8e4dec87-6ddf-4444-a46c-60c31ca36e1b HTTP/1.1" 404 171 0.002184 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domains HTTP/1.1" 200 280 0.002032 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.19 - - [2026-03-30 03:37:54] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2580 0.048811 10.0.0.19 - - [2026-03-30 03:37:54] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.19 - - [2026-03-30 03:37:54] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 1901 0.068403 10.0.0.19 - - [2026-03-30 03:37:55] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.19 - - [2026-03-30 03:37:55] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028881 10.0.0.19 - - [2026-03-30 03:37:55] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.19 - - [2026-03-30 03:37:55] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?fields=virtual_networks HTTP/1.1" 200 1049 0.075022 10.0.0.19 - - [2026-03-30 03:37:55] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001612 10.0.0.19 - - [2026-03-30 03:37:55] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.027064 10.0.0.19 - - [2026-03-30 03:37:55] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.19 - - [2026-03-30 03:37:55] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?fields=security_groups HTTP/1.1" 200 1283 0.025699 10.0.0.19 - - [2026-03-30 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.025305 10.0.0.19 - - [2026-03-30 03:37:56] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002672 10.0.0.19 - - [2026-03-30 03:37:56] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.19 - - [2026-03-30 03:37:56] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006272 10.0.0.19 - - [2026-03-30 03:37:56] "POST /id-to-fqname HTTP/1.1" 200 206 0.002051 10.0.0.19 - - [2026-03-30 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.002201 10.0.0.19 - - [2026-03-30 03:37:56] "POST /security-groups HTTP/1.1" 200 607 0.068121 10.0.0.19 - - [2026-03-30 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 250 0.003247 10.0.0.19 - - [2026-03-30 03:37:56] "POST /projects HTTP/1.1" 200 617 0.213792 10.0.0.19 - - [2026-03-30 03:37:56] "POST /access-control-lists HTTP/1.1" 200 612 0.062603 10.0.0.19 - - [2026-03-30 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.293255 10.0.0.19 - - [2026-03-30 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 249 0.003512 10.0.0.19 - - [2026-03-30 03:37:56] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.418381 10.0.0.19 - - [2026-03-30 03:37:56] "POST /access-control-lists HTTP/1.1" 200 610 0.065742 10.0.0.19 - - [2026-03-30 03:37:57] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.19 - - [2026-03-30 03:37:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.19 - - [2026-03-30 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.060002 10.0.0.19 - - [2026-03-30 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.19 - - [2026-03-30 03:37:59] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000965 10.0.0.19 - - [2026-03-30 03:37:59] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.027391 10.0.0.19 - - [2026-03-30 03:37:59] "POST /network-policys HTTP/1.1" 200 567 0.060475 10.0.0.19 - - [2026-03-30 03:37:59] "GET /network-policy/8c362788-07d8-4b83-85fa-2a0d9ff683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005357 10.0.0.19 - - [2026-03-30 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2026-03-30 03:37:59] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001471 10.0.0.19 - - [2026-03-30 03:37:59] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.026799 10.0.0.19 - - [2026-03-30 03:37:59] "POST /neutron/network HTTP/1.1" 200 117 0.039378 10.0.0.19 - - [2026-03-30 03:37:59] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001248 10.0.0.19 - - [2026-03-30 03:37:59] "POST /neutron/network HTTP/1.1" 200 623 0.058878 10.0.0.19 - - [2026-03-30 03:37:59] "POST /route-targets HTTP/1.1" 200 327 0.012463 10.0.0.19 - - [2026-03-30 03:37:59] "POST /ref-update HTTP/1.1" 200 156 0.017058 10.0.0.19 - - [2026-03-30 03:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006643 10.0.0.19 - - [2026-03-30 03:37:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.155830 10.0.0.19 - - [2026-03-30 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002775 10.0.0.19 - - [2026-03-30 03:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.19 - - [2026-03-30 03:37:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.182736 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008983 10.0.0.19 - - [2026-03-30 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.002497 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.007136 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008887 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004573 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008018 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.008732 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.009781 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008199 10.0.0.19 - - [2026-03-30 03:38:00] "POST /fqname-to-id HTTP/1.1" 404 252 0.005213 10.0.0.19 - - [2026-03-30 03:38:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.002711 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1122 0.045432 10.0.0.19 - - [2026-03-30 03:38:00] "POST /access-control-lists HTTP/1.1" 200 607 0.063056 10.0.0.19 - - [2026-03-30 03:38:00] "POST /neutron/network HTTP/1.1" 200 1122 0.038521 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005005 10.0.0.19 - - [2026-03-30 03:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.19 - - [2026-03-30 03:38:00] "GET /network-policy/8c362788-07d8-4b83-85fa-2a0d9ff683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003158 10.0.0.19 - - [2026-03-30 03:38:00] "GET /domains HTTP/1.1" 401 292 0.000597 10.0.0.19 - - [2026-03-30 03:38:00] "GET /domains HTTP/1.1" 200 280 0.033539 10.0.0.19 - - [2026-03-30 03:38:00] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.19 - - [2026-03-30 03:38:00] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2782 0.015876 10.0.0.19 - - [2026-03-30 03:38:00] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001344 10.0.0.19 - - [2026-03-30 03:38:00] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057 HTTP/1.1" 200 2458 0.065302 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671 HTTP/1.1" 200 3541 0.007849 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671 HTTP/1.1" 200 3541 0.004792 10.0.0.19 - - [2026-03-30 03:38:00] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 200 1496 0.003678 10.0.0.19 - - [2026-03-30 03:38:00] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 200 1496 0.005110 10.0.0.19 - - [2026-03-30 03:38:00] "GET /route-target/8d47095e-42cd-410f-ab1b-341d72a21eac HTTP/1.1" 200 1223 0.003388 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671 HTTP/1.1" 200 3541 0.004555 10.0.0.19 - - [2026-03-30 03:38:00] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 200 1496 0.003829 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004960 10.0.0.19 - - [2026-03-30 03:38:00] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671 HTTP/1.1" 200 3541 0.004962 10.0.0.19 - - [2026-03-30 03:38:00] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 200 1496 0.004266 10.0.0.19 - - [2026-03-30 03:38:00] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 200 1496 0.004737 10.0.0.19 - - [2026-03-30 03:38:00] "GET /route-target/8d47095e-42cd-410f-ab1b-341d72a21eac HTTP/1.1" 200 1223 0.004207 10.0.0.19 - - [2026-03-30 03:38:00] "GET /domains HTTP/1.1" 200 280 0.003999 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2782 0.007340 10.0.0.19 - - [2026-03-30 03:38:01] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.19 - - [2026-03-30 03:38:01] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057 HTTP/1.1" 200 2458 0.089553 10.0.0.19 - - [2026-03-30 03:38:01] "GET /virtual-network/676f9ef0-3896-4dad-a691-34a60e5ff671 HTTP/1.1" 200 3541 0.005816 10.0.0.19 - - [2026-03-30 03:38:01] "GET /obj-perms HTTP/1.1" 200 5062 0.074388 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domains HTTP/1.1" 200 280 0.002650 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2782 0.007466 10.0.0.19 - - [2026-03-30 03:38:01] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001406 10.0.0.19 - - [2026-03-30 03:38:01] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057 HTTP/1.1" 200 2458 0.081654 10.0.0.19 - - [2026-03-30 03:38:01] "GET /network-policy/8c362788-07d8-4b83-85fa-2a0d9ff683c4 HTTP/1.1" 200 3479 0.004743 10.0.0.19 - - [2026-03-30 03:38:01] "DELETE /network-policy/8c362788-07d8-4b83-85fa-2a0d9ff683c4 HTTP/1.1" 409 238 0.007184 10.0.0.19 - - [2026-03-30 03:38:01] "POST /neutron/network HTTP/1.1" 200 1122 0.007720 10.0.0.19 - - [2026-03-30 03:38:01] "DELETE /access-control-list/637af29b-6815-464e-8c64-3b07f72d5a4c HTTP/1.1" 200 115 0.024239 10.0.0.19 - - [2026-03-30 03:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002206 10.0.0.19 - - [2026-03-30 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2026-03-30 03:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004375 10.0.0.19 - - [2026-03-30 03:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002437 10.0.0.19 - - [2026-03-30 03:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002480 10.0.0.19 - - [2026-03-30 03:38:01] "POST /neutron/network HTTP/1.1" 200 151 0.099767 10.0.0.19 - - [2026-03-30 03:38:01] "GET /routing-instance/af8b54ca-6a0e-4791-a7ef-3b0549dc9890 HTTP/1.1" 404 171 0.002362 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domains HTTP/1.1" 200 280 0.004244 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.19 - - [2026-03-30 03:38:01] "DELETE /route-target/8d47095e-42cd-410f-ab1b-341d72a21eac HTTP/1.1" 200 115 0.015319 10.0.0.19 - - [2026-03-30 03:38:01] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2782 0.048368 10.0.0.19 - - [2026-03-30 03:38:01] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001083 10.0.0.19 - - [2026-03-30 03:38:01] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057 HTTP/1.1" 200 2204 0.062319 10.0.0.19 - - [2026-03-30 03:38:01] "DELETE /network-policy/8c362788-07d8-4b83-85fa-2a0d9ff683c4 HTTP/1.1" 200 115 0.025497 10.0.0.19 - - [2026-03-30 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.19 - - [2026-03-30 03:38:02] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001047 10.0.0.19 - - [2026-03-30 03:38:02] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022560 10.0.0.19 - - [2026-03-30 03:38:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-75111221&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004709 10.0.0.19 - - [2026-03-30 03:38:02] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001408 10.0.0.19 - - [2026-03-30 03:38:02] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.036688 10.0.0.19 - - [2026-03-30 03:38:02] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001458 10.0.0.19 - - [2026-03-30 03:38:02] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?fields=virtual_networks HTTP/1.1" 200 1064 0.025225 10.0.0.19 - - [2026-03-30 03:38:02] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000970 10.0.0.19 - - [2026-03-30 03:38:02] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.032223 10.0.0.19 - - [2026-03-30 03:38:02] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001308 10.0.0.19 - - [2026-03-30 03:38:02] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?fields=security_groups HTTP/1.1" 200 1306 0.030189 10.0.0.19 - - [2026-03-30 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.033041 10.0.0.19 - - [2026-03-30 03:38:03] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002034 10.0.0.19 - - [2026-03-30 03:38:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001829 10.0.0.19 - - [2026-03-30 03:38:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008332 10.0.0.19 - - [2026-03-30 03:38:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.001190 10.0.0.19 - - [2026-03-30 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.003163 10.0.0.19 - - [2026-03-30 03:38:04] "POST /security-groups HTTP/1.1" 200 593 0.067990 10.0.0.19 - - [2026-03-30 03:38:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.003670 10.0.0.19 - - [2026-03-30 03:38:04] "POST /projects HTTP/1.1" 200 589 0.213931 10.0.0.19 - - [2026-03-30 03:38:04] "POST /access-control-lists HTTP/1.1" 200 598 0.059459 10.0.0.19 - - [2026-03-30 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.293483 10.0.0.19 - - [2026-03-30 03:38:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.002971 10.0.0.19 - - [2026-03-30 03:38:04] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.418627 10.0.0.19 - - [2026-03-30 03:38:04] "POST /access-control-lists HTTP/1.1" 200 596 0.060055 10.0.0.19 - - [2026-03-30 03:38:05] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.19 - - [2026-03-30 03:38:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.19 - - [2026-03-30 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.070243 10.0.0.19 - - [2026-03-30 03:38:06] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.19 - - [2026-03-30 03:38:06] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028018 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/network HTTP/1.1" 200 117 0.037986 10.0.0.19 - - [2026-03-30 03:38:06] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/network HTTP/1.1" 200 607 0.061600 10.0.0.19 - - [2026-03-30 03:38:06] "POST /route-targets HTTP/1.1" 200 327 0.010396 10.0.0.19 - - [2026-03-30 03:38:06] "POST /ref-update HTTP/1.1" 200 156 0.013387 10.0.0.19 - - [2026-03-30 03:38:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003387 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.179128 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/network HTTP/1.1" 200 827 0.009835 10.0.0.19 - - [2026-03-30 03:38:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001261 10.0.0.19 - - [2026-03-30 03:38:06] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004639 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/network HTTP/1.1" 200 827 0.010037 10.0.0.19 - - [2026-03-30 03:38:06] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006341 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/network HTTP/1.1" 200 827 0.005027 10.0.0.19 - - [2026-03-30 03:38:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006258 10.0.0.19 - - [2026-03-30 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.19 - - [2026-03-30 03:38:06] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.19 - - [2026-03-30 03:38:06] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023125 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 117 0.010625 10.0.0.19 - - [2026-03-30 03:38:07] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 607 0.059072 10.0.0.19 - - [2026-03-30 03:38:07] "POST /route-targets HTTP/1.1" 200 327 0.011330 10.0.0.19 - - [2026-03-30 03:38:07] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.19 - - [2026-03-30 03:38:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.147581 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 827 0.004565 10.0.0.19 - - [2026-03-30 03:38:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001184 10.0.0.19 - - [2026-03-30 03:38:07] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004332 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 827 0.006183 10.0.0.19 - - [2026-03-30 03:38:07] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004415 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 827 0.005331 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.007059 10.0.0.19 - - [2026-03-30 03:38:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002892 10.0.0.19 - - [2026-03-30 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.19 - - [2026-03-30 03:38:07] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001795 10.0.0.19 - - [2026-03-30 03:38:07] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029892 10.0.0.19 - - [2026-03-30 03:38:07] "POST /network-policys HTTP/1.1" 200 571 0.016104 10.0.0.19 - - [2026-03-30 03:38:07] "GET /network-policy/aaa59bf5-d55c-452f-8e91-1fb9a96287c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004636 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 827 0.005715 10.0.0.19 - - [2026-03-30 03:38:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.005342 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 929 0.048239 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 929 0.037110 10.0.0.19 - - [2026-03-30 03:38:07] "POST /access-control-lists HTTP/1.1" 200 590 0.064698 10.0.0.19 - - [2026-03-30 03:38:07] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.012907 10.0.0.19 - - [2026-03-30 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.19 - - [2026-03-30 03:38:07] "GET /network-policy/aaa59bf5-d55c-452f-8e91-1fb9a96287c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003544 10.0.0.19 - - [2026-03-30 03:38:07] "POST /neutron/network HTTP/1.1" 200 827 0.005139 10.0.0.19 - - [2026-03-30 03:38:08] "POST /neutron/network HTTP/1.1" 200 929 0.036372 10.0.0.19 - - [2026-03-30 03:38:08] "PUT /access-control-list/fa6c54a1-7188-4f72-b694-13dfd00a5cb9 HTTP/1.1" 200 272 0.011593 10.0.0.19 - - [2026-03-30 03:38:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002854 10.0.0.19 - - [2026-03-30 03:38:08] "POST /neutron/network HTTP/1.1" 200 929 0.006716 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005180 10.0.0.19 - - [2026-03-30 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.19 - - [2026-03-30 03:38:08] "GET /network-policy/aaa59bf5-d55c-452f-8e91-1fb9a96287c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.025021 10.0.0.19 - - [2026-03-30 03:38:08] "POST /access-control-lists HTTP/1.1" 200 590 0.056777 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2026-03-30 03:38:08] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domains HTTP/1.1" 200 280 0.034009 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.007118 10.0.0.19 - - [2026-03-30 03:38:08] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.19 - - [2026-03-30 03:38:08] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 2572 0.066535 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec HTTP/1.1" 200 2895 0.006622 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec HTTP/1.1" 200 2895 0.004238 10.0.0.19 - - [2026-03-30 03:38:08] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 200 1783 0.003507 10.0.0.19 - - [2026-03-30 03:38:08] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 200 1783 0.003410 10.0.0.19 - - [2026-03-30 03:38:08] "GET /route-target/317d360f-9302-40fd-9e86-7438ea047c94 HTTP/1.1" 200 1206 0.002910 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec HTTP/1.1" 200 2895 0.004459 10.0.0.19 - - [2026-03-30 03:38:08] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 200 1783 0.003483 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004400 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec HTTP/1.1" 200 2895 0.004352 10.0.0.19 - - [2026-03-30 03:38:08] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 200 1783 0.003181 10.0.0.19 - - [2026-03-30 03:38:08] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 200 1783 0.003034 10.0.0.19 - - [2026-03-30 03:38:08] "GET /route-target/317d360f-9302-40fd-9e86-7438ea047c94 HTTP/1.1" 200 1206 0.002834 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domains HTTP/1.1" 200 280 0.002917 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.19 - - [2026-03-30 03:38:08] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.007339 10.0.0.19 - - [2026-03-30 03:38:08] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.19 - - [2026-03-30 03:38:08] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 2572 0.067976 10.0.0.19 - - [2026-03-30 03:38:08] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec HTTP/1.1" 200 2895 0.004429 10.0.0.19 - - [2026-03-30 03:38:09] "GET /obj-perms HTTP/1.1" 200 5034 0.062361 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domains HTTP/1.1" 200 280 0.002577 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.007700 10.0.0.19 - - [2026-03-30 03:38:09] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000907 10.0.0.19 - - [2026-03-30 03:38:09] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 2572 0.064936 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003 HTTP/1.1" 200 2896 0.007968 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003 HTTP/1.1" 200 2896 0.005166 10.0.0.19 - - [2026-03-30 03:38:09] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 200 1784 0.003179 10.0.0.19 - - [2026-03-30 03:38:09] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 200 1784 0.002946 10.0.0.19 - - [2026-03-30 03:38:09] "GET /route-target/0c67ae4c-6857-46b9-b12f-b86713b860d6 HTTP/1.1" 200 1205 0.003135 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003 HTTP/1.1" 200 2896 0.004049 10.0.0.19 - - [2026-03-30 03:38:09] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 200 1784 0.003115 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004923 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003 HTTP/1.1" 200 2896 0.004415 10.0.0.19 - - [2026-03-30 03:38:09] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 200 1784 0.003284 10.0.0.19 - - [2026-03-30 03:38:09] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 200 1784 0.003148 10.0.0.19 - - [2026-03-30 03:38:09] "GET /route-target/0c67ae4c-6857-46b9-b12f-b86713b860d6 HTTP/1.1" 200 1205 0.002840 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domains HTTP/1.1" 200 280 0.002617 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.19 - - [2026-03-30 03:38:09] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.006363 10.0.0.19 - - [2026-03-30 03:38:09] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000872 10.0.0.19 - - [2026-03-30 03:38:09] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 2572 0.068240 10.0.0.19 - - [2026-03-30 03:38:09] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003 HTTP/1.1" 200 2896 0.004375 10.0.0.19 - - [2026-03-30 03:38:09] "GET /obj-perms HTTP/1.1" 200 5034 0.003401 10.0.0.19 - - [2026-03-30 03:38:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001287 10.0.0.19 - - [2026-03-30 03:38:09] "POST /neutron/network HTTP/1.1" 200 939 0.005540 10.0.0.19 - - [2026-03-30 03:38:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2026-03-30 03:38:09] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.19 - - [2026-03-30 03:38:09] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.19 - - [2026-03-30 03:38:10] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.19 - - [2026-03-30 03:38:10] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053868 10.0.0.19 - - [2026-03-30 03:38:10] "POST /neutron/network HTTP/1.1" 200 929 0.005304 10.0.0.19 - - [2026-03-30 03:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.005021 10.0.0.19 - - [2026-03-30 03:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.005460 10.0.0.19 - - [2026-03-30 03:38:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.19 - - [2026-03-30 03:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.005010 10.0.0.19 - - [2026-03-30 03:38:10] "POST /neutron/network HTTP/1.1" 200 939 0.005452 10.0.0.19 - - [2026-03-30 03:38:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/network HTTP/1.1" 200 939 0.009305 10.0.0.19 - - [2026-03-30 03:38:11] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.19 - - [2026-03-30 03:38:11] "GET / HTTP/1.1" 200 35931 0.002886 10.0.0.19 - - [2026-03-30 03:38:11] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1063 0.199313 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1063 0.013462 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1063 0.009666 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1117 0.062907 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1127 0.011494 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003040 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.005983 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/network HTTP/1.1" 200 929 0.007024 10.0.0.19 - - [2026-03-30 03:38:11] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.19 - - [2026-03-30 03:38:11] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062656 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/network HTTP/1.1" 200 929 0.005187 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1127 0.019377 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007090 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 1127 0.015775 10.0.0.19 - - [2026-03-30 03:38:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006036 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/network HTTP/1.1" 200 939 0.004809 10.0.0.19 - - [2026-03-30 03:38:12] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.19 - - [2026-03-30 03:38:12] "PUT /access-control-list/f5f1ef06-ee4f-4d0f-ac45-0a2674adea8c HTTP/1.1" 200 272 0.057171 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 1063 0.306463 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 1063 0.012423 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 1063 0.015116 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 1117 0.069385 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 1127 0.015824 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004888 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.007911 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.19 - - [2026-03-30 03:38:12] "POST /neutron/network HTTP/1.1" 200 929 0.005444 10.0.0.19 - - [2026-03-30 03:38:16] "POST /neutron/port HTTP/1.1" 200 1127 0.019299 10.0.0.19 - - [2026-03-30 03:38:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005066 10.0.0.19 - - [2026-03-30 03:38:16] "POST /neutron/port HTTP/1.1" 200 1127 0.011387 10.0.0.19 - - [2026-03-30 03:38:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005823 10.0.0.19 - - [2026-03-30 03:38:17] "POST /neutron/port HTTP/1.1" 200 1127 0.012205 10.0.0.19 - - [2026-03-30 03:38:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006302 10.0.0.19 - - [2026-03-30 03:38:17] "GET /virtual-machine/6a70ec49-54e3-4366-98e6-66eda3659f62 HTTP/1.1" 200 1294 0.004569 10.0.0.19 - - [2026-03-30 03:38:17] "GET /virtual-machine-interface/a1912fab-eb3a-4832-8c94-a03189ca8f35 HTTP/1.1" 200 2952 0.004963 10.0.0.19 - - [2026-03-30 03:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.19 - - [2026-03-30 03:38:17] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004034 10.0.0.19 - - [2026-03-30 03:38:17] "GET /virtual-networks?parent_id=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002589 10.0.0.19 - - [2026-03-30 03:38:17] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004691 10.0.0.19 - - [2026-03-30 03:38:20] "POST /neutron/port HTTP/1.1" 200 1127 0.012845 10.0.0.19 - - [2026-03-30 03:38:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004950 10.0.0.19 - - [2026-03-30 03:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.19 - - [2026-03-30 03:38:20] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004749 10.0.0.19 - - [2026-03-30 03:38:21] "POST /neutron/port HTTP/1.1" 200 1127 0.012228 10.0.0.19 - - [2026-03-30 03:38:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004862 10.0.0.19 - - [2026-03-30 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.19 - - [2026-03-30 03:38:22] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002867 10.0.0.19 - - [2026-03-30 03:38:22] "GET /virtual-networks?parent_id=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003090 10.0.0.19 - - [2026-03-30 03:38:22] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004895 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/port HTTP/1.1" 200 1127 0.011675 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005581 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/port HTTP/1.1" 200 1127 0.011661 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005890 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/port HTTP/1.1" 200 1127 0.013780 10.0.0.19 - - [2026-03-30 03:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005907 10.0.0.19 - - [2026-03-30 03:38:22] "GET /virtual-machine/c5e87423-94ce-48e7-a9c3-2aaefcc09439 HTTP/1.1" 200 1295 0.005195 10.0.0.19 - - [2026-03-30 03:38:22] "GET /virtual-machine-interface/17f2fd25-79c5-419c-bd86-4ac9f14a9e3d HTTP/1.1" 200 2951 0.004763 10.0.0.19 - - [2026-03-30 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.19 - - [2026-03-30 03:38:23] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003803 10.0.0.19 - - [2026-03-30 03:38:23] "GET /virtual-networks?parent_id=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006810 10.0.0.19 - - [2026-03-30 03:38:23] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004636 10.0.0.19 - - [2026-03-30 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.19 - - [2026-03-30 03:38:24] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002736 10.0.0.19 - - [2026-03-30 03:38:24] "GET /virtual-networks?parent_id=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002881 10.0.0.19 - - [2026-03-30 03:38:24] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004949 10.0.0.19 - - [2026-03-30 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.19 - - [2026-03-30 03:38:28] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001200 10.0.0.19 - - [2026-03-30 03:38:28] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022483 10.0.0.19 - - [2026-03-30 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.19 - - [2026-03-30 03:38:28] "PUT /network-policy/aaa59bf5-d55c-452f-8e91-1fb9a96287c3 HTTP/1.1" 200 262 0.011281 10.0.0.19 - - [2026-03-30 03:38:28] "PUT /access-control-list/fa6c54a1-7188-4f72-b694-13dfd00a5cb9 HTTP/1.1" 200 272 0.052118 10.0.0.19 - - [2026-03-30 03:38:28] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.19 - - [2026-03-30 03:38:28] "PUT /access-control-list/f5f1ef06-ee4f-4d0f-ac45-0a2674adea8c HTTP/1.1" 200 272 0.050069 10.0.0.19 - - [2026-03-30 03:38:28] "POST /ref-update HTTP/1.1" 200 156 0.010028 10.0.0.19 - - [2026-03-30 03:38:30] "POST /neutron/port HTTP/1.1" 200 1127 0.011836 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/port HTTP/1.1" 200 1127 0.011075 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/network HTTP/1.1" 200 939 0.005502 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003644 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.007471 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/port HTTP/1.1" 200 117 0.001778 10.0.0.19 - - [2026-03-30 03:38:31] "POST /neutron/network HTTP/1.1" 200 929 0.005455 10.0.0.19 - - [2026-03-30 03:38:32] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004995 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 929 0.006209 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 827 0.052481 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 827 0.006288 10.0.0.19 - - [2026-03-30 03:38:32] "DELETE /access-control-list/f5f1ef06-ee4f-4d0f-ac45-0a2674adea8c HTTP/1.1" 200 115 0.047851 10.0.0.19 - - [2026-03-30 03:38:32] "GET /virtual-network/e2263ec1-78f1-4f78-aac5-8d59d0c8c003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007206 10.0.0.19 - - [2026-03-30 03:38:32] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006407 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 929 0.006048 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 827 0.054390 10.0.0.19 - - [2026-03-30 03:38:32] "DELETE /access-control-list/fa6c54a1-7188-4f72-b694-13dfd00a5cb9 HTTP/1.1" 200 115 0.051873 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 827 0.012480 10.0.0.19 - - [2026-03-30 03:38:32] "GET /virtual-network/83e5ade0-63bb-4344-8c55-962ff60a33ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007129 10.0.0.19 - - [2026-03-30 03:38:32] "DELETE /network-policy/aaa59bf5-d55c-452f-8e91-1fb9a96287c3 HTTP/1.1" 200 115 0.024195 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 200 827 0.004888 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/network HTTP/1.1" 400 204 0.012476 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 1127 0.010217 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 1117 0.012022 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 1127 0.016717 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 1117 0.013248 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 151 0.145863 10.0.0.19 - - [2026-03-30 03:38:32] "POST /neutron/port HTTP/1.1" 200 151 0.124744 10.0.0.19 - - [2026-03-30 03:38:34] "POST /neutron/network HTTP/1.1" 200 827 0.005080 10.0.0.19 - - [2026-03-30 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.19 - - [2026-03-30 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.19 - - [2026-03-30 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.19 - - [2026-03-30 03:38:34] "POST /neutron/network HTTP/1.1" 200 151 0.086860 10.0.0.19 - - [2026-03-30 03:38:34] "GET /routing-instance/ee798ede-d67a-4eb7-9532-11d7e8f8f89d HTTP/1.1" 404 171 0.001769 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domains HTTP/1.1" 200 280 0.001897 10.0.0.19 - - [2026-03-30 03:38:34] "DELETE /route-target/0c67ae4c-6857-46b9-b12f-b86713b860d6 HTTP/1.1" 200 115 0.027142 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.053542 10.0.0.19 - - [2026-03-30 03:38:34] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.19 - - [2026-03-30 03:38:34] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 2104 0.070004 10.0.0.19 - - [2026-03-30 03:38:34] "POST /neutron/network HTTP/1.1" 200 827 0.005289 10.0.0.19 - - [2026-03-30 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.19 - - [2026-03-30 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003430 10.0.0.19 - - [2026-03-30 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001865 10.0.0.19 - - [2026-03-30 03:38:34] "POST /neutron/network HTTP/1.1" 200 151 0.101110 10.0.0.19 - - [2026-03-30 03:38:34] "DELETE /route-target/317d360f-9302-40fd-9e86-7438ea047c94 HTTP/1.1" 200 115 0.025508 10.0.0.19 - - [2026-03-30 03:38:34] "GET /routing-instance/41883544-52e3-4b8e-bf7f-dbe3b47eca72 HTTP/1.1" 404 171 0.002227 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domains HTTP/1.1" 200 280 0.002112 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.19 - - [2026-03-30 03:38:34] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2970 0.048321 10.0.0.19 - - [2026-03-30 03:38:34] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.19 - - [2026-03-30 03:38:35] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 1865 0.073676 10.0.0.19 - - [2026-03-30 03:38:35] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.19 - - [2026-03-30 03:38:35] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028644 10.0.0.19 - - [2026-03-30 03:38:35] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001689 10.0.0.19 - - [2026-03-30 03:38:35] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?fields=virtual_networks HTTP/1.1" 200 1037 0.069218 10.0.0.19 - - [2026-03-30 03:38:35] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.19 - - [2026-03-30 03:38:35] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023427 10.0.0.19 - - [2026-03-30 03:38:35] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.19 - - [2026-03-30 03:38:35] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?fields=security_groups HTTP/1.1" 200 1265 0.025055 10.0.0.19 - - [2026-03-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 181 0.027755 10.0.0.19 - - [2026-03-30 03:38:36] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002095 10.0.0.19 - - [2026-03-30 03:38:36] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.19 - - [2026-03-30 03:38:36] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005673 10.0.0.19 - - [2026-03-30 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 183 0.001115 10.0.0.19 - - [2026-03-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.003985 10.0.0.19 - - [2026-03-30 03:38:36] "POST /security-groups HTTP/1.1" 200 584 0.060977 10.0.0.19 - - [2026-03-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 227 0.002501 10.0.0.19 - - [2026-03-30 03:38:36] "POST /projects HTTP/1.1" 200 571 0.204641 10.0.0.19 - - [2026-03-30 03:38:36] "POST /access-control-lists HTTP/1.1" 200 589 0.057300 10.0.0.19 - - [2026-03-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.274383 10.0.0.19 - - [2026-03-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 226 0.002774 10.0.0.19 - - [2026-03-30 03:38:36] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.403461 10.0.0.19 - - [2026-03-30 03:38:36] "POST /access-control-lists HTTP/1.1" 200 587 0.056367 10.0.0.19 - - [2026-03-30 03:38:38] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.19 - - [2026-03-30 03:38:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2026-03-30 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.061926 10.0.0.19 - - [2026-03-30 03:38:39] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.19 - - [2026-03-30 03:38:39] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.025616 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 117 0.037647 10.0.0.19 - - [2026-03-30 03:38:39] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001374 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 612 0.056106 10.0.0.19 - - [2026-03-30 03:38:39] "POST /route-targets HTTP/1.1" 200 327 0.010235 10.0.0.19 - - [2026-03-30 03:38:39] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.19 - - [2026-03-30 03:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003050 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.197804 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 831 0.005102 10.0.0.19 - - [2026-03-30 03:38:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.002102 10.0.0.19 - - [2026-03-30 03:38:39] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004742 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 831 0.005760 10.0.0.19 - - [2026-03-30 03:38:39] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005150 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 831 0.005203 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.007578 10.0.0.19 - - [2026-03-30 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.19 - - [2026-03-30 03:38:39] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005580 10.0.0.19 - - [2026-03-30 03:38:39] "PUT /virtual-network/229b467b-b361-42dd-a883-a672dfce2801 HTTP/1.1" 200 264 0.030822 10.0.0.19 - - [2026-03-30 03:38:39] "POST /route-targets HTTP/1.1" 200 323 0.017479 10.0.0.19 - - [2026-03-30 03:38:39] "POST /ref-update HTTP/1.1" 200 156 0.010384 10.0.0.19 - - [2026-03-30 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.19 - - [2026-03-30 03:38:39] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001130 10.0.0.19 - - [2026-03-30 03:38:39] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.019568 10.0.0.19 - - [2026-03-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 117 0.010693 10.0.0.19 - - [2026-03-30 03:38:40] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001417 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/network HTTP/1.1" 200 612 0.062326 10.0.0.19 - - [2026-03-30 03:38:40] "POST /route-targets HTTP/1.1" 200 327 0.012405 10.0.0.19 - - [2026-03-30 03:38:40] "POST /ref-update HTTP/1.1" 200 156 0.011083 10.0.0.19 - - [2026-03-30 03:38:40] "POST /useragent-kv HTTP/1.1" 200 115 0.016071 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.143015 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.005022 10.0.0.19 - - [2026-03-30 03:38:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001133 10.0.0.19 - - [2026-03-30 03:38:40] "GET /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004491 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.005095 10.0.0.19 - - [2026-03-30 03:38:40] "GET /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004688 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.007383 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.006666 10.0.0.19 - - [2026-03-30 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2026-03-30 03:38:40] "GET /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004521 10.0.0.19 - - [2026-03-30 03:38:40] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.19 - - [2026-03-30 03:38:40] "PUT /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592 HTTP/1.1" 200 264 0.035448 10.0.0.19 - - [2026-03-30 03:38:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001240 10.0.0.19 - - [2026-03-30 03:38:40] "POST /neutron/network HTTP/1.1" 200 841 0.005217 10.0.0.19 - - [2026-03-30 03:38:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.19 - - [2026-03-30 03:38:41] "GET / HTTP/1.1" 200 35931 0.003199 10.0.0.19 - - [2026-03-30 03:38:41] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2026-03-30 03:38:41] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001073 10.0.0.19 - - [2026-03-30 03:38:41] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.052644 10.0.0.19 - - [2026-03-30 03:38:41] "POST /neutron/network HTTP/1.1" 200 831 0.004949 10.0.0.19 - - [2026-03-30 03:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.004693 10.0.0.19 - - [2026-03-30 03:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.005264 10.0.0.19 - - [2026-03-30 03:38:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001621 10.0.0.19 - - [2026-03-30 03:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.004963 10.0.0.19 - - [2026-03-30 03:38:41] "POST /neutron/network HTTP/1.1" 200 841 0.005163 10.0.0.19 - - [2026-03-30 03:38:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/network HTTP/1.1" 200 841 0.007783 10.0.0.19 - - [2026-03-30 03:38:42] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.19 - - [2026-03-30 03:38:42] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.19 - - [2026-03-30 03:38:42] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1053 0.194833 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1053 0.010800 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1053 0.013426 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1107 0.070230 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1117 0.011654 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003305 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.008050 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/network HTTP/1.1" 200 831 0.009778 10.0.0.19 - - [2026-03-30 03:38:42] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000947 10.0.0.19 - - [2026-03-30 03:38:42] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.057904 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/network HTTP/1.1" 200 831 0.004961 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1117 0.021705 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009331 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.004408 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/port HTTP/1.1" 200 1117 0.012484 10.0.0.19 - - [2026-03-30 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005781 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/network HTTP/1.1" 200 841 0.004941 10.0.0.19 - - [2026-03-30 03:38:43] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001084 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.221955 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.011984 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.010144 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 1107 0.080460 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 1117 0.014447 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002952 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.007130 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.19 - - [2026-03-30 03:38:43] "POST /neutron/network HTTP/1.1" 200 831 0.005021 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/port HTTP/1.1" 200 1117 0.013240 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006639 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/port HTTP/1.1" 200 1117 0.013407 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006873 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/port HTTP/1.1" 200 1117 0.012747 10.0.0.19 - - [2026-03-30 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005604 10.0.0.19 - - [2026-03-30 03:38:48] "GET /virtual-machine/3e888f07-eb7f-4569-8521-a7f9b754778d HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2026-03-30 03:38:48] "GET /virtual-machine/3e888f07-eb7f-4569-8521-a7f9b754778d HTTP/1.1" 200 1284 0.036044 10.0.0.19 - - [2026-03-30 03:38:48] "GET /virtual-machine-interface/5df308ce-1aaf-4073-9da8-1c584e3c2fc1 HTTP/1.1" 200 2927 0.004524 10.0.0.19 - - [2026-03-30 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.19 - - [2026-03-30 03:38:48] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003236 10.0.0.19 - - [2026-03-30 03:38:48] "GET /virtual-networks?parent_id=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003142 10.0.0.19 - - [2026-03-30 03:38:48] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006566 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/07b2ea8f65ac4319a771b9a6f05386c9 HTTP/1.1" 404 173 0.007800 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/ec0f21fe95e14c93baeef68b8affa8cd HTTP/1.1" 404 173 0.006960 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/5d23d814460a407f8e1c77da1727e057 HTTP/1.1" 404 173 0.006315 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001221 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000710 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.047584 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.051769 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.066450 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001475 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001579 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?fields=security_groups HTTP/1.1" 200 1411 0.050848 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?fields=security_groups HTTP/1.1" 200 1370 0.055431 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?fields=security_groups HTTP/1.1" 200 1388 0.077538 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /security-group/7e484498-fda5-4b4b-bcfd-9b20b0aa52f6 HTTP/1.1" 200 115 0.084708 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=5d23d814-460a-407f-8e1c-77da1727e057&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000918 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/c57115bf-fc77-442d-bdb3-1827604beec0 HTTP/1.1" 200 115 0.058167 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /security-group/ecdcd0f9-b204-4d14-9843-1f17368a31f0 HTTP/1.1" 200 115 0.096303 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=ec0f21fe-95e1-4c93-baee-f68b8affa8cd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001244 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/5d23d814-460a-407f-8e1c-77da1727e057?fields=application_policy_sets HTTP/1.1" 200 1450 0.049259 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /security-group/cc8be1d2-6b0a-4037-af93-9bab3b584631 HTTP/1.1" 200 115 0.088344 10.0.0.19 - - [2026-03-30 03:38:49] "GET /projects?obj_uuids=fbc91101-5c60-4782-9812-fd28ce28ec6a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001896 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/7ef8de2e-5ba6-4555-8eb0-d963eda09288 HTTP/1.1" 200 115 0.058747 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/fbc91101-5c60-4782-9812-fd28ce28ec6a?fields=application_policy_sets HTTP/1.1" 200 1427 0.039158 10.0.0.19 - - [2026-03-30 03:38:49] "GET /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd?fields=application_policy_sets HTTP/1.1" 200 1409 0.086065 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/b020a7ed-ce45-4b1e-a3e3-4c29c69a5084 HTTP/1.1" 200 115 0.054812 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/e9d99d00-7ea1-4b56-9cb6-b6f55979bfc5 HTTP/1.1" 200 115 0.038172 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/935bf17c-9a2d-4a92-b311-e8e613efb8eb HTTP/1.1" 200 115 0.058611 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/5d23d814-460a-407f-8e1c-77da1727e057 HTTP/1.1" 200 115 0.517074 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /access-control-list/0d4d2eb4-0e29-4095-b27f-df452016911e HTTP/1.1" 200 115 0.044602 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/fbc91101-5c60-4782-9812-fd28ce28ec6a HTTP/1.1" 200 115 0.534461 10.0.0.19 - - [2026-03-30 03:38:49] "DELETE /project/ec0f21fe-95e1-4c93-baee-f68b8affa8cd HTTP/1.1" 200 115 0.551108 10.0.0.19 - - [2026-03-30 03:38:51] "POST /neutron/port HTTP/1.1" 200 1117 0.013232 10.0.0.19 - - [2026-03-30 03:38:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006811 10.0.0.19 - - [2026-03-30 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.19 - - [2026-03-30 03:38:51] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009797 10.0.0.19 - - [2026-03-30 03:38:52] "POST /neutron/port HTTP/1.1" 200 1117 0.012432 10.0.0.19 - - [2026-03-30 03:38:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005337 10.0.0.19 - - [2026-03-30 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.19 - - [2026-03-30 03:38:54] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003009 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-networks?parent_id=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002954 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005261 10.0.0.19 - - [2026-03-30 03:38:54] "GET /obj-perms HTTP/1.1" 200 5056 0.057297 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 1117 0.012971 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005441 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 1117 0.011228 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005159 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 1117 0.013264 10.0.0.19 - - [2026-03-30 03:38:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005575 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-machine/3adb0b88-6d19-43fc-ba4c-1fbb21e5ed20 HTTP/1.1" 200 1285 0.004893 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-machine-interface/9dce9bb3-4f59-4bd0-8ab7-56f07ac6609b HTTP/1.1" 200 2927 0.005107 10.0.0.19 - - [2026-03-30 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.19 - - [2026-03-30 03:38:54] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003073 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-networks?parent_id=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002954 10.0.0.19 - - [2026-03-30 03:38:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050069 10.0.0.19 - - [2026-03-30 03:38:54] "GET /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004965 10.0.0.19 - - [2026-03-30 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.19 - - [2026-03-30 03:38:55] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002800 10.0.0.19 - - [2026-03-30 03:38:55] "GET /virtual-networks?parent_id=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002973 10.0.0.19 - - [2026-03-30 03:38:55] "GET /virtual-network/41e6d8ad-647c-41a1-8ce5-7b6bf46d3592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004843 10.0.0.19 - - [2026-03-30 03:38:56] "POST /routing-policys HTTP/1.1" 200 534 0.015566 10.0.0.19 - - [2026-03-30 03:38:56] "GET /virtual-network/229b467b-b361-42dd-a883-a672dfce2801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004494 10.0.0.19 - - [2026-03-30 03:38:56] "PUT /virtual-network/229b467b-b361-42dd-a883-a672dfce2801 HTTP/1.1" 200 264 0.030571 10.0.0.19 - - [2026-03-30 03:38:56] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.19 - - [2026-03-30 03:38:59] "POST /ref-update HTTP/1.1" 200 156 0.017557 10.0.0.19 - - [2026-03-30 03:38:59] "POST /ref-update HTTP/1.1" 200 156 0.037727 10.0.0.19 - - [2026-03-30 03:38:59] "DELETE /routing-policy/798d0d31-db26-4c16-95c0-be0593d9e7fd HTTP/1.1" 200 115 0.022515 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/network HTTP/1.1" 200 831 0.006803 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/network HTTP/1.1" 400 204 0.009200 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 1117 0.011314 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 1107 0.010067 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 1117 0.021554 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 1107 0.011491 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 151 0.132540 10.0.0.19 - - [2026-03-30 03:39:00] "POST /neutron/port HTTP/1.1" 200 151 0.134521 10.0.0.19 - - [2026-03-30 03:39:02] "POST /neutron/network HTTP/1.1" 200 831 0.005659 10.0.0.19 - - [2026-03-30 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.19 - - [2026-03-30 03:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.19 - - [2026-03-30 03:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001999 10.0.0.19 - - [2026-03-30 03:39:02] "POST /neutron/network HTTP/1.1" 200 151 0.079086 10.0.0.19 - - [2026-03-30 03:39:02] "DELETE /route-target/f43c4a56-4231-43c9-b6a2-6a83ea38681b HTTP/1.1" 200 115 0.024035 10.0.0.19 - - [2026-03-30 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.19 - - [2026-03-30 03:39:02] "POST /neutron/network HTTP/1.1" 200 831 0.004994 10.0.0.19 - - [2026-03-30 03:39:02] "DELETE /route-target/6d868bce-22d1-4e2c-85ca-ec7e1d9c884e HTTP/1.1" 409 239 0.005798 10.0.0.19 - - [2026-03-30 03:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.19 - - [2026-03-30 03:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.19 - - [2026-03-30 03:39:02] "POST /neutron/network HTTP/1.1" 200 151 0.082334 10.0.0.19 - - [2026-03-30 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.19 - - [2026-03-30 03:39:02] "DELETE /route-target/c6593fe2-a31e-4127-a331-1be8b8bf18dd HTTP/1.1" 200 115 0.015203 10.0.0.19 - - [2026-03-30 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.19 - - [2026-03-30 03:39:02] "DELETE /route-target/6d868bce-22d1-4e2c-85ca-ec7e1d9c884e HTTP/1.1" 200 115 0.015971 10.0.0.19 - - [2026-03-30 03:39:02] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001219 10.0.0.19 - - [2026-03-30 03:39:02] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.028155 10.0.0.19 - - [2026-03-30 03:39:02] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001428 10.0.0.19 - - [2026-03-30 03:39:02] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?fields=virtual_networks HTTP/1.1" 200 1017 0.061157 10.0.0.19 - - [2026-03-30 03:39:02] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000962 10.0.0.19 - - [2026-03-30 03:39:02] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.029690 10.0.0.19 - - [2026-03-30 03:39:02] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000944 10.0.0.19 - - [2026-03-30 03:39:02] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?fields=security_groups HTTP/1.1" 200 1236 0.025012 10.0.0.19 - - [2026-03-30 03:39:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.029671 10.0.0.19 - - [2026-03-30 03:39:03] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002081 10.0.0.19 - - [2026-03-30 03:39:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.19 - - [2026-03-30 03:39:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007098 10.0.0.19 - - [2026-03-30 03:39:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.002139 10.0.0.19 - - [2026-03-30 03:39:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.002976 10.0.0.19 - - [2026-03-30 03:39:04] "POST /security-groups HTTP/1.1" 200 589 0.070794 10.0.0.19 - - [2026-03-30 03:39:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.003600 10.0.0.19 - - [2026-03-30 03:39:04] "POST /projects HTTP/1.1" 200 581 0.213864 10.0.0.19 - - [2026-03-30 03:39:04] "POST /access-control-lists HTTP/1.1" 200 594 0.056019 10.0.0.19 - - [2026-03-30 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.288274 10.0.0.19 - - [2026-03-30 03:39:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002365 10.0.0.19 - - [2026-03-30 03:39:04] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.407302 10.0.0.19 - - [2026-03-30 03:39:04] "POST /access-control-lists HTTP/1.1" 200 592 0.057542 10.0.0.19 - - [2026-03-30 03:39:05] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.19 - - [2026-03-30 03:39:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.19 - - [2026-03-30 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.053782 10.0.0.19 - - [2026-03-30 03:39:06] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.19 - - [2026-03-30 03:39:06] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025138 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/network HTTP/1.1" 200 117 0.032579 10.0.0.19 - - [2026-03-30 03:39:06] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001769 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/network HTTP/1.1" 200 613 0.062593 10.0.0.19 - - [2026-03-30 03:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003608 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.206145 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/network HTTP/1.1" 200 833 0.005294 10.0.0.19 - - [2026-03-30 03:39:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001208 10.0.0.19 - - [2026-03-30 03:39:06] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004875 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/network HTTP/1.1" 200 833 0.005311 10.0.0.19 - - [2026-03-30 03:39:06] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004642 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/network HTTP/1.1" 200 833 0.004707 10.0.0.19 - - [2026-03-30 03:39:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006985 10.0.0.19 - - [2026-03-30 03:39:06] "GET /domains HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2026-03-30 03:39:07] "POST /route-targets HTTP/1.1" 200 327 0.008710 10.0.0.19 - - [2026-03-30 03:39:07] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domains HTTP/1.1" 200 280 0.029209 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.008908 10.0.0.19 - - [2026-03-30 03:39:07] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.19 - - [2026-03-30 03:39:07] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2081 0.071721 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200 HTTP/1.1" 200 2323 0.006329 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200 HTTP/1.1" 200 2323 0.004486 10.0.0.19 - - [2026-03-30 03:39:07] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 200 1493 0.003684 10.0.0.19 - - [2026-03-30 03:39:07] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 200 1493 0.003544 10.0.0.19 - - [2026-03-30 03:39:07] "GET /route-target/c897c18a-5401-413a-91dd-c655b5e39b15 HTTP/1.1" 200 1213 0.003697 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200 HTTP/1.1" 200 2323 0.004493 10.0.0.19 - - [2026-03-30 03:39:07] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 200 1493 0.003638 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004702 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200 HTTP/1.1" 200 2323 0.010051 10.0.0.19 - - [2026-03-30 03:39:07] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 200 1493 0.003210 10.0.0.19 - - [2026-03-30 03:39:07] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 200 1493 0.003154 10.0.0.19 - - [2026-03-30 03:39:07] "GET /route-target/c897c18a-5401-413a-91dd-c655b5e39b15 HTTP/1.1" 200 1213 0.002945 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domains HTTP/1.1" 200 280 0.002539 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.19 - - [2026-03-30 03:39:07] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.007323 10.0.0.19 - - [2026-03-30 03:39:07] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.19 - - [2026-03-30 03:39:07] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2081 0.071659 10.0.0.19 - - [2026-03-30 03:39:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200 HTTP/1.1" 200 2323 0.006710 10.0.0.19 - - [2026-03-30 03:39:07] "GET /obj-perms HTTP/1.1" 200 5026 0.063558 10.0.0.19 - - [2026-03-30 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.19 - - [2026-03-30 03:39:07] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.19 - - [2026-03-30 03:39:08] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029266 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 117 0.008697 10.0.0.19 - - [2026-03-30 03:39:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 613 0.064561 10.0.0.19 - - [2026-03-30 03:39:08] "POST /route-targets HTTP/1.1" 200 327 0.009310 10.0.0.19 - - [2026-03-30 03:39:08] "POST /ref-update HTTP/1.1" 200 156 0.012684 10.0.0.19 - - [2026-03-30 03:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002458 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.127623 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 832 0.004615 10.0.0.19 - - [2026-03-30 03:39:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001260 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004132 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 832 0.005295 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004634 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 832 0.005488 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.007600 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domains HTTP/1.1" 200 280 0.002346 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.006318 10.0.0.19 - - [2026-03-30 03:39:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.19 - - [2026-03-30 03:39:08] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2299 0.068633 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621 HTTP/1.1" 200 2319 0.007276 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621 HTTP/1.1" 200 2319 0.005808 10.0.0.19 - - [2026-03-30 03:39:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 200 1493 0.004228 10.0.0.19 - - [2026-03-30 03:39:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 200 1493 0.003670 10.0.0.19 - - [2026-03-30 03:39:08] "GET /route-target/5d7fd9cb-3853-40f2-bc6d-6a845b741e08 HTTP/1.1" 200 1212 0.003040 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621 HTTP/1.1" 200 2319 0.005912 10.0.0.19 - - [2026-03-30 03:39:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 200 1493 0.003952 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004672 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621 HTTP/1.1" 200 2319 0.004797 10.0.0.19 - - [2026-03-30 03:39:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 200 1493 0.003246 10.0.0.19 - - [2026-03-30 03:39:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 200 1493 0.003243 10.0.0.19 - - [2026-03-30 03:39:08] "GET /route-target/5d7fd9cb-3853-40f2-bc6d-6a845b741e08 HTTP/1.1" 200 1212 0.002762 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domains HTTP/1.1" 200 280 0.002454 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.19 - - [2026-03-30 03:39:08] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.006278 10.0.0.19 - - [2026-03-30 03:39:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.19 - - [2026-03-30 03:39:08] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2299 0.067235 10.0.0.19 - - [2026-03-30 03:39:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621 HTTP/1.1" 200 2319 0.004850 10.0.0.19 - - [2026-03-30 03:39:08] "GET /obj-perms HTTP/1.1" 200 5026 0.002840 10.0.0.19 - - [2026-03-30 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.19 - - [2026-03-30 03:39:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.19 - - [2026-03-30 03:39:08] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026333 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 117 0.015173 10.0.0.19 - - [2026-03-30 03:39:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001380 10.0.0.19 - - [2026-03-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 615 0.085299 10.0.0.19 - - [2026-03-30 03:39:09] "POST /ref-update HTTP/1.1" 200 156 0.009784 10.0.0.19 - - [2026-03-30 03:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.146883 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/network HTTP/1.1" 200 834 0.006223 10.0.0.19 - - [2026-03-30 03:39:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001195 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004472 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/network HTTP/1.1" 200 834 0.006793 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004878 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/network HTTP/1.1" 200 834 0.004964 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.006737 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domains HTTP/1.1" 200 280 0.002450 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.006024 10.0.0.19 - - [2026-03-30 03:39:09] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.19 - - [2026-03-30 03:39:09] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2518 0.065399 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202 HTTP/1.1" 200 2324 0.006839 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202 HTTP/1.1" 200 2324 0.006537 10.0.0.19 - - [2026-03-30 03:39:09] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 200 1497 0.004083 10.0.0.19 - - [2026-03-30 03:39:09] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 200 1497 0.003053 10.0.0.19 - - [2026-03-30 03:39:09] "GET /route-target/f268da0e-98fe-4a92-9fd0-279014a8262e HTTP/1.1" 200 1215 0.003026 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202 HTTP/1.1" 200 2324 0.004294 10.0.0.19 - - [2026-03-30 03:39:09] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 200 1497 0.003010 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005986 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202 HTTP/1.1" 200 2324 0.005376 10.0.0.19 - - [2026-03-30 03:39:09] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 200 1497 0.003946 10.0.0.19 - - [2026-03-30 03:39:09] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 200 1497 0.003762 10.0.0.19 - - [2026-03-30 03:39:09] "GET /route-target/f268da0e-98fe-4a92-9fd0-279014a8262e HTTP/1.1" 200 1215 0.003312 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domains HTTP/1.1" 200 280 0.003070 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.19 - - [2026-03-30 03:39:09] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2749 0.009300 10.0.0.19 - - [2026-03-30 03:39:09] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.19 - - [2026-03-30 03:39:09] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2518 0.067813 10.0.0.19 - - [2026-03-30 03:39:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202 HTTP/1.1" 200 2324 0.004520 10.0.0.19 - - [2026-03-30 03:39:09] "GET /obj-perms HTTP/1.1" 200 5026 0.002879 10.0.0.19 - - [2026-03-30 03:39:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001171 10.0.0.19 - - [2026-03-30 03:39:09] "POST /neutron/network HTTP/1.1" 200 842 0.004895 10.0.0.19 - - [2026-03-30 03:39:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2026-03-30 03:39:10] "GET / HTTP/1.1" 200 35931 0.002934 10.0.0.19 - - [2026-03-30 03:39:10] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000528 10.0.0.19 - - [2026-03-30 03:39:10] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.19 - - [2026-03-30 03:39:10] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053961 10.0.0.19 - - [2026-03-30 03:39:10] "POST /neutron/network HTTP/1.1" 200 832 0.004928 10.0.0.19 - - [2026-03-30 03:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.004187 10.0.0.19 - - [2026-03-30 03:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.005477 10.0.0.19 - - [2026-03-30 03:39:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.19 - - [2026-03-30 03:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.005149 10.0.0.19 - - [2026-03-30 03:39:10] "POST /neutron/network HTTP/1.1" 200 844 0.007186 10.0.0.19 - - [2026-03-30 03:39:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/network HTTP/1.1" 200 842 0.004779 10.0.0.19 - - [2026-03-30 03:39:11] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.19 - - [2026-03-30 03:39:11] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.19 - - [2026-03-30 03:39:11] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1058 0.188165 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1058 0.009247 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1058 0.010509 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1112 0.060824 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1122 0.013545 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.006520 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/network HTTP/1.1" 200 832 0.005170 10.0.0.19 - - [2026-03-30 03:39:11] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001566 10.0.0.19 - - [2026-03-30 03:39:11] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055383 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/network HTTP/1.1" 200 834 0.006401 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1122 0.019512 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006285 10.0.0.19 - - [2026-03-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.19 - - [2026-03-30 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002449 10.0.0.19 - - [2026-03-30 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2026-03-30 03:39:11] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.19 - - [2026-03-30 03:39:11] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008053 10.0.0.19 - - [2026-03-30 03:39:12] "POST /service-templates HTTP/1.1" 200 543 0.026070 10.0.0.19 - - [2026-03-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.19 - - [2026-03-30 03:39:12] "GET /service-template/55d456e7-2e8a-4960-aae9-4581ccaa274b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004085 10.0.0.19 - - [2026-03-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/network HTTP/1.1" 200 844 0.007629 10.0.0.19 - - [2026-03-30 03:39:12] "GET /service-template/55d456e7-2e8a-4960-aae9-4581ccaa274b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.002722 10.0.0.19 - - [2026-03-30 03:39:12] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.19 - - [2026-03-30 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.002711 10.0.0.19 - - [2026-03-30 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.19 - - [2026-03-30 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.002550 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.261462 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.014268 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 2038 0.029519 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.016098 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007039 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1112 0.072017 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1122 0.013258 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.006616 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.19 - - [2026-03-30 03:39:12] "POST /neutron/network HTTP/1.1" 200 834 0.005041 10.0.0.19 - - [2026-03-30 03:39:13] "POST /neutron/network HTTP/1.1" 200 2224 0.012790 10.0.0.19 - - [2026-03-30 03:39:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2026-03-30 03:39:13] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.19 - - [2026-03-30 03:39:13] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.19 - - [2026-03-30 03:39:13] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.19 - - [2026-03-30 03:39:14] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062861 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/network HTTP/1.1" 200 833 0.004577 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/network HTTP/1.1" 200 832 0.006147 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/network HTTP/1.1" 200 834 0.004790 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 2092 0.019448 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005556 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.006161 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/network HTTP/1.1" 200 2224 0.008325 10.0.0.19 - - [2026-03-30 03:39:14] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.19 - - [2026-03-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 1059 0.271978 10.0.0.19 - - [2026-03-30 03:39:14] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.187605 10.0.0.19 - - [2026-03-30 03:39:15] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.175178 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1059 0.015976 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1059 0.011626 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1113 0.080529 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009920 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009282 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1112 0.074576 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.010148 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009822 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 1112 0.067598 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 3062 0.017777 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002949 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.006381 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/network HTTP/1.1" 200 833 0.006021 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.006398 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/network HTTP/1.1" 200 832 0.005445 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.008779 10.0.0.19 - - [2026-03-30 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.19 - - [2026-03-30 03:39:16] "POST /neutron/network HTTP/1.1" 200 834 0.006694 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 3062 0.017507 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005251 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 3062 0.016951 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005723 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 3062 0.020165 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007193 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 3062 0.017808 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005057 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 3062 0.020380 10.0.0.19 - - [2026-03-30 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006929 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-machine/604f368a-f6ff-4cc6-801b-c68d6ff08f3f HTTP/1.1" 200 1801 0.006810 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665 HTTP/1.1" 200 2946 0.005750 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0 HTTP/1.1" 200 2949 0.004862 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c HTTP/1.1" 200 2947 0.006500 10.0.0.19 - - [2026-03-30 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.19 - - [2026-03-30 03:39:19] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003851 10.0.0.19 - - [2026-03-30 03:39:19] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004648 10.0.0.19 - - [2026-03-30 03:39:20] "POST /neutron/port HTTP/1.1" 200 1122 0.013746 10.0.0.19 - - [2026-03-30 03:39:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006805 10.0.0.19 - - [2026-03-30 03:39:21] "POST /neutron/port HTTP/1.1" 200 1122 0.017226 10.0.0.19 - - [2026-03-30 03:39:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005253 10.0.0.19 - - [2026-03-30 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.19 - - [2026-03-30 03:39:23] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005068 10.0.0.19 - - [2026-03-30 03:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.19 - - [2026-03-30 03:39:27] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004583 10.0.0.19 - - [2026-03-30 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.19 - - [2026-03-30 03:39:31] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004722 10.0.0.19 - - [2026-03-30 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.19 - - [2026-03-30 03:39:35] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002976 10.0.0.19 - - [2026-03-30 03:39:35] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003074 10.0.0.19 - - [2026-03-30 03:39:35] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005100 10.0.0.19 - - [2026-03-30 03:39:35] "POST /neutron/port HTTP/1.1" 200 3062 0.016772 10.0.0.19 - - [2026-03-30 03:39:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005440 10.0.0.19 - - [2026-03-30 03:39:40] "POST /neutron/port HTTP/1.1" 200 3062 0.018606 10.0.0.19 - - [2026-03-30 03:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006139 10.0.0.19 - - [2026-03-30 03:39:45] "POST /neutron/port HTTP/1.1" 200 3062 0.022676 10.0.0.19 - - [2026-03-30 03:39:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004902 10.0.0.19 - - [2026-03-30 03:39:46] "POST /neutron/port HTTP/1.1" 200 3062 0.024123 10.0.0.19 - - [2026-03-30 03:39:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005576 10.0.0.19 - - [2026-03-30 03:39:49] "DELETE /project/feff53f928b84274a4ac18c52ffc9810 HTTP/1.1" 404 173 0.006960 10.0.0.19 - - [2026-03-30 03:39:49] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.19 - - [2026-03-30 03:39:49] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.025529 10.0.0.19 - - [2026-03-30 03:39:49] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.19 - - [2026-03-30 03:39:49] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?fields=security_groups HTTP/1.1" 200 1341 0.063663 10.0.0.19 - - [2026-03-30 03:39:49] "DELETE /security-group/4caa4278-5f60-41a0-a715-b705db4d226d HTTP/1.1" 200 115 0.032023 10.0.0.19 - - [2026-03-30 03:39:49] "GET /projects?obj_uuids=07b2ea8f-65ac-4319-a771-b9a6f05386c9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.19 - - [2026-03-30 03:39:49] "DELETE /access-control-list/ff0d14a1-d437-40ae-8062-1297b7ddbf55 HTTP/1.1" 200 115 0.029183 10.0.0.19 - - [2026-03-30 03:39:50] "GET /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9?fields=application_policy_sets HTTP/1.1" 200 1380 0.032113 10.0.0.19 - - [2026-03-30 03:39:50] "DELETE /access-control-list/f4002dc7-0cab-4a1d-80d5-8dd0c0674a47 HTTP/1.1" 200 115 0.031194 10.0.0.19 - - [2026-03-30 03:39:50] "DELETE /project/07b2ea8f-65ac-4319-a771-b9a6f05386c9 HTTP/1.1" 200 115 0.307337 10.0.0.19 - - [2026-03-30 03:39:51] "POST /neutron/port HTTP/1.1" 200 3062 0.018388 10.0.0.19 - - [2026-03-30 03:39:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005619 10.0.0.19 - - [2026-03-30 03:39:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060556 10.0.0.19 - - [2026-03-30 03:39:55] "GET /obj-perms HTTP/1.1" 200 5056 0.064756 10.0.0.19 - - [2026-03-30 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.19 - - [2026-03-30 03:39:56] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003247 10.0.0.19 - - [2026-03-30 03:39:56] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002712 10.0.0.19 - - [2026-03-30 03:39:56] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005231 10.0.0.19 - - [2026-03-30 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.19 - - [2026-03-30 03:39:56] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003418 10.0.0.19 - - [2026-03-30 03:39:56] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002834 10.0.0.19 - - [2026-03-30 03:39:56] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005063 10.0.0.19 - - [2026-03-30 03:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003761 10.0.0.19 - - [2026-03-30 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.19 - - [2026-03-30 03:39:57] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.19 - - [2026-03-30 03:39:57] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031241 10.0.0.19 - - [2026-03-30 03:39:57] "POST /service-instances HTTP/1.1" 200 543 0.066948 10.0.0.19 - - [2026-03-30 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.19 - - [2026-03-30 03:39:57] "GET /service-instance/08503b33-5ede-476d-862f-00e238113016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.006522 10.0.0.19 - - [2026-03-30 03:39:57] "POST /port-tuples HTTP/1.1" 200 586 0.022664 10.0.0.19 - - [2026-03-30 03:39:57] "GET /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005176 10.0.0.19 - - [2026-03-30 03:39:57] "PUT /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c HTTP/1.1" 200 284 0.010096 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.19 - - [2026-03-30 03:39:57] "POST /instance-ips HTTP/1.1" 200 385 0.023657 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.012141 10.0.0.19 - - [2026-03-30 03:39:57] "GET /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006469 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.014436 10.0.0.19 - - [2026-03-30 03:39:57] "PUT /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665 HTTP/1.1" 200 284 0.013625 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003909 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.19 - - [2026-03-30 03:39:57] "GET /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005037 10.0.0.19 - - [2026-03-30 03:39:57] "POST /instance-ips HTTP/1.1" 200 385 0.025045 10.0.0.19 - - [2026-03-30 03:39:57] "PUT /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0 HTTP/1.1" 200 284 0.011853 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.011927 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.009618 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.011481 10.0.0.19 - - [2026-03-30 03:39:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004725 10.0.0.19 - - [2026-03-30 03:39:57] "POST /neutron/port HTTP/1.1" 200 1122 0.011574 10.0.0.19 - - [2026-03-30 03:39:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005910 10.0.0.19 - - [2026-03-30 03:39:58] "POST /instance-ips HTTP/1.1" 200 373 0.015723 10.0.0.19 - - [2026-03-30 03:39:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011017 10.0.0.19 - - [2026-03-30 03:39:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006033 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.19 - - [2026-03-30 03:39:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011656 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.008571 10.0.0.19 - - [2026-03-30 03:39:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005908 10.0.0.19 - - [2026-03-30 03:39:58] "GET /virtual-machine/da5b859f-8762-4557-af6e-eeb1fd2322cf HTTP/1.1" 200 1291 0.004236 10.0.0.19 - - [2026-03-30 03:39:58] "GET /virtual-machine-interface/c0db96fa-790e-40bf-841a-84062e9e770f HTTP/1.1" 200 2946 0.005116 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004169 10.0.0.19 - - [2026-03-30 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.19 - - [2026-03-30 03:39:58] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002618 10.0.0.19 - - [2026-03-30 03:39:58] "POST /instance-ips HTTP/1.1" 200 373 0.015304 10.0.0.19 - - [2026-03-30 03:39:58] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004029 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.19 - - [2026-03-30 03:39:58] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006055 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.009816 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002822 10.0.0.19 - - [2026-03-30 03:39:58] "POST /instance-ips HTTP/1.1" 200 375 0.014374 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.010098 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002802 10.0.0.19 - - [2026-03-30 03:39:58] "POST /instance-ips HTTP/1.1" 200 375 0.015418 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.008251 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.19 - - [2026-03-30 03:39:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002654 10.0.0.19 - - [2026-03-30 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.19 - - [2026-03-30 03:39:59] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004347 10.0.0.19 - - [2026-03-30 03:39:59] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007314 10.0.0.19 - - [2026-03-30 03:39:59] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005026 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/port HTTP/1.1" 200 1122 0.012219 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005937 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/port HTTP/1.1" 200 1122 0.011717 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005150 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/port HTTP/1.1" 200 1122 0.013977 10.0.0.19 - - [2026-03-30 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006480 10.0.0.19 - - [2026-03-30 03:39:59] "GET /virtual-machine/243cc595-c177-4cef-8708-64fe6fa34894 HTTP/1.1" 200 1289 0.004633 10.0.0.19 - - [2026-03-30 03:40:00] "GET /virtual-machine-interface/c7b36236-16bd-48bb-bf6e-bae780bcce3e HTTP/1.1" 200 2950 0.004950 10.0.0.19 - - [2026-03-30 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.19 - - [2026-03-30 03:40:00] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.19 - - [2026-03-30 03:40:00] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003006 10.0.0.19 - - [2026-03-30 03:40:00] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005900 10.0.0.19 - - [2026-03-30 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.19 - - [2026-03-30 03:40:01] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002768 10.0.0.19 - - [2026-03-30 03:40:01] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002916 10.0.0.19 - - [2026-03-30 03:40:01] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005164 10.0.0.19 - - [2026-03-30 03:40:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003855 10.0.0.19 - - [2026-03-30 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002145 10.0.0.19 - - [2026-03-30 03:40:01] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030576 10.0.0.19 - - [2026-03-30 03:40:01] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056314 10.0.0.19 - - [2026-03-30 03:40:01] "POST /network-policys HTTP/1.1" 200 547 0.018349 10.0.0.19 - - [2026-03-30 03:40:01] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004785 10.0.0.19 - - [2026-03-30 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2026-03-30 03:40:01] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005169 10.0.0.19 - - [2026-03-30 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.19 - - [2026-03-30 03:40:01] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003365 10.0.0.19 - - [2026-03-30 03:40:02] "POST /ref-update HTTP/1.1" 200 156 0.034224 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.038154 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.19 - - [2026-03-30 03:40:02] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003219 10.0.0.19 - - [2026-03-30 03:40:02] "POST /access-control-lists HTTP/1.1" 200 601 0.063545 10.0.0.19 - - [2026-03-30 03:40:02] "POST /neutron/network HTTP/1.1" 200 920 0.008484 10.0.0.19 - - [2026-03-30 03:40:02] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004716 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.19 - - [2026-03-30 03:40:02] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003406 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2026-03-30 03:40:02] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005042 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.19 - - [2026-03-30 03:40:02] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003697 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.007432 10.0.0.19 - - [2026-03-30 03:40:02] "POST /ref-update HTTP/1.1" 200 156 0.045573 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.19 - - [2026-03-30 03:40:02] "POST /access-control-lists HTTP/1.1" 200 604 0.073642 10.0.0.19 - - [2026-03-30 03:40:02] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004346 10.0.0.19 - - [2026-03-30 03:40:02] "POST /routing-instances HTTP/1.1" 200 759 0.017741 10.0.0.19 - - [2026-03-30 03:40:02] "POST /neutron/network HTTP/1.1" 200 922 0.007781 10.0.0.19 - - [2026-03-30 03:40:02] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004656 10.0.0.19 - - [2026-03-30 03:40:02] "POST /route-targets HTTP/1.1" 200 327 0.009824 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2026-03-30 03:40:02] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.19 - - [2026-03-30 03:40:02] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003404 10.0.0.19 - - [2026-03-30 03:40:02] "GET /routing-instance/33920aa9-a73f-4197-8333-d4a5ed4e5166?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1286 0.004018 10.0.0.19 - - [2026-03-30 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.19 - - [2026-03-30 03:40:02] "GET /routing-instance/33920aa9-a73f-4197-8333-d4a5ed4e5166?fields=routing_policy_back_refs HTTP/1.1" 200 1286 0.003543 10.0.0.19 - - [2026-03-30 03:40:02] "GET /service-template/55d456e7-2e8a-4960-aae9-4581ccaa274b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003480 10.0.0.19 - - [2026-03-30 03:40:02] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.19 - - [2026-03-30 03:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.19 - - [2026-03-30 03:40:03] "POST /routing-instances HTTP/1.1" 200 760 0.014694 10.0.0.19 - - [2026-03-30 03:40:03] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.19 - - [2026-03-30 03:40:03] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027546 10.0.0.19 - - [2026-03-30 03:40:03] "POST /route-targets HTTP/1.1" 200 327 0.022218 10.0.0.19 - - [2026-03-30 03:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.19 - - [2026-03-30 03:40:03] "POST /ref-update HTTP/1.1" 200 156 0.012315 10.0.0.19 - - [2026-03-30 03:40:03] "GET /service-instance/08503b33-5ede-476d-862f-00e238113016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3527 0.010010 10.0.0.19 - - [2026-03-30 03:40:03] "GET /routing-instance/4fdea76a-42e5-4ffe-ba56-ef8eb83f94fd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004341 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domains HTTP/1.1" 200 280 0.003047 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2770 0.007976 10.0.0.19 - - [2026-03-30 03:40:03] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001339 10.0.0.19 - - [2026-03-30 03:40:03] "GET /routing-instance/4fdea76a-42e5-4ffe-ba56-ef8eb83f94fd?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004168 10.0.0.19 - - [2026-03-30 03:40:03] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 4234 0.063054 10.0.0.19 - - [2026-03-30 03:40:03] "GET /service-instance/08503b33-5ede-476d-862f-00e238113016 HTTP/1.1" 200 3781 0.008605 10.0.0.19 - - [2026-03-30 03:40:03] "PUT /routing-instance/33920aa9-a73f-4197-8333-d4a5ed4e5166 HTTP/1.1" 200 266 0.011265 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domains HTTP/1.1" 200 280 0.003696 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.19 - - [2026-03-30 03:40:03] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2770 0.006572 10.0.0.19 - - [2026-03-30 03:40:03] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.19 - - [2026-03-30 03:40:03] "PUT /routing-instance/4fdea76a-42e5-4ffe-ba56-ef8eb83f94fd HTTP/1.1" 200 266 0.012494 10.0.0.19 - - [2026-03-30 03:40:03] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 4234 0.065337 10.0.0.19 - - [2026-03-30 03:40:03] "GET /service-instance/08503b33-5ede-476d-862f-00e238113016 HTTP/1.1" 200 3781 0.004017 10.0.0.19 - - [2026-03-30 03:40:03] "GET /port-tuple/91cb08af-101c-4f6f-86be-4ddbc35e0e42 HTTP/1.1" 200 1979 0.003923 10.0.0.19 - - [2026-03-30 03:40:03] "POST /ref-update HTTP/1.1" 200 156 0.011133 10.0.0.19 - - [2026-03-30 03:40:03] "GET /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665 HTTP/1.1" 200 3798 0.010674 10.0.0.19 - - [2026-03-30 03:40:03] "GET /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0 HTTP/1.1" 200 3804 0.004766 10.0.0.19 - - [2026-03-30 03:40:03] "GET /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c HTTP/1.1" 200 3817 0.005319 10.0.0.19 - - [2026-03-30 03:40:03] "PUT /access-control-list/cb4aa878-a842-4c3d-8c15-7c9b6742e397 HTTP/1.1" 200 272 0.011780 10.0.0.19 - - [2026-03-30 03:40:03] "PUT /access-control-list/26d21185-2ca8-4f7c-8afd-a4cd9725d8eb HTTP/1.1" 200 272 0.014687 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/port HTTP/1.1" 200 3833 0.057588 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006203 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/port HTTP/1.1" 200 3833 0.048500 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008009 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/port HTTP/1.1" 200 3833 0.031214 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005517 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/port HTTP/1.1" 200 3833 0.031934 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006345 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/network HTTP/1.1" 200 894 0.011544 10.0.0.19 - - [2026-03-30 03:40:03] "POST /neutron/network HTTP/1.1" 200 920 0.005051 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 807 0.012475 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 833 0.005165 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 896 0.011073 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 922 0.004625 10.0.0.19 - - [2026-03-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001098 10.0.0.19 - - [2026-03-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.000959 10.0.0.19 - - [2026-03-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001226 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine/604f368a-f6ff-4cc6-801b-c68d6ff08f3f HTTP/1.1" 200 1801 0.003435 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665 HTTP/1.1" 200 3798 0.004835 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0 HTTP/1.1" 200 3804 0.004808 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c HTTP/1.1" 200 3817 0.004921 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/8f25a350-2370-4c88-954e-3efd4d35275f HTTP/1.1" 200 1955 0.004608 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/9678f4b3-c46c-408b-9dd2-81e8aa4dacfc HTTP/1.1" 200 1622 0.004685 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/b83c331a-0652-4eb6-9d9f-d697e3ddf137 HTTP/1.1" 200 1957 0.003766 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/6e18397a-ea44-4898-8109-3e3f96404721 HTTP/1.1" 200 1959 0.003732 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/ac4f4435-3743-4dc2-b666-8a6d85ee06cb HTTP/1.1" 200 1959 0.004215 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/ccf19546-a1fb-42e6-9f9d-94526a5e83e2 HTTP/1.1" 200 1623 0.004362 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/af9ea028-fb50-4c2a-84a5-b37ed5262709 HTTP/1.1" 200 1980 0.003214 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/b3928a90-aeb7-4af6-bcda-fb14446746d2 HTTP/1.1" 200 1623 0.005154 10.0.0.19 - - [2026-03-30 03:40:04] "GET /instance-ip/cbea9c7d-0c35-459c-87f4-76f6ca5a6685 HTTP/1.1" 200 1978 0.003349 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 3833 0.027888 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006268 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 3833 0.029718 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006355 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 3833 0.028562 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005431 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 3833 0.027319 10.0.0.19 - - [2026-03-30 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005440 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine/604f368a-f6ff-4cc6-801b-c68d6ff08f3f HTTP/1.1" 200 1801 0.003460 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/20b76db2-c61f-4394-8ead-75236a0f3665 HTTP/1.1" 200 3798 0.004778 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/e45daa53-68ea-4cb4-80f0-b50bc519a0f0 HTTP/1.1" 200 3804 0.004917 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-machine-interface/ea506fc7-3595-4ed2-a903-4db627d1d07c HTTP/1.1" 200 3817 0.005497 10.0.0.19 - - [2026-03-30 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2026-03-30 03:40:04] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002912 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003232 10.0.0.19 - - [2026-03-30 03:40:04] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005678 10.0.0.19 - - [2026-03-30 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.19 - - [2026-03-30 03:40:05] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003193 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003085 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005336 10.0.0.19 - - [2026-03-30 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2026-03-30 03:40:06] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003473 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002770 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005842 10.0.0.19 - - [2026-03-30 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.19 - - [2026-03-30 03:40:06] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003373 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002745 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004881 10.0.0.19 - - [2026-03-30 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.19 - - [2026-03-30 03:40:06] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002742 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004730 10.0.0.19 - - [2026-03-30 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.19 - - [2026-03-30 03:40:06] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003230 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002611 10.0.0.19 - - [2026-03-30 03:40:06] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004978 10.0.0.19 - - [2026-03-30 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.19 - - [2026-03-30 03:40:07] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003135 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002776 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005343 10.0.0.19 - - [2026-03-30 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.19 - - [2026-03-30 03:40:07] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003093 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005048 10.0.0.19 - - [2026-03-30 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.19 - - [2026-03-30 03:40:07] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002605 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-network/c0f369e9-bed2-4acf-bfd2-6eb93be27200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004508 10.0.0.19 - - [2026-03-30 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.19 - - [2026-03-30 03:40:07] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003271 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003433 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005568 10.0.0.19 - - [2026-03-30 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.19 - - [2026-03-30 03:40:07] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003548 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002784 10.0.0.19 - - [2026-03-30 03:40:07] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004780 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.19 - - [2026-03-30 03:40:08] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003698 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002603 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004848 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.19 - - [2026-03-30 03:40:08] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003193 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-networks?parent_id=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002623 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004753 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-machine/604f368a-f6ff-4cc6-801b-c68d6ff08f3f HTTP/1.1" 200 1801 0.003675 10.0.0.19 - - [2026-03-30 03:40:08] "GET /domains HTTP/1.1" 200 280 0.002576 10.0.0.19 - - [2026-03-30 03:40:08] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.19 - - [2026-03-30 03:40:08] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2770 0.008158 10.0.0.19 - - [2026-03-30 03:40:08] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.19 - - [2026-03-30 03:40:08] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 4234 0.065555 10.0.0.19 - - [2026-03-30 03:40:08] "GET /service-instance/08503b33-5ede-476d-862f-00e238113016 HTTP/1.1" 200 3781 0.003325 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002205 10.0.0.19 - - [2026-03-30 03:40:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003288 10.0.0.19 - - [2026-03-30 03:40:08] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004363 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.19 - - [2026-03-30 03:40:08] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005513 10.0.0.19 - - [2026-03-30 03:40:08] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004954 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005241 10.0.0.19 - - [2026-03-30 03:40:08] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?fields=routing_instances HTTP/1.1" 200 1683 0.015197 10.0.0.19 - - [2026-03-30 03:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2026-03-30 03:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.19 - - [2026-03-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2026-03-30 03:40:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005232 10.0.0.19 - - [2026-03-30 03:40:09] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?fields=routing_instances HTTP/1.1" 200 1688 0.006392 10.0.0.19 - - [2026-03-30 03:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2026-03-30 03:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.026000 10.0.0.19 - - [2026-03-30 03:40:13] "POST /neutron/network HTTP/1.1" 200 834 0.006729 10.0.0.19 - - [2026-03-30 03:40:13] "GET /virtual-network/4927fe63-e122-413b-8f66-acb8c8309202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006660 10.0.0.19 - - [2026-03-30 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2026-03-30 03:40:13] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003802 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.046425 10.0.0.19 - - [2026-03-30 03:40:13] "POST /neutron/network HTTP/1.1" 200 832 0.006467 10.0.0.19 - - [2026-03-30 03:40:13] "GET /virtual-network/104b2f2d-4a0e-4570-a2c4-6c44d09e1621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005355 10.0.0.19 - - [2026-03-30 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.19 - - [2026-03-30 03:40:13] "GET /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003545 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /network-policy/5cbbe0d1-bcd3-47a4-bed9-5c648d80c829 HTTP/1.1" 200 115 0.018767 10.0.0.19 - - [2026-03-30 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /access-control-list/26d21185-2ca8-4f7c-8afd-a4cd9725d8eb HTTP/1.1" 200 115 0.029858 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /service-instance/08503b33-5ede-476d-862f-00e238113016 HTTP/1.1" 200 115 0.050891 10.0.0.19 - - [2026-03-30 03:40:13] "GET /domains HTTP/1.1" 200 280 0.002524 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.012788 10.0.0.19 - - [2026-03-30 03:40:13] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002455 10.0.0.19 - - [2026-03-30 03:40:13] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2770 0.012331 10.0.0.19 - - [2026-03-30 03:40:13] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /instance-ip/ac4f4435-3743-4dc2-b666-8a6d85ee06cb HTTP/1.1" 200 115 0.033541 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.014832 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /routing-instance/33920aa9-a73f-4197-8333-d4a5ed4e5166 HTTP/1.1" 200 115 0.039573 10.0.0.19 - - [2026-03-30 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.19 - - [2026-03-30 03:40:13] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 3760 0.076195 10.0.0.19 - - [2026-03-30 03:40:13] "GET /virtual-machine/604f368a-f6ff-4cc6-801b-c68d6ff08f3f HTTP/1.1" 200 1801 0.004786 10.0.0.19 - - [2026-03-30 03:40:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003809 10.0.0.19 - - [2026-03-30 03:40:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002030 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /route-target/d9bb0b5e-9660-4639-b905-538229ae69f8 HTTP/1.1" 200 115 0.022398 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /instance-ip/af9ea028-fb50-4c2a-84a5-b37ed5262709 HTTP/1.1" 200 115 0.035271 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.014781 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /routing-instance/4fdea76a-42e5-4ffe-ba56-ef8eb83f94fd HTTP/1.1" 200 115 0.032336 10.0.0.19 - - [2026-03-30 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /instance-ip/8f25a350-2370-4c88-954e-3efd4d35275f HTTP/1.1" 200 115 0.025582 10.0.0.19 - - [2026-03-30 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.016460 10.0.0.19 - - [2026-03-30 03:40:13] "DELETE /route-target/e7a34d8a-6141-4c52-b507-9a1871d1735c HTTP/1.1" 200 115 0.016621 10.0.0.19 - - [2026-03-30 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.19 - - [2026-03-30 03:40:14] "DELETE /access-control-list/cb4aa878-a842-4c3d-8c15-7c9b6742e397 HTTP/1.1" 200 115 0.040026 10.0.0.19 - - [2026-03-30 03:40:14] "DELETE /service-template/55d456e7-2e8a-4960-aae9-4581ccaa274b HTTP/1.1" 200 115 0.044243 10.0.0.19 - - [2026-03-30 03:40:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003905 10.0.0.19 - - [2026-03-30 03:40:14] "DELETE /instance-ip/b83c331a-0652-4eb6-9d9f-d697e3ddf137 HTTP/1.1" 200 115 0.046311 10.0.0.19 - - [2026-03-30 03:40:14] "POST /ref-update HTTP/1.1" 200 156 0.016126 10.0.0.19 - - [2026-03-30 03:40:14] "DELETE /instance-ip/cbea9c7d-0c35-459c-87f4-76f6ca5a6685 HTTP/1.1" 200 115 0.027270 10.0.0.19 - - [2026-03-30 03:40:14] "POST /ref-update HTTP/1.1" 200 156 0.010755 10.0.0.19 - - [2026-03-30 03:40:14] "DELETE /instance-ip/6e18397a-ea44-4898-8109-3e3f96404721 HTTP/1.1" 200 115 0.034012 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/network HTTP/1.1" 200 834 0.006761 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/network HTTP/1.1" 400 204 0.013028 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 1122 0.017938 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 1112 0.009209 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 1122 0.018001 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 1112 0.023769 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 151 0.153712 10.0.0.19 - - [2026-03-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 3062 0.029620 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 1113 0.013781 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.146239 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.111570 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 1112 0.012942 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.096550 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 1112 0.010499 10.0.0.19 - - [2026-03-30 03:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.119788 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 834 0.006028 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004133 10.0.0.19 - - [2026-03-30 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002152 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 151 0.079967 10.0.0.19 - - [2026-03-30 03:40:16] "GET /routing-instance/5250908b-a705-413d-93dc-438850b46212 HTTP/1.1" 404 171 0.002755 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domains HTTP/1.1" 200 280 0.002488 10.0.0.19 - - [2026-03-30 03:40:16] "DELETE /route-target/f268da0e-98fe-4a92-9fd0-279014a8262e HTTP/1.1" 200 115 0.022941 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2570 0.049634 10.0.0.19 - - [2026-03-30 03:40:16] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.19 - - [2026-03-30 03:40:16] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2299 0.071345 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 832 0.004879 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005218 10.0.0.19 - - [2026-03-30 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 151 0.080932 10.0.0.19 - - [2026-03-30 03:40:16] "GET /routing-instance/ad09248b-a249-4a61-8652-fff3423dc2fa HTTP/1.1" 404 171 0.004471 10.0.0.19 - - [2026-03-30 03:40:16] "DELETE /route-target/5d7fd9cb-3853-40f2-bc6d-6a845b741e08 HTTP/1.1" 200 115 0.025797 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domains HTTP/1.1" 200 280 0.003197 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2570 0.051441 10.0.0.19 - - [2026-03-30 03:40:16] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002151 10.0.0.19 - - [2026-03-30 03:40:16] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 2081 0.067830 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 833 0.005152 10.0.0.19 - - [2026-03-30 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002780 10.0.0.19 - - [2026-03-30 03:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.19 - - [2026-03-30 03:40:16] "POST /neutron/network HTTP/1.1" 200 151 0.078495 10.0.0.19 - - [2026-03-30 03:40:16] "DELETE /route-target/c897c18a-5401-413a-91dd-c655b5e39b15 HTTP/1.1" 200 115 0.017697 10.0.0.19 - - [2026-03-30 03:40:16] "GET /routing-instance/d236360c-5d3d-4c79-823f-325c55eda3c6 HTTP/1.1" 404 171 0.003839 10.0.0.19 - - [2026-03-30 03:40:16] "GET /domains HTTP/1.1" 200 280 0.003301 10.0.0.19 - - [2026-03-30 03:40:17] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.19 - - [2026-03-30 03:40:17] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2570 0.046738 10.0.0.19 - - [2026-03-30 03:40:17] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.19 - - [2026-03-30 03:40:17] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 1841 0.064112 10.0.0.19 - - [2026-03-30 03:40:17] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.19 - - [2026-03-30 03:40:17] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048972 10.0.0.19 - - [2026-03-30 03:40:17] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.19 - - [2026-03-30 03:40:17] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?fields=virtual_networks HTTP/1.1" 200 1029 0.068282 10.0.0.19 - - [2026-03-30 03:40:17] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.19 - - [2026-03-30 03:40:17] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.019932 10.0.0.19 - - [2026-03-30 03:40:17] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.19 - - [2026-03-30 03:40:17] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?fields=security_groups HTTP/1.1" 200 1253 0.021573 10.0.0.19 - - [2026-03-30 03:40:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.027568 10.0.0.19 - - [2026-03-30 03:40:18] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.19 - - [2026-03-30 03:40:18] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.19 - - [2026-03-30 03:40:18] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.040945 10.0.0.19 - - [2026-03-30 03:40:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001125 10.0.0.19 - - [2026-03-30 03:40:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.002820 10.0.0.19 - - [2026-03-30 03:40:18] "POST /security-groups HTTP/1.1" 200 592 0.084060 10.0.0.19 - - [2026-03-30 03:40:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.005034 10.0.0.19 - - [2026-03-30 03:40:18] "POST /projects HTTP/1.1" 200 587 0.224617 10.0.0.19 - - [2026-03-30 03:40:18] "POST /access-control-lists HTTP/1.1" 200 597 0.061742 10.0.0.19 - - [2026-03-30 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.299881 10.0.0.19 - - [2026-03-30 03:40:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002520 10.0.0.19 - - [2026-03-30 03:40:19] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.455827 10.0.0.19 - - [2026-03-30 03:40:19] "POST /access-control-lists HTTP/1.1" 200 595 0.064310 10.0.0.19 - - [2026-03-30 03:40:20] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.19 - - [2026-03-30 03:40:21] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.19 - - [2026-03-30 03:40:21] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001313 10.0.0.19 - - [2026-03-30 03:40:21] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.060797 10.0.0.19 - - [2026-03-30 03:40:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.002359 10.0.0.19 - - [2026-03-30 03:40:21] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014531 10.0.0.19 - - [2026-03-30 03:40:21] "GET /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004237 10.0.0.19 - - [2026-03-30 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.19 - - [2026-03-30 03:40:21] "GET /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003163 10.0.0.19 - - [2026-03-30 03:40:21] "GET /domains HTTP/1.1" 401 292 0.000397 10.0.0.19 - - [2026-03-30 03:40:22] "GET /domains HTTP/1.1" 200 280 0.026326 10.0.0.19 - - [2026-03-30 03:40:22] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.19 - - [2026-03-30 03:40:22] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2957 0.007144 10.0.0.19 - - [2026-03-30 03:40:22] "GET /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a HTTP/1.1" 200 1439 0.003647 10.0.0.19 - - [2026-03-30 03:40:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001921 10.0.0.19 - - [2026-03-30 03:40:22] "POST /network-ipams HTTP/1.1" 200 514 0.014421 10.0.0.19 - - [2026-03-30 03:40:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002569 10.0.0.19 - - [2026-03-30 03:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.19 - - [2026-03-30 03:40:22] "GET /network-ipam/6191917a-2d5a-48ef-af24-baad590abac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004231 10.0.0.19 - - [2026-03-30 03:40:22] "PUT /network-ipam/6191917a-2d5a-48ef-af24-baad590abac4 HTTP/1.1" 200 258 0.008405 10.0.0.19 - - [2026-03-30 03:40:22] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.19 - - [2026-03-30 03:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.19 - - [2026-03-30 03:40:22] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.19 - - [2026-03-30 03:40:22] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028996 10.0.0.19 - - [2026-03-30 03:40:22] "POST /neutron/network HTTP/1.1" 200 117 0.038866 10.0.0.19 - - [2026-03-30 03:40:22] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.19 - - [2026-03-30 03:40:22] "POST /neutron/network HTTP/1.1" 200 618 0.061607 10.0.0.19 - - [2026-03-30 03:40:22] "POST /route-targets HTTP/1.1" 200 327 0.011133 10.0.0.19 - - [2026-03-30 03:40:22] "POST /ref-update HTTP/1.1" 200 156 0.010833 10.0.0.19 - - [2026-03-30 03:40:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.19 - - [2026-03-30 03:40:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.195506 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 833 0.006224 10.0.0.19 - - [2026-03-30 03:40:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001138 10.0.0.19 - - [2026-03-30 03:40:23] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007544 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 833 0.005960 10.0.0.19 - - [2026-03-30 03:40:23] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005287 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 833 0.005621 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.007418 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 807 0.011729 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 833 0.005413 10.0.0.19 - - [2026-03-30 03:40:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001398 10.0.0.19 - - [2026-03-30 03:40:23] "POST /neutron/network HTTP/1.1" 200 843 0.006367 10.0.0.19 - - [2026-03-30 03:40:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.19 - - [2026-03-30 03:40:23] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.19 - - [2026-03-30 03:40:23] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2026-03-30 03:40:24] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.19 - - [2026-03-30 03:40:24] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.058102 10.0.0.19 - - [2026-03-30 03:40:24] "POST /neutron/network HTTP/1.1" 200 833 0.033410 10.0.0.19 - - [2026-03-30 03:40:24] "POST /neutron/port HTTP/1.1" 200 117 0.005172 10.0.0.19 - - [2026-03-30 03:40:24] "POST /neutron/port HTTP/1.1" 200 117 0.004246 10.0.0.19 - - [2026-03-30 03:40:24] "POST /neutron/port HTTP/1.1" 200 117 0.005118 10.0.0.19 - - [2026-03-30 03:40:24] "POST /neutron/network HTTP/1.1" 200 843 0.005077 10.0.0.19 - - [2026-03-30 03:40:24] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 1058 0.173963 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 1058 0.036480 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 1058 0.010465 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 1112 0.053559 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 1122 0.013436 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003091 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/subnet HTTP/1.1" 200 685 0.006164 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.19 - - [2026-03-30 03:40:25] "POST /neutron/network HTTP/1.1" 200 833 0.004688 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/port HTTP/1.1" 200 1122 0.010753 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005697 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011131 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005226 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/port HTTP/1.1" 200 1122 0.013163 10.0.0.19 - - [2026-03-30 03:40:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006453 10.0.0.19 - - [2026-03-30 03:40:29] "GET /virtual-machine/3ef655a0-8752-49cf-be8c-ddb54c29217a HTTP/1.1" 200 1293 0.004683 10.0.0.19 - - [2026-03-30 03:40:29] "GET /virtual-machine-interface/f567ddff-0e05-45e8-8d65-cfdb49b64eb2 HTTP/1.1" 200 2965 0.004543 10.0.0.19 - - [2026-03-30 03:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.19 - - [2026-03-30 03:40:29] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002841 10.0.0.19 - - [2026-03-30 03:40:29] "GET /virtual-networks?parent_id=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002586 10.0.0.19 - - [2026-03-30 03:40:29] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005096 10.0.0.19 - - [2026-03-30 03:40:31] "POST /neutron/port HTTP/1.1" 200 1122 0.011110 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/port HTTP/1.1" 200 1122 0.011732 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/network HTTP/1.1" 200 843 0.004898 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003034 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.006082 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.19 - - [2026-03-30 03:40:32] "POST /neutron/network HTTP/1.1" 200 833 0.005353 10.0.0.19 - - [2026-03-30 03:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.19 - - [2026-03-30 03:40:33] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004665 10.0.0.19 - - [2026-03-30 03:40:34] "POST /neutron/port HTTP/1.1" 200 1122 0.037868 10.0.0.19 - - [2026-03-30 03:40:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005228 10.0.0.19 - - [2026-03-30 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.19 - - [2026-03-30 03:40:35] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002872 10.0.0.19 - - [2026-03-30 03:40:35] "GET /virtual-networks?parent_id=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002677 10.0.0.19 - - [2026-03-30 03:40:35] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005145 10.0.0.19 - - [2026-03-30 03:40:35] "POST /neutron/port HTTP/1.1" 200 1122 0.011811 10.0.0.19 - - [2026-03-30 03:40:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005820 10.0.0.19 - - [2026-03-30 03:40:44] "POST /neutron/network HTTP/1.1" 200 807 0.009043 10.0.0.19 - - [2026-03-30 03:40:44] "POST /neutron/network HTTP/1.1" 200 833 0.005408 10.0.0.19 - - [2026-03-30 03:40:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001215 10.0.0.19 - - [2026-03-30 03:40:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012102 10.0.0.19 - - [2026-03-30 03:40:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005412 10.0.0.19 - - [2026-03-30 03:40:45] "POST /neutron/network HTTP/1.1" 200 843 0.004963 10.0.0.19 - - [2026-03-30 03:40:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.19 - - [2026-03-30 03:40:45] "GET / HTTP/1.1" 200 35931 0.001560 10.0.0.19 - - [2026-03-30 03:40:45] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.19 - - [2026-03-30 03:40:45] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.19 - - [2026-03-30 03:40:45] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.048957 10.0.0.19 - - [2026-03-30 03:40:45] "POST /neutron/network HTTP/1.1" 200 833 0.005254 10.0.0.19 - - [2026-03-30 03:40:45] "POST /neutron/port HTTP/1.1" 200 1122 0.014058 10.0.0.19 - - [2026-03-30 03:40:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008153 10.0.0.19 - - [2026-03-30 03:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.005089 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/network HTTP/1.1" 200 843 0.005227 10.0.0.19 - - [2026-03-30 03:40:46] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 1058 0.180392 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 1058 0.010642 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 1058 0.010092 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 1112 0.053151 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 1122 0.010774 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003089 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.005883 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.19 - - [2026-03-30 03:40:46] "POST /neutron/network HTTP/1.1" 200 833 0.004885 10.0.0.19 - - [2026-03-30 03:40:50] "DELETE /project/75af4611ae5f4ef6843d8fefcf2623ef HTTP/1.1" 404 173 0.003683 10.0.0.19 - - [2026-03-30 03:40:50] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.19 - - [2026-03-30 03:40:50] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.026821 10.0.0.19 - - [2026-03-30 03:40:50] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.19 - - [2026-03-30 03:40:50] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?fields=security_groups HTTP/1.1" 200 1358 0.067276 10.0.0.19 - - [2026-03-30 03:40:50] "DELETE /security-group/ea7f1c15-582c-4dac-976b-312f037f38d8 HTTP/1.1" 200 115 0.042952 10.0.0.19 - - [2026-03-30 03:40:50] "GET /projects?obj_uuids=feff53f9-28b8-4274-a4ac-18c52ffc9810&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001363 10.0.0.19 - - [2026-03-30 03:40:50] "DELETE /access-control-list/25cb321e-ae96-4950-89d2-c54dc58697d7 HTTP/1.1" 200 115 0.032287 10.0.0.19 - - [2026-03-30 03:40:50] "GET /project/feff53f9-28b8-4274-a4ac-18c52ffc9810?fields=application_policy_sets HTTP/1.1" 200 1397 0.036175 10.0.0.19 - - [2026-03-30 03:40:50] "DELETE /access-control-list/f3ef8f14-7ec6-40de-8494-979bc3ee759a HTTP/1.1" 200 115 0.030675 10.0.0.19 - - [2026-03-30 03:40:50] "DELETE /project/feff53f9-28b8-4274-a4ac-18c52ffc9810 HTTP/1.1" 200 115 0.333880 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011769 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006495 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011163 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006014 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011502 10.0.0.19 - - [2026-03-30 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005296 10.0.0.19 - - [2026-03-30 03:40:51] "GET /virtual-machine/e3ea1617-3014-494f-9722-b667a8491c62 HTTP/1.1" 200 1294 0.004755 10.0.0.19 - - [2026-03-30 03:40:51] "GET /virtual-machine-interface/c360435e-64d8-4be7-9942-1d76caa3831e HTTP/1.1" 200 2965 0.004658 10.0.0.19 - - [2026-03-30 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.19 - - [2026-03-30 03:40:51] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005404 10.0.0.19 - - [2026-03-30 03:40:51] "GET /virtual-networks?parent_id=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003530 10.0.0.19 - - [2026-03-30 03:40:51] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004571 10.0.0.19 - - [2026-03-30 03:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.19 - - [2026-03-30 03:40:54] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005144 10.0.0.19 - - [2026-03-30 03:40:55] "POST /neutron/port HTTP/1.1" 200 1122 0.020146 10.0.0.19 - - [2026-03-30 03:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005479 10.0.0.19 - - [2026-03-30 03:40:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055547 10.0.0.19 - - [2026-03-30 03:40:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052199 10.0.0.19 - - [2026-03-30 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.19 - - [2026-03-30 03:40:56] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002731 10.0.0.19 - - [2026-03-30 03:40:56] "GET /virtual-networks?parent_id=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002756 10.0.0.19 - - [2026-03-30 03:40:56] "GET /virtual-network/23efced0-9f90-4a2f-b075-6d865cdd5332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004868 10.0.0.19 - - [2026-03-30 03:40:56] "POST /neutron/port HTTP/1.1" 200 1122 0.011656 10.0.0.19 - - [2026-03-30 03:40:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006735 10.0.0.19 - - [2026-03-30 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2026-03-30 03:41:08] "DELETE /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a HTTP/1.1" 409 235 0.005752 10.0.0.19 - - [2026-03-30 03:41:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.002517 10.0.0.19 - - [2026-03-30 03:41:08] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014215 10.0.0.19 - - [2026-03-30 03:41:08] "GET /virtual-DNS-record/642de98e-e807-4a3a-873a-9540cb530cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004529 10.0.0.19 - - [2026-03-30 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.19 - - [2026-03-30 03:41:08] "GET /virtual-DNS-record/642de98e-e807-4a3a-873a-9540cb530cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003156 10.0.0.19 - - [2026-03-30 03:41:09] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.19 - - [2026-03-30 03:41:09] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.19 - - [2026-03-30 03:41:09] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2773 0.007985 10.0.0.19 - - [2026-03-30 03:41:09] "GET /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a HTTP/1.1" 200 1908 0.003847 10.0.0.19 - - [2026-03-30 03:41:09] "GET /virtual-DNS-record/642de98e-e807-4a3a-873a-9540cb530cf8 HTTP/1.1" 200 1335 0.002634 10.0.0.19 - - [2026-03-30 03:41:14] "DELETE /virtual-DNS-record/642de98e-e807-4a3a-873a-9540cb530cf8 HTTP/1.1" 200 115 0.020381 10.0.0.19 - - [2026-03-30 03:41:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003592 10.0.0.19 - - [2026-03-30 03:41:14] "POST /neutron/network HTTP/1.1" 200 833 0.009551 10.0.0.19 - - [2026-03-30 03:41:14] "POST /neutron/network HTTP/1.1" 400 204 0.012113 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 1122 0.015261 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 1112 0.009807 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 1122 0.021439 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 151 0.125824 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 1112 0.018299 10.0.0.19 - - [2026-03-30 03:41:15] "POST /neutron/port HTTP/1.1" 200 151 0.101273 10.0.0.19 - - [2026-03-30 03:41:16] "POST /neutron/network HTTP/1.1" 200 833 0.005620 10.0.0.19 - - [2026-03-30 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-03-30 03:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.031588 10.0.0.19 - - [2026-03-30 03:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.19 - - [2026-03-30 03:41:16] "POST /neutron/network HTTP/1.1" 200 151 0.233180 10.0.0.19 - - [2026-03-30 03:41:16] "DELETE /route-target/e8e45ef7-5ce0-4e53-8811-00d616c45da6 HTTP/1.1" 200 115 0.048082 10.0.0.19 - - [2026-03-30 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.19 - - [2026-03-30 03:41:16] "DELETE /network-ipam/6191917a-2d5a-48ef-af24-baad590abac4 HTTP/1.1" 200 115 0.022563 10.0.0.19 - - [2026-03-30 03:41:16] "DELETE /virtual-DNS/afee77ec-8430-491f-aca4-4e0f57906d2a HTTP/1.1" 200 115 0.026156 10.0.0.19 - - [2026-03-30 03:41:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.002855 10.0.0.19 - - [2026-03-30 03:41:17] "GET /domains HTTP/1.1" 200 280 0.002540 10.0.0.19 - - [2026-03-30 03:41:17] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.19 - - [2026-03-30 03:41:17] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2573 0.006942 10.0.0.19 - - [2026-03-30 03:41:17] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.19 - - [2026-03-30 03:41:17] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022567 10.0.0.19 - - [2026-03-30 03:41:17] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.19 - - [2026-03-30 03:41:17] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?fields=virtual_networks HTTP/1.1" 200 1043 0.065936 10.0.0.19 - - [2026-03-30 03:41:17] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.19 - - [2026-03-30 03:41:17] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.024961 10.0.0.19 - - [2026-03-30 03:41:17] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.19 - - [2026-03-30 03:41:17] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?fields=security_groups HTTP/1.1" 200 1270 0.022392 10.0.0.19 - - [2026-03-30 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.026695 10.0.0.19 - - [2026-03-30 03:41:18] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002179 10.0.0.19 - - [2026-03-30 03:41:18] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.19 - - [2026-03-30 03:41:18] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008749 10.0.0.19 - - [2026-03-30 03:41:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001096 10.0.0.19 - - [2026-03-30 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.004770 10.0.0.19 - - [2026-03-30 03:41:18] "POST /security-groups HTTP/1.1" 200 592 0.060093 10.0.0.19 - - [2026-03-30 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002824 10.0.0.19 - - [2026-03-30 03:41:18] "POST /projects HTTP/1.1" 200 587 0.202032 10.0.0.19 - - [2026-03-30 03:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.236390 10.0.0.19 - - [2026-03-30 03:41:18] "POST /access-control-lists HTTP/1.1" 200 597 0.055519 10.0.0.19 - - [2026-03-30 03:41:18] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.363347 10.0.0.19 - - [2026-03-30 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002521 10.0.0.19 - - [2026-03-30 03:41:18] "POST /access-control-lists HTTP/1.1" 200 595 0.060212 10.0.0.19 - - [2026-03-30 03:41:19] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.19 - - [2026-03-30 03:41:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.19 - - [2026-03-30 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.073930 10.0.0.19 - - [2026-03-30 03:41:20] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.19 - - [2026-03-30 03:41:21] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024491 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 117 0.037954 10.0.0.19 - - [2026-03-30 03:41:21] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 606 0.064436 10.0.0.19 - - [2026-03-30 03:41:21] "POST /route-targets HTTP/1.1" 200 327 0.010704 10.0.0.19 - - [2026-03-30 03:41:21] "POST /ref-update HTTP/1.1" 200 156 0.011468 10.0.0.19 - - [2026-03-30 03:41:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003581 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.183764 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 827 0.005039 10.0.0.19 - - [2026-03-30 03:41:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001301 10.0.0.19 - - [2026-03-30 03:41:21] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004325 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 827 0.006271 10.0.0.19 - - [2026-03-30 03:41:21] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006516 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 827 0.004830 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.006288 10.0.0.19 - - [2026-03-30 03:41:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001062 10.0.0.19 - - [2026-03-30 03:41:21] "POST /neutron/network HTTP/1.1" 200 837 0.004896 10.0.0.19 - - [2026-03-30 03:41:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000511 10.0.0.19 - - [2026-03-30 03:41:22] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.19 - - [2026-03-30 03:41:22] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000352 10.0.0.19 - - [2026-03-30 03:41:22] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.19 - - [2026-03-30 03:41:22] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053330 10.0.0.19 - - [2026-03-30 03:41:22] "POST /neutron/network HTTP/1.1" 200 827 0.004541 10.0.0.19 - - [2026-03-30 03:41:22] "POST /neutron/port HTTP/1.1" 200 117 0.004441 10.0.0.19 - - [2026-03-30 03:41:22] "POST /neutron/port HTTP/1.1" 200 117 0.004868 10.0.0.19 - - [2026-03-30 03:41:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.19 - - [2026-03-30 03:41:22] "POST /neutron/port HTTP/1.1" 200 117 0.004324 10.0.0.19 - - [2026-03-30 03:41:22] "POST /neutron/network HTTP/1.1" 200 837 0.005955 10.0.0.19 - - [2026-03-30 03:41:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/network HTTP/1.1" 200 837 0.004805 10.0.0.19 - - [2026-03-30 03:41:23] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.19 - - [2026-03-30 03:41:23] "GET / HTTP/1.1" 200 35931 0.002408 10.0.0.19 - - [2026-03-30 03:41:23] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1063 0.258854 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1063 0.013316 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1063 0.011476 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1117 0.070610 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1127 0.012432 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002966 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.006264 10.0.0.19 - - [2026-03-30 03:41:23] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 117 0.002335 10.0.0.19 - - [2026-03-30 03:41:23] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055429 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/network HTTP/1.1" 200 827 0.005731 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/network HTTP/1.1" 200 827 0.006389 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1127 0.016903 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006221 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 117 0.005751 10.0.0.19 - - [2026-03-30 03:41:23] "POST /neutron/port HTTP/1.1" 200 1127 0.015410 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007829 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/network HTTP/1.1" 200 837 0.005467 10.0.0.19 - - [2026-03-30 03:41:24] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002552 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 1063 0.271434 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 1063 0.018339 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 1063 0.012969 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 1117 0.059303 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 1127 0.011379 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.007478 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.19 - - [2026-03-30 03:41:24] "POST /neutron/network HTTP/1.1" 200 827 0.005315 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/port HTTP/1.1" 200 1127 0.015109 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005163 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/port HTTP/1.1" 200 1127 0.010927 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006117 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/port HTTP/1.1" 200 1127 0.014720 10.0.0.19 - - [2026-03-30 03:41:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005956 10.0.0.19 - - [2026-03-30 03:41:29] "GET /virtual-machine/f0f80747-add3-4d60-bdea-4d9b5144fe4f HTTP/1.1" 401 292 0.000423 10.0.0.19 - - [2026-03-30 03:41:29] "GET /virtual-machine/f0f80747-add3-4d60-bdea-4d9b5144fe4f HTTP/1.1" 200 1294 0.032256 10.0.0.19 - - [2026-03-30 03:41:29] "GET /virtual-machine-interface/e834e908-3ecd-4d88-b7af-499c17eb8fe4 HTTP/1.1" 200 2947 0.004307 10.0.0.19 - - [2026-03-30 03:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.19 - - [2026-03-30 03:41:29] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003097 10.0.0.19 - - [2026-03-30 03:41:29] "GET /virtual-networks?parent_id=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002578 10.0.0.19 - - [2026-03-30 03:41:29] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005116 10.0.0.19 - - [2026-03-30 03:41:31] "POST /neutron/port HTTP/1.1" 200 1127 0.011982 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/port HTTP/1.1" 200 1127 0.011700 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/network HTTP/1.1" 200 837 0.005966 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003951 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.006423 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/network HTTP/1.1" 200 827 0.006174 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/port HTTP/1.1" 200 1127 0.010761 10.0.0.19 - - [2026-03-30 03:41:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004987 10.0.0.19 - - [2026-03-30 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.19 - - [2026-03-30 03:41:32] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007061 10.0.0.19 - - [2026-03-30 03:41:33] "POST /neutron/port HTTP/1.1" 200 1127 0.015447 10.0.0.19 - - [2026-03-30 03:41:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005782 10.0.0.19 - - [2026-03-30 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2026-03-30 03:41:35] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-networks?parent_id=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003325 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005512 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/port HTTP/1.1" 200 1127 0.014273 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006133 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/port HTTP/1.1" 200 1127 0.011510 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005754 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/port HTTP/1.1" 200 1127 0.016297 10.0.0.19 - - [2026-03-30 03:41:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005767 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-machine/4bcf2940-f16f-421e-b1c4-1d4454401727 HTTP/1.1" 200 1293 0.004210 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-machine-interface/3fd88ce1-caca-490b-9255-795cfcccbfbf HTTP/1.1" 200 2946 0.004809 10.0.0.19 - - [2026-03-30 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.19 - - [2026-03-30 03:41:35] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003186 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-networks?parent_id=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002697 10.0.0.19 - - [2026-03-30 03:41:35] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005808 10.0.0.19 - - [2026-03-30 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006232 10.0.0.19 - - [2026-03-30 03:41:36] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003663 10.0.0.19 - - [2026-03-30 03:41:36] "GET /virtual-networks?parent_id=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002577 10.0.0.19 - - [2026-03-30 03:41:36] "GET /virtual-network/62c9e9d4-632f-4dee-a610-8eb54c8122a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005796 10.0.0.19 - - [2026-03-30 03:41:41] "POST /neutron/network HTTP/1.1" 200 827 0.005765 10.0.0.19 - - [2026-03-30 03:41:41] "POST /neutron/network HTTP/1.1" 400 204 0.009924 10.0.0.19 - - [2026-03-30 03:41:41] "POST /neutron/port HTTP/1.1" 200 1127 0.012472 10.0.0.19 - - [2026-03-30 03:41:41] "POST /neutron/port HTTP/1.1" 200 1117 0.009932 10.0.0.19 - - [2026-03-30 03:41:41] "POST /neutron/port HTTP/1.1" 200 1127 0.017325 10.0.0.19 - - [2026-03-30 03:41:42] "POST /neutron/port HTTP/1.1" 200 1117 0.018839 10.0.0.19 - - [2026-03-30 03:41:42] "POST /neutron/port HTTP/1.1" 200 151 0.129006 10.0.0.19 - - [2026-03-30 03:41:42] "POST /neutron/port HTTP/1.1" 200 151 0.111018 10.0.0.19 - - [2026-03-30 03:41:43] "POST /neutron/network HTTP/1.1" 200 827 0.006359 10.0.0.19 - - [2026-03-30 03:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.19 - - [2026-03-30 03:41:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.19 - - [2026-03-30 03:41:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.19 - - [2026-03-30 03:41:43] "POST /neutron/network HTTP/1.1" 200 151 0.080082 10.0.0.19 - - [2026-03-30 03:41:43] "DELETE /route-target/7551c9c3-809d-4bc1-b5ad-c8e9268df5cd HTTP/1.1" 200 115 0.021242 10.0.0.19 - - [2026-03-30 03:41:43] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.19 - - [2026-03-30 03:41:43] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021489 10.0.0.19 - - [2026-03-30 03:41:43] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.19 - - [2026-03-30 03:41:43] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?fields=virtual_networks HTTP/1.1" 200 1044 0.066472 10.0.0.19 - - [2026-03-30 03:41:44] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.19 - - [2026-03-30 03:41:44] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.021487 10.0.0.19 - - [2026-03-30 03:41:44] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.19 - - [2026-03-30 03:41:44] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?fields=security_groups HTTP/1.1" 200 1271 0.023271 10.0.0.19 - - [2026-03-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.028017 10.0.0.19 - - [2026-03-30 03:41:45] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002641 10.0.0.19 - - [2026-03-30 03:41:45] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.19 - - [2026-03-30 03:41:45] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007728 10.0.0.19 - - [2026-03-30 03:41:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.001137 10.0.0.19 - - [2026-03-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.003421 10.0.0.19 - - [2026-03-30 03:41:45] "POST /security-groups HTTP/1.1" 200 591 0.064521 10.0.0.19 - - [2026-03-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002405 10.0.0.19 - - [2026-03-30 03:41:45] "POST /projects HTTP/1.1" 200 585 0.208541 10.0.0.19 - - [2026-03-30 03:41:45] "POST /access-control-lists HTTP/1.1" 200 596 0.062573 10.0.0.19 - - [2026-03-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.276263 10.0.0.19 - - [2026-03-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.002821 10.0.0.19 - - [2026-03-30 03:41:45] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.404791 10.0.0.19 - - [2026-03-30 03:41:45] "POST /access-control-lists HTTP/1.1" 200 594 0.065856 10.0.0.19 - - [2026-03-30 03:41:46] "GET / HTTP/1.1" 200 35931 0.002648 10.0.0.19 - - [2026-03-30 03:41:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.19 - - [2026-03-30 03:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.059262 10.0.0.19 - - [2026-03-30 03:41:47] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.19 - - [2026-03-30 03:41:47] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022977 10.0.0.19 - - [2026-03-30 03:41:47] "POST /neutron/network HTTP/1.1" 200 117 0.034504 10.0.0.19 - - [2026-03-30 03:41:47] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.19 - - [2026-03-30 03:41:47] "POST /neutron/network HTTP/1.1" 200 625 0.062138 10.0.0.19 - - [2026-03-30 03:41:47] "POST /route-targets HTTP/1.1" 200 327 0.010324 10.0.0.19 - - [2026-03-30 03:41:47] "POST /ref-update HTTP/1.1" 200 156 0.011333 10.0.0.19 - - [2026-03-30 03:41:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.19 - - [2026-03-30 03:41:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.178518 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/network HTTP/1.1" 200 839 0.004610 10.0.0.19 - - [2026-03-30 03:41:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001091 10.0.0.19 - - [2026-03-30 03:41:48] "GET /virtual-network/e2096907-dd25-4154-9bb7-fa49a592b8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004376 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/network HTTP/1.1" 200 839 0.005998 10.0.0.19 - - [2026-03-30 03:41:48] "GET /virtual-network/e2096907-dd25-4154-9bb7-fa49a592b8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004552 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/network HTTP/1.1" 200 839 0.004949 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.006222 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/network HTTP/1.1" 200 839 0.005339 10.0.0.19 - - [2026-03-30 03:41:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001411 10.0.0.19 - - [2026-03-30 03:41:48] "POST /neutron/network HTTP/1.1" 200 849 0.007883 10.0.0.19 - - [2026-03-30 03:41:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.19 - - [2026-03-30 03:41:48] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.19 - - [2026-03-30 03:41:48] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2026-03-30 03:41:49] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.19 - - [2026-03-30 03:41:49] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048600 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/network HTTP/1.1" 200 839 0.004928 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 117 0.004882 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 117 0.004546 10.0.0.19 - - [2026-03-30 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.19 - - [2026-03-30 03:41:49] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002790 10.0.0.19 - - [2026-03-30 03:41:49] "PUT /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 276 0.011970 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 117 0.004948 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/network HTTP/1.1" 200 849 0.006169 10.0.0.19 - - [2026-03-30 03:41:49] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1055 0.190543 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1055 0.014554 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1055 0.014017 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1109 0.052589 10.0.0.19 - - [2026-03-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1119 0.010585 10.0.0.19 - - [2026-03-30 03:41:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003471 10.0.0.19 - - [2026-03-30 03:41:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.007120 10.0.0.19 - - [2026-03-30 03:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.19 - - [2026-03-30 03:41:50] "POST /neutron/network HTTP/1.1" 200 839 0.004861 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /project/0857a211a10240819afe7ff507836442 HTTP/1.1" 404 173 0.008054 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /project/2b596d69db63468ead053583eb27a89a HTTP/1.1" 404 173 0.007450 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002097 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.030637 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.033783 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000741 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?fields=security_groups HTTP/1.1" 200 1376 0.078511 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?fields=security_groups HTTP/1.1" 200 1375 0.081290 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /security-group/1458f9aa-af86-4fae-9193-2ab87ed82b93 HTTP/1.1" 200 115 0.051019 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=2b596d69-db63-468e-ad05-3583eb27a89a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /security-group/fdda85e7-3381-403d-853d-c84e8de35c5f HTTP/1.1" 200 115 0.059993 10.0.0.19 - - [2026-03-30 03:41:50] "GET /projects?obj_uuids=75af4611-ae5f-4ef6-843d-8fefcf2623ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001397 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /access-control-list/3246c0f9-b370-4f92-9dbe-e676da9b7550 HTTP/1.1" 200 115 0.042396 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/2b596d69-db63-468e-ad05-3583eb27a89a?fields=application_policy_sets HTTP/1.1" 200 1415 0.046965 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /access-control-list/9396d546-c4e8-4555-bedb-4c011c4fa30a HTTP/1.1" 200 115 0.040802 10.0.0.19 - - [2026-03-30 03:41:50] "GET /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef?fields=application_policy_sets HTTP/1.1" 200 1414 0.079908 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /access-control-list/e51c6034-1c4f-46cc-855d-71130ab3f452 HTTP/1.1" 200 115 0.048680 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /access-control-list/c70d5963-bece-4049-a992-a331f015fde5 HTTP/1.1" 200 115 0.034562 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /project/2b596d69-db63-468e-ad05-3583eb27a89a HTTP/1.1" 200 115 0.408337 10.0.0.19 - - [2026-03-30 03:41:50] "DELETE /project/75af4611-ae5f-4ef6-843d-8fefcf2623ef HTTP/1.1" 200 115 0.436486 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/port HTTP/1.1" 200 1119 0.014381 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005601 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/port HTTP/1.1" 200 1119 0.012389 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005581 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/port HTTP/1.1" 200 1119 0.011033 10.0.0.19 - - [2026-03-30 03:41:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005663 10.0.0.19 - - [2026-03-30 03:41:54] "GET /virtual-machine/d74b3366-4b6f-45b3-b09b-0e3327a20f98 HTTP/1.1" 401 292 0.000601 10.0.0.19 - - [2026-03-30 03:41:55] "GET /virtual-machine/d74b3366-4b6f-45b3-b09b-0e3327a20f98 HTTP/1.1" 200 1293 0.036980 10.0.0.19 - - [2026-03-30 03:41:55] "GET /virtual-machine-interface/41d7196a-5964-4afc-b062-71d2c629014c HTTP/1.1" 200 2971 0.005734 10.0.0.19 - - [2026-03-30 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.19 - - [2026-03-30 03:41:55] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002767 10.0.0.19 - - [2026-03-30 03:41:55] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003024 10.0.0.19 - - [2026-03-30 03:41:55] "GET /virtual-network/e2096907-dd25-4154-9bb7-fa49a592b8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004791 10.0.0.19 - - [2026-03-30 03:41:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060993 10.0.0.19 - - [2026-03-30 03:41:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054280 10.0.0.19 - - [2026-03-30 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2026-03-30 03:41:58] "GET /virtual-network/e2096907-dd25-4154-9bb7-fa49a592b8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008457 10.0.0.19 - - [2026-03-30 03:41:58] "POST /neutron/port HTTP/1.1" 200 1119 0.011153 10.0.0.19 - - [2026-03-30 03:41:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004786 10.0.0.19 - - [2026-03-30 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.19 - - [2026-03-30 03:42:00] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003581 10.0.0.19 - - [2026-03-30 03:42:00] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003689 10.0.0.19 - - [2026-03-30 03:42:00] "GET /virtual-network/e2096907-dd25-4154-9bb7-fa49a592b8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005272 10.0.0.19 - - [2026-03-30 03:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.19 - - [2026-03-30 03:42:02] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002795 10.0.0.19 - - [2026-03-30 03:42:02] "PUT /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 276 0.007853 10.0.0.19 - - [2026-03-30 03:42:02] "POST /neutron/network HTTP/1.1" 200 839 0.005171 10.0.0.19 - - [2026-03-30 03:42:02] "POST /neutron/network HTTP/1.1" 400 204 0.016992 10.0.0.19 - - [2026-03-30 03:42:03] "POST /neutron/port HTTP/1.1" 200 1119 0.012697 10.0.0.19 - - [2026-03-30 03:42:03] "POST /neutron/port HTTP/1.1" 200 1109 0.008748 10.0.0.19 - - [2026-03-30 03:42:03] "POST /neutron/port HTTP/1.1" 200 151 0.093755 10.0.0.19 - - [2026-03-30 03:42:04] "POST /neutron/network HTTP/1.1" 200 839 0.004801 10.0.0.19 - - [2026-03-30 03:42:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002804 10.0.0.19 - - [2026-03-30 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.19 - - [2026-03-30 03:42:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001623 10.0.0.19 - - [2026-03-30 03:42:04] "POST /neutron/network HTTP/1.1" 200 151 0.065041 10.0.0.19 - - [2026-03-30 03:42:04] "DELETE /route-target/62806d29-dc4b-46a8-be8e-cb40880deb2b HTTP/1.1" 200 115 0.015690 10.0.0.19 - - [2026-03-30 03:42:05] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002446 10.0.0.19 - - [2026-03-30 03:42:05] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29 HTTP/1.1" 200 1881 0.003159 10.0.0.19 - - [2026-03-30 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.19 - - [2026-03-30 03:42:05] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.19 - - [2026-03-30 03:42:05] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028358 10.0.0.19 - - [2026-03-30 03:42:05] "POST /neutron/network HTTP/1.1" 200 117 0.009456 10.0.0.19 - - [2026-03-30 03:42:05] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.19 - - [2026-03-30 03:42:05] "POST /neutron/network HTTP/1.1" 200 605 0.064803 10.0.0.19 - - [2026-03-30 03:42:05] "POST /route-targets HTTP/1.1" 200 327 0.009836 10.0.0.19 - - [2026-03-30 03:42:05] "POST /ref-update HTTP/1.1" 200 156 0.012390 10.0.0.19 - - [2026-03-30 03:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004205 10.0.0.19 - - [2026-03-30 03:42:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.194686 10.0.0.19 - - [2026-03-30 03:42:05] "POST /neutron/network HTTP/1.1" 200 824 0.005097 10.0.0.19 - - [2026-03-30 03:42:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001442 10.0.0.19 - - [2026-03-30 03:42:05] "GET /virtual-network/f18a2663-d857-4cd4-b9ec-213dbdcbf22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004773 10.0.0.19 - - [2026-03-30 03:42:05] "POST /neutron/network HTTP/1.1" 200 824 0.005340 10.0.0.19 - - [2026-03-30 03:42:05] "GET /virtual-network/f18a2663-d857-4cd4-b9ec-213dbdcbf22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007060 10.0.0.19 - - [2026-03-30 03:42:06] "POST /neutron/network HTTP/1.1" 200 824 0.005169 10.0.0.19 - - [2026-03-30 03:42:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.006958 10.0.0.19 - - [2026-03-30 03:42:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001142 10.0.0.19 - - [2026-03-30 03:42:06] "POST /neutron/network HTTP/1.1" 200 834 0.004710 10.0.0.19 - - [2026-03-30 03:42:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000481 10.0.0.19 - - [2026-03-30 03:42:06] "GET / HTTP/1.1" 200 35931 0.002096 10.0.0.19 - - [2026-03-30 03:42:06] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000362 10.0.0.19 - - [2026-03-30 03:42:06] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001424 10.0.0.19 - - [2026-03-30 03:42:06] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049835 10.0.0.19 - - [2026-03-30 03:42:06] "POST /neutron/network HTTP/1.1" 200 824 0.005015 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.004826 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.006519 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/network HTTP/1.1" 200 834 0.005307 10.0.0.19 - - [2026-03-30 03:42:07] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 1060 0.182143 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 1060 0.011686 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 1060 0.010232 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 1114 0.056763 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 1124 0.012515 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003245 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.007584 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.19 - - [2026-03-30 03:42:07] "POST /neutron/network HTTP/1.1" 200 824 0.005056 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/port HTTP/1.1" 200 1124 0.011168 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006713 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/port HTTP/1.1" 200 1124 0.014233 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006009 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/port HTTP/1.1" 200 1124 0.017031 10.0.0.19 - - [2026-03-30 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007005 10.0.0.19 - - [2026-03-30 03:42:12] "GET /virtual-machine/86760bcd-43c3-43fd-be86-b6bd1ce9a562 HTTP/1.1" 200 1292 0.006200 10.0.0.19 - - [2026-03-30 03:42:12] "GET /virtual-machine-interface/0e8042b4-20b4-47ad-8577-6262cf3ba04f HTTP/1.1" 200 2940 0.004827 10.0.0.19 - - [2026-03-30 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.19 - - [2026-03-30 03:42:12] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002844 10.0.0.19 - - [2026-03-30 03:42:12] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002800 10.0.0.19 - - [2026-03-30 03:42:12] "GET /virtual-network/f18a2663-d857-4cd4-b9ec-213dbdcbf22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004759 10.0.0.19 - - [2026-03-30 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.19 - - [2026-03-30 03:42:15] "GET /virtual-network/f18a2663-d857-4cd4-b9ec-213dbdcbf22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004582 10.0.0.19 - - [2026-03-30 03:42:16] "POST /neutron/port HTTP/1.1" 200 1124 0.012484 10.0.0.19 - - [2026-03-30 03:42:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004969 10.0.0.19 - - [2026-03-30 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.19 - - [2026-03-30 03:42:17] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003027 10.0.0.19 - - [2026-03-30 03:42:17] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003656 10.0.0.19 - - [2026-03-30 03:42:17] "GET /virtual-network/f18a2663-d857-4cd4-b9ec-213dbdcbf22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005536 10.0.0.19 - - [2026-03-30 03:42:19] "POST /neutron/network HTTP/1.1" 200 824 0.006485 10.0.0.19 - - [2026-03-30 03:42:19] "POST /neutron/network HTTP/1.1" 400 204 0.011324 10.0.0.19 - - [2026-03-30 03:42:20] "POST /neutron/port HTTP/1.1" 200 1124 0.011520 10.0.0.19 - - [2026-03-30 03:42:20] "POST /neutron/port HTTP/1.1" 200 1114 0.010484 10.0.0.19 - - [2026-03-30 03:42:20] "POST /neutron/port HTTP/1.1" 200 151 0.090261 10.0.0.19 - - [2026-03-30 03:42:21] "POST /neutron/network HTTP/1.1" 200 824 0.005037 10.0.0.19 - - [2026-03-30 03:42:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002869 10.0.0.19 - - [2026-03-30 03:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.19 - - [2026-03-30 03:42:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004519 10.0.0.19 - - [2026-03-30 03:42:21] "POST /neutron/network HTTP/1.1" 200 151 0.079649 10.0.0.19 - - [2026-03-30 03:42:21] "DELETE /route-target/38efae0e-d0e2-4a15-8a15-28b0094a8451 HTTP/1.1" 200 115 0.020961 10.0.0.19 - - [2026-03-30 03:42:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002742 10.0.0.19 - - [2026-03-30 03:42:22] "POST /network-ipams HTTP/1.1" 200 541 0.020014 10.0.0.19 - - [2026-03-30 03:42:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003234 10.0.0.19 - - [2026-03-30 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.19 - - [2026-03-30 03:42:22] "GET /network-ipam/5cfa2eb1-dcab-4f74-883c-bc1cc6b20d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.006169 10.0.0.19 - - [2026-03-30 03:42:22] "PUT /network-ipam/5cfa2eb1-dcab-4f74-883c-bc1cc6b20d5f HTTP/1.1" 200 258 0.012369 10.0.0.19 - - [2026-03-30 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.19 - - [2026-03-30 03:42:22] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.19 - - [2026-03-30 03:42:22] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025165 10.0.0.19 - - [2026-03-30 03:42:22] "POST /neutron/network HTTP/1.1" 200 117 0.008262 10.0.0.19 - - [2026-03-30 03:42:22] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.19 - - [2026-03-30 03:42:22] "POST /neutron/network HTTP/1.1" 200 605 0.057202 10.0.0.19 - - [2026-03-30 03:42:23] "POST /route-targets HTTP/1.1" 200 327 0.010701 10.0.0.19 - - [2026-03-30 03:42:23] "POST /ref-update HTTP/1.1" 200 156 0.009924 10.0.0.19 - - [2026-03-30 03:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003801 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.129446 10.0.0.19 - - [2026-03-30 03:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005193 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.188179 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/network HTTP/1.1" 200 994 0.006034 10.0.0.19 - - [2026-03-30 03:42:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001260 10.0.0.19 - - [2026-03-30 03:42:23] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004642 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/network HTTP/1.1" 200 994 0.007252 10.0.0.19 - - [2026-03-30 03:42:23] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005652 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/network HTTP/1.1" 200 994 0.006227 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006750 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006595 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/network HTTP/1.1" 200 994 0.006596 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006600 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006097 10.0.0.19 - - [2026-03-30 03:42:23] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.19 - - [2026-03-30 03:42:23] "POST /neutron/port HTTP/1.1" 200 1017 0.219199 10.0.0.19 - - [2026-03-30 03:42:23] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.175306 10.0.0.19 - - [2026-03-30 03:42:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001179 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.009393 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.009329 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/network HTTP/1.1" 200 994 0.006265 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.008119 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.004547 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.013720 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.004046 10.0.0.19 - - [2026-03-30 03:42:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.005288 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.010665 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.010134 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/network HTTP/1.1" 200 994 0.007292 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.016587 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.005272 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.008249 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.004050 10.0.0.19 - - [2026-03-30 03:42:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001212 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.010956 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/network HTTP/1.1" 200 1004 0.005831 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.009118 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.019109 10.0.0.19 - - [2026-03-30 03:42:24] "POST /neutron/port HTTP/1.1" 200 1017 0.009198 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1109 0.076394 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/network HTTP/1.1" 200 1004 0.005459 10.0.0.19 - - [2026-03-30 03:42:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1119 0.012183 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003176 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.009055 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.006361 10.0.0.19 - - [2026-03-30 03:42:25] "GET / HTTP/1.1" 200 35931 0.001669 10.0.0.19 - - [2026-03-30 03:42:25] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009149 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/network HTTP/1.1" 200 1004 0.005433 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008213 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.010539 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1109 0.085140 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 1119 0.016050 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.016517 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.007599 10.0.0.19 - - [2026-03-30 03:42:25] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.19 - - [2026-03-30 03:42:25] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.055294 10.0.0.19 - - [2026-03-30 03:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.008020 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/port HTTP/1.1" 200 2086 0.023217 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008665 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.004273 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains HTTP/1.1" 200 280 0.002335 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.008819 10.0.0.19 - - [2026-03-30 03:42:26] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.19 - - [2026-03-30 03:42:26] "GET /project/0857a211-a102-4081-9afe-7ff507836442 HTTP/1.1" 200 2851 0.066169 10.0.0.19 - - [2026-03-30 03:42:26] "GET /network-ipam/5cfa2eb1-dcab-4f74-883c-bc1cc6b20d5f HTTP/1.1" 200 2645 0.010075 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains HTTP/1.1" 200 280 0.003109 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.007625 10.0.0.19 - - [2026-03-30 03:42:26] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.19 - - [2026-03-30 03:42:26] "GET /project/0857a211-a102-4081-9afe-7ff507836442 HTTP/1.1" 200 2851 0.078546 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673 HTTP/1.1" 200 3778 0.007378 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673 HTTP/1.1" 200 3778 0.005588 10.0.0.19 - - [2026-03-30 03:42:26] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 200 2380 0.012155 10.0.0.19 - - [2026-03-30 03:42:26] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 200 2380 0.007725 10.0.0.19 - - [2026-03-30 03:42:26] "GET /route-target/7c9c9e03-8dd7-4665-a8f1-b396a564261c HTTP/1.1" 200 1204 0.003859 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673 HTTP/1.1" 200 3778 0.005903 10.0.0.19 - - [2026-03-30 03:42:26] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 200 2380 0.003115 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004555 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673 HTTP/1.1" 200 3778 0.004676 10.0.0.19 - - [2026-03-30 03:42:26] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 200 2380 0.003309 10.0.0.19 - - [2026-03-30 03:42:26] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 200 2380 0.003227 10.0.0.19 - - [2026-03-30 03:42:26] "GET /route-target/7c9c9e03-8dd7-4665-a8f1-b396a564261c HTTP/1.1" 200 1204 0.003576 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains HTTP/1.1" 200 280 0.004362 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.19 - - [2026-03-30 03:42:26] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.009498 10.0.0.19 - - [2026-03-30 03:42:26] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/network HTTP/1.1" 200 1004 0.018086 10.0.0.19 - - [2026-03-30 03:42:26] "GET /project/0857a211-a102-4081-9afe-7ff507836442 HTTP/1.1" 200 2851 0.092052 10.0.0.19 - - [2026-03-30 03:42:26] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673 HTTP/1.1" 200 3778 0.007159 10.0.0.19 - - [2026-03-30 03:42:26] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/port HTTP/1.1" 200 1055 0.277766 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/port HTTP/1.1" 200 1055 0.022106 10.0.0.19 - - [2026-03-30 03:42:26] "POST /neutron/port HTTP/1.1" 200 1055 0.016983 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 1109 0.094532 10.0.0.19 - - [2026-03-30 03:42:27] "GET /obj-perms HTTP/1.1" 200 5030 0.111148 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 1119 0.015332 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 1119 0.014905 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005210 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005153 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.007761 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 1119 0.022792 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/network HTTP/1.1" 200 994 0.009430 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016001 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/port HTTP/1.1" 200 1119 0.010076 10.0.0.19 - - [2026-03-30 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005561 10.0.0.19 - - [2026-03-30 03:42:27] "GET /virtual-machine/0ad76fac-2099-43cc-ac0b-0242b750fc00 HTTP/1.1" 200 1287 0.004577 10.0.0.19 - - [2026-03-30 03:42:27] "GET /virtual-machine-interface/3b4cb1e4-b1c8-4d5d-b496-7b6ed112a289 HTTP/1.1" 200 2941 0.004228 10.0.0.19 - - [2026-03-30 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.19 - - [2026-03-30 03:42:27] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003940 10.0.0.19 - - [2026-03-30 03:42:27] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002825 10.0.0.19 - - [2026-03-30 03:42:27] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004791 10.0.0.19 - - [2026-03-30 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.19 - - [2026-03-30 03:42:30] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004533 10.0.0.19 - - [2026-03-30 03:42:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011824 10.0.0.19 - - [2026-03-30 03:42:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005447 10.0.0.19 - - [2026-03-30 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.19 - - [2026-03-30 03:42:34] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004321 10.0.0.19 - - [2026-03-30 03:42:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011854 10.0.0.19 - - [2026-03-30 03:42:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008080 10.0.0.19 - - [2026-03-30 03:42:36] "POST /neutron/port HTTP/1.1" 200 1119 0.012187 10.0.0.19 - - [2026-03-30 03:42:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004835 10.0.0.19 - - [2026-03-30 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.19 - - [2026-03-30 03:42:36] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002901 10.0.0.19 - - [2026-03-30 03:42:36] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003346 10.0.0.19 - - [2026-03-30 03:42:36] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006648 10.0.0.19 - - [2026-03-30 03:42:37] "POST /neutron/port HTTP/1.1" 200 1119 0.011990 10.0.0.19 - - [2026-03-30 03:42:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006685 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/port HTTP/1.1" 200 1119 0.015601 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007897 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012249 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005974 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011795 10.0.0.19 - - [2026-03-30 03:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005258 10.0.0.19 - - [2026-03-30 03:42:42] "GET /virtual-machine/06055d2a-a90c-41d9-a14d-d92c263e80b2 HTTP/1.1" 200 1287 0.004571 10.0.0.19 - - [2026-03-30 03:42:42] "GET /virtual-machine-interface/56edfd7f-ccfb-4ca0-aa62-96be9c1f8482 HTTP/1.1" 200 2941 0.004996 10.0.0.19 - - [2026-03-30 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.19 - - [2026-03-30 03:42:42] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003518 10.0.0.19 - - [2026-03-30 03:42:42] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002968 10.0.0.19 - - [2026-03-30 03:42:42] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006876 10.0.0.19 - - [2026-03-30 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.19 - - [2026-03-30 03:42:43] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002915 10.0.0.19 - - [2026-03-30 03:42:43] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002821 10.0.0.19 - - [2026-03-30 03:42:43] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005120 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011946 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005436 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/port HTTP/1.1" 200 1119 0.012134 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005833 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/port HTTP/1.1" 200 1119 0.012882 10.0.0.19 - - [2026-03-30 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007437 10.0.0.19 - - [2026-03-30 03:42:44] "GET /virtual-machine/b7e68d65-35d6-4354-891e-89de6f558e76 HTTP/1.1" 200 1292 0.004325 10.0.0.19 - - [2026-03-30 03:42:44] "GET /virtual-machine-interface/c290a96e-c923-4f82-ac83-49f0ecad99f3 HTTP/1.1" 200 2942 0.005296 10.0.0.19 - - [2026-03-30 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.19 - - [2026-03-30 03:42:44] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003637 10.0.0.19 - - [2026-03-30 03:42:44] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002933 10.0.0.19 - - [2026-03-30 03:42:44] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004808 10.0.0.19 - - [2026-03-30 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2026-03-30 03:42:45] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002534 10.0.0.19 - - [2026-03-30 03:42:45] "GET /virtual-networks?parent_id=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002429 10.0.0.19 - - [2026-03-30 03:42:45] "GET /virtual-network/01093acb-b906-4cb5-a4f7-cafb9d55d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005151 10.0.0.19 - - [2026-03-30 03:42:57] "GET /obj-perms HTTP/1.1" 200 5056 0.051299 10.0.0.19 - - [2026-03-30 03:42:57] "GET /obj-perms HTTP/1.1" 200 5056 0.051839 10.0.0.19 - - [2026-03-30 03:43:01] "POST /neutron/port HTTP/1.1" 200 1109 0.013132 10.0.0.19 - - [2026-03-30 03:43:01] "POST /neutron/port HTTP/1.1" 200 1109 0.015725 10.0.0.19 - - [2026-03-30 03:43:01] "POST /neutron/port HTTP/1.1" 200 151 0.107933 10.0.0.19 - - [2026-03-30 03:43:01] "POST /neutron/port HTTP/1.1" 200 1109 0.010046 10.0.0.19 - - [2026-03-30 03:43:01] "POST /neutron/port HTTP/1.1" 200 1109 0.009143 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/port HTTP/1.1" 200 1119 0.024854 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.139544 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/port HTTP/1.1" 200 1109 0.022302 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/network HTTP/1.1" 200 994 0.014138 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/network HTTP/1.1" 400 204 0.020412 10.0.0.19 - - [2026-03-30 03:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.116186 10.0.0.19 - - [2026-03-30 03:43:04] "POST /neutron/network HTTP/1.1" 200 994 0.007616 10.0.0.19 - - [2026-03-30 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.19 - - [2026-03-30 03:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.19 - - [2026-03-30 03:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004049 10.0.0.19 - - [2026-03-30 03:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005091 10.0.0.19 - - [2026-03-30 03:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005185 10.0.0.19 - - [2026-03-30 03:43:04] "DELETE /route-target/7c9c9e03-8dd7-4665-a8f1-b396a564261c HTTP/1.1" 200 115 0.028296 10.0.0.19 - - [2026-03-30 03:43:04] "POST /neutron/network HTTP/1.1" 200 151 0.124496 10.0.0.19 - - [2026-03-30 03:43:04] "GET /routing-instance/22a3eb9f-fcc5-473f-a856-6424426f29c3 HTTP/1.1" 404 171 0.002187 10.0.0.19 - - [2026-03-30 03:43:04] "GET /domains HTTP/1.1" 200 280 0.002103 10.0.0.19 - - [2026-03-30 03:43:04] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.19 - - [2026-03-30 03:43:04] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.049414 10.0.0.19 - - [2026-03-30 03:43:04] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.19 - - [2026-03-30 03:43:04] "GET /project/0857a211-a102-4081-9afe-7ff507836442 HTTP/1.1" 200 2094 0.060390 10.0.0.19 - - [2026-03-30 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.19 - - [2026-03-30 03:43:04] "DELETE /network-ipam/5cfa2eb1-dcab-4f74-883c-bc1cc6b20d5f HTTP/1.1" 200 115 0.020616 10.0.0.19 - - [2026-03-30 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002962 10.0.0.19 - - [2026-03-30 03:43:04] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.19 - - [2026-03-30 03:43:04] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.054727 10.0.0.19 - - [2026-03-30 03:43:04] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.19 - - [2026-03-30 03:43:04] "GET /project/0857a211-a102-4081-9afe-7ff507836442?fields=virtual_networks HTTP/1.1" 200 1041 0.031305 10.0.0.19 - - [2026-03-30 03:43:04] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.19 - - [2026-03-30 03:43:04] "GET /project/0857a211-a102-4081-9afe-7ff507836442?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.021180 10.0.0.19 - - [2026-03-30 03:43:05] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.19 - - [2026-03-30 03:43:05] "GET /project/0857a211-a102-4081-9afe-7ff507836442?fields=security_groups HTTP/1.1" 200 1267 0.028801 10.0.0.19 - - [2026-03-30 03:43:06] "POST /neutron/port HTTP/1.1" 200 117 0.005083 10.0.0.19 - - [2026-03-30 03:43:06] "POST /neutron/port HTTP/1.1" 400 205 0.002712 10.0.0.19 - - [2026-03-30 03:43:06] "POST /neutron/port HTTP/1.1" 200 117 0.005873 10.0.0.19 - - [2026-03-30 03:43:07] "POST /neutron/port HTTP/1.1" 400 205 0.003561 10.0.0.19 - - [2026-03-30 03:43:12] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.055550 10.0.0.19 - - [2026-03-30 03:43:13] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002313 10.0.0.19 - - [2026-03-30 03:43:13] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.19 - - [2026-03-30 03:43:13] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006202 10.0.0.19 - - [2026-03-30 03:43:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001677 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.004862 10.0.0.19 - - [2026-03-30 03:43:13] "POST /security-groups HTTP/1.1" 200 586 0.067339 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002425 10.0.0.19 - - [2026-03-30 03:43:13] "POST /projects HTTP/1.1" 200 575 0.230031 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.269423 10.0.0.19 - - [2026-03-30 03:43:13] "POST /access-control-lists HTTP/1.1" 200 591 0.058991 10.0.0.19 - - [2026-03-30 03:43:13] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.398161 10.0.0.19 - - [2026-03-30 03:43:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.003676 10.0.0.19 - - [2026-03-30 03:43:14] "POST /access-control-lists HTTP/1.1" 200 589 0.056480 10.0.0.19 - - [2026-03-30 03:43:15] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.19 - - [2026-03-30 03:43:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-03-30 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.026183 10.0.0.19 - - [2026-03-30 03:43:17] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004251 10.0.0.19 - - [2026-03-30 03:43:17] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003904 10.0.0.19 - - [2026-03-30 03:43:17] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003727 10.0.0.19 - - [2026-03-30 03:43:17] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.008809 10.0.0.19 - - [2026-03-30 03:43:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2026-03-30 03:43:18] "GET /aaa-mode HTTP/1.1" 200 128 0.026527 10.0.0.19 - - [2026-03-30 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.024358 10.0.0.19 - - [2026-03-30 03:43:18] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002232 10.0.0.19 - - [2026-03-30 03:43:18] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.19 - - [2026-03-30 03:43:18] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006252 10.0.0.19 - - [2026-03-30 03:43:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001161 10.0.0.19 - - [2026-03-30 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.002911 10.0.0.19 - - [2026-03-30 03:43:18] "POST /security-groups HTTP/1.1" 200 586 0.068628 10.0.0.19 - - [2026-03-30 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.002528 10.0.0.19 - - [2026-03-30 03:43:18] "POST /projects HTTP/1.1" 200 575 0.206513 10.0.0.19 - - [2026-03-30 03:43:18] "POST /access-control-lists HTTP/1.1" 200 591 0.060007 10.0.0.19 - - [2026-03-30 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.287090 10.0.0.19 - - [2026-03-30 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.003270 10.0.0.19 - - [2026-03-30 03:43:18] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.409719 10.0.0.19 - - [2026-03-30 03:43:19] "POST /access-control-lists HTTP/1.1" 200 589 0.056575 10.0.0.19 - - [2026-03-30 03:43:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.023759 10.0.0.19 - - [2026-03-30 03:43:19] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003368 10.0.0.19 - - [2026-03-30 03:43:19] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.19 - - [2026-03-30 03:43:19] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006951 10.0.0.19 - - [2026-03-30 03:43:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001587 10.0.0.19 - - [2026-03-30 03:43:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003242 10.0.0.19 - - [2026-03-30 03:43:19] "POST /security-groups HTTP/1.1" 200 586 0.059812 10.0.0.19 - - [2026-03-30 03:43:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002484 10.0.0.19 - - [2026-03-30 03:43:19] "POST /projects HTTP/1.1" 200 575 0.204353 10.0.0.19 - - [2026-03-30 03:43:19] "POST /access-control-lists HTTP/1.1" 200 591 0.061531 10.0.0.19 - - [2026-03-30 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.287864 10.0.0.19 - - [2026-03-30 03:43:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.003145 10.0.0.19 - - [2026-03-30 03:43:19] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.405644 10.0.0.19 - - [2026-03-30 03:43:19] "POST /access-control-lists HTTP/1.1" 200 589 0.072570 10.0.0.19 - - [2026-03-30 03:43:20] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.19 - - [2026-03-30 03:43:21] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.19 - - [2026-03-30 03:43:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002468 10.0.0.19 - - [2026-03-30 03:43:21] "POST /api-access-lists HTTP/1.1" 200 521 0.015467 10.0.0.19 - - [2026-03-30 03:43:21] "GET /api-access-list/e8fb7b3b-2565-4476-b2fd-946289167794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006376 10.0.0.19 - - [2026-03-30 03:43:21] "GET /api-access-list/e8fb7b3b-2565-4476-b2fd-946289167794 HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2026-03-30 03:43:22] "GET /api-access-list/e8fb7b3b-2565-4476-b2fd-946289167794 HTTP/1.1" 200 1266 0.055460 10.0.0.19 - - [2026-03-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000357 10.0.0.19 - - [2026-03-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.058647 10.0.0.19 - - [2026-03-30 03:43:22] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.19 - - [2026-03-30 03:43:22] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.036921 10.0.0.19 - - [2026-03-30 03:43:22] "GET /virtual-networks?parent_id=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010983 10.0.0.19 - - [2026-03-30 03:43:22] "POST /virtual-networks HTTP/1.1" 200 568 0.048955 10.0.0.19 - - [2026-03-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011756 10.0.0.19 - - [2026-03-30 03:43:22] "GET /network-ipam/67024dfa-ab64-4b7d-a62d-5cc53a3d14d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010954 10.0.0.19 - - [2026-03-30 03:43:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004264 10.0.0.19 - - [2026-03-30 03:43:22] "POST /ref-update HTTP/1.1" 200 156 0.049790 10.0.0.19 - - [2026-03-30 03:43:22] "POST /neutron/network HTTP/1.1" 200 834 0.051048 10.0.0.19 - - [2026-03-30 03:43:22] "POST /neutron/network HTTP/1.1" 200 834 0.031717 10.0.0.19 - - [2026-03-30 03:43:22] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.021879 10.0.0.19 - - [2026-03-30 03:43:23] "POST /neutron/network HTTP/1.1" 200 834 0.020805 10.0.0.19 - - [2026-03-30 03:43:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.025122 10.0.0.19 - - [2026-03-30 03:43:23] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851 HTTP/1.1" 401 292 0.000473 10.0.0.19 - - [2026-03-30 03:43:23] "POST /route-targets HTTP/1.1" 200 327 0.011960 10.0.0.19 - - [2026-03-30 03:43:23] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.19 - - [2026-03-30 03:43:23] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851 HTTP/1.1" 200 2272 0.039365 10.0.0.19 - - [2026-03-30 03:43:23] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851 HTTP/1.1" 401 292 0.000369 10.0.0.19 - - [2026-03-30 03:43:23] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851 HTTP/1.1" 200 2012 0.043940 10.0.0.19 - - [2026-03-30 03:43:24] "GET /obj-perms HTTP/1.1" 200 4915 0.068926 10.0.0.19 - - [2026-03-30 03:43:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000324 10.0.0.19 - - [2026-03-30 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.024315 10.0.0.19 - - [2026-03-30 03:43:24] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011738 10.0.0.19 - - [2026-03-30 03:43:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010675 10.0.0.19 - - [2026-03-30 03:43:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.021470 10.0.0.19 - - [2026-03-30 03:43:25] "GET /obj-perms HTTP/1.1" 200 4915 0.069950 10.0.0.19 - - [2026-03-30 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.19 - - [2026-03-30 03:43:25] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011757 10.0.0.19 - - [2026-03-30 03:43:25] "GET /obj-perms HTTP/1.1" 200 4915 0.008936 10.0.0.19 - - [2026-03-30 03:43:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.024418 10.0.0.19 - - [2026-03-30 03:43:25] "POST /id-to-fqname HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2026-03-30 03:43:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.034570 10.0.0.19 - - [2026-03-30 03:43:26] "POST /neutron/network HTTP/1.1" 200 844 0.047739 10.0.0.19 - - [2026-03-30 03:43:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000580 10.0.0.19 - - [2026-03-30 03:43:26] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.19 - - [2026-03-30 03:43:26] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.19 - - [2026-03-30 03:43:26] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.19 - - [2026-03-30 03:43:26] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049073 10.0.0.19 - - [2026-03-30 03:43:26] "POST /neutron/network HTTP/1.1" 200 834 0.005017 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.031544 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.004636 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.004774 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/network HTTP/1.1" 200 844 0.020540 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/network HTTP/1.1" 200 834 0.015725 10.0.0.19 - - [2026-03-30 03:43:27] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 1057 0.280443 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 1057 0.009355 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 1057 0.009009 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 1111 0.047886 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 1121 0.011219 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002992 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/subnet HTTP/1.1" 200 659 0.006609 10.0.0.19 - - [2026-03-30 03:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.19 - - [2026-03-30 03:43:28] "POST /neutron/network HTTP/1.1" 200 834 0.006006 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/port HTTP/1.1" 200 1121 0.014164 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005652 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/port HTTP/1.1" 200 1121 0.011510 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005825 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/port HTTP/1.1" 200 1121 0.014271 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005500 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/port HTTP/1.1" 200 1121 0.014040 10.0.0.19 - - [2026-03-30 03:43:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006649 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 200 1287 0.012595 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 200 1287 0.011445 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35 HTTP/1.1" 200 2530 0.015587 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 200 1287 0.010931 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35 HTTP/1.1" 200 2530 0.013675 10.0.0.19 - - [2026-03-30 03:43:32] "GET /instance-ip/2b7e5736-bd85-4c8b-9013-0ad43227bdbc HTTP/1.1" 200 1627 0.012441 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 200 1287 0.010629 10.0.0.19 - - [2026-03-30 03:43:32] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35 HTTP/1.1" 200 2530 0.012474 10.0.0.19 - - [2026-03-30 03:43:32] "GET /instance-ip/2b7e5736-bd85-4c8b-9013-0ad43227bdbc HTTP/1.1" 200 1627 0.011591 10.0.0.19 - - [2026-03-30 03:43:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.010698 10.0.0.19 - - [2026-03-30 03:43:32] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.19 - - [2026-03-30 03:43:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.025671 10.0.0.19 - - [2026-03-30 03:43:33] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003024 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/port HTTP/1.1" 200 1121 0.016434 10.0.0.19 - - [2026-03-30 03:43:33] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015445 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.013332 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/port HTTP/1.1" 200 1121 0.011936 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/network HTTP/1.1" 200 844 0.004433 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.19 - - [2026-03-30 03:43:33] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002517 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003027 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/subnet HTTP/1.1" 200 659 0.005817 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.19 - - [2026-03-30 03:43:33] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013376 10.0.0.19 - - [2026-03-30 03:43:33] "POST /neutron/network HTTP/1.1" 200 834 0.005601 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009058 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.19 - - [2026-03-30 03:43:33] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002974 10.0.0.19 - - [2026-03-30 03:43:33] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009284 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009172 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.19 - - [2026-03-30 03:43:33] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002784 10.0.0.19 - - [2026-03-30 03:43:33] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010767 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.012026 10.0.0.19 - - [2026-03-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.19 - - [2026-03-30 03:43:33] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003573 10.0.0.19 - - [2026-03-30 03:43:33] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012801 10.0.0.19 - - [2026-03-30 03:43:36] "POST /neutron/port HTTP/1.1" 200 1121 0.013541 10.0.0.19 - - [2026-03-30 03:43:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005764 10.0.0.19 - - [2026-03-30 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010887 10.0.0.19 - - [2026-03-30 03:43:36] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013186 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.009017 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.19 - - [2026-03-30 03:43:39] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002724 10.0.0.19 - - [2026-03-30 03:43:39] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010850 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.010690 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.19 - - [2026-03-30 03:43:39] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002900 10.0.0.19 - - [2026-03-30 03:43:39] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008919 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.010881 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.19 - - [2026-03-30 03:43:39] "GET /routing-instance/216acc96-a8c7-438c-890f-08c72ca16934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003468 10.0.0.19 - - [2026-03-30 03:43:39] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008074 10.0.0.19 - - [2026-03-30 03:43:39] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002869 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.009017 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.19 - - [2026-03-30 03:43:39] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.19 - - [2026-03-30 03:43:39] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010370 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.008685 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.19 - - [2026-03-30 03:43:39] "GET /routing-instance/216acc96-a8c7-438c-890f-08c72ca16934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.005862 10.0.0.19 - - [2026-03-30 03:43:39] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009189 10.0.0.19 - - [2026-03-30 03:43:39] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002689 10.0.0.19 - - [2026-03-30 03:43:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008909 10.0.0.19 - - [2026-03-30 03:43:39] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013904 10.0.0.19 - - [2026-03-30 03:43:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008773 10.0.0.19 - - [2026-03-30 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2026-03-30 03:43:39] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014158 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.010024 10.0.0.19 - - [2026-03-30 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.19 - - [2026-03-30 03:43:40] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014387 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009914 10.0.0.19 - - [2026-03-30 03:43:40] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010709 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009322 10.0.0.19 - - [2026-03-30 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.19 - - [2026-03-30 03:43:40] "GET /virtual-machine-interface/760ea94d-f2bd-4c79-b372-2d738fe9ee35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014980 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008756 10.0.0.19 - - [2026-03-30 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.19 - - [2026-03-30 03:43:40] "GET /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012883 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009646 10.0.0.19 - - [2026-03-30 03:43:40] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012693 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009353 10.0.0.19 - - [2026-03-30 03:43:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009645 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 4915 0.062018 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009052 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 5020 0.068063 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003409 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009477 10.0.0.19 - - [2026-03-30 03:43:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009203 10.0.0.19 - - [2026-03-30 03:43:42] "GET /obj-perms HTTP/1.1" 200 4915 0.070725 10.0.0.19 - - [2026-03-30 03:43:42] "GET /obj-perms HTTP/1.1" 200 4915 0.010290 10.0.0.19 - - [2026-03-30 03:43:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003698 10.0.0.19 - - [2026-03-30 03:43:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003131 10.0.0.19 - - [2026-03-30 03:43:42] "GET /obj-perms HTTP/1.1" 200 4915 0.009826 10.0.0.19 - - [2026-03-30 03:43:42] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.009763 10.0.0.19 - - [2026-03-30 03:43:42] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 200 1287 0.014165 10.0.0.19 - - [2026-03-30 03:43:43] "POST /neutron/port HTTP/1.1" 200 1121 0.011171 10.0.0.19 - - [2026-03-30 03:43:43] "POST /neutron/port HTTP/1.1" 200 1111 0.010451 10.0.0.19 - - [2026-03-30 03:43:43] "POST /neutron/port HTTP/1.1" 200 151 0.086571 10.0.0.19 - - [2026-03-30 03:43:44] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 404 171 0.024399 10.0.0.19 - - [2026-03-30 03:43:44] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 404 171 0.008380 10.0.0.19 - - [2026-03-30 03:43:44] "GET /virtual-machine/62292326-050e-47cb-b5a0-a59235247ed4 HTTP/1.1" 404 171 0.007727 10.0.0.19 - - [2026-03-30 03:43:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.009824 10.0.0.19 - - [2026-03-30 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.19 - - [2026-03-30 03:43:44] "GET /global-vrouter-config/a2ce9424-8cd1-4930-aee8-c4603a1e5e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002468 10.0.0.19 - - [2026-03-30 03:43:44] "GET /virtual-networks?parent_id=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016515 10.0.0.19 - - [2026-03-30 03:43:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.008815 10.0.0.19 - - [2026-03-30 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2026-03-30 03:43:44] "GET /routing-instance/216acc96-a8c7-438c-890f-08c72ca16934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003305 10.0.0.19 - - [2026-03-30 03:43:45] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009600 10.0.0.19 - - [2026-03-30 03:43:45] "GET /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003197 10.0.0.19 - - [2026-03-30 03:43:45] "GET /obj-perms HTTP/1.1" 200 4915 0.008852 10.0.0.19 - - [2026-03-30 03:43:45] "GET /obj-perms HTTP/1.1" 200 4915 0.008310 10.0.0.19 - - [2026-03-30 03:43:45] "GET /obj-perms HTTP/1.1" 200 4915 0.061158 10.0.0.19 - - [2026-03-30 03:43:45] "GET /obj-perms HTTP/1.1" 200 4915 0.008797 10.0.0.19 - - [2026-03-30 03:43:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003160 10.0.0.19 - - [2026-03-30 03:43:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003273 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /project/3f0e0b75714a4089afc25c4cb7d616e2 HTTP/1.1" 404 173 0.008334 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /project/8615683c786f4c9889eb8cd392613d3b HTTP/1.1" 404 173 0.004553 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /project/c84c357f3a94401691d7162ac1d6b132 HTTP/1.1" 404 173 0.005853 10.0.0.19 - - [2026-03-30 03:43:51] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.19 - - [2026-03-30 03:43:51] "GET /project/0857a211-a102-4081-9afe-7ff507836442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.027087 10.0.0.19 - - [2026-03-30 03:43:51] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.19 - - [2026-03-30 03:43:51] "GET /project/0857a211-a102-4081-9afe-7ff507836442?fields=security_groups HTTP/1.1" 200 1372 0.073674 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /security-group/26c62528-4589-40c3-b248-2b2a0a4a3ccc HTTP/1.1" 200 115 0.042561 10.0.0.19 - - [2026-03-30 03:43:51] "GET /projects?obj_uuids=0857a211-a102-4081-9afe-7ff507836442&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /access-control-list/d4041743-5fc0-437d-ba9d-d13e7db9f89d HTTP/1.1" 200 115 0.035160 10.0.0.19 - - [2026-03-30 03:43:51] "GET /project/0857a211-a102-4081-9afe-7ff507836442?fields=application_policy_sets HTTP/1.1" 200 1411 0.036982 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /access-control-list/7686aea3-6aac-4185-8419-7f3300b5d1e4 HTTP/1.1" 200 115 0.030538 10.0.0.19 - - [2026-03-30 03:43:51] "DELETE /project/0857a211-a102-4081-9afe-7ff507836442 HTTP/1.1" 200 115 0.327002 10.0.0.19 - - [2026-03-30 03:43:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003118 10.0.0.19 - - [2026-03-30 03:43:54] "GET /obj-perms HTTP/1.1" 200 5020 0.002928 10.0.0.19 - - [2026-03-30 03:43:57] "GET /obj-perms HTTP/1.1" 200 5020 0.002896 10.0.0.19 - - [2026-03-30 03:43:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055985 10.0.0.19 - - [2026-03-30 03:43:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050528 10.0.0.19 - - [2026-03-30 03:44:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003268 10.0.0.19 - - [2026-03-30 03:44:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003136 10.0.0.19 - - [2026-03-30 03:44:06] "GET /obj-perms HTTP/1.1" 200 5020 0.005234 10.0.0.19 - - [2026-03-30 03:44:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003104 10.0.0.19 - - [2026-03-30 03:44:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003065 10.0.0.19 - - [2026-03-30 03:44:15] "GET /obj-perms HTTP/1.1" 200 5020 0.002974 10.0.0.19 - - [2026-03-30 03:44:18] "GET /obj-perms HTTP/1.1" 200 5020 0.002875 10.0.0.19 - - [2026-03-30 03:44:21] "GET /obj-perms HTTP/1.1" 200 5020 0.004500 10.0.0.19 - - [2026-03-30 03:44:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003181 10.0.0.19 - - [2026-03-30 03:44:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003145 10.0.0.19 - - [2026-03-30 03:44:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003301 10.0.0.19 - - [2026-03-30 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2026-03-30 03:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001926 10.0.0.19 - - [2026-03-30 03:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.19 - - [2026-03-30 03:44:30] "DELETE /virtual-network/dc51022c-7a32-4777-a229-87ee36a8a851 HTTP/1.1" 200 115 0.072684 10.0.0.19 - - [2026-03-30 03:44:30] "DELETE /route-target/218ef37a-4c6a-4cb1-b2fb-3d89a84d45f9 HTTP/1.1" 200 115 0.017758 10.0.0.19 - - [2026-03-30 03:44:30] "DELETE /api-access-list/e8fb7b3b-2565-4476-b2fd-946289167794 HTTP/1.1" 200 115 0.021893 10.0.0.19 - - [2026-03-30 03:44:30] "GET /api-access-list/e8fb7b3b-2565-4476-b2fd-946289167794 HTTP/1.1" 404 171 0.002440 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026330 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?fields=virtual_networks HTTP/1.1" 200 1033 0.067562 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027816 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?fields=security_groups HTTP/1.1" 200 1254 0.027761 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.026626 10.0.0.19 - - [2026-03-30 03:44:31] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.19 - - [2026-03-30 03:44:31] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?fields=virtual_networks HTTP/1.1" 200 1031 0.073443 10.0.0.19 - - [2026-03-30 03:44:32] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001378 10.0.0.19 - - [2026-03-30 03:44:32] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.026971 10.0.0.19 - - [2026-03-30 03:44:32] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.19 - - [2026-03-30 03:44:32] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?fields=security_groups HTTP/1.1" 200 1252 0.026767 10.0.0.19 - - [2026-03-30 03:44:33] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003520 10.0.0.19 - - [2026-03-30 03:44:33] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.008131 10.0.0.19 - - [2026-03-30 03:44:33] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.19 - - [2026-03-30 03:44:33] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028879 10.0.0.19 - - [2026-03-30 03:44:33] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003642 10.0.0.19 - - [2026-03-30 03:44:33] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?fields=virtual_networks HTTP/1.1" 200 1032 0.066218 10.0.0.19 - - [2026-03-30 03:44:33] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.19 - - [2026-03-30 03:44:33] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021653 10.0.0.19 - - [2026-03-30 03:44:33] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.19 - - [2026-03-30 03:44:33] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?fields=security_groups HTTP/1.1" 200 1253 0.020963 10.0.0.19 - - [2026-03-30 03:44:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.026647 10.0.0.19 - - [2026-03-30 03:44:34] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002165 10.0.0.19 - - [2026-03-30 03:44:34] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.19 - - [2026-03-30 03:44:34] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007387 10.0.0.19 - - [2026-03-30 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001192 10.0.0.19 - - [2026-03-30 03:44:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003277 10.0.0.19 - - [2026-03-30 03:44:34] "POST /security-groups HTTP/1.1" 200 591 0.060365 10.0.0.19 - - [2026-03-30 03:44:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002284 10.0.0.19 - - [2026-03-30 03:44:34] "POST /projects HTTP/1.1" 200 585 0.202276 10.0.0.19 - - [2026-03-30 03:44:34] "POST /access-control-lists HTTP/1.1" 200 596 0.055187 10.0.0.19 - - [2026-03-30 03:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.277862 10.0.0.19 - - [2026-03-30 03:44:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.002670 10.0.0.19 - - [2026-03-30 03:44:35] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.405739 10.0.0.19 - - [2026-03-30 03:44:35] "POST /access-control-lists HTTP/1.1" 200 594 0.064689 10.0.0.19 - - [2026-03-30 03:44:36] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.19 - - [2026-03-30 03:44:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2026-03-30 03:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.035287 10.0.0.19 - - [2026-03-30 03:44:38] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003648 10.0.0.19 - - [2026-03-30 03:44:38] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004129 10.0.0.19 - - [2026-03-30 03:44:38] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003026 10.0.0.19 - - [2026-03-30 03:44:38] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.008614 10.0.0.19 - - [2026-03-30 03:44:38] "GET /aaa-mode HTTP/1.1" 200 128 0.000968 10.0.0.19 - - [2026-03-30 03:44:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.027641 10.0.0.19 - - [2026-03-30 03:44:39] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002225 10.0.0.19 - - [2026-03-30 03:44:39] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.19 - - [2026-03-30 03:44:39] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006044 10.0.0.19 - - [2026-03-30 03:44:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.001831 10.0.0.19 - - [2026-03-30 03:44:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.002753 10.0.0.19 - - [2026-03-30 03:44:39] "POST /security-groups HTTP/1.1" 200 591 0.063005 10.0.0.19 - - [2026-03-30 03:44:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003103 10.0.0.19 - - [2026-03-30 03:44:39] "POST /projects HTTP/1.1" 200 585 0.215604 10.0.0.19 - - [2026-03-30 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.286861 10.0.0.19 - - [2026-03-30 03:44:39] "POST /access-control-lists HTTP/1.1" 200 596 0.071914 10.0.0.19 - - [2026-03-30 03:44:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.002725 10.0.0.19 - - [2026-03-30 03:44:39] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.407072 10.0.0.19 - - [2026-03-30 03:44:39] "POST /access-control-lists HTTP/1.1" 200 594 0.060848 10.0.0.19 - - [2026-03-30 03:44:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.028865 10.0.0.19 - - [2026-03-30 03:44:40] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002238 10.0.0.19 - - [2026-03-30 03:44:40] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.19 - - [2026-03-30 03:44:40] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006459 10.0.0.19 - - [2026-03-30 03:44:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.001179 10.0.0.19 - - [2026-03-30 03:44:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.002995 10.0.0.19 - - [2026-03-30 03:44:40] "POST /security-groups HTTP/1.1" 200 591 0.068358 10.0.0.19 - - [2026-03-30 03:44:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002348 10.0.0.19 - - [2026-03-30 03:44:40] "POST /projects HTTP/1.1" 200 585 0.209672 10.0.0.19 - - [2026-03-30 03:44:40] "POST /access-control-lists HTTP/1.1" 200 596 0.056188 10.0.0.19 - - [2026-03-30 03:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.280288 10.0.0.19 - - [2026-03-30 03:44:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.002709 10.0.0.19 - - [2026-03-30 03:44:40] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.409313 10.0.0.19 - - [2026-03-30 03:44:40] "POST /access-control-lists HTTP/1.1" 200 594 0.065371 10.0.0.19 - - [2026-03-30 03:44:41] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.19 - - [2026-03-30 03:44:41] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.19 - - [2026-03-30 03:44:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.002380 10.0.0.19 - - [2026-03-30 03:44:42] "POST /api-access-lists HTTP/1.1" 200 521 0.014072 10.0.0.19 - - [2026-03-30 03:44:42] "GET /api-access-list/a853e473-a453-4cc6-b3d1-73364e13654b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004031 10.0.0.19 - - [2026-03-30 03:44:42] "GET /api-access-list/a853e473-a453-4cc6-b3d1-73364e13654b HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2026-03-30 03:44:42] "GET /api-access-list/a853e473-a453-4cc6-b3d1-73364e13654b HTTP/1.1" 200 1290 0.090509 10.0.0.19 - - [2026-03-30 03:44:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.19 - - [2026-03-30 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.047906 10.0.0.19 - - [2026-03-30 03:44:43] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.19 - - [2026-03-30 03:44:43] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035103 10.0.0.19 - - [2026-03-30 03:44:43] "GET /virtual-networks?parent_id=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010877 10.0.0.19 - - [2026-03-30 03:44:43] "POST /virtual-networks HTTP/1.1" 200 583 0.049088 10.0.0.19 - - [2026-03-30 03:44:43] "POST /route-targets HTTP/1.1" 200 327 0.009259 10.0.0.19 - - [2026-03-30 03:44:43] "POST /ref-update HTTP/1.1" 200 156 0.010402 10.0.0.19 - - [2026-03-30 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012234 10.0.0.19 - - [2026-03-30 03:44:43] "GET /network-ipam/67024dfa-ab64-4b7d-a62d-5cc53a3d14d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010610 10.0.0.19 - - [2026-03-30 03:44:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.19 - - [2026-03-30 03:44:43] "POST /ref-update HTTP/1.1" 200 156 0.041043 10.0.0.19 - - [2026-03-30 03:44:43] "POST /neutron/network HTTP/1.1" 200 848 0.042948 10.0.0.19 - - [2026-03-30 03:44:43] "POST /neutron/network HTTP/1.1" 200 848 0.018207 10.0.0.19 - - [2026-03-30 03:44:43] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012568 10.0.0.19 - - [2026-03-30 03:44:43] "POST /neutron/network HTTP/1.1" 200 848 0.016171 10.0.0.19 - - [2026-03-30 03:44:43] "POST /neutron/subnet HTTP/1.1" 200 679 0.021346 10.0.0.19 - - [2026-03-30 03:44:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.001959 10.0.0.19 - - [2026-03-30 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.038012 10.0.0.19 - - [2026-03-30 03:44:44] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.19 - - [2026-03-30 03:44:44] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.030909 10.0.0.19 - - [2026-03-30 03:44:44] "GET /virtual-networks?parent_id=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010548 10.0.0.19 - - [2026-03-30 03:44:44] "POST /virtual-networks HTTP/1.1" 200 583 0.051675 10.0.0.19 - - [2026-03-30 03:44:44] "POST /route-targets HTTP/1.1" 200 327 0.009620 10.0.0.19 - - [2026-03-30 03:44:44] "POST /ref-update HTTP/1.1" 200 156 0.010865 10.0.0.19 - - [2026-03-30 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011356 10.0.0.19 - - [2026-03-30 03:44:44] "GET /network-ipam/67024dfa-ab64-4b7d-a62d-5cc53a3d14d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010950 10.0.0.19 - - [2026-03-30 03:44:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.19 - - [2026-03-30 03:44:44] "POST /ref-update HTTP/1.1" 200 156 0.045538 10.0.0.19 - - [2026-03-30 03:44:44] "POST /neutron/network HTTP/1.1" 200 849 0.044316 10.0.0.19 - - [2026-03-30 03:44:44] "POST /neutron/network HTTP/1.1" 200 849 0.018616 10.0.0.19 - - [2026-03-30 03:44:44] "GET /virtual-network/59453fe4-6428-4478-846e-f0c96638d993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013995 10.0.0.19 - - [2026-03-30 03:44:44] "POST /neutron/network HTTP/1.1" 200 849 0.021637 10.0.0.19 - - [2026-03-30 03:44:44] "POST /neutron/subnet HTTP/1.1" 200 681 0.023263 10.0.0.19 - - [2026-03-30 03:44:44] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 401 292 0.000358 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 200 2312 0.040643 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 403 376 0.038697 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 200 2312 0.004440 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-networks HTTP/1.1" 200 371 0.021355 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-networks HTTP/1.1" 200 371 0.019905 10.0.0.19 - - [2026-03-30 03:44:45] "GET /obj-perms HTTP/1.1" 403 257 0.035060 10.0.0.19 - - [2026-03-30 03:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.19 - - [2026-03-30 03:44:45] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013171 10.0.0.19 - - [2026-03-30 03:44:46] "GET /obj-perms HTTP/1.1" 403 257 0.031506 10.0.0.19 - - [2026-03-30 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002286 10.0.0.19 - - [2026-03-30 03:44:46] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009486 10.0.0.19 - - [2026-03-30 03:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.064361 10.0.0.19 - - [2026-03-30 03:44:46] "GET /obj-perms HTTP/1.1" 403 257 0.007766 10.0.0.19 - - [2026-03-30 03:44:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018368 10.0.0.19 - - [2026-03-30 03:44:46] "GET /obj-perms HTTP/1.1" 403 257 0.006871 10.0.0.19 - - [2026-03-30 03:44:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015656 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003121 10.0.0.19 - - [2026-03-30 03:44:47] "PUT /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 200 264 0.022703 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-networks HTTP/1.1" 200 132 0.016272 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-networks HTTP/1.1" 200 611 0.016556 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-networks HTTP/1.1" 200 1429 0.002566 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 403 257 0.007380 10.0.0.19 - - [2026-03-30 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009070 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 403 257 0.040160 10.0.0.19 - - [2026-03-30 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008696 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 403 257 0.008254 10.0.0.19 - - [2026-03-30 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012531 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003094 10.0.0.19 - - [2026-03-30 03:44:47] "GET /obj-perms HTTP/1.1" 403 257 0.008195 10.0.0.19 - - [2026-03-30 03:44:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016884 10.0.0.19 - - [2026-03-30 03:44:48] "GET /obj-perms HTTP/1.1" 403 257 0.007761 10.0.0.19 - - [2026-03-30 03:44:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.016808 10.0.0.19 - - [2026-03-30 03:44:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003023 10.0.0.19 - - [2026-03-30 03:44:48] "PUT /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 200 264 0.027374 10.0.0.19 - - [2026-03-30 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.19 - - [2026-03-30 03:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002691 10.0.0.19 - - [2026-03-30 03:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.19 - - [2026-03-30 03:44:48] "DELETE /virtual-network/59453fe4-6428-4478-846e-f0c96638d993 HTTP/1.1" 200 115 0.076613 10.0.0.19 - - [2026-03-30 03:44:48] "DELETE /route-target/5c3f11eb-7b61-4724-b56e-668c7f7c3d8a HTTP/1.1" 200 115 0.020094 10.0.0.19 - - [2026-03-30 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.19 - - [2026-03-30 03:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001893 10.0.0.19 - - [2026-03-30 03:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.19 - - [2026-03-30 03:44:48] "DELETE /virtual-network/19888d06-572e-4be7-8a63-1c731178bd0a HTTP/1.1" 200 115 0.073626 10.0.0.19 - - [2026-03-30 03:44:48] "DELETE /route-target/37878f16-54db-4078-8c7a-20961a5fbf8e HTTP/1.1" 200 115 0.015840 10.0.0.19 - - [2026-03-30 03:44:48] "DELETE /api-access-list/a853e473-a453-4cc6-b3d1-73364e13654b HTTP/1.1" 200 115 0.018740 10.0.0.19 - - [2026-03-30 03:44:48] "GET /api-access-list/a853e473-a453-4cc6-b3d1-73364e13654b HTTP/1.1" 404 171 0.002569 10.0.0.19 - - [2026-03-30 03:44:48] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.19 - - [2026-03-30 03:44:48] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026211 10.0.0.19 - - [2026-03-30 03:44:48] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.19 - - [2026-03-30 03:44:48] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?fields=virtual_networks HTTP/1.1" 200 1042 0.063321 10.0.0.19 - - [2026-03-30 03:44:48] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.19 - - [2026-03-30 03:44:48] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.021171 10.0.0.19 - - [2026-03-30 03:44:48] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.19 - - [2026-03-30 03:44:48] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?fields=security_groups HTTP/1.1" 200 1268 0.026652 10.0.0.19 - - [2026-03-30 03:44:49] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.19 - - [2026-03-30 03:44:49] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020864 10.0.0.19 - - [2026-03-30 03:44:49] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.19 - - [2026-03-30 03:44:49] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?fields=virtual_networks HTTP/1.1" 200 1043 0.067026 10.0.0.19 - - [2026-03-30 03:44:49] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.19 - - [2026-03-30 03:44:49] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.023383 10.0.0.19 - - [2026-03-30 03:44:49] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.19 - - [2026-03-30 03:44:49] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?fields=security_groups HTTP/1.1" 200 1269 0.021465 10.0.0.19 - - [2026-03-30 03:44:50] "GET /aaa-mode HTTP/1.1" 200 128 0.001052 10.0.0.19 - - [2026-03-30 03:44:50] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.19 - - [2026-03-30 03:44:51] "GET / HTTP/1.1" 200 35931 0.001342 10.0.0.19 - - [2026-03-30 03:44:51] "DELETE /project/5a57cf6f96d2440ba9080e82891f245e HTTP/1.1" 404 173 0.019425 10.0.0.19 - - [2026-03-30 03:44:51] "DELETE /project/a35587b8562748b19f0bca527f465a47 HTTP/1.1" 404 173 0.018878 10.0.0.19 - - [2026-03-30 03:44:51] "DELETE /project/3bdb8b57342242fda8b855578f4b760c HTTP/1.1" 404 173 0.018334 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000801 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000709 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000675 10.0.0.19 - - [2026-03-30 03:44:51] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.054455 10.0.0.19 - - [2026-03-30 03:44:51] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054029 10.0.0.19 - - [2026-03-30 03:44:51] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.056753 10.0.0.19 - - [2026-03-30 03:44:51] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.066053 10.0.0.19 - - [2026-03-30 03:44:51] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.068313 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000800 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000809 10.0.0.19 - - [2026-03-30 03:44:51] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?fields=security_groups HTTP/1.1" 200 1357 0.065943 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?fields=security_groups HTTP/1.1" 200 1359 0.068451 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?fields=security_groups HTTP/1.1" 200 1374 0.070718 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?fields=security_groups HTTP/1.1" 200 1373 0.070462 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?fields=security_groups HTTP/1.1" 200 1358 0.076091 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /security-group/2d0c9534-b282-4b43-a4da-b1c6eebedc05 HTTP/1.1" 200 115 0.074455 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=8615683c-786f-4c98-89eb-8cd392613d3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /security-group/4565b2fa-a402-42b6-bab0-6eaf36451b05 HTTP/1.1" 200 115 0.100728 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=c84c357f-3a94-4016-91d7-162ac1d6b132&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002013 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/8615683c-786f-4c98-89eb-8cd392613d3b?fields=application_policy_sets HTTP/1.1" 200 1396 0.054018 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/858a6aa8-e756-4f02-8805-ccccce1b0352 HTTP/1.1" 200 115 0.085670 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /security-group/7c3600f5-9936-4077-87f5-baae16e90274 HTTP/1.1" 200 115 0.123770 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=a35587b8-5627-48b1-9f0b-ca527f465a47&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /security-group/2259cbde-b45e-417b-9420-b9ae606c2f81 HTTP/1.1" 200 115 0.133486 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=5a57cf6f-96d2-440b-a908-0e82891f245e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /security-group/347b9f2a-9224-479b-8f6a-0fcb5ea154ef HTTP/1.1" 200 115 0.152004 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/a35587b8-5627-48b1-9f0b-ca527f465a47?fields=application_policy_sets HTTP/1.1" 200 1413 0.058093 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=3f0e0b75-714a-4089-afc2-5c4cb7d616e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/e7f98440-e912-4cdb-9341-890831bca1ff HTTP/1.1" 200 115 0.070086 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/c84c357f-3a94-4016-91d7-162ac1d6b132?fields=application_policy_sets HTTP/1.1" 200 1398 0.100919 10.0.0.19 - - [2026-03-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000310 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/5a57cf6f-96d2-440b-a908-0e82891f245e?fields=application_policy_sets HTTP/1.1" 200 1412 0.088967 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/7a07c0d9-739a-486d-a6c6-9d23809be605 HTTP/1.1" 200 115 0.062588 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2?fields=application_policy_sets HTTP/1.1" 200 1397 0.114033 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/8ea0ef30-561b-4ab7-9fe9-0762feccb372 HTTP/1.1" 200 115 0.068987 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /project/8615683c-786f-4c98-89eb-8cd392613d3b HTTP/1.1" 200 115 0.561538 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/bba19b37-b940-446c-ab77-54023c1d5c5b HTTP/1.1" 200 115 0.058717 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /project/c84c357f-3a94-4016-91d7-162ac1d6b132 HTTP/1.1" 200 115 0.625433 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /project/a35587b8-5627-48b1-9f0b-ca527f465a47 HTTP/1.1" 200 115 0.634013 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /project/5a57cf6f-96d2-440b-a908-0e82891f245e HTTP/1.1" 200 115 0.633371 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/b687e8c0-8910-4fb5-8a61-98d4b108ac36 HTTP/1.1" 200 115 0.032115 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /project/3f0e0b75-714a-4089-afc2-5c4cb7d616e2 HTTP/1.1" 200 115 0.657677 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/7e90d9c6-5151-4331-b72d-73fdd79ec26d HTTP/1.1" 200 115 0.018858 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/be3759bf-5de0-4a1c-9b51-b2f4aaf8afdd HTTP/1.1" 200 115 0.019621 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/ba626d15-3a51-42ae-ad5a-c770227d6f48 HTTP/1.1" 200 115 0.023668 10.0.0.19 - - [2026-03-30 03:44:52] "DELETE /access-control-list/b7d0c5f2-8e4a-4ca7-b185-35279affb55e HTTP/1.1" 200 115 0.014360 10.0.0.19 - - [2026-03-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.049896 10.0.0.19 - - [2026-03-30 03:44:52] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002835 10.0.0.19 - - [2026-03-30 03:44:52] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042228 10.0.0.19 - - [2026-03-30 03:44:52] "GET /virtual-networks?parent_id=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008417 10.0.0.19 - - [2026-03-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.007994 10.0.0.19 - - [2026-03-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009067 10.0.0.19 - - [2026-03-30 03:44:52] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001505 10.0.0.19 - - [2026-03-30 03:44:52] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015602 10.0.0.19 - - [2026-03-30 03:44:52] "POST /service-templates HTTP/1.1" 403 264 0.007977 10.0.0.19 - - [2026-03-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.002428 10.0.0.19 - - [2026-03-30 03:44:52] "POST /api-access-lists HTTP/1.1" 200 555 0.015038 10.0.0.19 - - [2026-03-30 03:44:53] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004250 10.0.0.19 - - [2026-03-30 03:44:53] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 1322 0.003073 10.0.0.19 - - [2026-03-30 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009528 10.0.0.19 - - [2026-03-30 03:44:53] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.19 - - [2026-03-30 03:44:53] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.030111 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-networks?parent_id=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013230 10.0.0.19 - - [2026-03-30 03:44:53] "POST /virtual-networks HTTP/1.1" 200 583 0.046575 10.0.0.19 - - [2026-03-30 03:44:53] "POST /route-targets HTTP/1.1" 200 327 0.008897 10.0.0.19 - - [2026-03-30 03:44:53] "POST /ref-update HTTP/1.1" 200 156 0.011008 10.0.0.19 - - [2026-03-30 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011024 10.0.0.19 - - [2026-03-30 03:44:53] "GET /network-ipam/67024dfa-ab64-4b7d-a62d-5cc53a3d14d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009898 10.0.0.19 - - [2026-03-30 03:44:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.19 - - [2026-03-30 03:44:53] "POST /ref-update HTTP/1.1" 200 156 0.048793 10.0.0.19 - - [2026-03-30 03:44:53] "POST /neutron/network HTTP/1.1" 200 848 0.047895 10.0.0.19 - - [2026-03-30 03:44:53] "POST /neutron/network HTTP/1.1" 200 848 0.017196 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011685 10.0.0.19 - - [2026-03-30 03:44:53] "POST /neutron/network HTTP/1.1" 200 848 0.017849 10.0.0.19 - - [2026-03-30 03:44:53] "POST /neutron/subnet HTTP/1.1" 200 679 0.024846 10.0.0.19 - - [2026-03-30 03:44:53] "POST /neutron/network HTTP/1.1" 200 848 0.075425 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005034 10.0.0.19 - - [2026-03-30 03:44:53] "GET /network-ipam/67024dfa-ab64-4b7d-a62d-5cc53a3d14d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002971 10.0.0.19 - - [2026-03-30 03:44:53] "GET /domains HTTP/1.1" 200 280 0.002996 10.0.0.19 - - [2026-03-30 03:44:53] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.19 - - [2026-03-30 03:44:53] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.006273 10.0.0.19 - - [2026-03-30 03:44:53] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.19 - - [2026-03-30 03:44:53] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c HTTP/1.1" 200 2362 0.067515 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.007116 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.004438 10.0.0.19 - - [2026-03-30 03:44:53] "GET /routing-instance/02b17c87-9d01-4455-91ef-ac24ae9f1c32 HTTP/1.1" 200 1554 0.003847 10.0.0.19 - - [2026-03-30 03:44:53] "GET /routing-instance/02b17c87-9d01-4455-91ef-ac24ae9f1c32 HTTP/1.1" 200 1554 0.003133 10.0.0.19 - - [2026-03-30 03:44:53] "GET /route-target/f120d025-2403-4427-aee1-dc2119d30c3c HTTP/1.1" 200 1245 0.003089 10.0.0.19 - - [2026-03-30 03:44:53] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.004683 10.0.0.19 - - [2026-03-30 03:44:54] "GET /routing-instance/02b17c87-9d01-4455-91ef-ac24ae9f1c32 HTTP/1.1" 200 1554 0.003533 10.0.0.19 - - [2026-03-30 03:44:54] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004500 10.0.0.19 - - [2026-03-30 03:44:54] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.004586 10.0.0.19 - - [2026-03-30 03:44:54] "GET /routing-instance/02b17c87-9d01-4455-91ef-ac24ae9f1c32 HTTP/1.1" 200 1554 0.003148 10.0.0.19 - - [2026-03-30 03:44:54] "GET /routing-instance/02b17c87-9d01-4455-91ef-ac24ae9f1c32 HTTP/1.1" 200 1554 0.003256 10.0.0.19 - - [2026-03-30 03:44:54] "GET /route-target/f120d025-2403-4427-aee1-dc2119d30c3c HTTP/1.1" 200 1245 0.003392 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domains HTTP/1.1" 200 280 0.002458 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c HTTP/1.1" 200 2572 0.017402 10.0.0.19 - - [2026-03-30 03:44:54] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.19 - - [2026-03-30 03:44:54] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c HTTP/1.1" 200 2362 0.072891 10.0.0.19 - - [2026-03-30 03:44:54] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.006452 10.0.0.19 - - [2026-03-30 03:44:54] "GET /obj-perms HTTP/1.1" 200 5030 0.002844 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.008214 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008862 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002590 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.021168 10.0.0.19 - - [2026-03-30 03:44:54] "POST /service-templates HTTP/1.1" 403 264 0.007610 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.002461 10.0.0.19 - - [2026-03-30 03:44:54] "POST /api-access-lists HTTP/1.1" 200 521 0.011769 10.0.0.19 - - [2026-03-30 03:44:54] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004254 10.0.0.19 - - [2026-03-30 03:44:54] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 1290 0.002868 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.013084 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011869 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.19 - - [2026-03-30 03:44:54] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015462 10.0.0.19 - - [2026-03-30 03:44:54] "POST /service-templates HTTP/1.1" 200 551 0.031057 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.014474 10.0.0.19 - - [2026-03-30 03:44:54] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011594 10.0.0.19 - - [2026-03-30 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009881 10.0.0.19 - - [2026-03-30 03:44:54] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010853 10.0.0.19 - - [2026-03-30 03:44:54] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2026-03-30 03:44:55] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 403 263 0.041076 10.0.0.19 - - [2026-03-30 03:44:55] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.007270 10.0.0.19 - - [2026-03-30 03:44:55] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.035691 10.0.0.19 - - [2026-03-30 03:44:55] "GET /obj-perms HTTP/1.1" 403 257 0.037969 10.0.0.19 - - [2026-03-30 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2026-03-30 03:44:56] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007779 10.0.0.19 - - [2026-03-30 03:44:56] "GET /obj-perms HTTP/1.1" 403 257 0.007900 10.0.0.19 - - [2026-03-30 03:44:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007746 10.0.0.19 - - [2026-03-30 03:44:56] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003202 10.0.0.19 - - [2026-03-30 03:44:56] "PUT /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 264 0.008461 10.0.0.19 - - [2026-03-30 03:44:56] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 1459 0.003149 10.0.0.19 - - [2026-03-30 03:44:56] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.016152 10.0.0.19 - - [2026-03-30 03:44:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2026-03-30 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.033704 10.0.0.19 - - [2026-03-30 03:44:56] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.19 - - [2026-03-30 03:44:56] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031748 10.0.0.19 - - [2026-03-30 03:44:56] "GET /virtual-networks?parent_id=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.012526 10.0.0.19 - - [2026-03-30 03:44:56] "POST /virtual-networks HTTP/1.1" 403 263 0.008436 10.0.0.19 - - [2026-03-30 03:44:56] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.008477 10.0.0.19 - - [2026-03-30 03:44:57] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.038281 10.0.0.19 - - [2026-03-30 03:44:57] "GET /obj-perms HTTP/1.1" 403 257 0.008001 10.0.0.19 - - [2026-03-30 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.19 - - [2026-03-30 03:44:57] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013773 10.0.0.19 - - [2026-03-30 03:44:57] "GET /obj-perms HTTP/1.1" 403 257 0.008265 10.0.0.19 - - [2026-03-30 03:44:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016282 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002900 10.0.0.19 - - [2026-03-30 03:44:57] "PUT /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 264 0.007626 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 1428 0.003315 10.0.0.19 - - [2026-03-30 03:44:57] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 200 1854 0.011269 10.0.0.19 - - [2026-03-30 03:44:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.008600 10.0.0.19 - - [2026-03-30 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009384 10.0.0.19 - - [2026-03-30 03:44:57] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.19 - - [2026-03-30 03:44:57] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014252 10.0.0.19 - - [2026-03-30 03:44:57] "POST /service-templates HTTP/1.1" 403 264 0.008888 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004211 10.0.0.19 - - [2026-03-30 03:44:57] "PUT /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 264 0.007941 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 1322 0.003818 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002852 10.0.0.19 - - [2026-03-30 03:44:57] "PUT /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 264 0.009712 10.0.0.19 - - [2026-03-30 03:44:57] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 1290 0.003219 10.0.0.19 - - [2026-03-30 03:44:57] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 403 263 0.008354 10.0.0.19 - - [2026-03-30 03:44:58] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 403 263 0.031981 10.0.0.19 - - [2026-03-30 03:44:58] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.008059 10.0.0.19 - - [2026-03-30 03:44:58] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.317294 10.0.0.19 - - [2026-03-30 03:44:58] "GET /obj-perms HTTP/1.1" 403 257 0.008072 10.0.0.19 - - [2026-03-30 03:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.19 - - [2026-03-30 03:44:58] "GET /obj-perms HTTP/1.1" 200 5056 0.073537 10.0.0.19 - - [2026-03-30 03:44:58] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008735 10.0.0.19 - - [2026-03-30 03:44:59] "GET /obj-perms HTTP/1.1" 403 257 0.059769 10.0.0.19 - - [2026-03-30 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.19 - - [2026-03-30 03:44:59] "GET /obj-perms HTTP/1.1" 200 5056 0.364939 10.0.0.19 - - [2026-03-30 03:44:59] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008110 10.0.0.19 - - [2026-03-30 03:44:59] "GET /obj-perms HTTP/1.1" 403 257 0.009511 10.0.0.19 - - [2026-03-30 03:44:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008697 10.0.0.19 - - [2026-03-30 03:44:59] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002955 10.0.0.19 - - [2026-03-30 03:44:59] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.008552 10.0.0.19 - - [2026-03-30 03:44:59] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 200 1854 0.012071 10.0.0.19 - - [2026-03-30 03:44:59] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.016580 10.0.0.19 - - [2026-03-30 03:44:59] "GET /obj-perms HTTP/1.1" 403 257 0.013532 10.0.0.19 - - [2026-03-30 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.19 - - [2026-03-30 03:44:59] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013608 10.0.0.19 - - [2026-03-30 03:44:59] "GET /obj-perms HTTP/1.1" 403 257 0.011533 10.0.0.19 - - [2026-03-30 03:44:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018092 10.0.0.19 - - [2026-03-30 03:45:00] "DELETE /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 200 115 0.018713 10.0.0.19 - - [2026-03-30 03:45:00] "GET /api-access-list/87c1cf6a-fe2f-47d1-89f1-e9b1d94a87dc HTTP/1.1" 404 171 0.003593 10.0.0.19 - - [2026-03-30 03:45:00] "DELETE /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 200 115 0.020709 10.0.0.19 - - [2026-03-30 03:45:00] "GET /api-access-list/6103f55c-1e99-4baa-a4a9-ba884dbf5bd4 HTTP/1.1" 404 171 0.002310 10.0.0.19 - - [2026-03-30 03:45:00] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 401 292 0.000366 10.0.0.19 - - [2026-03-30 03:45:00] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 403 263 0.036151 10.0.0.19 - - [2026-03-30 03:45:00] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.006736 10.0.0.19 - - [2026-03-30 03:45:00] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 403 264 0.043697 10.0.0.19 - - [2026-03-30 03:45:01] "GET /obj-perms HTTP/1.1" 403 257 0.031047 10.0.0.19 - - [2026-03-30 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.19 - - [2026-03-30 03:45:01] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006461 10.0.0.19 - - [2026-03-30 03:45:01] "GET /obj-perms HTTP/1.1" 403 257 0.007038 10.0.0.19 - - [2026-03-30 03:45:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006812 10.0.0.19 - - [2026-03-30 03:45:01] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003672 10.0.0.19 - - [2026-03-30 03:45:01] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.016582 10.0.0.19 - - [2026-03-30 03:45:01] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 2313 0.016172 10.0.0.19 - - [2026-03-30 03:45:01] "GET /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 200 1854 0.009082 10.0.0.19 - - [2026-03-30 03:45:01] "GET /obj-perms HTTP/1.1" 403 257 0.006830 10.0.0.19 - - [2026-03-30 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.19 - - [2026-03-30 03:45:01] "GET /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011848 10.0.0.19 - - [2026-03-30 03:45:01] "GET /obj-perms HTTP/1.1" 403 257 0.008159 10.0.0.19 - - [2026-03-30 03:45:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016621 10.0.0.19 - - [2026-03-30 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008395 10.0.0.19 - - [2026-03-30 03:45:01] "DELETE /service-template/c6733028-20ca-4b39-b03b-21c61e769933 HTTP/1.1" 200 115 0.024986 10.0.0.19 - - [2026-03-30 03:45:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.008893 10.0.0.19 - - [2026-03-30 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.19 - - [2026-03-30 03:45:01] "DELETE /route-target/f120d025-2403-4427-aee1-dc2119d30c3c HTTP/1.1" 200 115 0.014051 10.0.0.19 - - [2026-03-30 03:45:01] "POST /useragent-kv HTTP/1.1" 200 115 0.042398 10.0.0.19 - - [2026-03-30 03:45:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002014 10.0.0.19 - - [2026-03-30 03:45:01] "DELETE /virtual-network/6d4ad2e2-c8e4-4fb9-993f-f7989b2cbf7b HTTP/1.1" 200 115 0.109485 10.0.0.19 - - [2026-03-30 03:45:02] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003345 10.0.0.19 - - [2026-03-30 03:45:02] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.009442 10.0.0.19 - - [2026-03-30 03:45:02] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003095 10.0.0.19 - - [2026-03-30 03:45:02] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.009821 10.0.0.19 - - [2026-03-30 03:45:03] "GET /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003069 10.0.0.19 - - [2026-03-30 03:45:03] "PUT /api-access-list/27c5978c-968f-401c-9b3a-525835ebc220 HTTP/1.1" 200 264 0.008890 10.0.0.19 - - [2026-03-30 03:45:03] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.19 - - [2026-03-30 03:45:03] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023714 10.0.0.19 - - [2026-03-30 03:45:03] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.19 - - [2026-03-30 03:45:03] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?fields=virtual_networks HTTP/1.1" 200 1042 0.066819 10.0.0.19 - - [2026-03-30 03:45:03] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.19 - - [2026-03-30 03:45:03] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.026165 10.0.0.19 - - [2026-03-30 03:45:03] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.19 - - [2026-03-30 03:45:03] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?fields=security_groups HTTP/1.1" 200 1268 0.019111 10.0.0.19 - - [2026-03-30 03:45:04] "GET /projects?obj_uuids=b4db2936-3939-473e-9a04-dbc58e80b685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001114 10.0.0.19 - - [2026-03-30 03:45:04] "GET /project/b4db2936-3939-473e-9a04-dbc58e80b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023338 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:45:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001062 10.0.0.19 - - [2026-03-30 03:45:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.028696 10.0.0.19 - - [2026-03-30 03:45:04] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001973 10.0.0.19 - - [2026-03-30 03:45:04] "GET /domains?obj_uuids=834f966d-5a78-4189-87b6-8e200ff83a1c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.19 - - [2026-03-30 03:45:04] "GET /domain/834f966d-5a78-4189-87b6-8e200ff83a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006670 10.0.0.19 - - [2026-03-30 03:45:04] "POST /id-to-fqname HTTP/1.1" 200 186 0.001160 10.0.0.19 - - [2026-03-30 03:45:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.002718 10.0.0.19 - - [2026-03-30 03:45:05] "POST /security-groups HTTP/1.1" 200 587 0.068383 10.0.0.19 - - [2026-03-30 03:45:05] "POST /projects HTTP/1.1" 200 577 0.212306 10.0.0.19 - - [2026-03-30 03:45:05] "POST /fqname-to-id HTTP/1.1" 404 230 0.053252 10.0.0.19 - - [2026-03-30 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.285752 10.0.0.19 - - [2026-03-30 03:45:05] "POST /access-control-lists HTTP/1.1" 200 592 0.057515 10.0.0.19 - - [2026-03-30 03:45:05] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.403702 10.0.0.19 - - [2026-03-30 03:45:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002511 10.0.0.19 - - [2026-03-30 03:45:05] "POST /access-control-lists HTTP/1.1" 200 590 0.056374 10.0.0.19 - - [2026-03-30 03:45:06] "GET / HTTP/1.1" 200 35931 0.002691 10.0.0.19 - - [2026-03-30 03:45:06] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001032 10.0.0.19 - - [2026-03-30 03:45:06] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023508 10.0.0.19 - - [2026-03-30 03:45:06] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.19 - - [2026-03-30 03:45:06] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?fields=virtual_networks HTTP/1.1" 200 1035 0.077501 10.0.0.19 - - [2026-03-30 03:45:06] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001348 10.0.0.19 - - [2026-03-30 03:45:06] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029178 10.0.0.19 - - [2026-03-30 03:45:06] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001664 10.0.0.19 - - [2026-03-30 03:45:06] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?fields=security_groups HTTP/1.1" 200 1257 0.039476 10.0.0.19 - - [2026-03-30 03:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2026-03-30 03:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2026-03-30 03:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2026-03-30 03:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /project/b9d19081f4824215a71193da890d5b99 HTTP/1.1" 404 173 0.042834 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.023291 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.028242 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?fields=security_groups HTTP/1.1" 200 1373 0.032066 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?fields=security_groups HTTP/1.1" 200 1362 0.027070 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /security-group/d5620d98-e5dd-41a7-86c1-d350348aff7d HTTP/1.1" 200 115 0.049873 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=3bdb8b57-3422-42fd-a8b8-55578f4b760c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /access-control-list/a728bfc2-8bc5-499b-a3d2-2314a601f0eb HTTP/1.1" 200 115 0.033066 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c?fields=application_policy_sets HTTP/1.1" 200 1412 0.034620 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /access-control-list/2b20ad75-224f-4fa1-a004-d81f2a4509c2 HTTP/1.1" 200 115 0.031935 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /security-group/a79d059f-4169-4705-a4cd-970ba5e3776f HTTP/1.1" 200 115 0.050708 10.0.0.19 - - [2026-03-30 03:45:52] "GET /projects?obj_uuids=b9d19081-f482-4215-a711-93da890d5b99&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /access-control-list/a4b5c9c1-4705-41c5-87d1-5009fa668d18 HTTP/1.1" 200 115 0.032705 10.0.0.19 - - [2026-03-30 03:45:52] "GET /project/b9d19081-f482-4215-a711-93da890d5b99?fields=application_policy_sets HTTP/1.1" 200 1401 0.032208 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /access-control-list/36bc38bf-8bb2-4d0e-9554-3aeafb00487b HTTP/1.1" 200 115 0.028042 10.0.0.19 - - [2026-03-30 03:45:52] "DELETE /project/3bdb8b57-3422-42fd-a8b8-55578f4b760c HTTP/1.1" 200 115 0.386241 10.0.0.19 - - [2026-03-30 03:45:53] "DELETE /project/b9d19081-f482-4215-a711-93da890d5b99 HTTP/1.1" 200 115 0.422451 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:45:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000939 [Introspect:8084]10.0.0.19 - - [2026-03-30 03:45:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001021 10.0.0.19 - - [2026-03-30 03:45:59] "GET /obj-perms HTTP/1.1" 200 5056 0.050876 10.0.0.19 - - [2026-03-30 03:46:00] "GET /obj-perms HTTP/1.1" 200 5056 0.069022