+++ date ++ echo 'INFO: =================== Thu Mar 26 02:19:07 AM UTC 2026 ===================' INFO: =================== Thu Mar 26 02:19:07 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.27:8081 ' ']' +++ echo 10.0.0.27:8081 ++ ANALYTICS_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.27:9042 ' ']' +++ echo 10.0.0.27:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.27:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.27:8086 ' ']' +++ echo 10.0.0.27:8086 ++ COLLECTOR_SERVERS=10.0.0.27: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.27 ++ CONFIGDB_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.27:8082 ' ']' +++ echo 10.0.0.27:8082 ++ CONFIG_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.27:9161 ' ']' +++ echo 10.0.0.27:9161 ++ CONFIGDB_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.27:9041 ' ']' +++ echo 10.0.0.27:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.27: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.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.27:2181, ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.27:2181 ' ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.27:2181 ++ RABBITMQ_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.27:5673, ']' +++ echo 10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.27:6379 ' ']' +++ echo 10.0.0.27:6379 ++ REDIS_SERVERS=10.0.0.27: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.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.27:9092 ' ']' +++ echo 10.0.0.27:9092 ++ KAFKA_SERVERS=10.0.0.27: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.27 ++ 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.27 ++ 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.27 ++ 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.27 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27 +++ local servers=10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.252,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.27:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ sort ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/26/2026 02:19:17.106 7f4b77d73c80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/26/2026 02:19:17.254 7f4b77d73c80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/26/2026 02:19:17.267 7f4b77d73c80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/26/2026 02:19:17.267 7f4b77d73c80 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-03-26 02:19:22] "GET / HTTP/1.1" 503 181 0.000825 10.0.0.27 - - [2026-03-26 02:19:22] "GET / HTTP/1.1" 503 181 0.000148 10.0.0.27 - - [2026-03-26 02:19:23] "GET / HTTP/1.1" 200 45871 0.002535 10.0.0.27 - - [2026-03-26 02:19:23] "GET / HTTP/1.1" 200 45871 0.001915 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.27 - - [2026-03-26 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000720 10.0.0.27 - - [2026-03-26 02:19:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-03-26 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.765294 10.0.0.27 - - [2026-03-26 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007751 10.0.0.27 - - [2026-03-26 02:19:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.451449 10.0.0.27 - - [2026-03-26 02:19:24] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004956 10.0.0.27 - - [2026-03-26 02:19:24] "GET / HTTP/1.1" 200 35931 0.002235 10.0.0.27 - - [2026-03-26 02:19:24] "GET / HTTP/1.1" 200 35931 0.003783 /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.27 - - [2026-03-26 02:19:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.001167 10.0.0.27 - - [2026-03-26 02:19:25] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.27 - - [2026-03-26 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.109341 10.0.0.27 - - [2026-03-26 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.27 - - [2026-03-26 02:19:25] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012637 10.0.0.27 - - [2026-03-26 02:19:25] "POST /service-appliance-sets HTTP/1.1" 200 553 0.035851 10.0.0.27 - - [2026-03-26 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.005370 10.0.0.27 - - [2026-03-26 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.27 - - [2026-03-26 02:19:25] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.036764 10.0.0.27 - - [2026-03-26 02:19:25] "POST /service-appliance-sets HTTP/1.1" 200 541 0.039279 10.0.0.27 - - [2026-03-26 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2026-03-26 02:19:26] "GET /network-ipam/3740f085-686b-4571-8416-2325fb4f52bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.013209 10.0.0.27 - - [2026-03-26 02:19:26] "POST /service-templates HTTP/1.1" 200 511 0.031353 10.0.0.27 - - [2026-03-26 02:19:26] "POST /service-templates HTTP/1.1" 200 501 0.043105 10.0.0.27 - - [2026-03-26 02:19:26] "POST /service-templates HTTP/1.1" 200 515 0.036926 10.0.0.27 - - [2026-03-26 02:19:26] "POST /service-templates HTTP/1.1" 200 535 0.038628 10.0.0.27 - - [2026-03-26 02:19:26] "POST /service-templates HTTP/1.1" 200 507 0.045448 10.0.0.27 - - [2026-03-26 02:19:28] "GET / HTTP/1.1" 200 35931 0.003666 10.0.0.27 - - [2026-03-26 02:19:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000746 10.0.0.27 - - [2026-03-26 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.045122 10.0.0.27 - - [2026-03-26 02:19:28] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011456 10.0.0.27 - - [2026-03-26 02:19:28] "GET / HTTP/1.1" 200 35931 0.002807 10.0.0.27 - - [2026-03-26 02:19:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.001033 10.0.0.27 - - [2026-03-26 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.005864 10.0.0.27 - - [2026-03-26 02:19:28] "POST /config-nodes HTTP/1.1" 200 599 0.036196 10.0.0.27 - - [2026-03-26 02:19:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.27 - - [2026-03-26 02:19:29] "GET / HTTP/1.1" 200 35931 0.004779 10.0.0.27 - - [2026-03-26 02:19:29] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000926 10.0.0.27 - - [2026-03-26 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.346684 10.0.0.27 - - [2026-03-26 02:19:29] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019050 10.0.0.27 - - [2026-03-26 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.005831 10.0.0.27 - - [2026-03-26 02:19:29] "POST /config-database-nodes HTTP/1.1" 200 617 0.030396 10.0.0.27 - - [2026-03-26 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.341645 10.0.0.27 - - [2026-03-26 02:19:29] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.043003 10.0.0.27 - - [2026-03-26 02:19:29] "GET /network-ipam/3740f085-686b-4571-8416-2325fb4f52bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003739 10.0.0.27 - - [2026-03-26 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.006429 10.0.0.27 - - [2026-03-26 02:19:30] "POST /access-control-lists HTTP/1.1" 200 587 0.029622 10.0.0.27 - - [2026-03-26 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.006046 10.0.0.27 - - [2026-03-26 02:19:30] "POST /access-control-lists HTTP/1.1" 200 585 0.039729 10.0.0.27 - - [2026-03-26 02:19:30] "POST /route-targets HTTP/1.1" 200 327 0.022855 10.0.0.27 - - [2026-03-26 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.021774 10.0.0.27 - - [2026-03-26 02:19:30] "POST /route-targets HTTP/1.1" 200 327 0.022242 10.0.0.27 - - [2026-03-26 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.023646 10.0.0.27 - - [2026-03-26 02:19:31] "POST /route-targets HTTP/1.1" 200 327 0.022023 10.0.0.27 - - [2026-03-26 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.028929 10.0.0.27 - - [2026-03-26 02:19:31] "POST /route-targets HTTP/1.1" 200 327 0.027979 10.0.0.27 - - [2026-03-26 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.022589 10.0.0.27 - - [2026-03-26 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.005417 10.0.0.27 - - [2026-03-26 02:19:31] "POST /access-control-lists HTTP/1.1" 200 551 0.086190 10.0.0.27 - - [2026-03-26 02:19:31] "PUT /access-control-list/7487e2c3-580a-4ad7-aa25-e3f5dde9b54d HTTP/1.1" 200 272 0.016965 10.0.0.27 - - [2026-03-26 02:19:31] "PUT /access-control-list/a386b272-3232-4b12-9907-d45fea18e0d7 HTTP/1.1" 200 272 0.019744 10.0.0.27 - - [2026-03-26 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007300 10.0.0.27 - - [2026-03-26 02:19:34] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005339 10.0.0.27 - - [2026-03-26 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2026-03-26 02:19:35] "PUT /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 276 0.021266 10.0.0.27 - - [2026-03-26 02:19:35] "GET / HTTP/1.1" 200 35931 0.003752 10.0.0.27 - - [2026-03-26 02:19:35] "POST /alarms HTTP/1.1" 401 292 0.000893 10.0.0.27 - - [2026-03-26 02:19:35] "POST /alarms HTTP/1.1" 200 581 0.071233 10.0.0.27 - - [2026-03-26 02:19:35] "POST /alarms HTTP/1.1" 200 575 0.031412 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 575 0.037730 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 559 0.029473 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 555 0.030997 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 557 0.034070 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 565 0.033737 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 549 0.027985 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 557 0.032079 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 567 0.037326 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 555 0.037703 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 567 0.032436 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 575 0.072834 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 569 0.040019 10.0.0.27 - - [2026-03-26 02:19:36] "POST /alarms HTTP/1.1" 200 561 0.035142 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 561 0.030588 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 561 0.037315 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 547 0.041138 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 595 0.034068 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 575 0.040976 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 571 0.035740 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 583 0.031607 10.0.0.27 - - [2026-03-26 02:19:37] "POST /alarms HTTP/1.1" 200 609 0.035287 10.0.0.27 - - [2026-03-26 02:19:37] "GET / HTTP/1.1" 200 35931 0.002923 10.0.0.27 - - [2026-03-26 02:19:37] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2026-03-26 02:19:38] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034342 10.0.0.27 - - [2026-03-26 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006653 10.0.0.27 - - [2026-03-26 02:19:38] "PUT /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 276 0.021786 10.0.0.27 - - [2026-03-26 02:19:38] "GET / HTTP/1.1" 200 35931 0.004472 10.0.0.27 - - [2026-03-26 02:19:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.001015 10.0.0.27 - - [2026-03-26 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.040225 10.0.0.27 - - [2026-03-26 02:19:39] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009652 10.0.0.27 - - [2026-03-26 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006928 10.0.0.27 - - [2026-03-26 02:19:39] "PUT /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 276 0.017724 10.0.0.27 - - [2026-03-26 02:19:39] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.27 - - [2026-03-26 02:19:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2026-03-26 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.036389 10.0.0.27 - - [2026-03-26 02:19:40] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007093 10.0.0.27 - - [2026-03-26 02:19:40] "PUT /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f HTTP/1.1" 200 274 0.034842 10.0.0.27 - - [2026-03-26 02:20:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000916 10.0.0.27 - - [2026-03-26 02:20:06] "GET /global-system-configs HTTP/1.1" 401 292 0.001009 10.0.0.27 - - [2026-03-26 02:20:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.27 - - [2026-03-26 02:20:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000843 10.0.0.27 - - [2026-03-26 02:20:48] "GET / HTTP/1.1" 200 35931 0.004968 10.0.0.27 - - [2026-03-26 02:20:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2026-03-26 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.044281 10.0.0.27 - - [2026-03-26 02:20:48] "GET /routing-instance/b6161128-e683-4e07-8618-dc15ae14aefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006291 10.0.0.27 - - [2026-03-26 02:20:48] "POST /bgp-routers HTTP/1.1" 200 620 0.037421 10.0.0.27 - - [2026-03-26 02:20:48] "GET /bgp-router/01010086-9554-4f26-b41b-6630ced6cd7c?fields=global_system_config_back_refs HTTP/1.1" 200 1124 0.010995 10.0.0.27 - - [2026-03-26 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.27 - - [2026-03-26 02:20:48] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007959 10.0.0.27 - - [2026-03-26 02:20:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004472 10.0.0.27 - - [2026-03-26 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.010847 10.0.0.27 - - [2026-03-26 02:21:26] "GET / HTTP/1.1" 200 35931 0.002761 10.0.0.27 - - [2026-03-26 02:21:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.27 - - [2026-03-26 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.027191 10.0.0.27 - - [2026-03-26 02:21:27] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007046 10.0.0.27 - - [2026-03-26 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003431 10.0.0.27 - - [2026-03-26 02:21:27] "POST /database-nodes HTTP/1.1" 200 603 0.033121 10.0.0.27 - - [2026-03-26 02:22:04] "GET / HTTP/1.1" 200 35931 0.001472 10.0.0.27 - - [2026-03-26 02:22:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-03-26 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.036994 10.0.0.27 - - [2026-03-26 02:22:05] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019005 10.0.0.27 - - [2026-03-26 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.005474 10.0.0.27 - - [2026-03-26 02:22:05] "POST /analytics-nodes HTTP/1.1" 200 605 0.032584 10.0.0.27 - - [2026-03-26 02:22:11] "GET / HTTP/1.1" 200 35931 0.001687 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.27 - - [2026-03-26 02:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.477865 10.0.0.27 - - [2026-03-26 02:22:29] "GET /obj-perms HTTP/1.1" 200 5056 0.089180 10.0.0.27 - - [2026-03-26 02:22:30] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.27 - - [2026-03-26 02:22:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-03-26 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.047125 10.0.0.27 - - [2026-03-26 02:22:31] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007185 10.0.0.27 - - [2026-03-26 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.004095 10.0.0.27 - - [2026-03-26 02:22:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.032991 10.0.0.27 - - [2026-03-26 02:22:54] "GET / HTTP/1.1" 200 35931 0.004018 10.0.0.27 - - [2026-03-26 02:22:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000726 10.0.0.27 - - [2026-03-26 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.027302 10.0.0.27 - - [2026-03-26 02:22:55] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008080 10.0.0.27 - - [2026-03-26 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003662 10.0.0.27 - - [2026-03-26 02:22:55] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.029176 10.0.0.27 - - [2026-03-26 02:23:29] "GET /obj-perms HTTP/1.1" 200 5056 0.097085 10.0.0.27 - - [2026-03-26 02:23:30] "GET /obj-perms HTTP/1.1" 200 5056 0.082240 10.0.0.27 - - [2026-03-26 02:24:30] "GET /obj-perms HTTP/1.1" 200 5056 0.060610 10.0.0.27 - - [2026-03-26 02:24:30] "GET /obj-perms HTTP/1.1" 200 5056 0.090643 10.0.0.27 - - [2026-03-26 02:25:06] "GET /global-system-configs HTTP/1.1" 401 292 0.001422 10.0.0.27 - - [2026-03-26 02:25:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000720 10.0.0.27 - - [2026-03-26 02:25:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2026-03-26 02:25:07] "GET /global-system-configs HTTP/1.1" 401 292 0.001130 10.0.0.27 - - [2026-03-26 02:25:31] "GET /obj-perms HTTP/1.1" 200 5056 0.073636 10.0.0.27 - - [2026-03-26 02:25:31] "GET /obj-perms HTTP/1.1" 200 5056 0.129943 10.0.0.27 - - [2026-03-26 02:25:52] "GET / HTTP/1.1" 200 35931 0.049762 10.0.0.27 - - [2026-03-26 02:25:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.064359 10.0.0.27 - - [2026-03-26 02:25:53] "GET /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011734 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.27 - - [2026-03-26 02:25:53] "GET /routing-instance/b6161128-e683-4e07-8618-dc15ae14aefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.008840 10.0.0.27 - - [2026-03-26 02:25:53] "PUT /global-system-config/d5fa46e7-d80d-41db-89c7-d7e9d4f4258f HTTP/1.1" 200 274 0.021938 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.003984 10.0.0.27 - - [2026-03-26 02:25:53] "POST /virtual-routers HTTP/1.1" 200 603 0.028402 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2026-03-26 02:25:53] "GET /virtual-router/2df2386c-6e02-48d7-91e4-3429a2e387dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006761 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003904 10.0.0.27 - - [2026-03-26 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2026-03-26 02:25:53] "GET /virtual-network/8d85a994-b296-4ad1-9fea-bf15a31526e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.012398 10.0.0.27 - - [2026-03-26 02:25:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.084621 10.0.0.27 - - [2026-03-26 02:25:54] "PUT /access-control-list/6ee1b5a8-7c1a-471a-a1e9-fcbd64b94d38 HTTP/1.1" 200 272 0.053226 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001557 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001836 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002947 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.003811 10.0.0.27 - - [2026-03-26 02:26:32] "GET /obj-perms HTTP/1.1" 200 5056 0.074872 10.0.0.27 - - [2026-03-26 02:26:32] "GET /obj-perms HTTP/1.1" 200 5056 0.090069 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002020 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001541 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002312 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:26:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.002266 10.0.0.27 - - [2026-03-26 02:27:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072614 10.0.0.27 - - [2026-03-26 02:27:33] "GET /obj-perms HTTP/1.1" 200 5056 0.091429 10.0.0.27 - - [2026-03-26 02:28:23] "GET / HTTP/1.1" 200 35931 0.006151 10.0.0.27 - - [2026-03-26 02:28:23] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-26 02:28:24] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055959 10.0.0.27 - - [2026-03-26 02:28:24] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002436 10.0.0.27 - - [2026-03-26 02:28:24] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.067722 10.0.0.27 - - [2026-03-26 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 167 0.001153 10.0.0.27 - - [2026-03-26 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 176 0.003803 10.0.0.27 - - [2026-03-26 02:28:24] "POST /security-groups HTTP/1.1" 200 568 0.088650 10.0.0.27 - - [2026-03-26 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.004608 10.0.0.27 - - [2026-03-26 02:28:24] "POST /projects HTTP/1.1" 200 539 0.281554 10.0.0.27 - - [2026-03-26 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.345727 10.0.0.27 - - [2026-03-26 02:28:24] "POST /access-control-lists HTTP/1.1" 200 573 0.064942 10.0.0.27 - - [2026-03-26 02:28:25] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.680817 10.0.0.27 - - [2026-03-26 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.002881 10.0.0.27 - - [2026-03-26 02:28:25] "POST /access-control-lists HTTP/1.1" 200 571 0.071830 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:28:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.002931 10.0.0.27 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.041110 10.0.0.27 - - [2026-03-26 02:28:26] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003252 10.0.0.27 - - [2026-03-26 02:28:26] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.27 - - [2026-03-26 02:28:26] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009305 10.0.0.27 - - [2026-03-26 02:28:26] "DELETE /project/7438f03e9c5c48d2b5973a9483aed0ab HTTP/1.1" 404 173 0.007205 10.0.0.27 - - [2026-03-26 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 201 0.001816 10.0.0.27 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.005451 10.0.0.27 - - [2026-03-26 02:28:26] "POST /security-groups HTTP/1.1" 200 602 0.069377 10.0.0.27 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.003171 10.0.0.27 - - [2026-03-26 02:28:26] "POST /projects HTTP/1.1" 200 607 0.268672 10.0.0.27 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.315653 10.0.0.27 - - [2026-03-26 02:28:26] "POST /access-control-lists HTTP/1.1" 200 607 0.069171 10.0.0.27 - - [2026-03-26 02:28:26] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.491077 10.0.0.27 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.003773 10.0.0.27 - - [2026-03-26 02:28:26] "POST /access-control-lists HTTP/1.1" 200 605 0.068836 10.0.0.27 - - [2026-03-26 02:28:27] "GET / HTTP/1.1" 200 35931 0.004910 10.0.0.27 - - [2026-03-26 02:28:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-03-26 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.084554 10.0.0.27 - - [2026-03-26 02:28:28] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001100 10.0.0.27 - - [2026-03-26 02:28:29] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037744 10.0.0.27 - - [2026-03-26 02:28:29] "POST /neutron/network HTTP/1.1" 200 117 0.075676 10.0.0.27 - - [2026-03-26 02:28:29] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001310 10.0.0.27 - - [2026-03-26 02:28:29] "POST /neutron/network HTTP/1.1" 200 620 0.150879 10.0.0.27 - - [2026-03-26 02:28:29] "POST /route-targets HTTP/1.1" 200 327 0.017498 10.0.0.27 - - [2026-03-26 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.020663 10.0.0.27 - - [2026-03-26 02:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.009785 10.0.0.27 - - [2026-03-26 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.229568 10.0.0.27 - - [2026-03-26 02:28:29] "POST /neutron/network HTTP/1.1" 200 839 0.006051 10.0.0.27 - - [2026-03-26 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001283 10.0.0.27 - - [2026-03-26 02:28:29] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005430 10.0.0.27 - - [2026-03-26 02:28:29] "POST /neutron/network HTTP/1.1" 200 839 0.005768 10.0.0.27 - - [2026-03-26 02:28:29] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005161 10.0.0.27 - - [2026-03-26 02:28:30] "POST /neutron/network HTTP/1.1" 200 839 0.005891 10.0.0.27 - - [2026-03-26 02:28:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.009608 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domains HTTP/1.1" 401 292 0.000623 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domains HTTP/1.1" 200 280 0.036059 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002010 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2584 0.016388 10.0.0.27 - - [2026-03-26 02:28:30] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001789 10.0.0.27 - - [2026-03-26 02:28:30] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47 HTTP/1.1" 200 2167 0.079661 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e HTTP/1.1" 200 2341 0.008681 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e HTTP/1.1" 200 2341 0.009848 10.0.0.27 - - [2026-03-26 02:28:30] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 200 1494 0.004378 10.0.0.27 - - [2026-03-26 02:28:30] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 200 1494 0.005757 10.0.0.27 - - [2026-03-26 02:28:30] "GET /route-target/d6734e7b-890e-405e-bd6d-4893ea974886 HTTP/1.1" 200 1220 0.004675 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e HTTP/1.1" 200 2341 0.006756 10.0.0.27 - - [2026-03-26 02:28:30] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 200 1494 0.004298 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006211 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e HTTP/1.1" 200 2341 0.005754 10.0.0.27 - - [2026-03-26 02:28:30] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 200 1494 0.004566 10.0.0.27 - - [2026-03-26 02:28:30] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 200 1494 0.004444 10.0.0.27 - - [2026-03-26 02:28:30] "GET /route-target/d6734e7b-890e-405e-bd6d-4893ea974886 HTTP/1.1" 200 1220 0.004647 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domains HTTP/1.1" 200 280 0.003114 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001521 10.0.0.27 - - [2026-03-26 02:28:30] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2584 0.010031 10.0.0.27 - - [2026-03-26 02:28:30] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001878 10.0.0.27 - - [2026-03-26 02:28:30] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47 HTTP/1.1" 200 2167 0.081161 10.0.0.27 - - [2026-03-26 02:28:30] "GET /virtual-network/fc1d7486-93c7-40f5-892f-76b9196e748e HTTP/1.1" 200 2341 0.006654 10.0.0.27 - - [2026-03-26 02:28:31] "GET /obj-perms HTTP/1.1" 200 5052 0.064513 10.0.0.27 - - [2026-03-26 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001632 10.0.0.27 - - [2026-03-26 02:28:33] "POST /neutron/network HTTP/1.1" 200 849 0.012385 10.0.0.27 - - [2026-03-26 02:28:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-03-26 02:28:33] "GET / HTTP/1.1" 200 35931 0.004794 10.0.0.27 - - [2026-03-26 02:28:33] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001119 10.0.0.27 - - [2026-03-26 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.066314 10.0.0.27 - - [2026-03-26 02:28:34] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001780 10.0.0.27 - - [2026-03-26 02:28:34] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.114146 10.0.0.27 - - [2026-03-26 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.149134 10.0.0.27 - - [2026-03-26 02:28:35] "POST /neutron/network HTTP/1.1" 200 839 0.050685 10.0.0.27 - - [2026-03-26 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.007744 10.0.0.27 - - [2026-03-26 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.011889 10.0.0.27 - - [2026-03-26 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.005014 10.0.0.27 - - [2026-03-26 02:28:36] "POST /neutron/network HTTP/1.1" 200 849 0.013436 10.0.0.27 - - [2026-03-26 02:28:37] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003360 10.0.0.27 - - [2026-03-26 02:28:37] "POST /neutron/port HTTP/1.1" 200 1071 0.327196 10.0.0.27 - - [2026-03-26 02:28:37] "POST /neutron/port HTTP/1.1" 200 1071 0.055809 10.0.0.27 - - [2026-03-26 02:28:37] "POST /neutron/port HTTP/1.1" 200 1071 0.017668 10.0.0.27 - - [2026-03-26 02:28:37] "POST /neutron/port HTTP/1.1" 200 1125 0.087392 10.0.0.27 - - [2026-03-26 02:28:37] "POST /neutron/port HTTP/1.1" 200 1135 0.016002 10.0.0.27 - - [2026-03-26 02:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.27 - - [2026-03-26 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.009136 10.0.0.27 - - [2026-03-26 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.27 - - [2026-03-26 02:28:38] "POST /neutron/network HTTP/1.1" 200 839 0.006635 10.0.0.27 - - [2026-03-26 02:28:40] "POST /neutron/port HTTP/1.1" 200 1135 0.027876 10.0.0.27 - - [2026-03-26 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011472 10.0.0.27 - - [2026-03-26 02:28:45] "POST /neutron/port HTTP/1.1" 200 1135 0.033101 10.0.0.27 - - [2026-03-26 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010606 10.0.0.27 - - [2026-03-26 02:28:45] "GET /obj-perms HTTP/1.1" 200 5052 0.008767 10.0.0.27 - - [2026-03-26 02:28:46] "GET /obj-perms HTTP/1.1" 200 5052 0.006237 10.0.0.27 - - [2026-03-26 02:28:47] "GET /obj-perms HTTP/1.1" 200 5052 0.004617 10.0.0.27 - - [2026-03-26 02:28:48] "GET /obj-perms HTTP/1.1" 200 5052 0.005149 10.0.0.27 - - [2026-03-26 02:28:50] "GET /obj-perms HTTP/1.1" 200 5052 0.004073 10.0.0.27 - - [2026-03-26 02:28:51] "POST /neutron/network HTTP/1.1" 200 839 0.024138 10.0.0.27 - - [2026-03-26 02:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.029076 10.0.0.27 - - [2026-03-26 02:28:51] "POST /neutron/port HTTP/1.1" 200 1135 0.022273 10.0.0.27 - - [2026-03-26 02:28:51] "POST /neutron/port HTTP/1.1" 200 1125 0.016681 10.0.0.27 - - [2026-03-26 02:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.179089 10.0.0.27 - - [2026-03-26 02:28:53] "POST /neutron/network HTTP/1.1" 200 839 0.008938 10.0.0.27 - - [2026-03-26 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003561 10.0.0.27 - - [2026-03-26 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2026-03-26 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002443 10.0.0.27 - - [2026-03-26 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.147110 10.0.0.27 - - [2026-03-26 02:28:53] "GET /routing-instance/7d8b64ca-b5ce-4535-8e7b-b44cf8dc65db HTTP/1.1" 404 171 0.002458 10.0.0.27 - - [2026-03-26 02:28:53] "GET /domains HTTP/1.1" 200 280 0.003373 10.0.0.27 - - [2026-03-26 02:28:53] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.27 - - [2026-03-26 02:28:53] "DELETE /route-target/d6734e7b-890e-405e-bd6d-4893ea974886 HTTP/1.1" 200 115 0.035026 10.0.0.27 - - [2026-03-26 02:28:53] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2584 0.054822 10.0.0.27 - - [2026-03-26 02:28:53] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001916 10.0.0.27 - - [2026-03-26 02:28:53] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47 HTTP/1.1" 200 1917 0.106864 10.0.0.27 - - [2026-03-26 02:28:54] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002266 10.0.0.27 - - [2026-03-26 02:28:54] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048758 10.0.0.27 - - [2026-03-26 02:28:54] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003390 10.0.0.27 - - [2026-03-26 02:28:54] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?fields=virtual_networks HTTP/1.1" 200 1053 0.051110 10.0.0.27 - - [2026-03-26 02:28:54] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001958 10.0.0.27 - - [2026-03-26 02:28:54] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.051414 10.0.0.27 - - [2026-03-26 02:28:54] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001335 10.0.0.27 - - [2026-03-26 02:28:54] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?fields=security_groups HTTP/1.1" 200 1290 0.036185 10.0.0.27 - - [2026-03-26 02:28:55] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002895 10.0.0.27 - - [2026-03-26 02:28:55] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.052433 10.0.0.27 - - [2026-03-26 02:28:59] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002368 10.0.0.27 - - [2026-03-26 02:28:59] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.049134 10.0.0.27 - - [2026-03-26 02:29:00] "GET /documentation/index.html HTTP/1.1" 200 219571 0.004516 10.0.0.27 - - [2026-03-26 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.043959 10.0.0.27 - - [2026-03-26 02:29:01] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005376 10.0.0.27 - - [2026-03-26 02:29:01] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.27 - - [2026-03-26 02:29:01] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009274 10.0.0.27 - - [2026-03-26 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.001894 10.0.0.27 - - [2026-03-26 02:29:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.004984 10.0.0.27 - - [2026-03-26 02:29:01] "POST /security-groups HTTP/1.1" 200 603 0.068626 10.0.0.27 - - [2026-03-26 02:29:01] "POST /fqname-to-id HTTP/1.1" 404 246 0.002733 10.0.0.27 - - [2026-03-26 02:29:01] "POST /projects HTTP/1.1" 200 609 0.265998 10.0.0.27 - - [2026-03-26 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.309928 10.0.0.27 - - [2026-03-26 02:29:01] "POST /access-control-lists HTTP/1.1" 200 608 0.059268 10.0.0.27 - - [2026-03-26 02:29:01] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.513362 10.0.0.27 - - [2026-03-26 02:29:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.006616 10.0.0.27 - - [2026-03-26 02:29:01] "POST /access-control-lists HTTP/1.1" 200 606 0.064898 10.0.0.27 - - [2026-03-26 02:29:02] "GET / HTTP/1.1" 200 35931 0.007089 10.0.0.27 - - [2026-03-26 02:29:03] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001432 10.0.0.27 - - [2026-03-26 02:29:03] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.054531 10.0.0.27 - - [2026-03-26 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2026-03-26 02:29:04] "GET /security-group/1c06a204-b1ba-436a-adc2-3dd75fc2bb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007125 10.0.0.27 - - [2026-03-26 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2026-03-26 02:29:04] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001655 10.0.0.27 - - [2026-03-26 02:29:04] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.057048 10.0.0.27 - - [2026-03-26 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.27 - - [2026-03-26 02:29:04] "GET /security-group/1c06a204-b1ba-436a-adc2-3dd75fc2bb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007423 10.0.0.27 - - [2026-03-26 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006395 10.0.0.27 - - [2026-03-26 02:29:04] "PUT /security-group/1c06a204-b1ba-436a-adc2-3dd75fc2bb47 HTTP/1.1" 200 262 0.037576 10.0.0.27 - - [2026-03-26 02:29:05] "PUT /access-control-list/d7f5a25c-0dab-4d6e-931f-0c25d4269237 HTTP/1.1" 200 272 0.016522 10.0.0.27 - - [2026-03-26 02:29:05] "PUT /access-control-list/ccf2455a-dcfc-4310-ba9b-f483cf6a20f5 HTTP/1.1" 200 272 0.025274 10.0.0.27 - - [2026-03-26 02:29:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.001229 10.0.0.27 - - [2026-03-26 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.101259 10.0.0.27 - - [2026-03-26 02:29:05] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002843 10.0.0.27 - - [2026-03-26 02:29:05] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060914 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/network HTTP/1.1" 200 117 0.092238 10.0.0.27 - - [2026-03-26 02:29:06] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/network HTTP/1.1" 200 619 0.127281 10.0.0.27 - - [2026-03-26 02:29:06] "POST /route-targets HTTP/1.1" 200 327 0.012112 10.0.0.27 - - [2026-03-26 02:29:06] "POST /ref-update HTTP/1.1" 200 156 0.012708 10.0.0.27 - - [2026-03-26 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005150 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 705 0.163275 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/network HTTP/1.1" 200 834 0.006310 10.0.0.27 - - [2026-03-26 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001475 10.0.0.27 - - [2026-03-26 02:29:06] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006279 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/network HTTP/1.1" 200 834 0.012575 10.0.0.27 - - [2026-03-26 02:29:06] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014351 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/network HTTP/1.1" 200 834 0.013944 10.0.0.27 - - [2026-03-26 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 705 0.017104 10.0.0.27 - - [2026-03-26 02:29:06] "GET /domains HTTP/1.1" 401 292 0.001082 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domains HTTP/1.1" 200 280 0.040455 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.009623 10.0.0.27 - - [2026-03-26 02:29:07] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.27 - - [2026-03-26 02:29:07] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 2173 0.093756 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2326 0.026768 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2326 0.007864 10.0.0.27 - - [2026-03-26 02:29:07] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 200 1492 0.006745 10.0.0.27 - - [2026-03-26 02:29:07] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 200 1492 0.004465 10.0.0.27 - - [2026-03-26 02:29:07] "GET /route-target/c6f6663b-d5ce-4291-9486-4c06eb5b5ad9 HTTP/1.1" 200 1219 0.004715 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2326 0.006163 10.0.0.27 - - [2026-03-26 02:29:07] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 200 1492 0.004839 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006031 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2326 0.006656 10.0.0.27 - - [2026-03-26 02:29:07] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 200 1492 0.004746 10.0.0.27 - - [2026-03-26 02:29:07] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 200 1492 0.004783 10.0.0.27 - - [2026-03-26 02:29:07] "GET /route-target/c6f6663b-d5ce-4291-9486-4c06eb5b5ad9 HTTP/1.1" 200 1219 0.004747 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domains HTTP/1.1" 200 280 0.006518 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.27 - - [2026-03-26 02:29:07] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.006677 10.0.0.27 - - [2026-03-26 02:29:07] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.27 - - [2026-03-26 02:29:07] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 2173 0.095787 10.0.0.27 - - [2026-03-26 02:29:07] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2326 0.010866 10.0.0.27 - - [2026-03-26 02:29:07] "GET /obj-perms HTTP/1.1" 200 5054 0.129027 10.0.0.27 - - [2026-03-26 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-03-26 02:29:08] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.27 - - [2026-03-26 02:29:08] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041430 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/network HTTP/1.1" 200 117 0.022276 10.0.0.27 - - [2026-03-26 02:29:08] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001962 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/network HTTP/1.1" 200 619 0.111875 10.0.0.27 - - [2026-03-26 02:29:08] "POST /route-targets HTTP/1.1" 200 327 0.013776 10.0.0.27 - - [2026-03-26 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.019589 10.0.0.27 - - [2026-03-26 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.148164 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/network HTTP/1.1" 200 836 0.006352 10.0.0.27 - - [2026-03-26 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001547 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006405 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/network HTTP/1.1" 200 836 0.009474 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006934 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/network HTTP/1.1" 200 836 0.007468 10.0.0.27 - - [2026-03-26 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.008877 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domains HTTP/1.1" 200 280 0.003229 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001646 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.009102 10.0.0.27 - - [2026-03-26 02:29:08] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.27 - - [2026-03-26 02:29:08] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 2401 0.085136 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca HTTP/1.1" 200 2334 0.008101 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca HTTP/1.1" 200 2334 0.006222 10.0.0.27 - - [2026-03-26 02:29:08] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 200 1491 0.004758 10.0.0.27 - - [2026-03-26 02:29:08] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 200 1491 0.004172 10.0.0.27 - - [2026-03-26 02:29:08] "GET /route-target/84ca1725-264e-4cb5-a227-8a80084267c2 HTTP/1.1" 200 1218 0.003946 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca HTTP/1.1" 200 2334 0.005692 10.0.0.27 - - [2026-03-26 02:29:08] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 200 1491 0.004000 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.011901 10.0.0.27 - - [2026-03-26 02:29:08] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca HTTP/1.1" 200 2334 0.015676 10.0.0.27 - - [2026-03-26 02:29:08] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 200 1491 0.009156 10.0.0.27 - - [2026-03-26 02:29:08] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 200 1491 0.007918 10.0.0.27 - - [2026-03-26 02:29:08] "GET /route-target/84ca1725-264e-4cb5-a227-8a80084267c2 HTTP/1.1" 200 1218 0.006530 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domains HTTP/1.1" 200 280 0.006516 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002685 10.0.0.27 - - [2026-03-26 02:29:08] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.016222 10.0.0.27 - - [2026-03-26 02:29:08] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.27 - - [2026-03-26 02:29:09] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 2401 0.079754 10.0.0.27 - - [2026-03-26 02:29:09] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca HTTP/1.1" 200 2334 0.013483 10.0.0.27 - - [2026-03-26 02:29:09] "GET /obj-perms HTTP/1.1" 200 5054 0.003811 10.0.0.27 - - [2026-03-26 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001599 10.0.0.27 - - [2026-03-26 02:29:09] "POST /neutron/network HTTP/1.1" 200 846 0.008255 10.0.0.27 - - [2026-03-26 02:29:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.27 - - [2026-03-26 02:29:09] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.27 - - [2026-03-26 02:29:09] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-03-26 02:29:10] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001441 10.0.0.27 - - [2026-03-26 02:29:10] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.117679 10.0.0.27 - - [2026-03-26 02:29:10] "POST /neutron/network HTTP/1.1" 200 836 0.013612 10.0.0.27 - - [2026-03-26 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.010576 10.0.0.27 - - [2026-03-26 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.010056 10.0.0.27 - - [2026-03-26 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.003555 10.0.0.27 - - [2026-03-26 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.27 - - [2026-03-26 02:29:10] "POST /neutron/network HTTP/1.1" 200 844 0.022085 10.0.0.27 - - [2026-03-26 02:29:10] "GET /aaa-mode HTTP/1.1" 401 292 0.001376 10.0.0.27 - - [2026-03-26 02:29:11] "GET / HTTP/1.1" 200 35931 0.003724 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/network HTTP/1.1" 200 846 0.015568 10.0.0.27 - - [2026-03-26 02:29:11] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000632 10.0.0.27 - - [2026-03-26 02:29:11] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/port HTTP/1.1" 200 1070 0.299721 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/port HTTP/1.1" 200 1070 0.014798 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/port HTTP/1.1" 200 1070 0.027442 10.0.0.27 - - [2026-03-26 02:29:11] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001510 10.0.0.27 - - [2026-03-26 02:29:11] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.083970 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/network HTTP/1.1" 200 834 0.004694 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/port HTTP/1.1" 200 1124 0.112609 10.0.0.27 - - [2026-03-26 02:29:11] "POST /neutron/port HTTP/1.1" 200 1134 0.012647 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003106 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.014291 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/network HTTP/1.1" 200 836 0.015354 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 1134 0.014364 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006182 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.004789 10.0.0.27 - - [2026-03-26 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001531 10.0.0.27 - - [2026-03-26 02:29:12] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047569 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005473 10.0.0.27 - - [2026-03-26 02:29:12] "GET /floating-ip-pools?parent_id=721a0856-1339-449e-804d-0bbdcf863794&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004036 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009756 10.0.0.27 - - [2026-03-26 02:29:12] "POST /floating-ip-pools HTTP/1.1" 200 609 0.021305 10.0.0.27 - - [2026-03-26 02:29:12] "POST /ref-update HTTP/1.1" 200 156 0.011877 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005526 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/network HTTP/1.1" 200 844 0.010574 10.0.0.27 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domains HTTP/1.1" 200 280 0.003414 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001723 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.057976 10.0.0.27 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001740 10.0.0.27 - - [2026-03-26 02:29:12] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 3243 0.111106 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 2917 0.017254 10.0.0.27 - - [2026-03-26 02:29:12] "GET /floating-ip-pool/897e6ad1-b601-448d-bf5d-dbd7b90df4ea HTTP/1.1" 200 1440 0.007531 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domains HTTP/1.1" 200 280 0.002273 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.27 - - [2026-03-26 02:29:12] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2782 0.008566 10.0.0.27 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 1068 0.315526 10.0.0.27 - - [2026-03-26 02:29:12] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 3243 0.072545 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794 HTTP/1.1" 200 3138 0.017654 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 1068 0.021382 10.0.0.27 - - [2026-03-26 02:29:12] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.011201 10.0.0.27 - - [2026-03-26 02:29:12] "POST /neutron/port HTTP/1.1" 200 1068 0.028334 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/port HTTP/1.1" 200 1134 0.025870 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016533 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/port HTTP/1.1" 200 1122 0.115354 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/port HTTP/1.1" 200 1132 0.012252 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003810 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/subnet HTTP/1.1" 200 679 0.017198 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.002782 10.0.0.27 - - [2026-03-26 02:29:13] "POST /neutron/network HTTP/1.1" 200 834 0.008196 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/port HTTP/1.1" 200 1134 0.024314 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014983 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/port HTTP/1.1" 200 1134 0.026756 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014216 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/port HTTP/1.1" 200 1134 0.018857 10.0.0.27 - - [2026-03-26 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009270 10.0.0.27 - - [2026-03-26 02:29:18] "GET /virtual-machine/59270252-3ef5-447d-ac75-c8a19277ded6 HTTP/1.1" 200 1304 0.007074 10.0.0.27 - - [2026-03-26 02:29:18] "GET /virtual-machine-interface/95ee7fed-e83d-4cc4-b295-01336c09da96 HTTP/1.1" 200 3004 0.006763 10.0.0.27 - - [2026-03-26 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011219 10.0.0.27 - - [2026-03-26 02:29:18] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005628 10.0.0.27 - - [2026-03-26 02:29:18] "GET /virtual-networks?parent_id=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004821 10.0.0.27 - - [2026-03-26 02:29:18] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.013303 10.0.0.27 - - [2026-03-26 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006039 10.0.0.27 - - [2026-03-26 02:29:21] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.018881 10.0.0.27 - - [2026-03-26 02:29:22] "POST /neutron/port HTTP/1.1" 200 1134 0.095347 10.0.0.27 - - [2026-03-26 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010743 10.0.0.27 - - [2026-03-26 02:29:23] "POST /neutron/port HTTP/1.1" 200 1132 0.027074 10.0.0.27 - - [2026-03-26 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009773 10.0.0.27 - - [2026-03-26 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.27 - - [2026-03-26 02:29:23] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006030 10.0.0.27 - - [2026-03-26 02:29:24] "GET /virtual-networks?parent_id=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005513 10.0.0.27 - - [2026-03-26 02:29:24] "GET /virtual-network/cbabc0a3-1d4a-4bc4-a3c6-7eda82252fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.016838 10.0.0.27 - - [2026-03-26 02:29:24] "POST /neutron/port HTTP/1.1" 200 1134 0.020665 10.0.0.27 - - [2026-03-26 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007539 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /project/601e7094e8664d7e9bcd1b48bcf86037 HTTP/1.1" 404 173 0.006207 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /project/0f05e783f6a443faa3d4f9de868acc47 HTTP/1.1" 404 173 0.005178 10.0.0.27 - - [2026-03-26 02:29:26] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.27 - - [2026-03-26 02:29:26] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.045479 10.0.0.27 - - [2026-03-26 02:29:26] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001698 10.0.0.27 - - [2026-03-26 02:29:26] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?fields=security_groups HTTP/1.1" 200 1395 0.040912 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /security-group/811e3227-6dd1-4051-865c-7abd0a6f3535 HTTP/1.1" 200 115 0.038228 10.0.0.27 - - [2026-03-26 02:29:26] "GET /projects?obj_uuids=0f05e783-f6a4-43fa-a3d4-f9de868acc47&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /access-control-list/0446aebf-bdfc-4dc8-bf0b-0305096b8d3f HTTP/1.1" 200 115 0.035470 10.0.0.27 - - [2026-03-26 02:29:26] "GET /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47?fields=application_policy_sets HTTP/1.1" 200 1434 0.037252 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /access-control-list/73ca68b4-6a2b-45c4-852e-e2b551903bf8 HTTP/1.1" 200 115 0.032094 10.0.0.27 - - [2026-03-26 02:29:26] "DELETE /project/0f05e783-f6a4-43fa-a3d4-f9de868acc47 HTTP/1.1" 200 115 0.329446 10.0.0.27 - - [2026-03-26 02:29:29] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/floatingip HTTP/1.1" 200 526 0.118551 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/port HTTP/1.1" 200 1134 0.020157 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/floatingip HTTP/1.1" 200 526 0.005967 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/floatingip HTTP/1.1" 200 571 0.046408 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/port HTTP/1.1" 200 1132 0.014111 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006033 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/port HTTP/1.1" 200 1132 0.016287 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008508 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/port HTTP/1.1" 200 1132 0.022220 10.0.0.27 - - [2026-03-26 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009455 10.0.0.27 - - [2026-03-26 02:29:29] "GET /virtual-machine/3f19bf09-a52d-4782-8fac-817ee6be1bf4 HTTP/1.1" 200 1304 0.004964 10.0.0.27 - - [2026-03-26 02:29:29] "GET /virtual-machine-interface/0f34714b-cb7e-4e3f-bfbf-523bebde2ef1 HTTP/1.1" 200 3003 0.006222 10.0.0.27 - - [2026-03-26 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-03-26 02:29:29] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003709 10.0.0.27 - - [2026-03-26 02:29:30] "GET /virtual-networks?parent_id=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003940 10.0.0.27 - - [2026-03-26 02:29:30] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007367 10.0.0.27 - - [2026-03-26 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007404 10.0.0.27 - - [2026-03-26 02:29:31] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007457 10.0.0.27 - - [2026-03-26 02:29:31] "GET /virtual-networks?parent_id=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006703 10.0.0.27 - - [2026-03-26 02:29:31] "GET /virtual-network/721a0856-1339-449e-804d-0bbdcf863794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.015846 10.0.0.27 - - [2026-03-26 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 571 0.019433 10.0.0.27 - - [2026-03-26 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.27 - - [2026-03-26 02:29:31] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006871 10.0.0.27 - - [2026-03-26 02:29:31] "GET /route-target/c6f6663b-d5ce-4291-9486-4c06eb5b5ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008191 10.0.0.27 - - [2026-03-26 02:29:31] "GET /floating-ip/2e80bf3b-3b5b-402f-a73a-efae2fbb1a50 HTTP/1.1" 200 1882 0.009365 10.0.0.27 - - [2026-03-26 02:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.074403 10.0.0.27 - - [2026-03-26 02:29:34] "POST /neutron/floatingip HTTP/1.1" 200 571 0.022693 10.0.0.27 - - [2026-03-26 02:29:35] "POST /neutron/floatingip HTTP/1.1" 200 526 0.038651 10.0.0.27 - - [2026-03-26 02:29:35] "POST /neutron/floatingip HTTP/1.1" 200 526 0.009102 10.0.0.27 - - [2026-03-26 02:29:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.065961 10.0.0.27 - - [2026-03-26 02:29:35] "GET /floating-ip-pool/897e6ad1-b601-448d-bf5d-dbd7b90df4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.007105 10.0.0.27 - - [2026-03-26 02:29:35] "GET /obj-perms HTTP/1.1" 200 5056 0.073229 10.0.0.27 - - [2026-03-26 02:29:35] "POST /ref-update HTTP/1.1" 200 156 0.013448 10.0.0.27 - - [2026-03-26 02:29:35] "DELETE /floating-ip-pool/897e6ad1-b601-448d-bf5d-dbd7b90df4ea HTTP/1.1" 200 115 0.038828 10.0.0.27 - - [2026-03-26 02:29:35] "POST /neutron/network HTTP/1.1" 200 836 0.016930 10.0.0.27 - - [2026-03-26 02:29:35] "POST /neutron/network HTTP/1.1" 400 204 0.018964 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 1132 0.045092 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013222 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 1134 0.021050 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 1124 0.019037 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 151 0.164025 10.0.0.27 - - [2026-03-26 02:29:36] "POST /neutron/port HTTP/1.1" 200 151 0.136047 10.0.0.27 - - [2026-03-26 02:29:37] "POST /neutron/network HTTP/1.1" 200 836 0.012026 10.0.0.27 - - [2026-03-26 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007255 10.0.0.27 - - [2026-03-26 02:29:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004688 10.0.0.27 - - [2026-03-26 02:29:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002706 10.0.0.27 - - [2026-03-26 02:29:37] "POST /neutron/network HTTP/1.1" 200 151 0.141189 10.0.0.27 - - [2026-03-26 02:29:37] "DELETE /route-target/84ca1725-264e-4cb5-a227-8a80084267c2 HTTP/1.1" 200 115 0.027282 10.0.0.27 - - [2026-03-26 02:29:37] "GET /routing-instance/ca691235-8418-40f0-84db-bd058cf88c32 HTTP/1.1" 404 171 0.004238 10.0.0.27 - - [2026-03-26 02:29:37] "GET /domains HTTP/1.1" 200 280 0.002417 10.0.0.27 - - [2026-03-26 02:29:37] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.27 - - [2026-03-26 02:29:37] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2585 0.059631 10.0.0.27 - - [2026-03-26 02:29:37] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001303 10.0.0.27 - - [2026-03-26 02:29:37] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 2173 0.088039 10.0.0.27 - - [2026-03-26 02:29:37] "POST /neutron/network HTTP/1.1" 200 834 0.007083 10.0.0.27 - - [2026-03-26 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2026-03-26 02:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.27 - - [2026-03-26 02:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.27 - - [2026-03-26 02:29:38] "POST /neutron/network HTTP/1.1" 200 151 0.133603 10.0.0.27 - - [2026-03-26 02:29:38] "DELETE /route-target/c6f6663b-d5ce-4291-9486-4c06eb5b5ad9 HTTP/1.1" 200 115 0.024711 10.0.0.27 - - [2026-03-26 02:29:38] "GET /routing-instance/a04901c2-317b-4fb1-91a0-66c7a34cc09b HTTP/1.1" 404 171 0.004839 10.0.0.27 - - [2026-03-26 02:29:38] "GET /domains HTTP/1.1" 200 280 0.003103 10.0.0.27 - - [2026-03-26 02:29:38] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.27 - - [2026-03-26 02:29:38] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2585 0.050024 10.0.0.27 - - [2026-03-26 02:29:38] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.27 - - [2026-03-26 02:29:38] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 1923 0.086977 10.0.0.27 - - [2026-03-26 02:29:38] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001290 10.0.0.27 - - [2026-03-26 02:29:38] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054865 10.0.0.27 - - [2026-03-26 02:29:38] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003831 10.0.0.27 - - [2026-03-26 02:29:38] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?fields=virtual_networks HTTP/1.1" 200 1055 0.042532 10.0.0.27 - - [2026-03-26 02:29:38] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001667 10.0.0.27 - - [2026-03-26 02:29:38] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.053490 10.0.0.27 - - [2026-03-26 02:29:38] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.27 - - [2026-03-26 02:29:38] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?fields=security_groups HTTP/1.1" 200 1293 0.045769 10.0.0.27 - - [2026-03-26 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.048113 10.0.0.27 - - [2026-03-26 02:29:40] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006670 10.0.0.27 - - [2026-03-26 02:29:40] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002876 10.0.0.27 - - [2026-03-26 02:29:40] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016662 10.0.0.27 - - [2026-03-26 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001653 10.0.0.27 - - [2026-03-26 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.009021 10.0.0.27 - - [2026-03-26 02:29:40] "POST /security-groups HTTP/1.1" 200 586 0.064867 10.0.0.27 - - [2026-03-26 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.004207 10.0.0.27 - - [2026-03-26 02:29:40] "POST /projects HTTP/1.1" 200 575 0.245060 10.0.0.27 - - [2026-03-26 02:29:40] "POST /access-control-lists HTTP/1.1" 200 591 0.061197 10.0.0.27 - - [2026-03-26 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.325708 10.0.0.27 - - [2026-03-26 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003326 10.0.0.27 - - [2026-03-26 02:29:40] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.518958 10.0.0.27 - - [2026-03-26 02:29:40] "POST /access-control-lists HTTP/1.1" 200 589 0.077931 10.0.0.27 - - [2026-03-26 02:29:42] "GET / HTTP/1.1" 200 35931 0.005902 10.0.0.27 - - [2026-03-26 02:29:44] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.27 - - [2026-03-26 02:29:44] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.068869 10.0.0.27 - - [2026-03-26 02:29:44] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001984 10.0.0.27 - - [2026-03-26 02:29:44] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?fields=virtual_networks HTTP/1.1" 200 1021 0.043351 10.0.0.27 - - [2026-03-26 02:29:44] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001525 10.0.0.27 - - [2026-03-26 02:29:44] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050529 10.0.0.27 - - [2026-03-26 02:29:44] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002555 10.0.0.27 - - [2026-03-26 02:29:44] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?fields=security_groups HTTP/1.1" 200 1242 0.052659 10.0.0.27 - - [2026-03-26 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.070044 10.0.0.27 - - [2026-03-26 02:29:45] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004903 10.0.0.27 - - [2026-03-26 02:29:46] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.27 - - [2026-03-26 02:29:46] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008070 10.0.0.27 - - [2026-03-26 02:29:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001780 10.0.0.27 - - [2026-03-26 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.006105 10.0.0.27 - - [2026-03-26 02:29:46] "POST /security-groups HTTP/1.1" 200 586 0.060629 10.0.0.27 - - [2026-03-26 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002598 10.0.0.27 - - [2026-03-26 02:29:46] "POST /projects HTTP/1.1" 200 575 0.235905 10.0.0.27 - - [2026-03-26 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.294220 10.0.0.27 - - [2026-03-26 02:29:46] "POST /access-control-lists HTTP/1.1" 200 591 0.060860 10.0.0.27 - - [2026-03-26 02:29:46] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.506683 10.0.0.27 - - [2026-03-26 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002500 10.0.0.27 - - [2026-03-26 02:29:46] "POST /access-control-lists HTTP/1.1" 200 589 0.062211 10.0.0.27 - - [2026-03-26 02:29:47] "GET / HTTP/1.1" 200 35931 0.005087 10.0.0.27 - - [2026-03-26 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004348 10.0.0.27 - - [2026-03-26 02:29:48] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001313 10.0.0.27 - - [2026-03-26 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003354 10.0.0.27 - - [2026-03-26 02:29:48] "POST /access-control-lists HTTP/1.1" 200 590 0.025100 10.0.0.27 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.002891 10.0.0.27 - - [2026-03-26 02:29:49] "POST /access-control-lists HTTP/1.1" 200 588 0.029773 10.0.0.27 - - [2026-03-26 02:29:49] "PUT /access-control-list/2566a981-232c-4df7-96d1-5888c5ffc7b5 HTTP/1.1" 200 272 0.011286 10.0.0.27 - - [2026-03-26 02:29:49] "PUT /access-control-list/5b3fb201-a281-417c-9548-945ae610a249 HTTP/1.1" 200 272 0.012485 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 1364 0.457119 10.0.0.27 - - [2026-03-26 02:29:49] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.044643 10.0.0.27 - - [2026-03-26 02:29:49] "PUT /access-control-list/5b3fb201-a281-417c-9548-945ae610a249 HTTP/1.1" 200 272 0.020446 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010160 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112427 10.0.0.27 - - [2026-03-26 02:29:49] "PUT /access-control-list/5b3fb201-a281-417c-9548-945ae610a249 HTTP/1.1" 200 272 0.018648 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014183 10.0.0.27 - - [2026-03-26 02:29:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170836 10.0.0.27 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.008225 10.0.0.27 - - [2026-03-26 02:29:49] "PUT /access-control-list/5b3fb201-a281-417c-9548-945ae610a249 HTTP/1.1" 200 272 0.019341 10.0.0.27 - - [2026-03-26 02:29:49] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002830 10.0.0.27 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.006511 10.0.0.27 - - [2026-03-26 02:29:49] "POST /access-control-lists HTTP/1.1" 200 590 0.024010 10.0.0.27 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.003092 10.0.0.27 - - [2026-03-26 02:29:49] "POST /access-control-lists HTTP/1.1" 200 588 0.063935 10.0.0.27 - - [2026-03-26 02:29:50] "PUT /access-control-list/483b8e6a-b363-45c9-8ace-fa876292c31a HTTP/1.1" 200 272 0.008168 10.0.0.27 - - [2026-03-26 02:29:50] "PUT /access-control-list/761db32e-410a-4ff5-9b5f-4ae49393dba3 HTTP/1.1" 200 272 0.014089 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 1364 0.430924 10.0.0.27 - - [2026-03-26 02:29:50] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000916 10.0.0.27 - - [2026-03-26 02:29:50] "PUT /access-control-list/761db32e-410a-4ff5-9b5f-4ae49393dba3 HTTP/1.1" 200 272 0.013081 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031765 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008332 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144834 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017258 10.0.0.27 - - [2026-03-26 02:29:50] "PUT /access-control-list/761db32e-410a-4ff5-9b5f-4ae49393dba3 HTTP/1.1" 200 272 0.030028 10.0.0.27 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.190179 10.0.0.27 - - [2026-03-26 02:29:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000646 10.0.0.27 - - [2026-03-26 02:29:50] "PUT /access-control-list/761db32e-410a-4ff5-9b5f-4ae49393dba3 HTTP/1.1" 200 272 0.013638 10.0.0.27 - - [2026-03-26 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.071931 10.0.0.27 - - [2026-03-26 02:29:51] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.27 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.002991 10.0.0.27 - - [2026-03-26 02:29:51] "POST /access-control-lists HTTP/1.1" 200 607 0.024077 10.0.0.27 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.003716 10.0.0.27 - - [2026-03-26 02:29:51] "POST /access-control-lists HTTP/1.1" 200 605 0.035426 10.0.0.27 - - [2026-03-26 02:29:51] "PUT /access-control-list/426194b0-2b91-431f-8f98-f596a92c93f5 HTTP/1.1" 200 272 0.013120 10.0.0.27 - - [2026-03-26 02:29:51] "PUT /access-control-list/ab415c10-0f0d-4cc1-a751-402f81950974 HTTP/1.1" 200 272 0.011653 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 1379 0.442565 10.0.0.27 - - [2026-03-26 02:29:51] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.040848 10.0.0.27 - - [2026-03-26 02:29:51] "PUT /access-control-list/ab415c10-0f0d-4cc1-a751-402f81950974 HTTP/1.1" 200 272 0.016037 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010907 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117062 10.0.0.27 - - [2026-03-26 02:29:51] "PUT /access-control-list/ab415c10-0f0d-4cc1-a751-402f81950974 HTTP/1.1" 200 272 0.016853 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013754 10.0.0.27 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150139 10.0.0.27 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.006370 10.0.0.27 - - [2026-03-26 02:29:51] "PUT /access-control-list/ab415c10-0f0d-4cc1-a751-402f81950974 HTTP/1.1" 200 272 0.017201 10.0.0.27 - - [2026-03-26 02:29:51] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002753 10.0.0.27 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.002943 10.0.0.27 - - [2026-03-26 02:29:51] "POST /access-control-lists HTTP/1.1" 200 607 0.021515 10.0.0.27 - - [2026-03-26 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.003290 10.0.0.27 - - [2026-03-26 02:29:52] "POST /access-control-lists HTTP/1.1" 200 605 0.020947 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.309002 10.0.0.27 - - [2026-03-26 02:29:52] "PUT /access-control-list/3c63c10f-ab54-483e-8ecd-2f554dbfc99e HTTP/1.1" 200 272 0.020251 10.0.0.27 - - [2026-03-26 02:29:52] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001576 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.028696 10.0.0.27 - - [2026-03-26 02:29:52] "PUT /access-control-list/fefb9b9e-09ec-432e-9234-d3aeb048d348 HTTP/1.1" 200 272 0.008365 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013341 10.0.0.27 - - [2026-03-26 02:29:52] "PUT /access-control-list/fefb9b9e-09ec-432e-9234-d3aeb048d348 HTTP/1.1" 200 272 0.010323 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.190285 10.0.0.27 - - [2026-03-26 02:29:52] "PUT /access-control-list/fefb9b9e-09ec-432e-9234-d3aeb048d348 HTTP/1.1" 200 272 0.009042 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010672 10.0.0.27 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.196332 10.0.0.27 - - [2026-03-26 02:29:52] "PUT /access-control-list/fefb9b9e-09ec-432e-9234-d3aeb048d348 HTTP/1.1" 200 272 0.019631 10.0.0.27 - - [2026-03-26 02:29:53] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002714 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.105477 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004902 10.0.0.27 - - [2026-03-26 02:29:53] "POST /route-targets HTTP/1.1" 200 327 0.017697 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004772 10.0.0.27 - - [2026-03-26 02:29:53] "PUT /logical-router/bc839b06-3a53-409b-83b4-2eca3e1ac7cc HTTP/1.1" 200 262 0.029352 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006227 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004988 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004496 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004143 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004941 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004145 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.003963 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005289 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004394 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005694 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004265 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004865 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004248 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005905 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.007766 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.007601 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004417 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.003782 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005740 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006434 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.004988 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005215 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005662 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006881 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006402 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006337 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006184 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.005756 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006176 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006635 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.033043 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 541 0.006356 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 542 0.032584 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 542 0.003480 10.0.0.27 - - [2026-03-26 02:29:53] "GET /logical-router/bc839b06-3a53-409b-83b4-2eca3e1ac7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004177 10.0.0.27 - - [2026-03-26 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2026-03-26 02:29:53] "POST /neutron/router HTTP/1.1" 200 151 0.056175 10.0.0.27 - - [2026-03-26 02:29:53] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002021 10.0.0.27 - - [2026-03-26 02:29:53] "DELETE /route-target/ef0f13a5-1b08-492d-b837-c45178c38b31 HTTP/1.1" 200 115 0.027531 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.058417 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003702 10.0.0.27 - - [2026-03-26 02:29:54] "POST /route-targets HTTP/1.1" 200 327 0.013917 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003910 10.0.0.27 - - [2026-03-26 02:29:54] "PUT /logical-router/d26107b8-a6b2-4b19-a32e-dac8f6fd7021 HTTP/1.1" 200 262 0.024511 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.004314 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003381 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003225 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003878 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003032 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003354 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.004080 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003728 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003956 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003716 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005253 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.004884 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003984 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.004968 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005601 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005180 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.006557 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.003555 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.006396 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.006604 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.006483 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005289 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005453 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.007954 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008206 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008962 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008046 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008656 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008105 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.008029 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.036475 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.005488 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.026658 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 559 0.004854 10.0.0.27 - - [2026-03-26 02:29:54] "GET /logical-router/d26107b8-a6b2-4b19-a32e-dac8f6fd7021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007430 10.0.0.27 - - [2026-03-26 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006426 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 151 0.059682 10.0.0.27 - - [2026-03-26 02:29:54] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001495 10.0.0.27 - - [2026-03-26 02:29:54] "DELETE /route-target/2e8551cf-0e21-4c1b-8413-d20a778d75a4 HTTP/1.1" 200 115 0.039531 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 541 0.053252 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 541 0.003731 10.0.0.27 - - [2026-03-26 02:29:54] "POST /route-targets HTTP/1.1" 200 327 0.014254 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 541 0.005727 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 541 0.005342 10.0.0.27 - - [2026-03-26 02:29:54] "POST /neutron/router HTTP/1.1" 200 541 0.003622 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003446 10.0.0.27 - - [2026-03-26 02:29:55] "PUT /logical-router/b8deed76-8e9b-441a-84ac-2c5e68d068ba HTTP/1.1" 200 262 0.020650 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.005936 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003635 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003237 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003683 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003023 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003849 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003978 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.005651 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004352 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003499 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003787 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003626 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004138 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004048 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004215 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004786 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.005420 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.006384 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004159 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004592 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004102 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004020 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004057 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004211 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.007083 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004262 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.026008 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004450 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.020480 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004034 10.0.0.27 - - [2026-03-26 02:29:55] "GET /logical-router/b8deed76-8e9b-441a-84ac-2c5e68d068ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004087 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 151 0.048394 10.0.0.27 - - [2026-03-26 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005938 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 521 0.004514 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /route-target/356cefcf-b026-489c-8758-2bf6b3d33980 HTTP/1.1" 200 115 0.018358 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.041344 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/3c63c10f-ab54-483e-8ecd-2f554dbfc99e HTTP/1.1" 200 115 0.027974 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 521 0.013053 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/fefb9b9e-09ec-432e-9234-d3aeb048d348 HTTP/1.1" 200 115 0.030018 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.044802 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/426194b0-2b91-431f-8f98-f596a92c93f5 HTTP/1.1" 200 115 0.022563 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 506 0.003310 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/ab415c10-0f0d-4cc1-a751-402f81950974 HTTP/1.1" 200 115 0.025421 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.043486 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/483b8e6a-b363-45c9-8ace-fa876292c31a HTTP/1.1" 200 115 0.016095 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 506 0.002427 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/761db32e-410a-4ff5-9b5f-4ae49393dba3 HTTP/1.1" 200 115 0.021771 10.0.0.27 - - [2026-03-26 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.035364 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/2566a981-232c-4df7-96d1-5888c5ffc7b5 HTTP/1.1" 200 115 0.017004 10.0.0.27 - - [2026-03-26 02:29:55] "DELETE /access-control-list/5b3fb201-a281-417c-9548-945ae610a249 HTTP/1.1" 200 115 0.022362 10.0.0.27 - - [2026-03-26 02:29:56] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.27 - - [2026-03-26 02:29:56] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.039045 10.0.0.27 - - [2026-03-26 02:29:56] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001520 10.0.0.27 - - [2026-03-26 02:29:56] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?fields=virtual_networks HTTP/1.1" 200 1020 0.039403 10.0.0.27 - - [2026-03-26 02:29:56] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001390 10.0.0.27 - - [2026-03-26 02:29:56] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.035329 10.0.0.27 - - [2026-03-26 02:29:56] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002457 10.0.0.27 - - [2026-03-26 02:29:56] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?fields=security_groups HTTP/1.1" 200 1241 0.039917 10.0.0.27 - - [2026-03-26 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.063625 10.0.0.27 - - [2026-03-26 02:29:57] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006214 10.0.0.27 - - [2026-03-26 02:29:58] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001682 10.0.0.27 - - [2026-03-26 02:29:58] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011025 10.0.0.27 - - [2026-03-26 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001887 10.0.0.27 - - [2026-03-26 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.004383 10.0.0.27 - - [2026-03-26 02:29:58] "POST /security-groups HTTP/1.1" 200 587 0.070554 10.0.0.27 - - [2026-03-26 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.003561 10.0.0.27 - - [2026-03-26 02:29:58] "POST /projects HTTP/1.1" 200 577 0.276997 10.0.0.27 - - [2026-03-26 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.334972 10.0.0.27 - - [2026-03-26 02:29:58] "POST /access-control-lists HTTP/1.1" 200 592 0.062107 10.0.0.27 - - [2026-03-26 02:29:58] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.565788 10.0.0.27 - - [2026-03-26 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.004958 10.0.0.27 - - [2026-03-26 02:29:58] "POST /access-control-lists HTTP/1.1" 200 590 0.063125 10.0.0.27 - - [2026-03-26 02:30:00] "GET / HTTP/1.1" 200 35931 0.002586 10.0.0.27 - - [2026-03-26 02:30:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000751 10.0.0.27 - - [2026-03-26 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.069177 10.0.0.27 - - [2026-03-26 02:30:01] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001992 10.0.0.27 - - [2026-03-26 02:30:01] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038378 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/network HTTP/1.1" 200 117 0.040027 10.0.0.27 - - [2026-03-26 02:30:01] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/network HTTP/1.1" 200 601 0.067904 10.0.0.27 - - [2026-03-26 02:30:01] "POST /route-targets HTTP/1.1" 200 327 0.011740 10.0.0.27 - - [2026-03-26 02:30:01] "POST /ref-update HTTP/1.1" 200 156 0.013381 10.0.0.27 - - [2026-03-26 02:30:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.195108 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/network HTTP/1.1" 200 819 0.005884 10.0.0.27 - - [2026-03-26 02:30:01] "POST /id-to-fqname HTTP/1.1" 200 216 0.001893 10.0.0.27 - - [2026-03-26 02:30:01] "GET /virtual-network/220f3bd9-a17a-4dd3-aeba-39b1da0389e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006759 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/network HTTP/1.1" 200 819 0.005799 10.0.0.27 - - [2026-03-26 02:30:01] "GET /virtual-network/220f3bd9-a17a-4dd3-aeba-39b1da0389e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006395 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/network HTTP/1.1" 200 819 0.013741 10.0.0.27 - - [2026-03-26 02:30:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.014046 10.0.0.27 - - [2026-03-26 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.004565 10.0.0.27 - - [2026-03-26 02:30:01] "GET /virtual-network/220f3bd9-a17a-4dd3-aeba-39b1da0389e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.010805 10.0.0.27 - - [2026-03-26 02:30:02] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003518 10.0.0.27 - - [2026-03-26 02:30:02] "POST /neutron/port HTTP/1.1" 200 1016 0.234028 10.0.0.27 - - [2026-03-26 02:30:02] "GET /virtual-machine-interface/5fb039ec-1cf9-425b-b73b-a6962c96fe0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.004729 10.0.0.27 - - [2026-03-26 02:30:02] "GET /virtual-machine-interface/5fb039ec-1cf9-425b-b73b-a6962c96fe0f?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.004641 10.0.0.27 - - [2026-03-26 02:30:02] "GET /instance-ip/1119b1ea-300c-4f9b-9ade-1bef0a57eca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004382 10.0.0.27 - - [2026-03-26 02:30:02] "GET /virtual-machine-interface/5fb039ec-1cf9-425b-b73b-a6962c96fe0f HTTP/1.1" 401 292 0.000769 10.0.0.27 - - [2026-03-26 02:30:02] "GET /virtual-machine-interface/5fb039ec-1cf9-425b-b73b-a6962c96fe0f HTTP/1.1" 200 2604 0.047891 10.0.0.27 - - [2026-03-26 02:30:02] "POST /neutron/port HTTP/1.1" 200 1016 0.013866 10.0.0.27 - - [2026-03-26 02:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.086178 10.0.0.27 - - [2026-03-26 02:30:02] "POST /neutron/network HTTP/1.1" 200 819 0.005293 10.0.0.27 - - [2026-03-26 02:30:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003041 10.0.0.27 - - [2026-03-26 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.27 - - [2026-03-26 02:30:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.27 - - [2026-03-26 02:30:03] "POST /neutron/network HTTP/1.1" 200 151 0.084549 10.0.0.27 - - [2026-03-26 02:30:03] "DELETE /route-target/ac030bec-d897-422a-a8c7-bc168944681b HTTP/1.1" 200 115 0.015336 10.0.0.27 - - [2026-03-26 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2026-03-26 02:30:03] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002232 10.0.0.27 - - [2026-03-26 02:30:03] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041199 10.0.0.27 - - [2026-03-26 02:30:03] "POST /neutron/network HTTP/1.1" 200 117 0.014381 10.0.0.27 - - [2026-03-26 02:30:03] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.27 - - [2026-03-26 02:30:03] "POST /neutron/network HTTP/1.1" 200 603 0.076948 10.0.0.27 - - [2026-03-26 02:30:03] "POST /route-targets HTTP/1.1" 200 327 0.012882 10.0.0.27 - - [2026-03-26 02:30:03] "POST /ref-update HTTP/1.1" 200 156 0.012241 10.0.0.27 - - [2026-03-26 02:30:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003812 10.0.0.27 - - [2026-03-26 02:30:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.148162 10.0.0.27 - - [2026-03-26 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006652 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.165424 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/network HTTP/1.1" 200 977 0.008795 10.0.0.27 - - [2026-03-26 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 217 0.002078 10.0.0.27 - - [2026-03-26 02:30:04] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.009699 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/network HTTP/1.1" 200 977 0.009595 10.0.0.27 - - [2026-03-26 02:30:04] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.004877 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/network HTTP/1.1" 200 977 0.010998 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.008260 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.011616 10.0.0.27 - - [2026-03-26 02:30:04] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001589 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/port HTTP/1.1" 200 1017 0.215922 10.0.0.27 - - [2026-03-26 02:30:04] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001594 10.0.0.27 - - [2026-03-26 02:30:04] "POST /neutron/port HTTP/1.1" 200 1018 0.222944 10.0.0.27 - - [2026-03-26 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 217 0.001764 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1017 0.011164 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1017 0.012817 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/network HTTP/1.1" 200 977 0.007768 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1017 0.009404 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.005847 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.006674 10.0.0.27 - - [2026-03-26 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 217 0.001525 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.008254 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1018 0.017250 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1018 0.011249 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/network HTTP/1.1" 200 977 0.008546 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1017 0.013252 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1018 0.011222 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 1018 0.015380 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.007737 10.0.0.27 - - [2026-03-26 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.005209 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.004293 10.0.0.27 - - [2026-03-26 02:30:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000743 10.0.0.27 - - [2026-03-26 02:30:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000795 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1017 0.022197 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/network HTTP/1.1" 200 987 0.007068 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1017 0.013144 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1017 0.014582 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1018 0.020835 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1109 0.114160 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/network HTTP/1.1" 200 987 0.006755 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1018 0.009665 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1018 0.013566 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1119 0.016821 10.0.0.27 - - [2026-03-26 02:30:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2026-03-26 02:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006098 10.0.0.27 - - [2026-03-26 02:30:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000804 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.018550 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/port HTTP/1.1" 200 1110 0.114517 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/network HTTP/1.1" 200 977 0.009093 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/port HTTP/1.1" 200 1120 0.015472 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003508 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.008690 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.27 - - [2026-03-26 02:30:07] "POST /neutron/network HTTP/1.1" 200 977 0.008108 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 1119 0.018193 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008956 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 1119 0.015492 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005473 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 1119 0.011600 10.0.0.27 - - [2026-03-26 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009155 10.0.0.27 - - [2026-03-26 02:30:11] "GET /virtual-machine/58f0b7a9-d7b2-4dbd-a414-cde19105a4af HTTP/1.1" 200 1284 0.008743 10.0.0.27 - - [2026-03-26 02:30:11] "GET /virtual-machine-interface/f1731240-c1a0-489d-af5f-483d54f41c10 HTTP/1.1" 200 2924 0.007486 10.0.0.27 - - [2026-03-26 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2026-03-26 02:30:11] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004579 10.0.0.27 - - [2026-03-26 02:30:11] "GET /virtual-networks?parent_id=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003125 10.0.0.27 - - [2026-03-26 02:30:11] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005228 10.0.0.27 - - [2026-03-26 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.27 - - [2026-03-26 02:30:14] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.010039 10.0.0.27 - - [2026-03-26 02:30:18] "POST /neutron/port HTTP/1.1" 200 1120 0.019636 10.0.0.27 - - [2026-03-26 02:30:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008200 10.0.0.27 - - [2026-03-26 02:30:18] "POST /neutron/port HTTP/1.1" 200 1119 0.032347 10.0.0.27 - - [2026-03-26 02:30:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007450 10.0.0.27 - - [2026-03-26 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-03-26 02:30:18] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.012485 10.0.0.27 - - [2026-03-26 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2026-03-26 02:30:20] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006731 10.0.0.27 - - [2026-03-26 02:30:20] "GET /virtual-networks?parent_id=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003993 10.0.0.27 - - [2026-03-26 02:30:21] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.011191 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/port HTTP/1.1" 200 1120 0.017310 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008438 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/port HTTP/1.1" 200 1120 0.021757 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007203 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/port HTTP/1.1" 200 1120 0.020336 10.0.0.27 - - [2026-03-26 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007007 10.0.0.27 - - [2026-03-26 02:30:21] "GET /virtual-machine/e1e586db-54fd-48df-8cba-2b8f758bc103 HTTP/1.1" 200 1285 0.005614 10.0.0.27 - - [2026-03-26 02:30:21] "GET /virtual-machine-interface/8368c72c-54aa-45cf-b538-01d204b812f6 HTTP/1.1" 200 2923 0.005690 10.0.0.27 - - [2026-03-26 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2026-03-26 02:30:21] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005922 10.0.0.27 - - [2026-03-26 02:30:21] "GET /virtual-networks?parent_id=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004110 10.0.0.27 - - [2026-03-26 02:30:21] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005183 10.0.0.27 - - [2026-03-26 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.27 - - [2026-03-26 02:30:22] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.27 - - [2026-03-26 02:30:22] "GET /virtual-networks?parent_id=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004554 10.0.0.27 - - [2026-03-26 02:30:23] "GET /virtual-network/5b166671-c5a3-4bd5-9c56-50ebe38266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.010185 10.0.0.27 - - [2026-03-26 02:30:26] "POST /neutron/port HTTP/1.1" 200 1110 0.016799 10.0.0.27 - - [2026-03-26 02:30:26] "POST /neutron/port HTTP/1.1" 200 1110 0.014484 10.0.0.27 - - [2026-03-26 02:30:26] "DELETE /project/988169beb51c4630b1818c93eb19d3fc HTTP/1.1" 404 173 0.034756 10.0.0.27 - - [2026-03-26 02:30:26] "DELETE /project/696d42c4bdf44d8cbb8daa60569bb122 HTTP/1.1" 404 173 0.033862 10.0.0.27 - - [2026-03-26 02:30:26] "DELETE /project/11243416f5a444f086399e8852db259c HTTP/1.1" 404 173 0.024885 10.0.0.27 - - [2026-03-26 02:30:26] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001438 10.0.0.27 - - [2026-03-26 02:30:26] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001278 10.0.0.27 - - [2026-03-26 02:30:26] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.279356 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.119011 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.128219 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.142462 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001100 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.072996 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 200 117 0.007832 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?fields=security_groups HTTP/1.1" 200 1346 0.075894 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?fields=security_groups HTTP/1.1" 200 1398 0.070988 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 400 205 0.004151 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.038345 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?fields=security_groups HTTP/1.1" 200 1347 0.109332 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /security-group/000596e6-04e2-4042-ae17-96a03eb722ab HTTP/1.1" 200 115 0.100637 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/98e5b54f-bca9-4dd1-8fdb-9de53a42c884 HTTP/1.1" 200 115 0.056141 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=11243416-f5a4-44f0-8639-9e8852db259c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /security-group/c64f98d7-dbcc-4b29-8908-4b8c335044da HTTP/1.1" 200 115 0.118588 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=601e7094-e866-4d7e-9bcd-1b48bcf86037&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /security-group/21baab1f-fce8-446f-a2dd-11dd49f72339 HTTP/1.1" 200 115 0.107962 10.0.0.27 - - [2026-03-26 02:30:27] "GET /projects?obj_uuids=696d42c4-bdf4-4d8c-bb8d-aa60569bb122&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/11243416-f5a4-44f0-8639-9e8852db259c?fields=application_policy_sets HTTP/1.1" 200 1385 0.078937 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/ba0be8db-e215-4b49-8e05-102c4acbcaea HTTP/1.1" 200 115 0.096290 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122?fields=application_policy_sets HTTP/1.1" 200 1386 0.085302 10.0.0.27 - - [2026-03-26 02:30:27] "GET /project/601e7094-e866-4d7e-9bcd-1b48bcf86037?fields=application_policy_sets HTTP/1.1" 200 1437 0.132690 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/43d0f0c2-c6b6-4596-8246-388ef809be10 HTTP/1.1" 200 115 0.075869 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/32e3c7f1-cf52-42d7-984f-427a3a480e8a HTTP/1.1" 200 115 0.068284 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.448375 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/80278602-6717-42d3-8de8-b715179882df HTTP/1.1" 200 115 0.051643 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/network HTTP/1.1" 200 977 0.016931 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /project/11243416-f5a4-44f0-8639-9e8852db259c HTTP/1.1" 200 115 0.795442 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /access-control-list/574d33e2-9561-40c2-aa7d-0309634cd010 HTTP/1.1" 200 115 0.053637 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /project/696d42c4-bdf4-4d8c-bb8d-aa60569bb122 HTTP/1.1" 200 115 0.792067 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /project/601e7094-e866-4d7e-9bcd-1b48bcf86037 HTTP/1.1" 200 115 0.806788 10.0.0.27 - - [2026-03-26 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003215 10.0.0.27 - - [2026-03-26 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010264 10.0.0.27 - - [2026-03-26 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003554 10.0.0.27 - - [2026-03-26 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004444 10.0.0.27 - - [2026-03-26 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002121 10.0.0.27 - - [2026-03-26 02:30:27] "POST /neutron/network HTTP/1.1" 200 151 0.126574 10.0.0.27 - - [2026-03-26 02:30:27] "DELETE /route-target/2e567163-5ab9-4313-89e1-c223f5d9649f HTTP/1.1" 200 115 0.031840 10.0.0.27 - - [2026-03-26 02:30:28] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002407 10.0.0.27 - - [2026-03-26 02:30:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.073824 10.0.0.27 - - [2026-03-26 02:30:28] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001737 10.0.0.27 - - [2026-03-26 02:30:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?fields=virtual_networks HTTP/1.1" 200 1024 0.044005 10.0.0.27 - - [2026-03-26 02:30:28] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001892 10.0.0.27 - - [2026-03-26 02:30:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042888 10.0.0.27 - - [2026-03-26 02:30:28] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001534 10.0.0.27 - - [2026-03-26 02:30:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?fields=security_groups HTTP/1.1" 200 1246 0.049919 10.0.0.27 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.035753 10.0.0.27 - - [2026-03-26 02:30:29] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.27 - - [2026-03-26 02:30:29] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.27 - - [2026-03-26 02:30:29] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011697 10.0.0.27 - - [2026-03-26 02:30:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.003859 10.0.0.27 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.002219 10.0.0.27 - - [2026-03-26 02:30:29] "POST /security-groups HTTP/1.1" 200 589 0.077153 10.0.0.27 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.003084 10.0.0.27 - - [2026-03-26 02:30:29] "POST /projects HTTP/1.1" 200 581 0.255559 10.0.0.27 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.301393 10.0.0.27 - - [2026-03-26 02:30:29] "POST /access-control-lists HTTP/1.1" 200 594 0.068319 10.0.0.27 - - [2026-03-26 02:30:29] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.469776 10.0.0.27 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.004930 10.0.0.27 - - [2026-03-26 02:30:30] "POST /access-control-lists HTTP/1.1" 200 592 0.064407 10.0.0.27 - - [2026-03-26 02:30:31] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.27 - - [2026-03-26 02:30:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.001369 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.014535 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.003742 10.0.0.27 - - [2026-03-26 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.120303 10.0.0.27 - - [2026-03-26 02:30:32] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002420 10.0.0.27 - - [2026-03-26 02:30:32] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.044533 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/network HTTP/1.1" 200 117 0.059959 10.0.0.27 - - [2026-03-26 02:30:32] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002778 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/network HTTP/1.1" 200 605 0.088567 10.0.0.27 - - [2026-03-26 02:30:32] "POST /route-targets HTTP/1.1" 200 327 0.010159 10.0.0.27 - - [2026-03-26 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.014120 10.0.0.27 - - [2026-03-26 02:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004622 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.184968 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/network HTTP/1.1" 200 824 0.005853 10.0.0.27 - - [2026-03-26 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001318 10.0.0.27 - - [2026-03-26 02:30:32] "GET /virtual-network/eca28e3f-8865-4a7a-8920-f2313223b016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006527 10.0.0.27 - - [2026-03-26 02:30:32] "POST /neutron/network HTTP/1.1" 200 824 0.013247 10.0.0.27 - - [2026-03-26 02:30:32] "GET /virtual-network/eca28e3f-8865-4a7a-8920-f2313223b016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011869 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 824 0.009952 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.017414 10.0.0.27 - - [2026-03-26 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.27 - - [2026-03-26 02:30:33] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.27 - - [2026-03-26 02:30:33] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.039079 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 117 0.012016 10.0.0.27 - - [2026-03-26 02:30:33] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001649 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 605 0.096222 10.0.0.27 - - [2026-03-26 02:30:33] "POST /route-targets HTTP/1.1" 200 327 0.011592 10.0.0.27 - - [2026-03-26 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.013803 10.0.0.27 - - [2026-03-26 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005473 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.179953 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 823 0.006076 10.0.0.27 - - [2026-03-26 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001532 10.0.0.27 - - [2026-03-26 02:30:33] "GET /virtual-network/2f48c811-cf75-48e7-a3ee-3e785ff7da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006065 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 823 0.006635 10.0.0.27 - - [2026-03-26 02:30:33] "GET /virtual-network/2f48c811-cf75-48e7-a3ee-3e785ff7da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007750 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/network HTTP/1.1" 200 823 0.010586 10.0.0.27 - - [2026-03-26 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.017966 10.0.0.27 - - [2026-03-26 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.003302 10.0.0.27 - - [2026-03-26 02:30:34] "POST /neutron/network HTTP/1.1" 200 834 0.015440 10.0.0.27 - - [2026-03-26 02:30:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000751 10.0.0.27 - - [2026-03-26 02:30:34] "GET / HTTP/1.1" 200 35931 0.004961 10.0.0.27 - - [2026-03-26 02:30:34] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000734 10.0.0.27 - - [2026-03-26 02:30:34] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003087 10.0.0.27 - - [2026-03-26 02:30:35] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.102932 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/network HTTP/1.1" 200 824 0.005813 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.007917 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.006303 10.0.0.27 - - [2026-03-26 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001603 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.007936 10.0.0.27 - - [2026-03-26 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.051382 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/network HTTP/1.1" 200 833 0.005804 10.0.0.27 - - [2026-03-26 02:30:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2026-03-26 02:30:35] "POST /neutron/network HTTP/1.1" 200 834 0.006063 10.0.0.27 - - [2026-03-26 02:30:35] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002271 10.0.0.27 - - [2026-03-26 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.082674 10.0.0.27 - - [2026-03-26 02:30:36] "GET / HTTP/1.1" 200 35931 0.006339 10.0.0.27 - - [2026-03-26 02:30:36] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1058 0.302000 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1058 0.012479 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1058 0.011700 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1112 0.069441 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013557 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003747 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.007318 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/network HTTP/1.1" 200 824 0.007190 10.0.0.27 - - [2026-03-26 02:30:36] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.27 - - [2026-03-26 02:30:36] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.067141 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/network HTTP/1.1" 200 823 0.006483 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 1122 0.022069 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009693 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.004904 10.0.0.27 - - [2026-03-26 02:30:36] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/router HTTP/1.1" 200 580 0.087033 10.0.0.27 - - [2026-03-26 02:30:36] "POST /neutron/router HTTP/1.1" 200 580 0.004088 10.0.0.27 - - [2026-03-26 02:30:36] "POST /route-targets HTTP/1.1" 200 327 0.019727 10.0.0.27 - - [2026-03-26 02:30:36] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001533 10.0.0.27 - - [2026-03-26 02:30:36] "PUT /logical-router/6b474d8f-f293-4eed-91e5-9db56e9fbdab HTTP/1.1" 200 262 0.045713 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/router HTTP/1.1" 200 344 0.300285 10.0.0.27 - - [2026-03-26 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.011536 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1122 0.011930 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.007973 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005762 10.0.0.27 - - [2026-03-26 02:30:37] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1057 0.256145 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1057 0.013467 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1057 0.010336 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1111 0.083705 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 1121 0.010665 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003124 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.006114 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.27 - - [2026-03-26 02:30:37] "POST /neutron/network HTTP/1.1" 200 823 0.004897 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/port HTTP/1.1" 200 1122 0.036044 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010076 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017026 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013017 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017949 10.0.0.27 - - [2026-03-26 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008264 10.0.0.27 - - [2026-03-26 02:30:42] "GET /virtual-machine/379360fd-dccf-4b00-b1ab-7e4498e65089 HTTP/1.1" 401 292 0.001051 10.0.0.27 - - [2026-03-26 02:30:42] "GET /virtual-machine/379360fd-dccf-4b00-b1ab-7e4498e65089 HTTP/1.1" 200 1290 0.030327 10.0.0.27 - - [2026-03-26 02:30:43] "GET /virtual-machine-interface/d4fa221b-270c-4d73-9de7-7e04e9ab63dc HTTP/1.1" 200 2934 0.010606 10.0.0.27 - - [2026-03-26 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-03-26 02:30:43] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005206 10.0.0.27 - - [2026-03-26 02:30:43] "GET /virtual-networks?parent_id=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003259 10.0.0.27 - - [2026-03-26 02:30:43] "GET /virtual-network/eca28e3f-8865-4a7a-8920-f2313223b016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009199 10.0.0.27 - - [2026-03-26 02:30:45] "POST /neutron/port HTTP/1.1" 200 1122 0.023018 10.0.0.27 - - [2026-03-26 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007675 10.0.0.27 - - [2026-03-26 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2026-03-26 02:30:46] "GET /virtual-network/eca28e3f-8865-4a7a-8920-f2313223b016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006225 10.0.0.27 - - [2026-03-26 02:30:48] "POST /neutron/port HTTP/1.1" 200 1121 0.014369 10.0.0.27 - - [2026-03-26 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006678 10.0.0.27 - - [2026-03-26 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-03-26 02:30:48] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003926 10.0.0.27 - - [2026-03-26 02:30:48] "GET /virtual-networks?parent_id=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004069 10.0.0.27 - - [2026-03-26 02:30:48] "GET /virtual-network/eca28e3f-8865-4a7a-8920-f2313223b016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.018434 10.0.0.27 - - [2026-03-26 02:30:48] "POST /neutron/port HTTP/1.1" 200 1122 0.013887 10.0.0.27 - - [2026-03-26 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007291 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/port HTTP/1.1" 200 1121 0.028941 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013484 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/port HTTP/1.1" 200 1121 0.018677 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008296 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/port HTTP/1.1" 200 1121 0.029899 10.0.0.27 - - [2026-03-26 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013796 10.0.0.27 - - [2026-03-26 02:30:54] "GET /virtual-machine/b1d7ea57-1f5f-4a84-a403-c127896cd2dd HTTP/1.1" 200 1291 0.009397 10.0.0.27 - - [2026-03-26 02:30:54] "GET /virtual-machine-interface/14223a90-0ca4-45ce-bcf0-aef53a88b279 HTTP/1.1" 200 2933 0.013750 10.0.0.27 - - [2026-03-26 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.27 - - [2026-03-26 02:30:54] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006058 10.0.0.27 - - [2026-03-26 02:30:54] "GET /virtual-networks?parent_id=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004925 10.0.0.27 - - [2026-03-26 02:30:54] "GET /virtual-network/2f48c811-cf75-48e7-a3ee-3e785ff7da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009186 10.0.0.27 - - [2026-03-26 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.27 - - [2026-03-26 02:30:55] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725 10.0.0.27 - - [2026-03-26 02:30:55] "GET /virtual-networks?parent_id=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.007370 10.0.0.27 - - [2026-03-26 02:30:55] "GET /virtual-network/2f48c811-cf75-48e7-a3ee-3e785ff7da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.018629 10.0.0.27 - - [2026-03-26 02:31:01] "POST /neutron/router HTTP/1.1" 200 580 0.007869 10.0.0.27 - - [2026-03-26 02:31:01] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.27 - - [2026-03-26 02:31:01] "POST /neutron/router HTTP/1.1" 200 344 0.246384 10.0.0.27 - - [2026-03-26 02:31:01] "POST /neutron/port HTTP/1.1" 200 1919 0.016654 10.0.0.27 - - [2026-03-26 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.040220 10.0.0.27 - - [2026-03-26 02:31:04] "POST /neutron/router HTTP/1.1" 200 580 0.006817 10.0.0.27 - - [2026-03-26 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.030937 10.0.0.27 - - [2026-03-26 02:31:04] "POST /neutron/router HTTP/1.1" 200 344 0.174143 10.0.0.27 - - [2026-03-26 02:31:07] "POST /neutron/router HTTP/1.1" 200 580 0.006383 10.0.0.27 - - [2026-03-26 02:31:07] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.27 - - [2026-03-26 02:31:08] "POST /neutron/router HTTP/1.1" 200 344 0.294376 10.0.0.27 - - [2026-03-26 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.014572 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 580 0.009046 10.0.0.27 - - [2026-03-26 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.020703 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 344 0.164967 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 580 0.004656 10.0.0.27 - - [2026-03-26 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.012862 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 344 0.094927 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 580 0.003791 10.0.0.27 - - [2026-03-26 02:31:10] "GET /logical-router/6b474d8f-f293-4eed-91e5-9db56e9fbdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005561 10.0.0.27 - - [2026-03-26 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/router HTTP/1.1" 200 151 0.042707 10.0.0.27 - - [2026-03-26 02:31:10] "DELETE /route-target/283d2d15-11f8-4c4b-92cc-0fc5a935312f HTTP/1.1" 200 115 0.013640 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/network HTTP/1.1" 200 823 0.010148 10.0.0.27 - - [2026-03-26 02:31:10] "POST /neutron/network HTTP/1.1" 400 204 0.016392 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 1121 0.018212 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 1111 0.014069 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 1122 0.017968 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 1112 0.020135 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 151 0.162048 10.0.0.27 - - [2026-03-26 02:31:11] "POST /neutron/port HTTP/1.1" 200 151 0.105886 10.0.0.27 - - [2026-03-26 02:31:12] "POST /neutron/network HTTP/1.1" 200 823 0.010775 10.0.0.27 - - [2026-03-26 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007869 10.0.0.27 - - [2026-03-26 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004451 10.0.0.27 - - [2026-03-26 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005048 10.0.0.27 - - [2026-03-26 02:31:13] "POST /neutron/network HTTP/1.1" 200 151 0.142591 10.0.0.27 - - [2026-03-26 02:31:13] "DELETE /route-target/34ae1e65-2216-41db-9c2a-8bb56fa196b6 HTTP/1.1" 200 115 0.026575 10.0.0.27 - - [2026-03-26 02:31:13] "POST /neutron/network HTTP/1.1" 200 824 0.007258 10.0.0.27 - - [2026-03-26 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2026-03-26 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002051 10.0.0.27 - - [2026-03-26 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002866 10.0.0.27 - - [2026-03-26 02:31:13] "POST /neutron/network HTTP/1.1" 200 151 0.097756 10.0.0.27 - - [2026-03-26 02:31:13] "DELETE /route-target/c10623f1-d342-4910-a008-669e29410ad6 HTTP/1.1" 200 115 0.025274 10.0.0.27 - - [2026-03-26 02:31:13] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.27 - - [2026-03-26 02:31:13] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.035190 10.0.0.27 - - [2026-03-26 02:31:13] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.27 - - [2026-03-26 02:31:13] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?fields=virtual_networks HTTP/1.1" 200 1026 0.074663 10.0.0.27 - - [2026-03-26 02:31:13] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.27 - - [2026-03-26 02:31:13] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.037382 10.0.0.27 - - [2026-03-26 02:31:13] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.27 - - [2026-03-26 02:31:13] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?fields=security_groups HTTP/1.1" 200 1250 0.037591 10.0.0.27 - - [2026-03-26 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.037536 10.0.0.27 - - [2026-03-26 02:31:15] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005003 10.0.0.27 - - [2026-03-26 02:31:15] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.27 - - [2026-03-26 02:31:15] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009033 10.0.0.27 - - [2026-03-26 02:31:15] "POST /id-to-fqname HTTP/1.1" 200 193 0.002304 10.0.0.27 - - [2026-03-26 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.005053 10.0.0.27 - - [2026-03-26 02:31:15] "POST /security-groups HTTP/1.1" 200 594 0.076565 10.0.0.27 - - [2026-03-26 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 237 0.004092 10.0.0.27 - - [2026-03-26 02:31:15] "POST /projects HTTP/1.1" 200 591 0.287962 10.0.0.27 - - [2026-03-26 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.358729 10.0.0.27 - - [2026-03-26 02:31:15] "POST /access-control-lists HTTP/1.1" 200 599 0.074577 10.0.0.27 - - [2026-03-26 02:31:15] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.546000 10.0.0.27 - - [2026-03-26 02:31:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.004218 10.0.0.27 - - [2026-03-26 02:31:16] "POST /access-control-lists HTTP/1.1" 200 597 0.062957 10.0.0.27 - - [2026-03-26 02:31:17] "GET / HTTP/1.1" 200 35931 0.006559 10.0.0.27 - - [2026-03-26 02:31:18] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000679 10.0.0.27 - - [2026-03-26 02:31:19] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001173 10.0.0.27 - - [2026-03-26 02:31:19] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087111 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.27 - - [2026-03-26 02:31:19] "GET /security-group/62113b7a-bf2d-42fb-8570-e79113bf5b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.013974 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-03-26 02:31:19] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001767 10.0.0.27 - - [2026-03-26 02:31:19] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034752 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-03-26 02:31:19] "GET /security-group/62113b7a-bf2d-42fb-8570-e79113bf5b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.007471 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006508 10.0.0.27 - - [2026-03-26 02:31:19] "PUT /security-group/62113b7a-bf2d-42fb-8570-e79113bf5b3c HTTP/1.1" 200 262 0.032610 10.0.0.27 - - [2026-03-26 02:31:19] "PUT /access-control-list/28696061-4f6f-40ec-b5b1-84c7fe88e66f HTTP/1.1" 200 272 0.010637 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.002850 10.0.0.27 - - [2026-03-26 02:31:19] "PUT /access-control-list/952c5644-057d-4a79-b100-4f6a65a36534 HTTP/1.1" 200 272 0.011134 10.0.0.27 - - [2026-03-26 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2026-03-26 02:31:19] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004058 10.0.0.27 - - [2026-03-26 02:31:19] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051954 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 117 0.088997 10.0.0.27 - - [2026-03-26 02:31:20] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002833 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 608 0.095567 10.0.0.27 - - [2026-03-26 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.017041 10.0.0.27 - - [2026-03-26 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.014191 10.0.0.27 - - [2026-03-26 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004208 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.178777 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 828 0.005888 10.0.0.27 - - [2026-03-26 02:31:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001327 10.0.0.27 - - [2026-03-26 02:31:20] "GET /virtual-network/10659799-05de-4110-851c-697655957321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006290 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 828 0.005764 10.0.0.27 - - [2026-03-26 02:31:20] "GET /virtual-network/10659799-05de-4110-851c-697655957321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005138 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 828 0.012276 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.015901 10.0.0.27 - - [2026-03-26 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.27 - - [2026-03-26 02:31:20] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001991 10.0.0.27 - - [2026-03-26 02:31:20] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043647 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 117 0.010553 10.0.0.27 - - [2026-03-26 02:31:20] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001188 10.0.0.27 - - [2026-03-26 02:31:20] "POST /neutron/network HTTP/1.1" 200 615 0.093704 10.0.0.27 - - [2026-03-26 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.014497 10.0.0.27 - - [2026-03-26 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.011342 10.0.0.27 - - [2026-03-26 02:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006490 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.221720 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/network HTTP/1.1" 200 835 0.004729 10.0.0.27 - - [2026-03-26 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001046 10.0.0.27 - - [2026-03-26 02:31:21] "GET /virtual-network/c0c5982f-7756-4111-a33b-5bcdf0e79d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004670 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/network HTTP/1.1" 200 835 0.009715 10.0.0.27 - - [2026-03-26 02:31:21] "GET /virtual-network/c0c5982f-7756-4111-a33b-5bcdf0e79d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005681 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/network HTTP/1.1" 200 835 0.007010 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.007541 10.0.0.27 - - [2026-03-26 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.003294 10.0.0.27 - - [2026-03-26 02:31:21] "POST /neutron/network HTTP/1.1" 200 838 0.009746 10.0.0.27 - - [2026-03-26 02:31:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000536 10.0.0.27 - - [2026-03-26 02:31:22] "GET / HTTP/1.1" 200 35931 0.003616 10.0.0.27 - - [2026-03-26 02:31:22] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2026-03-26 02:31:22] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002950 10.0.0.27 - - [2026-03-26 02:31:22] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.140246 10.0.0.27 - - [2026-03-26 02:31:22] "POST /neutron/network HTTP/1.1" 200 828 0.007849 10.0.0.27 - - [2026-03-26 02:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.010042 10.0.0.27 - - [2026-03-26 02:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.012359 10.0.0.27 - - [2026-03-26 02:31:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.003023 10.0.0.27 - - [2026-03-26 02:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.011109 10.0.0.27 - - [2026-03-26 02:31:23] "POST /neutron/network HTTP/1.1" 200 845 0.008975 10.0.0.27 - - [2026-03-26 02:31:23] "GET /aaa-mode HTTP/1.1" 401 292 0.001172 10.0.0.27 - - [2026-03-26 02:31:23] "GET / HTTP/1.1" 200 35931 0.008905 10.0.0.27 - - [2026-03-26 02:31:23] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002656 10.0.0.27 - - [2026-03-26 02:31:23] "POST /neutron/network HTTP/1.1" 200 838 0.011525 10.0.0.27 - - [2026-03-26 02:31:23] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003439 10.0.0.27 - - [2026-03-26 02:31:23] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002397 10.0.0.27 - - [2026-03-26 02:31:24] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.127334 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/network HTTP/1.1" 200 835 0.006093 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1064 0.324724 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1064 0.014984 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1064 0.013565 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1086 0.032522 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1118 0.090687 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005381 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1128 0.012052 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.004237 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003422 10.0.0.27 - - [2026-03-26 02:31:24] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.006062 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/router HTTP/1.1" 200 585 0.055485 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/network HTTP/1.1" 200 828 0.009635 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/router HTTP/1.1" 200 585 0.003119 10.0.0.27 - - [2026-03-26 02:31:24] "POST /route-targets HTTP/1.1" 200 327 0.012584 10.0.0.27 - - [2026-03-26 02:31:24] "PUT /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835 HTTP/1.1" 200 262 0.020901 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/router HTTP/1.1" 200 656 0.032543 10.0.0.27 - - [2026-03-26 02:31:24] "GET /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004687 10.0.0.27 - - [2026-03-26 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/router HTTP/1.1" 200 656 0.002643 10.0.0.27 - - [2026-03-26 02:31:24] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000922 10.0.0.27 - - [2026-03-26 02:31:24] "GET /service-template/7db9dbf6-c65f-4b17-b7bc-4c823c0b3ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.003179 10.0.0.27 - - [2026-03-26 02:31:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.002380 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/network HTTP/1.1" 200 845 0.013735 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/router HTTP/1.1" 200 344 0.309850 10.0.0.27 - - [2026-03-26 02:31:24] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000867 10.0.0.27 - - [2026-03-26 02:31:24] "POST /ref-update HTTP/1.1" 200 156 0.015325 10.0.0.27 - - [2026-03-26 02:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006009 10.0.0.27 - - [2026-03-26 02:31:24] "POST /virtual-networks HTTP/1.1" 200 694 0.206361 10.0.0.27 - - [2026-03-26 02:31:24] "POST /route-targets HTTP/1.1" 200 327 0.021731 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/port HTTP/1.1" 200 1128 0.022037 10.0.0.27 - - [2026-03-26 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.038312 10.0.0.27 - - [2026-03-26 02:31:24] "POST /ref-update HTTP/1.1" 200 156 0.066359 10.0.0.27 - - [2026-03-26 02:31:25] "POST /service-instances HTTP/1.1" 200 670 0.148692 10.0.0.27 - - [2026-03-26 02:31:25] "POST /route-tables HTTP/1.1" 200 582 0.034111 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 1064 0.345965 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 1064 0.012868 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 1064 0.014838 10.0.0.27 - - [2026-03-26 02:31:25] "PUT /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835 HTTP/1.1" 200 262 0.031464 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 1118 0.075191 10.0.0.27 - - [2026-03-26 02:31:25] "POST /ref-update HTTP/1.1" 200 156 0.034609 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 1128 0.013268 10.0.0.27 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006832 10.0.0.27 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.011532 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.002187 10.0.0.27 - - [2026-03-26 02:31:25] "POST /virtual-machines HTTP/1.1" 200 553 0.015773 10.0.0.27 - - [2026-03-26 02:31:25] "POST /neutron/network HTTP/1.1" 200 835 0.005453 10.0.0.27 - - [2026-03-26 02:31:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094162 10.0.0.27 - - [2026-03-26 02:31:25] "POST /chown HTTP/1.1" 200 109 0.007366 10.0.0.27 - - [2026-03-26 02:31:25] "POST /instance-ips HTTP/1.1" 200 551 0.027030 10.0.0.27 - - [2026-03-26 02:31:25] "POST /instance-ips HTTP/1.1" 400 246 0.049678 10.0.0.27 - - [2026-03-26 02:31:25] "POST /chown HTTP/1.1" 200 109 0.007521 10.0.0.27 - - [2026-03-26 02:31:25] "PUT /virtual-machine-interface/f83e4683-9d52-4f17-9a26-03196097e23d HTTP/1.1" 200 284 0.011714 10.0.0.27 - - [2026-03-26 02:31:25] "PUT /instance-ip/78db6f01-5880-4505-8957-9a1c134f68fe HTTP/1.1" 200 256 0.010890 10.0.0.27 - - [2026-03-26 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.011898 10.0.0.27 - - [2026-03-26 02:31:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099457 10.0.0.27 - - [2026-03-26 02:31:26] "POST /chown HTTP/1.1" 200 109 0.011435 10.0.0.27 - - [2026-03-26 02:31:26] "POST /instance-ips HTTP/1.1" 200 549 0.037194 10.0.0.27 - - [2026-03-26 02:31:26] "POST /instance-ips HTTP/1.1" 400 316 0.018840 10.0.0.27 - - [2026-03-26 02:31:26] "POST /chown HTTP/1.1" 200 109 0.010630 10.0.0.27 - - [2026-03-26 02:31:26] "PUT /virtual-machine-interface/757647cd-d4cb-48c0-89c5-af09b6586b7f HTTP/1.1" 200 284 0.030902 10.0.0.27 - - [2026-03-26 02:31:26] "PUT /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9 HTTP/1.1" 200 256 0.012658 10.0.0.27 - - [2026-03-26 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.015542 10.0.0.27 - - [2026-03-26 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.023341 10.0.0.27 - - [2026-03-26 02:31:26] "PUT /routing-instance/e1ee116f-f8f3-44f8-b9e7-d78e80d9e1be HTTP/1.1" 200 266 0.033305 10.0.0.27 - - [2026-03-26 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.022152 10.0.0.27 - - [2026-03-26 02:31:26] "POST /virtual-machines HTTP/1.1" 200 553 0.016075 10.0.0.27 - - [2026-03-26 02:31:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094232 10.0.0.27 - - [2026-03-26 02:31:26] "POST /chown HTTP/1.1" 200 109 0.006774 10.0.0.27 - - [2026-03-26 02:31:27] "POST /instance-ips HTTP/1.1" 400 246 0.015642 10.0.0.27 - - [2026-03-26 02:31:27] "POST /chown HTTP/1.1" 200 109 0.008724 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /virtual-machine-interface/c7c1d584-40c6-4716-9591-e8ac46bf51ec HTTP/1.1" 200 284 0.015501 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /instance-ip/78db6f01-5880-4505-8957-9a1c134f68fe HTTP/1.1" 200 256 0.025047 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.014565 10.0.0.27 - - [2026-03-26 02:31:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.110324 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.039011 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /routing-instance/e1ee116f-f8f3-44f8-b9e7-d78e80d9e1be HTTP/1.1" 200 266 0.012983 10.0.0.27 - - [2026-03-26 02:31:27] "POST /chown HTTP/1.1" 200 109 0.008304 10.0.0.27 - - [2026-03-26 02:31:27] "POST /instance-ips HTTP/1.1" 400 316 0.014369 10.0.0.27 - - [2026-03-26 02:31:27] "POST /chown HTTP/1.1" 200 109 0.008458 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /virtual-machine-interface/efb51110-1a0b-4a72-93ba-b272abc562f4 HTTP/1.1" 200 284 0.011321 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9 HTTP/1.1" 200 256 0.021191 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.028054 10.0.0.27 - - [2026-03-26 02:31:27] "DELETE /project/618965eac98041d98997e50e9543677c HTTP/1.1" 404 173 0.011519 10.0.0.27 - - [2026-03-26 02:31:27] "DELETE /project/426493e53a3f4ecdbc0e3d71e79d2530 HTTP/1.1" 404 173 0.009966 10.0.0.27 - - [2026-03-26 02:31:27] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.27 - - [2026-03-26 02:31:27] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001192 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.024034 10.0.0.27 - - [2026-03-26 02:31:27] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.064306 10.0.0.27 - - [2026-03-26 02:31:27] "PUT /routing-instance/e1ee116f-f8f3-44f8-b9e7-d78e80d9e1be HTTP/1.1" 200 266 0.022453 10.0.0.27 - - [2026-03-26 02:31:27] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.072100 10.0.0.27 - - [2026-03-26 02:31:27] "POST /ref-update HTTP/1.1" 200 156 0.030972 10.0.0.27 - - [2026-03-26 02:31:27] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.27 - - [2026-03-26 02:31:27] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003133 10.0.0.27 - - [2026-03-26 02:31:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?fields=security_groups HTTP/1.1" 200 1351 0.061018 10.0.0.27 - - [2026-03-26 02:31:28] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?fields=security_groups HTTP/1.1" 200 1355 0.078619 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /security-group/130a3bc8-1b67-4232-a3cb-d52a190a14e9 HTTP/1.1" 200 115 0.061259 10.0.0.27 - - [2026-03-26 02:31:28] "GET /projects?obj_uuids=988169be-b51c-4630-b181-8c93eb19d3fc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001300 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /access-control-list/faf529a7-1d7b-4f75-a568-b6f99f2a6243 HTTP/1.1" 200 115 0.059362 10.0.0.27 - - [2026-03-26 02:31:28] "GET /project/988169be-b51c-4630-b181-8c93eb19d3fc?fields=application_policy_sets HTTP/1.1" 200 1390 0.065536 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /security-group/6114b5ab-b088-46fb-afa9-6b1c409b3bce HTTP/1.1" 200 115 0.128976 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /access-control-list/acc2ee0a-654b-43bd-b6e4-32d8444f7260 HTTP/1.1" 200 115 0.059151 10.0.0.27 - - [2026-03-26 02:31:28] "GET /projects?obj_uuids=618965ea-c980-41d9-8997-e50e9543677c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.27 - - [2026-03-26 02:31:28] "GET /project/618965ea-c980-41d9-8997-e50e9543677c?fields=application_policy_sets HTTP/1.1" 200 1394 0.055098 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /access-control-list/9da0f6d3-cb24-43be-9b99-166d10f4a0bc HTTP/1.1" 200 115 0.060453 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /access-control-list/9e515bd4-8efe-4faf-bf98-528a941960e2 HTTP/1.1" 200 115 0.029410 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /project/988169be-b51c-4630-b181-8c93eb19d3fc HTTP/1.1" 200 115 0.513295 10.0.0.27 - - [2026-03-26 02:31:28] "DELETE /project/618965ea-c980-41d9-8997-e50e9543677c HTTP/1.1" 200 115 0.556285 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/port HTTP/1.1" 200 1128 0.012639 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006135 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/port HTTP/1.1" 200 1128 0.012424 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006567 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/port HTTP/1.1" 200 1128 0.012300 10.0.0.27 - - [2026-03-26 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005734 10.0.0.27 - - [2026-03-26 02:31:30] "GET /virtual-machine/1eaf68ce-a243-4c3e-9076-78d2293de008 HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2026-03-26 02:31:30] "GET /virtual-machine/1eaf68ce-a243-4c3e-9076-78d2293de008 HTTP/1.1" 200 1295 0.036063 10.0.0.27 - - [2026-03-26 02:31:30] "GET /virtual-machine-interface/fe565401-3b97-4e10-9078-aebfc4b50122 HTTP/1.1" 200 2956 0.006106 10.0.0.27 - - [2026-03-26 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.27 - - [2026-03-26 02:31:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003249 10.0.0.27 - - [2026-03-26 02:31:30] "GET /virtual-networks?parent_id=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003704 10.0.0.27 - - [2026-03-26 02:31:30] "GET /virtual-network/10659799-05de-4110-851c-697655957321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007176 10.0.0.27 - - [2026-03-26 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.27 - - [2026-03-26 02:31:33] "GET /virtual-network/10659799-05de-4110-851c-697655957321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008672 10.0.0.27 - - [2026-03-26 02:31:35] "POST /neutron/port HTTP/1.1" 200 1128 0.036278 10.0.0.27 - - [2026-03-26 02:31:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013380 10.0.0.27 - - [2026-03-26 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.27 - - [2026-03-26 02:31:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007781 10.0.0.27 - - [2026-03-26 02:31:36] "GET /virtual-networks?parent_id=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006474 10.0.0.27 - - [2026-03-26 02:31:36] "GET /virtual-network/10659799-05de-4110-851c-697655957321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006814 10.0.0.27 - - [2026-03-26 02:31:36] "POST /neutron/port HTTP/1.1" 200 1128 0.015086 10.0.0.27 - - [2026-03-26 02:31:36] "GET /obj-perms HTTP/1.1" 200 5056 0.072872 10.0.0.27 - - [2026-03-26 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008865 10.0.0.27 - - [2026-03-26 02:31:36] "POST /neutron/port HTTP/1.1" 200 1128 0.011433 10.0.0.27 - - [2026-03-26 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004985 10.0.0.27 - - [2026-03-26 02:31:36] "GET /obj-perms HTTP/1.1" 200 5056 0.118040 10.0.0.27 - - [2026-03-26 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2026-03-26 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-03-26 02:31:36] "POST /chown HTTP/1.1" 200 109 0.008441 10.0.0.27 - - [2026-03-26 02:31:36] "POST /instance-ips HTTP/1.1" 400 246 0.015080 10.0.0.27 - - [2026-03-26 02:31:36] "POST /chown HTTP/1.1" 200 109 0.010548 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.014565 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/port HTTP/1.1" 200 1128 0.016694 10.0.0.27 - - [2026-03-26 02:31:37] "POST /instance-ips HTTP/1.1" 400 316 0.020283 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/port HTTP/1.1" 200 1128 0.012605 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/network HTTP/1.1" 200 838 0.006305 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.012791 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005174 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.008747 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.012346 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/port HTTP/1.1" 200 117 0.003418 10.0.0.27 - - [2026-03-26 02:31:37] "POST /neutron/network HTTP/1.1" 200 828 0.005532 10.0.0.27 - - [2026-03-26 02:31:37] "POST /instance-ips HTTP/1.1" 400 246 0.019495 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.008939 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.008716 10.0.0.27 - - [2026-03-26 02:31:37] "POST /instance-ips HTTP/1.1" 400 316 0.014915 10.0.0.27 - - [2026-03-26 02:31:37] "POST /chown HTTP/1.1" 200 109 0.009258 10.0.0.27 - - [2026-03-26 02:31:41] "POST /neutron/port HTTP/1.1" 200 1128 0.015793 10.0.0.27 - - [2026-03-26 02:31:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012011 10.0.0.27 - - [2026-03-26 02:31:41] "POST /neutron/port HTTP/1.1" 200 1128 0.026664 10.0.0.27 - - [2026-03-26 02:31:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011513 10.0.0.27 - - [2026-03-26 02:31:41] "POST /neutron/port HTTP/1.1" 200 1128 0.017549 10.0.0.27 - - [2026-03-26 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010399 10.0.0.27 - - [2026-03-26 02:31:42] "GET /virtual-machine/50aa1ef8-75fe-4e44-85eb-bcc2458ad155 HTTP/1.1" 200 1294 0.007741 10.0.0.27 - - [2026-03-26 02:31:42] "GET /virtual-machine-interface/991a9074-f8ad-4002-8040-b79f4cf0af66 HTTP/1.1" 200 2967 0.008395 10.0.0.27 - - [2026-03-26 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.27 - - [2026-03-26 02:31:42] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005619 10.0.0.27 - - [2026-03-26 02:31:42] "GET /virtual-networks?parent_id=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003424 10.0.0.27 - - [2026-03-26 02:31:42] "GET /virtual-network/c0c5982f-7756-4111-a33b-5bcdf0e79d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.012880 10.0.0.27 - - [2026-03-26 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.27 - - [2026-03-26 02:31:43] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004175 10.0.0.27 - - [2026-03-26 02:31:43] "GET /virtual-networks?parent_id=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003593 10.0.0.27 - - [2026-03-26 02:31:43] "GET /virtual-network/c0c5982f-7756-4111-a33b-5bcdf0e79d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006098 10.0.0.27 - - [2026-03-26 02:31:47] "POST /neutron/router HTTP/1.1" 200 656 0.009876 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.023846 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/router HTTP/1.1" 200 344 0.205129 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/router HTTP/1.1" 200 656 0.006837 10.0.0.27 - - [2026-03-26 02:31:48] "GET /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.006921 10.0.0.27 - - [2026-03-26 02:31:48] "GET /service-instance/0e5f6693-362e-4271-8a23-12f8694daf99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.006662 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/router HTTP/1.1" 200 151 0.076035 10.0.0.27 - - [2026-03-26 02:31:48] "PUT /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835 HTTP/1.1" 404 171 0.004328 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /route-table/1ec1d455-9c27-478a-b5ec-5ba91ee9887e HTTP/1.1" 200 115 0.036169 10.0.0.27 - - [2026-03-26 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005850 10.0.0.27 - - [2026-03-26 02:31:48] "GET /virtual-network/bd1bed5c-98aa-4a30-a597-b27dd9d3324a?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2299 0.006885 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/network HTTP/1.1" 200 835 0.009893 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.033897 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/network HTTP/1.1" 400 204 0.060423 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.013370 10.0.0.27 - - [2026-03-26 02:31:48] "GET /virtual-machine-interface/757647cd-d4cb-48c0-89c5-af09b6586b7f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1648 0.008332 10.0.0.27 - - [2026-03-26 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /route-target/f5fd94b3-4fc5-4a3f-b7cd-b153c09f1439 HTTP/1.1" 409 239 0.006113 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.015880 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.017528 10.0.0.27 - - [2026-03-26 02:31:48] "GET /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006787 10.0.0.27 - - [2026-03-26 02:31:48] "PUT /routing-instance/e1ee116f-f8f3-44f8-b9e7-d78e80d9e1be HTTP/1.1" 200 266 0.010841 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /virtual-machine-interface/757647cd-d4cb-48c0-89c5-af09b6586b7f HTTP/1.1" 200 115 0.030800 10.0.0.27 - - [2026-03-26 02:31:48] "GET /virtual-machine-interface/efb51110-1a0b-4a72-93ba-b272abc562f4?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1650 0.008165 10.0.0.27 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.010749 10.0.0.27 - - [2026-03-26 02:31:48] "GET /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.004633 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/port HTTP/1.1" 200 1128 0.013109 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/port HTTP/1.1" 200 1118 0.009826 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9 HTTP/1.1" 200 115 0.047529 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /virtual-machine-interface/efb51110-1a0b-4a72-93ba-b272abc562f4 HTTP/1.1" 200 115 0.058948 10.0.0.27 - - [2026-03-26 02:31:48] "DELETE /instance-ip/eeda9722-2ef4-4c82-ba58-8837a05a45e9 HTTP/1.1" 404 177 0.003180 10.0.0.27 - - [2026-03-26 02:31:48] "POST /neutron/port HTTP/1.1" 200 1128 0.021866 10.0.0.27 - - [2026-03-26 02:31:49] "POST /neutron/port HTTP/1.1" 200 1118 0.018860 10.0.0.27 - - [2026-03-26 02:31:49] "POST /neutron/port HTTP/1.1" 200 151 0.163223 10.0.0.27 - - [2026-03-26 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2026-03-26 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003446 10.0.0.27 - - [2026-03-26 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /virtual-network/bd1bed5c-98aa-4a30-a597-b27dd9d3324a HTTP/1.1" 200 115 0.121730 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /route-target/4db7290d-5ad9-4190-99af-01e5a91b1543 HTTP/1.1" 200 115 0.039722 10.0.0.27 - - [2026-03-26 02:31:49] "POST /neutron/port HTTP/1.1" 200 151 0.156602 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /service-instance/0e5f6693-362e-4271-8a23-12f8694daf99 HTTP/1.1" 200 115 0.042011 10.0.0.27 - - [2026-03-26 02:31:49] "GET /logical-router/b75ff439-05d8-43d5-b0ab-ca88e3ee5835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002378 10.0.0.27 - - [2026-03-26 02:31:49] "GET /service-instance/0e5f6693-362e-4271-8a23-12f8694daf99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002951 10.0.0.27 - - [2026-03-26 02:31:49] "GET /virtual-machine-interface/c7c1d584-40c6-4716-9591-e8ac46bf51ec?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.007118 10.0.0.27 - - [2026-03-26 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.013113 10.0.0.27 - - [2026-03-26 02:31:49] "GET /instance-ip/78db6f01-5880-4505-8957-9a1c134f68fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004867 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /virtual-machine-interface/c7c1d584-40c6-4716-9591-e8ac46bf51ec HTTP/1.1" 200 115 0.040187 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /virtual-machine/d7778e14-2865-4abb-8f86-11008b26b5ce HTTP/1.1" 200 115 0.028117 10.0.0.27 - - [2026-03-26 02:31:49] "GET /virtual-machine-interface/f83e4683-9d52-4f17-9a26-03196097e23d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.009313 10.0.0.27 - - [2026-03-26 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.016984 10.0.0.27 - - [2026-03-26 02:31:49] "GET /instance-ip/78db6f01-5880-4505-8957-9a1c134f68fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006839 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /instance-ip/78db6f01-5880-4505-8957-9a1c134f68fe HTTP/1.1" 200 115 0.035408 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /virtual-machine-interface/f83e4683-9d52-4f17-9a26-03196097e23d HTTP/1.1" 200 115 0.039840 10.0.0.27 - - [2026-03-26 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.27 - - [2026-03-26 02:31:49] "DELETE /virtual-machine/67da783d-a9ca-4f01-8a2d-f5c02263047c HTTP/1.1" 200 115 0.019014 10.0.0.27 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 835 0.013834 10.0.0.27 - - [2026-03-26 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002163 10.0.0.27 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.27 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.118073 10.0.0.27 - - [2026-03-26 02:31:50] "DELETE /route-target/a19eab87-c232-4c90-982a-014cdcab742b HTTP/1.1" 200 115 0.013783 10.0.0.27 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 828 0.004967 10.0.0.27 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.27 - - [2026-03-26 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001631 10.0.0.27 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.072821 10.0.0.27 - - [2026-03-26 02:31:50] "DELETE /route-target/36a86ff5-8538-48ff-8dd2-7f3a3f7d5394 HTTP/1.1" 200 115 0.013424 10.0.0.27 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003580 10.0.0.27 - - [2026-03-26 02:31:51] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066869 10.0.0.27 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002423 10.0.0.27 - - [2026-03-26 02:31:51] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?fields=virtual_networks HTTP/1.1" 200 1037 0.054723 10.0.0.27 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001570 10.0.0.27 - - [2026-03-26 02:31:51] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.043678 10.0.0.27 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001581 10.0.0.27 - - [2026-03-26 02:31:51] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?fields=security_groups HTTP/1.1" 200 1266 0.046339 10.0.0.27 - - [2026-03-26 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.043488 10.0.0.27 - - [2026-03-26 02:31:52] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006119 10.0.0.27 - - [2026-03-26 02:31:52] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002783 10.0.0.27 - - [2026-03-26 02:31:52] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015371 10.0.0.27 - - [2026-03-26 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.003613 10.0.0.27 - - [2026-03-26 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004162 10.0.0.27 - - [2026-03-26 02:31:53] "POST /security-groups HTTP/1.1" 200 599 0.066609 10.0.0.27 - - [2026-03-26 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.003087 10.0.0.27 - - [2026-03-26 02:31:53] "POST /projects HTTP/1.1" 200 601 0.276278 10.0.0.27 - - [2026-03-26 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.330098 10.0.0.27 - - [2026-03-26 02:31:53] "POST /access-control-lists HTTP/1.1" 200 604 0.060572 10.0.0.27 - - [2026-03-26 02:31:53] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.541650 10.0.0.27 - - [2026-03-26 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 241 0.003108 10.0.0.27 - - [2026-03-26 02:31:53] "POST /access-control-lists HTTP/1.1" 200 602 0.069222 10.0.0.27 - - [2026-03-26 02:31:54] "GET / HTTP/1.1" 200 35931 0.004406 10.0.0.27 - - [2026-03-26 02:31:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000912 10.0.0.27 - - [2026-03-26 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.146525 10.0.0.27 - - [2026-03-26 02:31:56] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.27 - - [2026-03-26 02:31:56] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040049 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/network HTTP/1.1" 200 117 0.047448 10.0.0.27 - - [2026-03-26 02:31:56] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/network HTTP/1.1" 200 613 0.077804 10.0.0.27 - - [2026-03-26 02:31:56] "POST /route-targets HTTP/1.1" 200 327 0.016442 10.0.0.27 - - [2026-03-26 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.27 - - [2026-03-26 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004987 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 719 0.235350 10.0.0.27 - - [2026-03-26 02:31:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2026-03-26 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003238 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.199059 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/network HTTP/1.1" 200 1005 0.012220 10.0.0.27 - - [2026-03-26 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001304 10.0.0.27 - - [2026-03-26 02:31:56] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005619 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/network HTTP/1.1" 200 1005 0.009740 10.0.0.27 - - [2026-03-26 02:31:56] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005377 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/network HTTP/1.1" 200 1005 0.012657 10.0.0.27 - - [2026-03-26 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 719 0.008045 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.008392 10.0.0.27 - - [2026-03-26 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2026-03-26 02:31:57] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002239 10.0.0.27 - - [2026-03-26 02:31:57] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041155 10.0.0.27 - - [2026-03-26 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.036391 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 117 0.010784 10.0.0.27 - - [2026-03-26 02:31:57] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001571 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 613 0.089998 10.0.0.27 - - [2026-03-26 02:31:57] "POST /route-targets HTTP/1.1" 200 327 0.013083 10.0.0.27 - - [2026-03-26 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.015803 10.0.0.27 - - [2026-03-26 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004865 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.184951 10.0.0.27 - - [2026-03-26 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.009737 10.0.0.27 - - [2026-03-26 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003769 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.190204 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 1005 0.011134 10.0.0.27 - - [2026-03-26 02:31:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.002283 10.0.0.27 - - [2026-03-26 02:31:57] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010713 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 1005 0.016096 10.0.0.27 - - [2026-03-26 02:31:57] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012017 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 1005 0.018990 10.0.0.27 - - [2026-03-26 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.018709 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.017641 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.006710 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.27 - - [2026-03-26 02:31:58] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003371 10.0.0.27 - - [2026-03-26 02:31:58] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071120 10.0.0.27 - - [2026-03-26 02:31:58] "POST /network-policys HTTP/1.1" 200 577 0.090082 10.0.0.27 - - [2026-03-26 02:31:58] "GET /network-policy/fb19230f-d8f4-4346-9bff-888a5d5f4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.009200 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1005 0.013072 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.012527 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.006249 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1113 0.100306 10.0.0.27 - - [2026-03-26 02:31:58] "POST /access-control-lists HTTP/1.1" 200 596 0.080933 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1113 0.040329 10.0.0.27 - - [2026-03-26 02:31:58] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005917 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013997 10.0.0.27 - - [2026-03-26 02:31:58] "GET /network-policy/fb19230f-d8f4-4346-9bff-888a5d5f4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005679 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1005 0.014030 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.008925 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1113 0.065978 10.0.0.27 - - [2026-03-26 02:31:58] "PUT /access-control-list/95e0ad69-7eac-4353-8079-5ca76a7faff2 HTTP/1.1" 200 272 0.066778 10.0.0.27 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1113 0.029761 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.002875 10.0.0.27 - - [2026-03-26 02:31:58] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004373 10.0.0.27 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.27 - - [2026-03-26 02:31:58] "GET /network-policy/fb19230f-d8f4-4346-9bff-888a5d5f4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004860 10.0.0.27 - - [2026-03-26 02:31:58] "GET /domains HTTP/1.1" 401 292 0.000613 10.0.0.27 - - [2026-03-26 02:31:59] "POST /access-control-lists HTTP/1.1" 200 596 0.073764 10.0.0.27 - - [2026-03-26 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.015653 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domains HTTP/1.1" 200 280 0.031092 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.008859 10.0.0.27 - - [2026-03-26 02:31:59] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000831 10.0.0.27 - - [2026-03-26 02:31:59] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 2624 0.078178 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561 HTTP/1.1" 200 3503 0.007237 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561 HTTP/1.1" 200 3503 0.005843 10.0.0.27 - - [2026-03-26 02:31:59] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 200 1796 0.004368 10.0.0.27 - - [2026-03-26 02:31:59] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 200 1796 0.004525 10.0.0.27 - - [2026-03-26 02:31:59] "GET /route-target/7bb007b1-f764-4f6a-a522-da6a61824e2f HTTP/1.1" 200 1212 0.004299 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561 HTTP/1.1" 200 3503 0.006317 10.0.0.27 - - [2026-03-26 02:31:59] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 200 1796 0.005035 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006936 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561 HTTP/1.1" 200 3503 0.004994 10.0.0.27 - - [2026-03-26 02:31:59] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 200 1796 0.004256 10.0.0.27 - - [2026-03-26 02:31:59] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 200 1796 0.004045 10.0.0.27 - - [2026-03-26 02:31:59] "GET /route-target/7bb007b1-f764-4f6a-a522-da6a61824e2f HTTP/1.1" 200 1212 0.004845 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domains HTTP/1.1" 200 280 0.002972 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.27 - - [2026-03-26 02:31:59] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.008735 10.0.0.27 - - [2026-03-26 02:31:59] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.27 - - [2026-03-26 02:31:59] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 2624 0.103132 10.0.0.27 - - [2026-03-26 02:31:59] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561 HTTP/1.1" 200 3503 0.012545 10.0.0.27 - - [2026-03-26 02:32:00] "GET /obj-perms HTTP/1.1" 200 5046 0.098110 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domains HTTP/1.1" 200 280 0.002897 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.007366 10.0.0.27 - - [2026-03-26 02:32:00] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.27 - - [2026-03-26 02:32:00] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 2624 0.084673 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb HTTP/1.1" 200 3502 0.009090 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb HTTP/1.1" 200 3502 0.007425 10.0.0.27 - - [2026-03-26 02:32:00] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 200 1796 0.004107 10.0.0.27 - - [2026-03-26 02:32:00] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 200 1796 0.004431 10.0.0.27 - - [2026-03-26 02:32:00] "GET /route-target/cadc5e52-f4cc-4ee3-b3f4-c7b84e7d7665 HTTP/1.1" 200 1213 0.003827 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb HTTP/1.1" 200 3502 0.008244 10.0.0.27 - - [2026-03-26 02:32:00] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 200 1796 0.004185 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004552 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb HTTP/1.1" 200 3502 0.005206 10.0.0.27 - - [2026-03-26 02:32:00] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 200 1796 0.003774 10.0.0.27 - - [2026-03-26 02:32:00] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 200 1796 0.004977 10.0.0.27 - - [2026-03-26 02:32:00] "GET /route-target/cadc5e52-f4cc-4ee3-b3f4-c7b84e7d7665 HTTP/1.1" 200 1213 0.004162 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domains HTTP/1.1" 200 280 0.003631 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.27 - - [2026-03-26 02:32:00] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.008518 10.0.0.27 - - [2026-03-26 02:32:00] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.27 - - [2026-03-26 02:32:00] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 2624 0.084991 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb HTTP/1.1" 200 3502 0.009753 10.0.0.27 - - [2026-03-26 02:32:00] "GET /obj-perms HTTP/1.1" 200 5046 0.005948 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.009600 10.0.0.27 - - [2026-03-26 02:32:00] "POST /neutron/network HTTP/1.1" 200 1113 0.011504 10.0.0.27 - - [2026-03-26 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.010611 10.0.0.27 - - [2026-03-26 02:32:00] "POST /neutron/network HTTP/1.1" 200 1005 0.080948 10.0.0.27 - - [2026-03-26 02:32:00] "DELETE /access-control-list/ee26427c-0610-4477-a5d6-e76525985952 HTTP/1.1" 200 115 0.050495 10.0.0.27 - - [2026-03-26 02:32:00] "POST /neutron/network HTTP/1.1" 200 1005 0.020242 10.0.0.27 - - [2026-03-26 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.016683 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/0fc2dc6e-b996-436b-8b30-c5cded0b13eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012330 10.0.0.27 - - [2026-03-26 02:32:00] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007690 10.0.0.27 - - [2026-03-26 02:32:00] "POST /neutron/network HTTP/1.1" 200 1113 0.011400 10.0.0.27 - - [2026-03-26 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003034 10.0.0.27 - - [2026-03-26 02:32:00] "POST /neutron/network HTTP/1.1" 200 1005 0.063337 10.0.0.27 - - [2026-03-26 02:32:00] "DELETE /access-control-list/95e0ad69-7eac-4353-8079-5ca76a7faff2 HTTP/1.1" 200 115 0.049036 10.0.0.27 - - [2026-03-26 02:32:01] "POST /neutron/network HTTP/1.1" 200 1005 0.007434 10.0.0.27 - - [2026-03-26 02:32:01] "GET /virtual-network/eeda76ff-9a47-4d44-a9c2-47e7e9943561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006034 10.0.0.27 - - [2026-03-26 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.016089 10.0.0.27 - - [2026-03-26 02:32:01] "DELETE /network-policy/fb19230f-d8f4-4346-9bff-888a5d5f4076 HTTP/1.1" 200 115 0.028888 10.0.0.27 - - [2026-03-26 02:32:01] "POST /neutron/network HTTP/1.1" 200 1005 0.006211 10.0.0.27 - - [2026-03-26 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002102 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.27 - - [2026-03-26 02:32:01] "POST /neutron/network HTTP/1.1" 200 151 0.074872 10.0.0.27 - - [2026-03-26 02:32:01] "DELETE /route-target/cadc5e52-f4cc-4ee3-b3f4-c7b84e7d7665 HTTP/1.1" 200 115 0.016418 10.0.0.27 - - [2026-03-26 02:32:01] "GET /routing-instance/a909c35e-1a12-4e28-b957-4d22893f3759 HTTP/1.1" 404 171 0.002404 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domains HTTP/1.1" 200 280 0.002673 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.048330 10.0.0.27 - - [2026-03-26 02:32:01] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003368 10.0.0.27 - - [2026-03-26 02:32:01] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 2144 0.082056 10.0.0.27 - - [2026-03-26 02:32:01] "POST /neutron/network HTTP/1.1" 200 1005 0.009115 10.0.0.27 - - [2026-03-26 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.27 - - [2026-03-26 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001981 10.0.0.27 - - [2026-03-26 02:32:01] "POST /neutron/network HTTP/1.1" 200 151 0.134245 10.0.0.27 - - [2026-03-26 02:32:01] "DELETE /route-target/7bb007b1-f764-4f6a-a522-da6a61824e2f HTTP/1.1" 200 115 0.027060 10.0.0.27 - - [2026-03-26 02:32:01] "GET /routing-instance/e9389ec6-7ba7-4ac8-a7f0-ad572f87363f HTTP/1.1" 404 171 0.002787 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domains HTTP/1.1" 200 280 0.002524 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.27 - - [2026-03-26 02:32:01] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2770 0.048927 10.0.0.27 - - [2026-03-26 02:32:01] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002352 10.0.0.27 - - [2026-03-26 02:32:01] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 1899 0.083019 10.0.0.27 - - [2026-03-26 02:32:02] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001601 10.0.0.27 - - [2026-03-26 02:32:02] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063976 10.0.0.27 - - [2026-03-26 02:32:02] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002729 10.0.0.27 - - [2026-03-26 02:32:02] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?fields=virtual_networks HTTP/1.1" 200 1047 0.059621 10.0.0.27 - - [2026-03-26 02:32:02] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.27 - - [2026-03-26 02:32:02] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.061563 10.0.0.27 - - [2026-03-26 02:32:02] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002861 10.0.0.27 - - [2026-03-26 02:32:02] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?fields=security_groups HTTP/1.1" 200 1281 0.052466 10.0.0.27 - - [2026-03-26 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.040702 10.0.0.27 - - [2026-03-26 02:32:03] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009909 10.0.0.27 - - [2026-03-26 02:32:03] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002014 10.0.0.27 - - [2026-03-26 02:32:03] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012673 10.0.0.27 - - [2026-03-26 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 206 0.002253 10.0.0.27 - - [2026-03-26 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.002985 10.0.0.27 - - [2026-03-26 02:32:04] "POST /security-groups HTTP/1.1" 200 607 0.068047 10.0.0.27 - - [2026-03-26 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 250 0.003743 10.0.0.27 - - [2026-03-26 02:32:04] "POST /projects HTTP/1.1" 200 617 0.255407 10.0.0.27 - - [2026-03-26 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.302475 10.0.0.27 - - [2026-03-26 02:32:04] "POST /access-control-lists HTTP/1.1" 200 612 0.066060 10.0.0.27 - - [2026-03-26 02:32:04] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.551601 10.0.0.27 - - [2026-03-26 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 249 0.002573 10.0.0.27 - - [2026-03-26 02:32:04] "POST /access-control-lists HTTP/1.1" 200 610 0.068968 10.0.0.27 - - [2026-03-26 02:32:05] "GET / HTTP/1.1" 200 35931 0.008098 10.0.0.27 - - [2026-03-26 02:32:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.001085 10.0.0.27 - - [2026-03-26 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.154242 10.0.0.27 - - [2026-03-26 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.27 - - [2026-03-26 02:32:07] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003125 10.0.0.27 - - [2026-03-26 02:32:07] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.057233 10.0.0.27 - - [2026-03-26 02:32:07] "POST /network-policys HTTP/1.1" 200 567 0.082261 10.0.0.27 - - [2026-03-26 02:32:07] "GET /network-policy/5dbe6080-a2dc-4831-a5bb-5be01391781e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.008562 10.0.0.27 - - [2026-03-26 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.27 - - [2026-03-26 02:32:07] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002900 10.0.0.27 - - [2026-03-26 02:32:07] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.069037 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 117 0.072268 10.0.0.27 - - [2026-03-26 02:32:08] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001934 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 623 0.115330 10.0.0.27 - - [2026-03-26 02:32:08] "POST /route-targets HTTP/1.1" 200 327 0.013402 10.0.0.27 - - [2026-03-26 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.013546 10.0.0.27 - - [2026-03-26 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.145428 10.0.0.27 - - [2026-03-26 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.002999 10.0.0.27 - - [2026-03-26 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004081 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.187652 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 1014 0.009274 10.0.0.27 - - [2026-03-26 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.003961 10.0.0.27 - - [2026-03-26 02:32:08] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006877 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 1014 0.010617 10.0.0.27 - - [2026-03-26 02:32:08] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.018130 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 1014 0.018137 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.016572 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.010758 10.0.0.27 - - [2026-03-26 02:32:08] "POST /neutron/network HTTP/1.1" 200 1014 0.024555 10.0.0.27 - - [2026-03-26 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.014884 10.0.0.27 - - [2026-03-26 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.013510 10.0.0.27 - - [2026-03-26 02:32:09] "POST /neutron/network HTTP/1.1" 200 1121 0.104578 10.0.0.27 - - [2026-03-26 02:32:09] "POST /access-control-lists HTTP/1.1" 200 607 0.083625 10.0.0.27 - - [2026-03-26 02:32:09] "POST /neutron/network HTTP/1.1" 200 1121 0.053420 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.010256 10.0.0.27 - - [2026-03-26 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.27 - - [2026-03-26 02:32:09] "GET /network-policy/5dbe6080-a2dc-4831-a5bb-5be01391781e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.008297 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domains HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domains HTTP/1.1" 200 280 0.045083 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003349 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2972 0.023704 10.0.0.27 - - [2026-03-26 02:32:09] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003062 10.0.0.27 - - [2026-03-26 02:32:09] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b HTTP/1.1" 200 2457 0.094604 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab HTTP/1.1" 200 3537 0.021915 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab HTTP/1.1" 200 3537 0.005284 10.0.0.27 - - [2026-03-26 02:32:09] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 200 1495 0.003711 10.0.0.27 - - [2026-03-26 02:32:09] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 200 1495 0.004322 10.0.0.27 - - [2026-03-26 02:32:09] "GET /route-target/d7f2d847-d7e2-49cc-a0af-f6afdc60b7ce HTTP/1.1" 200 1223 0.004309 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab HTTP/1.1" 200 3537 0.009165 10.0.0.27 - - [2026-03-26 02:32:09] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 200 1495 0.007488 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.014585 10.0.0.27 - - [2026-03-26 02:32:09] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab HTTP/1.1" 200 3537 0.009460 10.0.0.27 - - [2026-03-26 02:32:09] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 200 1495 0.004895 10.0.0.27 - - [2026-03-26 02:32:09] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 200 1495 0.005651 10.0.0.27 - - [2026-03-26 02:32:09] "GET /route-target/d7f2d847-d7e2-49cc-a0af-f6afdc60b7ce HTTP/1.1" 200 1223 0.004272 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domains HTTP/1.1" 200 280 0.003118 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.27 - - [2026-03-26 02:32:09] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2972 0.009089 10.0.0.27 - - [2026-03-26 02:32:09] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001315 10.0.0.27 - - [2026-03-26 02:32:10] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b HTTP/1.1" 200 2457 0.094480 10.0.0.27 - - [2026-03-26 02:32:10] "GET /virtual-network/6d4b4cff-9f2d-4260-9064-b633f7112eab HTTP/1.1" 200 3537 0.007026 10.0.0.27 - - [2026-03-26 02:32:10] "GET /obj-perms HTTP/1.1" 200 5062 0.121471 10.0.0.27 - - [2026-03-26 02:32:10] "GET /domains HTTP/1.1" 200 280 0.004315 10.0.0.27 - - [2026-03-26 02:32:10] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003329 10.0.0.27 - - [2026-03-26 02:32:10] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2972 0.016953 10.0.0.27 - - [2026-03-26 02:32:10] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001402 10.0.0.27 - - [2026-03-26 02:32:10] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b HTTP/1.1" 200 2457 0.103312 10.0.0.27 - - [2026-03-26 02:32:10] "GET /network-policy/5dbe6080-a2dc-4831-a5bb-5be01391781e HTTP/1.1" 200 3478 0.010334 10.0.0.27 - - [2026-03-26 02:32:10] "DELETE /network-policy/5dbe6080-a2dc-4831-a5bb-5be01391781e HTTP/1.1" 409 238 0.013593 10.0.0.27 - - [2026-03-26 02:32:10] "POST /neutron/network HTTP/1.1" 200 1121 0.008740 10.0.0.27 - - [2026-03-26 02:32:10] "DELETE /access-control-list/df44ad1f-3e0e-4bd6-88a2-d0b53a50c2ef HTTP/1.1" 200 115 0.043872 10.0.0.27 - - [2026-03-26 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.27 - - [2026-03-26 02:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.27 - - [2026-03-26 02:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.27 - - [2026-03-26 02:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002624 10.0.0.27 - - [2026-03-26 02:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.27 - - [2026-03-26 02:32:10] "POST /neutron/network HTTP/1.1" 200 151 0.168284 10.0.0.27 - - [2026-03-26 02:32:11] "GET /routing-instance/0fed210b-fac7-4c95-9b89-9d680ca623bc HTTP/1.1" 404 171 0.002871 10.0.0.27 - - [2026-03-26 02:32:11] "GET /domains HTTP/1.1" 200 280 0.003508 10.0.0.27 - - [2026-03-26 02:32:11] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.27 - - [2026-03-26 02:32:11] "DELETE /route-target/d7f2d847-d7e2-49cc-a0af-f6afdc60b7ce HTTP/1.1" 200 115 0.024616 10.0.0.27 - - [2026-03-26 02:32:11] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2972 0.050653 10.0.0.27 - - [2026-03-26 02:32:11] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001723 10.0.0.27 - - [2026-03-26 02:32:11] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b HTTP/1.1" 200 2203 0.099377 10.0.0.27 - - [2026-03-26 02:32:11] "DELETE /network-policy/5dbe6080-a2dc-4831-a5bb-5be01391781e HTTP/1.1" 200 115 0.034372 10.0.0.27 - - [2026-03-26 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.27 - - [2026-03-26 02:32:11] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002180 10.0.0.27 - - [2026-03-26 02:32:11] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.057914 10.0.0.27 - - [2026-03-26 02:32:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-39792992&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008925 10.0.0.27 - - [2026-03-26 02:32:12] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001137 10.0.0.27 - - [2026-03-26 02:32:12] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.041215 10.0.0.27 - - [2026-03-26 02:32:12] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.27 - - [2026-03-26 02:32:12] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?fields=virtual_networks HTTP/1.1" 200 1063 0.037563 10.0.0.27 - - [2026-03-26 02:32:12] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002638 10.0.0.27 - - [2026-03-26 02:32:12] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.047956 10.0.0.27 - - [2026-03-26 02:32:12] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002003 10.0.0.27 - - [2026-03-26 02:32:12] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?fields=security_groups HTTP/1.1" 200 1305 0.058161 10.0.0.27 - - [2026-03-26 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.073658 10.0.0.27 - - [2026-03-26 02:32:13] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005373 10.0.0.27 - - [2026-03-26 02:32:14] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003785 10.0.0.27 - - [2026-03-26 02:32:14] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.018397 10.0.0.27 - - [2026-03-26 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.003733 10.0.0.27 - - [2026-03-26 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.004094 10.0.0.27 - - [2026-03-26 02:32:14] "POST /security-groups HTTP/1.1" 200 593 0.073001 10.0.0.27 - - [2026-03-26 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.003212 10.0.0.27 - - [2026-03-26 02:32:14] "POST /projects HTTP/1.1" 200 589 0.278206 10.0.0.27 - - [2026-03-26 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.324001 10.0.0.27 - - [2026-03-26 02:32:14] "POST /access-control-lists HTTP/1.1" 200 598 0.068935 10.0.0.27 - - [2026-03-26 02:32:14] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.567355 10.0.0.27 - - [2026-03-26 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.003897 10.0.0.27 - - [2026-03-26 02:32:14] "POST /access-control-lists HTTP/1.1" 200 596 0.068803 10.0.0.27 - - [2026-03-26 02:32:16] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.27 - - [2026-03-26 02:32:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.001555 10.0.0.27 - - [2026-03-26 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.084733 10.0.0.27 - - [2026-03-26 02:32:17] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001730 10.0.0.27 - - [2026-03-26 02:32:17] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041026 10.0.0.27 - - [2026-03-26 02:32:17] "POST /neutron/network HTTP/1.1" 200 117 0.065972 10.0.0.27 - - [2026-03-26 02:32:17] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.27 - - [2026-03-26 02:32:17] "POST /neutron/network HTTP/1.1" 200 607 0.127472 10.0.0.27 - - [2026-03-26 02:32:17] "POST /route-targets HTTP/1.1" 200 327 0.018881 10.0.0.27 - - [2026-03-26 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.015893 10.0.0.27 - - [2026-03-26 02:32:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004499 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.150587 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 825 0.006006 10.0.0.27 - - [2026-03-26 02:32:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001233 10.0.0.27 - - [2026-03-26 02:32:18] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005164 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 825 0.009969 10.0.0.27 - - [2026-03-26 02:32:18] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.014088 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 825 0.010869 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.015973 10.0.0.27 - - [2026-03-26 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006079 10.0.0.27 - - [2026-03-26 02:32:18] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002909 10.0.0.27 - - [2026-03-26 02:32:18] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054329 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 117 0.022841 10.0.0.27 - - [2026-03-26 02:32:18] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001459 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 607 0.120753 10.0.0.27 - - [2026-03-26 02:32:18] "POST /route-targets HTTP/1.1" 200 327 0.012989 10.0.0.27 - - [2026-03-26 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.27 - - [2026-03-26 02:32:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007055 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.194241 10.0.0.27 - - [2026-03-26 02:32:18] "POST /neutron/network HTTP/1.1" 200 826 0.007204 10.0.0.27 - - [2026-03-26 02:32:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001569 10.0.0.27 - - [2026-03-26 02:32:18] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008353 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 826 0.010916 10.0.0.27 - - [2026-03-26 02:32:19] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004673 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 826 0.006447 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.009300 10.0.0.27 - - [2026-03-26 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.002853 10.0.0.27 - - [2026-03-26 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2026-03-26 02:32:19] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001955 10.0.0.27 - - [2026-03-26 02:32:19] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055008 10.0.0.27 - - [2026-03-26 02:32:19] "POST /network-policys HTTP/1.1" 200 571 0.038204 10.0.0.27 - - [2026-03-26 02:32:19] "GET /network-policy/693d97e4-f13e-4b05-a9ae-bf780c14924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.010822 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 825 0.014929 10.0.0.27 - - [2026-03-26 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.008008 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 927 0.109066 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 927 0.046733 10.0.0.27 - - [2026-03-26 02:32:19] "POST /access-control-lists HTTP/1.1" 200 590 0.097486 10.0.0.27 - - [2026-03-26 02:32:19] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010863 10.0.0.27 - - [2026-03-26 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.27 - - [2026-03-26 02:32:19] "GET /network-policy/693d97e4-f13e-4b05-a9ae-bf780c14924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007964 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 826 0.012968 10.0.0.27 - - [2026-03-26 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.006540 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 928 0.089375 10.0.0.27 - - [2026-03-26 02:32:19] "POST /access-control-lists HTTP/1.1" 200 590 0.079725 10.0.0.27 - - [2026-03-26 02:32:19] "POST /neutron/network HTTP/1.1" 200 928 0.045071 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.009409 10.0.0.27 - - [2026-03-26 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-03-26 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.013747 10.0.0.27 - - [2026-03-26 02:32:20] "GET /network-policy/693d97e4-f13e-4b05-a9ae-bf780c14924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003622 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domains HTTP/1.1" 401 292 0.000808 10.0.0.27 - - [2026-03-26 02:32:20] "PUT /access-control-list/1dc7b6e1-f587-4947-a28d-1cebe248769f HTTP/1.1" 200 272 0.061308 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domains HTTP/1.1" 200 280 0.058340 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3160 0.014991 10.0.0.27 - - [2026-03-26 02:32:20] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003123 10.0.0.27 - - [2026-03-26 02:32:20] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 2571 0.108835 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f HTTP/1.1" 200 2889 0.012559 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f HTTP/1.1" 200 2889 0.008994 10.0.0.27 - - [2026-03-26 02:32:20] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 200 1782 0.006382 10.0.0.27 - - [2026-03-26 02:32:20] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 200 1782 0.005943 10.0.0.27 - - [2026-03-26 02:32:20] "GET /route-target/ef40bba7-64bc-432c-bce0-2bf9723a5095 HTTP/1.1" 200 1207 0.004628 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f HTTP/1.1" 200 2889 0.011273 10.0.0.27 - - [2026-03-26 02:32:20] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 200 1782 0.006795 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012563 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f HTTP/1.1" 200 2889 0.009247 10.0.0.27 - - [2026-03-26 02:32:20] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 200 1782 0.006274 10.0.0.27 - - [2026-03-26 02:32:20] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 200 1782 0.004794 10.0.0.27 - - [2026-03-26 02:32:20] "GET /route-target/ef40bba7-64bc-432c-bce0-2bf9723a5095 HTTP/1.1" 200 1207 0.004474 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domains HTTP/1.1" 200 280 0.004138 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002820 10.0.0.27 - - [2026-03-26 02:32:20] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3160 0.015222 10.0.0.27 - - [2026-03-26 02:32:20] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002548 10.0.0.27 - - [2026-03-26 02:32:20] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 2571 0.078420 10.0.0.27 - - [2026-03-26 02:32:20] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f HTTP/1.1" 200 2889 0.005771 10.0.0.27 - - [2026-03-26 02:32:21] "GET /obj-perms HTTP/1.1" 200 5034 0.078774 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domains HTTP/1.1" 200 280 0.005274 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002931 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3160 0.017922 10.0.0.27 - - [2026-03-26 02:32:21] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002321 10.0.0.27 - - [2026-03-26 02:32:21] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 2571 0.094693 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d HTTP/1.1" 200 2890 0.011772 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d HTTP/1.1" 200 2890 0.006533 10.0.0.27 - - [2026-03-26 02:32:21] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 200 1784 0.005174 10.0.0.27 - - [2026-03-26 02:32:21] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 200 1784 0.004678 10.0.0.27 - - [2026-03-26 02:32:21] "GET /route-target/3f65bf26-9312-425a-9513-fa68d8d58ba7 HTTP/1.1" 200 1206 0.006142 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d HTTP/1.1" 200 2890 0.010713 10.0.0.27 - - [2026-03-26 02:32:21] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 200 1784 0.004640 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006454 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d HTTP/1.1" 200 2890 0.005795 10.0.0.27 - - [2026-03-26 02:32:21] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 200 1784 0.007175 10.0.0.27 - - [2026-03-26 02:32:21] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 200 1784 0.005613 10.0.0.27 - - [2026-03-26 02:32:21] "GET /route-target/3f65bf26-9312-425a-9513-fa68d8d58ba7 HTTP/1.1" 200 1206 0.003932 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domains HTTP/1.1" 200 280 0.003629 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.27 - - [2026-03-26 02:32:21] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3160 0.008156 10.0.0.27 - - [2026-03-26 02:32:21] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.27 - - [2026-03-26 02:32:21] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 2571 0.086640 10.0.0.27 - - [2026-03-26 02:32:21] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d HTTP/1.1" 200 2890 0.013119 10.0.0.27 - - [2026-03-26 02:32:21] "GET /obj-perms HTTP/1.1" 200 5034 0.007774 10.0.0.27 - - [2026-03-26 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.003237 10.0.0.27 - - [2026-03-26 02:32:22] "POST /neutron/network HTTP/1.1" 200 937 0.008840 10.0.0.27 - - [2026-03-26 02:32:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-03-26 02:32:22] "GET / HTTP/1.1" 200 35931 0.002147 10.0.0.27 - - [2026-03-26 02:32:22] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-03-26 02:32:23] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004081 10.0.0.27 - - [2026-03-26 02:32:23] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.135828 10.0.0.27 - - [2026-03-26 02:32:23] "POST /neutron/network HTTP/1.1" 200 927 0.012233 10.0.0.27 - - [2026-03-26 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.006193 10.0.0.27 - - [2026-03-26 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.008804 10.0.0.27 - - [2026-03-26 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001629 10.0.0.27 - - [2026-03-26 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.012713 10.0.0.27 - - [2026-03-26 02:32:23] "POST /neutron/network HTTP/1.1" 200 938 0.011529 10.0.0.27 - - [2026-03-26 02:32:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000886 10.0.0.27 - - [2026-03-26 02:32:24] "GET / HTTP/1.1" 200 35931 0.002541 10.0.0.27 - - [2026-03-26 02:32:24] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000562 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/network HTTP/1.1" 200 937 0.007650 10.0.0.27 - - [2026-03-26 02:32:24] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/port HTTP/1.1" 200 1061 0.338258 10.0.0.27 - - [2026-03-26 02:32:24] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001604 10.0.0.27 - - [2026-03-26 02:32:24] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083277 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/port HTTP/1.1" 200 1061 0.026851 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/network HTTP/1.1" 200 928 0.008321 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/port HTTP/1.1" 200 1061 0.012364 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/port HTTP/1.1" 200 1115 0.058347 10.0.0.27 - - [2026-03-26 02:32:24] "POST /neutron/port HTTP/1.1" 200 1125 0.014766 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.007987 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 1125 0.020632 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008464 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/network HTTP/1.1" 200 927 0.005550 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 1125 0.018340 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010508 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/network HTTP/1.1" 200 938 0.008012 10.0.0.27 - - [2026-03-26 02:32:25] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.27 - - [2026-03-26 02:32:25] "PUT /access-control-list/e90f2d0c-9dbe-4ec3-8a19-de3c43843bd2 HTTP/1.1" 200 272 0.065227 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 1062 0.293769 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 1062 0.012103 10.0.0.27 - - [2026-03-26 02:32:25] "POST /neutron/port HTTP/1.1" 200 1062 0.013601 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/port HTTP/1.1" 200 1116 0.068948 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/port HTTP/1.1" 200 1126 0.012295 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.011179 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.27 - - [2026-03-26 02:32:26] "POST /neutron/network HTTP/1.1" 200 928 0.005293 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /project/415c00d3889442a1b77ce9eafbd1386b HTTP/1.1" 404 173 0.017334 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /project/217dd90f746c4896a565d53abf1c5a70 HTTP/1.1" 404 173 0.012789 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /project/e9544da3c63c4eeaa31cacab46e9b85d HTTP/1.1" 404 173 0.017763 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001220 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.068806 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.075234 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.081081 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000812 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000741 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?fields=security_groups HTTP/1.1" 200 1371 0.055532 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?fields=security_groups HTTP/1.1" 200 1410 0.059991 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?fields=security_groups HTTP/1.1" 200 1386 0.064530 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /access-control-list/28696061-4f6f-40ec-b5b1-84c7fe88e66f HTTP/1.1" 200 115 0.089665 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /security-group/62113b7a-bf2d-42fb-8570-e79113bf5b3c HTTP/1.1" 200 115 0.140224 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=426493e5-3a3f-4ecd-bc0e-3d71e79d2530&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /security-group/d1ade44d-d966-4d19-80ed-cda33ec86b79 HTTP/1.1" 200 115 0.150385 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /security-group/35c4b7cd-cd7b-45eb-96a1-ec428263fbe8 HTTP/1.1" 200 115 0.150010 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=415c00d3-8894-42a1-b77c-e9eafbd1386b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000893 10.0.0.27 - - [2026-03-26 02:32:28] "GET /projects?obj_uuids=217dd90f-746c-4896-a565-d53abf1c5a70&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000796 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530?fields=application_policy_sets HTTP/1.1" 200 1410 0.077524 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/217dd90f-746c-4896-a565-d53abf1c5a70?fields=application_policy_sets HTTP/1.1" 200 1425 0.065716 10.0.0.27 - - [2026-03-26 02:32:28] "DELETE /access-control-list/952c5644-057d-4a79-b100-4f6a65a36534 HTTP/1.1" 200 115 0.104527 10.0.0.27 - - [2026-03-26 02:32:28] "GET /project/415c00d3-8894-42a1-b77c-e9eafbd1386b?fields=application_policy_sets HTTP/1.1" 200 1449 0.125904 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /access-control-list/a6c213ec-cecf-410f-81b1-9337a31237f9 HTTP/1.1" 200 115 0.066748 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /access-control-list/aa64b88c-d979-40b3-8b64-d81394ce0f2f HTTP/1.1" 200 115 0.073750 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /access-control-list/8281227c-e2d0-4d4c-a3a3-af86d8a94b55 HTTP/1.1" 200 115 0.063468 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /project/426493e5-3a3f-4ecd-bc0e-3d71e79d2530 HTTP/1.1" 200 115 0.690205 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /project/217dd90f-746c-4896-a565-d53abf1c5a70 HTTP/1.1" 200 115 0.717597 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /access-control-list/1cd676e0-e955-4314-8783-bc71533d625c HTTP/1.1" 200 115 0.056674 10.0.0.27 - - [2026-03-26 02:32:29] "DELETE /project/415c00d3-8894-42a1-b77c-e9eafbd1386b HTTP/1.1" 200 115 0.733972 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/port HTTP/1.1" 200 1125 0.015742 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011226 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/port HTTP/1.1" 200 1125 0.012124 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005924 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/port HTTP/1.1" 200 1125 0.020873 10.0.0.27 - - [2026-03-26 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013429 10.0.0.27 - - [2026-03-26 02:32:30] "GET /virtual-machine/0e1d7920-5d0a-40b7-8518-b1d4174dc5b3 HTTP/1.1" 200 1293 0.004883 10.0.0.27 - - [2026-03-26 02:32:30] "GET /virtual-machine-interface/60e84717-04fc-4b45-b1e3-4b8dbd6d5373 HTTP/1.1" 200 2950 0.007015 10.0.0.27 - - [2026-03-26 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.27 - - [2026-03-26 02:32:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003098 10.0.0.27 - - [2026-03-26 02:32:30] "GET /virtual-networks?parent_id=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002934 10.0.0.27 - - [2026-03-26 02:32:30] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004992 10.0.0.27 - - [2026-03-26 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2026-03-26 02:32:33] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.016471 10.0.0.27 - - [2026-03-26 02:32:35] "POST /neutron/port HTTP/1.1" 200 1125 0.019924 10.0.0.27 - - [2026-03-26 02:32:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007219 10.0.0.27 - - [2026-03-26 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007346 10.0.0.27 - - [2026-03-26 02:32:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007142 10.0.0.27 - - [2026-03-26 02:32:36] "GET /virtual-networks?parent_id=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004637 10.0.0.27 - - [2026-03-26 02:32:36] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.019426 10.0.0.27 - - [2026-03-26 02:32:36] "POST /neutron/port HTTP/1.1" 200 1126 0.017136 10.0.0.27 - - [2026-03-26 02:32:36] "POST /neutron/port HTTP/1.1" 200 1125 0.019102 10.0.0.27 - - [2026-03-26 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006084 10.0.0.27 - - [2026-03-26 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006389 10.0.0.27 - - [2026-03-26 02:32:37] "GET /obj-perms HTTP/1.1" 200 5056 0.054393 10.0.0.27 - - [2026-03-26 02:32:38] "GET /obj-perms HTTP/1.1" 200 5056 0.107176 10.0.0.27 - - [2026-03-26 02:32:41] "POST /neutron/port HTTP/1.1" 200 1126 0.031813 10.0.0.27 - - [2026-03-26 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013386 10.0.0.27 - - [2026-03-26 02:32:41] "POST /neutron/port HTTP/1.1" 200 1126 0.036520 10.0.0.27 - - [2026-03-26 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013988 10.0.0.27 - - [2026-03-26 02:32:42] "POST /neutron/port HTTP/1.1" 200 1126 0.032108 10.0.0.27 - - [2026-03-26 02:32:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006446 10.0.0.27 - - [2026-03-26 02:32:42] "GET /virtual-machine/cc558176-6a24-4005-9c49-5a3b9fdfe55c HTTP/1.1" 200 1295 0.004676 10.0.0.27 - - [2026-03-26 02:32:42] "GET /virtual-machine-interface/db45aac4-716b-4c84-a4a2-677aba17bd79 HTTP/1.1" 200 2951 0.007004 10.0.0.27 - - [2026-03-26 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005956 10.0.0.27 - - [2026-03-26 02:32:42] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007584 10.0.0.27 - - [2026-03-26 02:32:42] "GET /virtual-networks?parent_id=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.007087 10.0.0.27 - - [2026-03-26 02:32:42] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007782 10.0.0.27 - - [2026-03-26 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738 10.0.0.27 - - [2026-03-26 02:32:43] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007398 10.0.0.27 - - [2026-03-26 02:32:43] "GET /virtual-networks?parent_id=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006228 10.0.0.27 - - [2026-03-26 02:32:43] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.014083 10.0.0.27 - - [2026-03-26 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.27 - - [2026-03-26 02:32:48] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002925 10.0.0.27 - - [2026-03-26 02:32:48] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065617 10.0.0.27 - - [2026-03-26 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006695 10.0.0.27 - - [2026-03-26 02:32:48] "PUT /network-policy/693d97e4-f13e-4b05-a9ae-bf780c14924f HTTP/1.1" 200 262 0.019071 10.0.0.27 - - [2026-03-26 02:32:49] "PUT /access-control-list/e90f2d0c-9dbe-4ec3-8a19-de3c43843bd2 HTTP/1.1" 200 272 0.067346 10.0.0.27 - - [2026-03-26 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.025928 10.0.0.27 - - [2026-03-26 02:32:49] "PUT /access-control-list/1dc7b6e1-f587-4947-a28d-1cebe248769f HTTP/1.1" 200 272 0.057601 10.0.0.27 - - [2026-03-26 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.016919 10.0.0.27 - - [2026-03-26 02:32:52] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.015429 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 928 0.016638 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 826 0.088200 10.0.0.27 - - [2026-03-26 02:32:52] "DELETE /access-control-list/e90f2d0c-9dbe-4ec3-8a19-de3c43843bd2 HTTP/1.1" 200 115 0.073149 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 826 0.017597 10.0.0.27 - - [2026-03-26 02:32:52] "GET /virtual-network/85d117ed-b8ac-4888-8489-6ad8210f115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006240 10.0.0.27 - - [2026-03-26 02:32:52] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006475 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 927 0.008777 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 825 0.072192 10.0.0.27 - - [2026-03-26 02:32:52] "DELETE /access-control-list/1dc7b6e1-f587-4947-a28d-1cebe248769f HTTP/1.1" 200 115 0.053048 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 825 0.006752 10.0.0.27 - - [2026-03-26 02:32:52] "GET /virtual-network/bcbc606a-366d-468b-aff8-6c4df2d1f44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005629 10.0.0.27 - - [2026-03-26 02:32:52] "DELETE /network-policy/693d97e4-f13e-4b05-a9ae-bf780c14924f HTTP/1.1" 200 115 0.024794 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 200 826 0.005768 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/network HTTP/1.1" 400 204 0.012218 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 1126 0.012279 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 1116 0.009279 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 1125 0.016052 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 1115 0.011076 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 151 0.132908 10.0.0.27 - - [2026-03-26 02:32:52] "POST /neutron/port HTTP/1.1" 200 151 0.131132 10.0.0.27 - - [2026-03-26 02:32:54] "POST /neutron/network HTTP/1.1" 200 826 0.014162 10.0.0.27 - - [2026-03-26 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003456 10.0.0.27 - - [2026-03-26 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-03-26 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002072 10.0.0.27 - - [2026-03-26 02:32:54] "POST /neutron/network HTTP/1.1" 200 151 0.129191 10.0.0.27 - - [2026-03-26 02:32:54] "GET /routing-instance/c356016d-fff4-43f2-a579-a0d32d017428 HTTP/1.1" 404 171 0.003412 10.0.0.27 - - [2026-03-26 02:32:54] "GET /domains HTTP/1.1" 200 280 0.003356 10.0.0.27 - - [2026-03-26 02:32:54] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002219 10.0.0.27 - - [2026-03-26 02:32:54] "DELETE /route-target/3f65bf26-9312-425a-9513-fa68d8d58ba7 HTTP/1.1" 200 115 0.036740 10.0.0.27 - - [2026-03-26 02:32:54] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2575 0.062140 10.0.0.27 - - [2026-03-26 02:32:54] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.27 - - [2026-03-26 02:32:54] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 2103 0.103259 10.0.0.27 - - [2026-03-26 02:32:54] "POST /neutron/network HTTP/1.1" 200 825 0.009805 10.0.0.27 - - [2026-03-26 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003805 10.0.0.27 - - [2026-03-26 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.27 - - [2026-03-26 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.27 - - [2026-03-26 02:32:55] "POST /neutron/network HTTP/1.1" 200 151 0.109132 10.0.0.27 - - [2026-03-26 02:32:55] "GET /routing-instance/0873d58b-3662-4e8f-be10-f45f13bc7f8f HTTP/1.1" 404 171 0.002750 10.0.0.27 - - [2026-03-26 02:32:55] "DELETE /route-target/ef40bba7-64bc-432c-bce0-2bf9723a5095 HTTP/1.1" 200 115 0.022902 10.0.0.27 - - [2026-03-26 02:32:55] "GET /domains HTTP/1.1" 200 280 0.003301 10.0.0.27 - - [2026-03-26 02:32:55] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.27 - - [2026-03-26 02:32:55] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2575 0.050481 10.0.0.27 - - [2026-03-26 02:32:55] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.27 - - [2026-03-26 02:32:55] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 1864 0.093875 10.0.0.27 - - [2026-03-26 02:32:55] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002869 10.0.0.27 - - [2026-03-26 02:32:55] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069223 10.0.0.27 - - [2026-03-26 02:32:55] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001801 10.0.0.27 - - [2026-03-26 02:32:55] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?fields=virtual_networks HTTP/1.1" 200 1036 0.056349 10.0.0.27 - - [2026-03-26 02:32:55] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002464 10.0.0.27 - - [2026-03-26 02:32:55] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.035849 10.0.0.27 - - [2026-03-26 02:32:55] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001899 10.0.0.27 - - [2026-03-26 02:32:55] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?fields=security_groups HTTP/1.1" 200 1264 0.042969 10.0.0.27 - - [2026-03-26 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.070527 10.0.0.27 - - [2026-03-26 02:32:57] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003049 10.0.0.27 - - [2026-03-26 02:32:57] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.27 - - [2026-03-26 02:32:57] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008273 10.0.0.27 - - [2026-03-26 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.002597 10.0.0.27 - - [2026-03-26 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.003682 10.0.0.27 - - [2026-03-26 02:32:57] "POST /security-groups HTTP/1.1" 200 584 0.072244 10.0.0.27 - - [2026-03-26 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.003175 10.0.0.27 - - [2026-03-26 02:32:57] "POST /projects HTTP/1.1" 200 571 0.268529 10.0.0.27 - - [2026-03-26 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.328766 10.0.0.27 - - [2026-03-26 02:32:57] "POST /access-control-lists HTTP/1.1" 200 589 0.062680 10.0.0.27 - - [2026-03-26 02:32:57] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.536230 10.0.0.27 - - [2026-03-26 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.003465 10.0.0.27 - - [2026-03-26 02:32:58] "POST /access-control-lists HTTP/1.1" 200 587 0.076503 10.0.0.27 - - [2026-03-26 02:32:59] "GET / HTTP/1.1" 200 35931 0.006634 10.0.0.27 - - [2026-03-26 02:33:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000634 10.0.0.27 - - [2026-03-26 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.135133 10.0.0.27 - - [2026-03-26 02:33:01] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002738 10.0.0.27 - - [2026-03-26 02:33:01] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.049641 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/network HTTP/1.1" 200 117 0.078183 10.0.0.27 - - [2026-03-26 02:33:01] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003138 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/network HTTP/1.1" 200 612 0.111412 10.0.0.27 - - [2026-03-26 02:33:01] "POST /route-targets HTTP/1.1" 200 327 0.011137 10.0.0.27 - - [2026-03-26 02:33:01] "POST /ref-update HTTP/1.1" 200 156 0.012126 10.0.0.27 - - [2026-03-26 02:33:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005760 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.159470 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/network HTTP/1.1" 200 830 0.005403 10.0.0.27 - - [2026-03-26 02:33:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001544 10.0.0.27 - - [2026-03-26 02:33:01] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006404 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/network HTTP/1.1" 200 830 0.009992 10.0.0.27 - - [2026-03-26 02:33:01] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.012048 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/network HTTP/1.1" 200 830 0.005857 10.0.0.27 - - [2026-03-26 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.008522 10.0.0.27 - - [2026-03-26 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.27 - - [2026-03-26 02:33:01] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008835 10.0.0.27 - - [2026-03-26 02:33:02] "PUT /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768 HTTP/1.1" 200 264 0.052514 10.0.0.27 - - [2026-03-26 02:33:02] "POST /route-targets HTTP/1.1" 200 323 0.019209 10.0.0.27 - - [2026-03-26 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.021118 10.0.0.27 - - [2026-03-26 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.27 - - [2026-03-26 02:33:02] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001951 10.0.0.27 - - [2026-03-26 02:33:02] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.038332 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/network HTTP/1.1" 200 117 0.015632 10.0.0.27 - - [2026-03-26 02:33:02] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002292 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/network HTTP/1.1" 200 612 0.083073 10.0.0.27 - - [2026-03-26 02:33:02] "POST /route-targets HTTP/1.1" 200 327 0.011297 10.0.0.27 - - [2026-03-26 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.012935 10.0.0.27 - - [2026-03-26 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006101 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.153225 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/network HTTP/1.1" 200 830 0.005979 10.0.0.27 - - [2026-03-26 02:33:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001292 10.0.0.27 - - [2026-03-26 02:33:02] "GET /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004740 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/network HTTP/1.1" 200 830 0.007581 10.0.0.27 - - [2026-03-26 02:33:02] "GET /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007250 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/network HTTP/1.1" 200 830 0.006946 10.0.0.27 - - [2026-03-26 02:33:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.009923 10.0.0.27 - - [2026-03-26 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2026-03-26 02:33:02] "GET /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004893 10.0.0.27 - - [2026-03-26 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.015070 10.0.0.27 - - [2026-03-26 02:33:02] "PUT /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727 HTTP/1.1" 200 264 0.051834 10.0.0.27 - - [2026-03-26 02:33:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.002202 10.0.0.27 - - [2026-03-26 02:33:03] "POST /neutron/network HTTP/1.1" 200 840 0.012625 10.0.0.27 - - [2026-03-26 02:33:03] "GET /aaa-mode HTTP/1.1" 401 292 0.001079 10.0.0.27 - - [2026-03-26 02:33:03] "GET / HTTP/1.1" 200 35931 0.006463 10.0.0.27 - - [2026-03-26 02:33:03] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000946 10.0.0.27 - - [2026-03-26 02:33:04] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.27 - - [2026-03-26 02:33:04] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.142245 10.0.0.27 - - [2026-03-26 02:33:04] "POST /neutron/network HTTP/1.1" 200 830 0.010890 10.0.0.27 - - [2026-03-26 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.005662 10.0.0.27 - - [2026-03-26 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.009673 10.0.0.27 - - [2026-03-26 02:33:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001499 10.0.0.27 - - [2026-03-26 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.005776 10.0.0.27 - - [2026-03-26 02:33:04] "POST /neutron/network HTTP/1.1" 200 840 0.013503 10.0.0.27 - - [2026-03-26 02:33:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000898 10.0.0.27 - - [2026-03-26 02:33:05] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.27 - - [2026-03-26 02:33:05] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/network HTTP/1.1" 200 840 0.010360 10.0.0.27 - - [2026-03-26 02:33:05] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001573 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1052 0.238852 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1052 0.011740 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1052 0.009261 10.0.0.27 - - [2026-03-26 02:33:05] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001607 10.0.0.27 - - [2026-03-26 02:33:05] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.078178 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1106 0.094597 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/network HTTP/1.1" 200 830 0.008002 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1116 0.016820 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004125 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.017087 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/network HTTP/1.1" 200 830 0.007177 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1116 0.026064 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008610 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 117 0.011486 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/port HTTP/1.1" 200 1116 0.015079 10.0.0.27 - - [2026-03-26 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007411 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/network HTTP/1.1" 200 840 0.007658 10.0.0.27 - - [2026-03-26 02:33:06] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001046 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 1052 0.234107 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 1052 0.013733 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 1052 0.010441 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 1106 0.083040 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 1116 0.014710 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004319 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/subnet HTTP/1.1" 200 693 0.011820 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.27 - - [2026-03-26 02:33:06] "POST /neutron/network HTTP/1.1" 200 830 0.005685 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/port HTTP/1.1" 200 1116 0.023568 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.017047 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/port HTTP/1.1" 200 1116 0.025504 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009199 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/port HTTP/1.1" 200 1116 0.026955 10.0.0.27 - - [2026-03-26 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010609 10.0.0.27 - - [2026-03-26 02:33:11] "GET /virtual-machine/969cd923-f279-4721-8d58-d9c3e6bd08dc HTTP/1.1" 401 292 0.000756 10.0.0.27 - - [2026-03-26 02:33:11] "GET /virtual-machine/969cd923-f279-4721-8d58-d9c3e6bd08dc HTTP/1.1" 200 1286 0.039020 10.0.0.27 - - [2026-03-26 02:33:11] "GET /virtual-machine-interface/2c291d22-ab89-4d82-be27-fdccb5f3dfc3 HTTP/1.1" 200 2926 0.004891 10.0.0.27 - - [2026-03-26 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2026-03-26 02:33:11] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003098 10.0.0.27 - - [2026-03-26 02:33:11] "GET /virtual-networks?parent_id=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004953 10.0.0.27 - - [2026-03-26 02:33:12] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.012091 10.0.0.27 - - [2026-03-26 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007759 10.0.0.27 - - [2026-03-26 02:33:15] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.015970 10.0.0.27 - - [2026-03-26 02:33:15] "POST /neutron/port HTTP/1.1" 200 1116 0.018797 10.0.0.27 - - [2026-03-26 02:33:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006963 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/port HTTP/1.1" 200 1116 0.025235 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011899 10.0.0.27 - - [2026-03-26 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.27 - - [2026-03-26 02:33:17] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.016426 10.0.0.27 - - [2026-03-26 02:33:17] "GET /virtual-networks?parent_id=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003669 10.0.0.27 - - [2026-03-26 02:33:17] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.014571 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/port HTTP/1.1" 200 1116 0.029097 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011332 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/port HTTP/1.1" 200 1116 0.021247 10.0.0.27 - - [2026-03-26 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007882 10.0.0.27 - - [2026-03-26 02:33:18] "POST /neutron/port HTTP/1.1" 200 1116 0.016827 10.0.0.27 - - [2026-03-26 02:33:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007344 10.0.0.27 - - [2026-03-26 02:33:18] "GET /virtual-machine/9ba40da0-2e76-4f52-818b-5b3e0ab916f8 HTTP/1.1" 200 1285 0.006086 10.0.0.27 - - [2026-03-26 02:33:18] "GET /virtual-machine-interface/dec84e0b-7db4-4299-a0c9-ed80b40460bc HTTP/1.1" 200 2927 0.006209 10.0.0.27 - - [2026-03-26 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.27 - - [2026-03-26 02:33:18] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003968 10.0.0.27 - - [2026-03-26 02:33:18] "GET /virtual-networks?parent_id=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003901 10.0.0.27 - - [2026-03-26 02:33:18] "GET /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006726 10.0.0.27 - - [2026-03-26 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.27 - - [2026-03-26 02:33:19] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004715 10.0.0.27 - - [2026-03-26 02:33:19] "GET /virtual-networks?parent_id=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004494 10.0.0.27 - - [2026-03-26 02:33:19] "GET /virtual-network/ae38f7e9-2245-46d2-a6ea-8be66f1b8727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.014995 10.0.0.27 - - [2026-03-26 02:33:19] "POST /routing-policys HTTP/1.1" 200 534 0.034840 10.0.0.27 - - [2026-03-26 02:33:19] "GET /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.020065 10.0.0.27 - - [2026-03-26 02:33:20] "POST /ref-update HTTP/1.1" 200 156 0.020143 10.0.0.27 - - [2026-03-26 02:33:20] "PUT /virtual-network/6cdbbb0a-4c01-48ea-9e58-d95459c68768 HTTP/1.1" 200 264 0.058148 10.0.0.27 - - [2026-03-26 02:33:24] "POST /ref-update HTTP/1.1" 200 156 0.030863 10.0.0.27 - - [2026-03-26 02:33:24] "POST /ref-update HTTP/1.1" 200 156 0.060973 10.0.0.27 - - [2026-03-26 02:33:24] "DELETE /routing-policy/23ed720c-400b-4ece-a082-9d40ba8a8aa9 HTTP/1.1" 200 115 0.022804 10.0.0.27 - - [2026-03-26 02:33:24] "POST /neutron/network HTTP/1.1" 200 830 0.007194 10.0.0.27 - - [2026-03-26 02:33:24] "POST /neutron/network HTTP/1.1" 400 204 0.019300 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 1116 0.016923 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 1106 0.017524 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 1116 0.015623 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 1106 0.018876 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.161822 10.0.0.27 - - [2026-03-26 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.141440 10.0.0.27 - - [2026-03-26 02:33:26] "POST /neutron/network HTTP/1.1" 200 830 0.009660 10.0.0.27 - - [2026-03-26 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008452 10.0.0.27 - - [2026-03-26 02:33:26] "DELETE /route-target/3772d794-8cdf-4784-a29b-21a4078e2eef HTTP/1.1" 200 115 0.023851 10.0.0.27 - - [2026-03-26 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-03-26 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.059386 10.0.0.27 - - [2026-03-26 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002355 10.0.0.27 - - [2026-03-26 02:33:26] "POST /neutron/network HTTP/1.1" 200 151 0.207645 10.0.0.27 - - [2026-03-26 02:33:26] "DELETE /route-target/b2f1297a-93ef-446b-85a5-a2c3d80cb39a HTTP/1.1" 409 239 0.008190 10.0.0.27 - - [2026-03-26 02:33:26] "POST /neutron/network HTTP/1.1" 200 830 0.009539 10.0.0.27 - - [2026-03-26 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.27 - - [2026-03-26 02:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.27 - - [2026-03-26 02:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003635 10.0.0.27 - - [2026-03-26 02:33:27] "POST /neutron/network HTTP/1.1" 200 151 0.132860 10.0.0.27 - - [2026-03-26 02:33:27] "DELETE /route-target/3db96c5a-c00f-4e9a-869c-1ad728155f32 HTTP/1.1" 200 115 0.025254 10.0.0.27 - - [2026-03-26 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.27 - - [2026-03-26 02:33:27] "DELETE /route-target/b2f1297a-93ef-446b-85a5-a2c3d80cb39a HTTP/1.1" 200 115 0.017107 10.0.0.27 - - [2026-03-26 02:33:27] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002851 10.0.0.27 - - [2026-03-26 02:33:27] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.123429 10.0.0.27 - - [2026-03-26 02:33:27] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001871 10.0.0.27 - - [2026-03-26 02:33:27] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?fields=virtual_networks HTTP/1.1" 200 1016 0.051853 10.0.0.27 - - [2026-03-26 02:33:27] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001634 10.0.0.27 - - [2026-03-26 02:33:27] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1016 0.043343 10.0.0.27 - - [2026-03-26 02:33:27] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001736 10.0.0.27 - - [2026-03-26 02:33:27] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?fields=security_groups HTTP/1.1" 200 1235 0.039304 10.0.0.27 - - [2026-03-26 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.039582 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003034 10.0.0.27 - - [2026-03-26 02:33:29] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.27 - - [2026-03-26 02:33:29] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040461 10.0.0.27 - - [2026-03-26 02:33:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.002558 10.0.0.27 - - [2026-03-26 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.002487 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /project/7a615a25bc08412283674f605eab1a1e HTTP/1.1" 404 173 0.013356 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001175 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.080552 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.083954 10.0.0.27 - - [2026-03-26 02:33:29] "POST /security-groups HTTP/1.1" 200 589 0.110951 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001687 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.27 - - [2026-03-26 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.003617 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?fields=security_groups HTTP/1.1" 200 1369 0.039202 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?fields=security_groups HTTP/1.1" 200 1340 0.043170 10.0.0.27 - - [2026-03-26 02:33:29] "POST /projects HTTP/1.1" 200 581 0.282942 10.0.0.27 - - [2026-03-26 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.358217 10.0.0.27 - - [2026-03-26 02:33:29] "POST /access-control-lists HTTP/1.1" 200 594 0.078077 10.0.0.27 - - [2026-03-26 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.003895 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /security-group/d5bdcc8b-2636-4d8f-ac84-6cc64832c136 HTTP/1.1" 200 115 0.069660 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=e9544da3-c63c-4eea-a31c-acab46e9b85d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /security-group/78adf2eb-1a93-4dbb-8e9f-81b076956d77 HTTP/1.1" 200 115 0.073035 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.557697 10.0.0.27 - - [2026-03-26 02:33:29] "GET /projects?obj_uuids=7a615a25-bc08-4122-8367-4f605eab1a1e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001048 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/e9544da3-c63c-4eea-a31c-acab46e9b85d?fields=application_policy_sets HTTP/1.1" 200 1408 0.050301 10.0.0.27 - - [2026-03-26 02:33:29] "POST /access-control-lists HTTP/1.1" 200 592 0.077910 10.0.0.27 - - [2026-03-26 02:33:29] "GET /project/7a615a25-bc08-4122-8367-4f605eab1a1e?fields=application_policy_sets HTTP/1.1" 200 1379 0.136583 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /access-control-list/12ebd8db-971e-49ff-a42b-4ac073afdf36 HTTP/1.1" 200 115 0.039243 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /project/e9544da3-c63c-4eea-a31c-acab46e9b85d HTTP/1.1" 200 115 0.477139 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /access-control-list/21aee54e-a4af-4286-9cf9-092bf3da6d75 HTTP/1.1" 200 115 0.030170 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /access-control-list/3db24ee6-eb38-432e-b53c-2b1a985f472a HTTP/1.1" 200 115 0.020171 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /project/7a615a25-bc08-4122-8367-4f605eab1a1e HTTP/1.1" 200 115 0.532097 10.0.0.27 - - [2026-03-26 02:33:29] "DELETE /access-control-list/5cd5fca8-8041-41ea-b0ea-8fb046745074 HTTP/1.1" 200 115 0.018070 10.0.0.27 - - [2026-03-26 02:33:30] "GET / HTTP/1.1" 200 35931 0.002947 10.0.0.27 - - [2026-03-26 02:33:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.27 - - [2026-03-26 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.091043 10.0.0.27 - - [2026-03-26 02:33:32] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.27 - - [2026-03-26 02:33:32] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050799 10.0.0.27 - - [2026-03-26 02:33:32] "POST /neutron/network HTTP/1.1" 200 117 0.092500 10.0.0.27 - - [2026-03-26 02:33:32] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002761 10.0.0.27 - - [2026-03-26 02:33:32] "POST /neutron/network HTTP/1.1" 200 613 0.120451 10.0.0.27 - - [2026-03-26 02:33:32] "POST /route-targets HTTP/1.1" 200 327 0.011001 10.0.0.27 - - [2026-03-26 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.27 - - [2026-03-26 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.27 - - [2026-03-26 02:33:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.184608 10.0.0.27 - - [2026-03-26 02:33:32] "POST /neutron/network HTTP/1.1" 200 833 0.007264 10.0.0.27 - - [2026-03-26 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001737 10.0.0.27 - - [2026-03-26 02:33:32] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009179 10.0.0.27 - - [2026-03-26 02:33:32] "POST /neutron/network HTTP/1.1" 200 833 0.012247 10.0.0.27 - - [2026-03-26 02:33:32] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008090 10.0.0.27 - - [2026-03-26 02:33:33] "POST /neutron/network HTTP/1.1" 200 833 0.015713 10.0.0.27 - - [2026-03-26 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.011184 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domains HTTP/1.1" 401 292 0.001399 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domains HTTP/1.1" 200 280 0.047754 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003792 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.025409 10.0.0.27 - - [2026-03-26 02:33:33] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.27 - - [2026-03-26 02:33:33] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2080 0.085086 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b HTTP/1.1" 200 2322 0.007968 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b HTTP/1.1" 200 2322 0.007741 10.0.0.27 - - [2026-03-26 02:33:33] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 200 1493 0.008074 10.0.0.27 - - [2026-03-26 02:33:33] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 200 1493 0.004969 10.0.0.27 - - [2026-03-26 02:33:33] "GET /route-target/a9baec54-9d26-48ca-a4af-e8cd69e04b1f HTTP/1.1" 200 1213 0.004508 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b HTTP/1.1" 200 2322 0.006781 10.0.0.27 - - [2026-03-26 02:33:33] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 200 1493 0.005137 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005789 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b HTTP/1.1" 200 2322 0.006578 10.0.0.27 - - [2026-03-26 02:33:33] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 200 1493 0.006089 10.0.0.27 - - [2026-03-26 02:33:33] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 200 1493 0.004396 10.0.0.27 - - [2026-03-26 02:33:33] "GET /route-target/a9baec54-9d26-48ca-a4af-e8cd69e04b1f HTTP/1.1" 200 1213 0.003773 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domains HTTP/1.1" 200 280 0.005491 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001434 10.0.0.27 - - [2026-03-26 02:33:33] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.008503 10.0.0.27 - - [2026-03-26 02:33:33] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.27 - - [2026-03-26 02:33:33] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2080 0.080400 10.0.0.27 - - [2026-03-26 02:33:33] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b HTTP/1.1" 200 2322 0.009872 10.0.0.27 - - [2026-03-26 02:33:34] "GET /obj-perms HTTP/1.1" 200 5026 0.073969 10.0.0.27 - - [2026-03-26 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007204 10.0.0.27 - - [2026-03-26 02:33:34] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003289 10.0.0.27 - - [2026-03-26 02:33:34] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059645 10.0.0.27 - - [2026-03-26 02:33:34] "POST /neutron/network HTTP/1.1" 200 117 0.017300 10.0.0.27 - - [2026-03-26 02:33:34] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002161 10.0.0.27 - - [2026-03-26 02:33:34] "POST /neutron/network HTTP/1.1" 200 613 0.094017 10.0.0.27 - - [2026-03-26 02:33:34] "POST /route-targets HTTP/1.1" 200 327 0.015038 10.0.0.27 - - [2026-03-26 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.016953 10.0.0.27 - - [2026-03-26 02:33:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007688 10.0.0.27 - - [2026-03-26 02:33:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.219656 10.0.0.27 - - [2026-03-26 02:33:34] "POST /neutron/network HTTP/1.1" 200 832 0.008211 10.0.0.27 - - [2026-03-26 02:33:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.002362 10.0.0.27 - - [2026-03-26 02:33:34] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010947 10.0.0.27 - - [2026-03-26 02:33:35] "POST /neutron/network HTTP/1.1" 200 832 0.013623 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.014402 10.0.0.27 - - [2026-03-26 02:33:35] "POST /neutron/network HTTP/1.1" 200 832 0.010090 10.0.0.27 - - [2026-03-26 02:33:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.016783 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domains HTTP/1.1" 200 280 0.002854 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001882 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.011393 10.0.0.27 - - [2026-03-26 02:33:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001287 10.0.0.27 - - [2026-03-26 02:33:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2298 0.090361 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda HTTP/1.1" 200 2317 0.014947 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda HTTP/1.1" 200 2317 0.009059 10.0.0.27 - - [2026-03-26 02:33:35] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 200 1492 0.006264 10.0.0.27 - - [2026-03-26 02:33:35] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 200 1492 0.005238 10.0.0.27 - - [2026-03-26 02:33:35] "GET /route-target/e1df9209-b8b7-47c9-a375-4ab206db4928 HTTP/1.1" 200 1213 0.004605 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda HTTP/1.1" 200 2317 0.008744 10.0.0.27 - - [2026-03-26 02:33:35] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 200 1492 0.005669 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007034 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda HTTP/1.1" 200 2317 0.008484 10.0.0.27 - - [2026-03-26 02:33:35] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 200 1492 0.005593 10.0.0.27 - - [2026-03-26 02:33:35] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 200 1492 0.005154 10.0.0.27 - - [2026-03-26 02:33:35] "GET /route-target/e1df9209-b8b7-47c9-a375-4ab206db4928 HTTP/1.1" 200 1213 0.005450 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domains HTTP/1.1" 200 280 0.003930 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001559 10.0.0.27 - - [2026-03-26 02:33:35] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.011407 10.0.0.27 - - [2026-03-26 02:33:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001695 10.0.0.27 - - [2026-03-26 02:33:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2298 0.107137 10.0.0.27 - - [2026-03-26 02:33:35] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda HTTP/1.1" 200 2317 0.008705 10.0.0.27 - - [2026-03-26 02:33:35] "GET /obj-perms HTTP/1.1" 200 5026 0.006660 10.0.0.27 - - [2026-03-26 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006015 10.0.0.27 - - [2026-03-26 02:33:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004036 10.0.0.27 - - [2026-03-26 02:33:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068057 10.0.0.27 - - [2026-03-26 02:33:35] "POST /neutron/network HTTP/1.1" 200 117 0.027568 10.0.0.27 - - [2026-03-26 02:33:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003040 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/network HTTP/1.1" 200 615 0.143505 10.0.0.27 - - [2026-03-26 02:33:36] "POST /ref-update HTTP/1.1" 200 156 0.019949 10.0.0.27 - - [2026-03-26 02:33:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005056 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.172801 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/network HTTP/1.1" 200 836 0.008232 10.0.0.27 - - [2026-03-26 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001922 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009262 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/network HTTP/1.1" 200 836 0.010193 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010135 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/network HTTP/1.1" 200 836 0.007565 10.0.0.27 - - [2026-03-26 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.017848 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domains HTTP/1.1" 200 280 0.004285 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002135 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.013353 10.0.0.27 - - [2026-03-26 02:33:36] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002553 10.0.0.27 - - [2026-03-26 02:33:36] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2517 0.121259 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62 HTTP/1.1" 200 2330 0.010239 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62 HTTP/1.1" 200 2330 0.011738 10.0.0.27 - - [2026-03-26 02:33:36] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 200 1497 0.008771 10.0.0.27 - - [2026-03-26 02:33:36] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 200 1497 0.006818 10.0.0.27 - - [2026-03-26 02:33:36] "GET /route-target/f5fd94b3-4fc5-4a3f-b7cd-b153c09f1439 HTTP/1.1" 200 1215 0.007160 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62 HTTP/1.1" 200 2330 0.011498 10.0.0.27 - - [2026-03-26 02:33:36] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 200 1497 0.007931 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008481 10.0.0.27 - - [2026-03-26 02:33:36] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62 HTTP/1.1" 200 2330 0.006075 10.0.0.27 - - [2026-03-26 02:33:36] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 200 1497 0.004293 10.0.0.27 - - [2026-03-26 02:33:36] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 200 1497 0.005091 10.0.0.27 - - [2026-03-26 02:33:36] "GET /route-target/f5fd94b3-4fc5-4a3f-b7cd-b153c09f1439 HTTP/1.1" 200 1215 0.006119 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domains HTTP/1.1" 200 280 0.005464 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003182 10.0.0.27 - - [2026-03-26 02:33:36] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.019402 10.0.0.27 - - [2026-03-26 02:33:36] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003128 10.0.0.27 - - [2026-03-26 02:33:36] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2517 0.108617 10.0.0.27 - - [2026-03-26 02:33:37] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62 HTTP/1.1" 200 2330 0.010415 10.0.0.27 - - [2026-03-26 02:33:37] "GET /obj-perms HTTP/1.1" 200 5026 0.007036 10.0.0.27 - - [2026-03-26 02:33:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.002387 10.0.0.27 - - [2026-03-26 02:33:37] "POST /neutron/network HTTP/1.1" 200 842 0.014132 10.0.0.27 - - [2026-03-26 02:33:37] "GET /aaa-mode HTTP/1.1" 401 292 0.001306 10.0.0.27 - - [2026-03-26 02:33:37] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.27 - - [2026-03-26 02:33:37] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-03-26 02:33:38] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002625 10.0.0.27 - - [2026-03-26 02:33:38] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.109416 10.0.0.27 - - [2026-03-26 02:33:38] "POST /neutron/network HTTP/1.1" 200 832 0.331944 10.0.0.27 - - [2026-03-26 02:33:38] "GET /obj-perms HTTP/1.1" 200 5056 0.092463 10.0.0.27 - - [2026-03-26 02:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.006627 10.0.0.27 - - [2026-03-26 02:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.005901 10.0.0.27 - - [2026-03-26 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001632 10.0.0.27 - - [2026-03-26 02:33:39] "POST /neutron/port HTTP/1.1" 200 117 0.005436 10.0.0.27 - - [2026-03-26 02:33:39] "POST /neutron/network HTTP/1.1" 200 846 0.008773 10.0.0.27 - - [2026-03-26 02:33:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000761 10.0.0.27 - - [2026-03-26 02:33:39] "GET /obj-perms HTTP/1.1" 200 5056 0.120440 10.0.0.27 - - [2026-03-26 02:33:39] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.27 - - [2026-03-26 02:33:39] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000522 10.0.0.27 - - [2026-03-26 02:33:39] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.27 - - [2026-03-26 02:33:40] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.099090 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/network HTTP/1.1" 200 836 0.012367 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/network HTTP/1.1" 200 842 0.010400 10.0.0.27 - - [2026-03-26 02:33:40] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002200 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 984 0.029835 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010010 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.009701 10.0.0.27 - - [2026-03-26 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002982 10.0.0.27 - - [2026-03-26 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 1058 0.254952 10.0.0.27 - - [2026-03-26 02:33:40] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.27 - - [2026-03-26 02:33:40] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007533 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 1058 0.050140 10.0.0.27 - - [2026-03-26 02:33:40] "POST /service-templates HTTP/1.1" 200 543 0.030102 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 1058 0.015509 10.0.0.27 - - [2026-03-26 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009519 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 1112 0.081416 10.0.0.27 - - [2026-03-26 02:33:40] "GET /service-template/9368d63c-c499-4bce-bde9-ad9fbe81c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004696 10.0.0.27 - - [2026-03-26 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 1122 0.015608 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004912 10.0.0.27 - - [2026-03-26 02:33:40] "GET /service-template/9368d63c-c499-4bce-bde9-ad9fbe81c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003298 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/subnet HTTP/1.1" 200 698 0.007738 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/network HTTP/1.1" 200 832 0.007584 10.0.0.27 - - [2026-03-26 02:33:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.000913 10.0.0.27 - - [2026-03-26 02:33:40] "POST /neutron/network HTTP/1.1" 200 846 0.005794 10.0.0.27 - - [2026-03-26 02:33:40] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003669 10.0.0.27 - - [2026-03-26 02:33:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001124 10.0.0.27 - - [2026-03-26 02:33:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001511 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 1060 0.239593 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 2040 0.018473 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005851 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 1060 0.021948 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 1060 0.010410 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 1114 0.083400 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 1124 0.011962 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005306 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.007283 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/network HTTP/1.1" 200 836 0.005179 10.0.0.27 - - [2026-03-26 02:33:41] "POST /neutron/network HTTP/1.1" 200 2226 0.021336 10.0.0.27 - - [2026-03-26 02:33:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000658 10.0.0.27 - - [2026-03-26 02:33:42] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.27 - - [2026-03-26 02:33:42] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000616 10.0.0.27 - - [2026-03-26 02:33:42] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.27 - - [2026-03-26 02:33:42] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081487 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/network HTTP/1.1" 200 833 0.005928 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/network HTTP/1.1" 200 832 0.005568 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/network HTTP/1.1" 200 836 0.005832 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/port HTTP/1.1" 200 2094 0.023326 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008172 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.007423 10.0.0.27 - - [2026-03-26 02:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.27 - - [2026-03-26 02:33:43] "POST /neutron/network HTTP/1.1" 200 2226 0.021714 10.0.0.27 - - [2026-03-26 02:33:43] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002961 10.0.0.27 - - [2026-03-26 02:33:43] "POST /neutron/port HTTP/1.1" 200 1059 0.276268 10.0.0.27 - - [2026-03-26 02:33:43] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.27 - - [2026-03-26 02:33:43] "POST /neutron/port HTTP/1.1" 200 1058 0.243144 10.0.0.27 - - [2026-03-26 02:33:43] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002369 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1060 0.225811 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1059 0.010955 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1059 0.010630 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1113 0.088346 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1058 0.009447 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1058 0.010257 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1112 0.066412 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1060 0.010794 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1060 0.008511 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 1114 0.069795 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 3064 0.020177 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003194 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.006976 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/network HTTP/1.1" 200 833 0.006246 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004645 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.013623 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/network HTTP/1.1" 200 832 0.008873 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.006687 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.27 - - [2026-03-26 02:33:44] "POST /neutron/network HTTP/1.1" 200 836 0.005698 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/port HTTP/1.1" 200 3064 0.051942 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012332 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/port HTTP/1.1" 200 3064 0.041368 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013475 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/port HTTP/1.1" 200 3064 0.047472 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006682 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/port HTTP/1.1" 200 3064 0.023481 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007256 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/port HTTP/1.1" 200 3064 0.019535 10.0.0.27 - - [2026-03-26 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009076 10.0.0.27 - - [2026-03-26 02:33:48] "GET /virtual-machine/714caab3-a082-4f0b-8d34-6b0c1ab1ff00 HTTP/1.1" 200 1802 0.006237 10.0.0.27 - - [2026-03-26 02:33:48] "GET /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115 HTTP/1.1" 200 2947 0.008567 10.0.0.27 - - [2026-03-26 02:33:48] "GET /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c HTTP/1.1" 200 2945 0.008445 10.0.0.27 - - [2026-03-26 02:33:48] "GET /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4 HTTP/1.1" 200 2946 0.008168 10.0.0.27 - - [2026-03-26 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.27 - - [2026-03-26 02:33:49] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007076 10.0.0.27 - - [2026-03-26 02:33:49] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006724 10.0.0.27 - - [2026-03-26 02:33:49] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010273 10.0.0.27 - - [2026-03-26 02:33:51] "POST /neutron/port HTTP/1.1" 200 1122 0.017226 10.0.0.27 - - [2026-03-26 02:33:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021414 10.0.0.27 - - [2026-03-26 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007437 10.0.0.27 - - [2026-03-26 02:33:52] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.015428 10.0.0.27 - - [2026-03-26 02:33:52] "POST /neutron/port HTTP/1.1" 200 1124 0.025498 10.0.0.27 - - [2026-03-26 02:33:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010585 10.0.0.27 - - [2026-03-26 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008054 10.0.0.27 - - [2026-03-26 02:33:56] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009280 10.0.0.27 - - [2026-03-26 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2026-03-26 02:34:00] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005947 10.0.0.27 - - [2026-03-26 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-03-26 02:34:04] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005673 10.0.0.27 - - [2026-03-26 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007581 10.0.0.27 - - [2026-03-26 02:34:06] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006153 10.0.0.27 - - [2026-03-26 02:34:07] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006556 10.0.0.27 - - [2026-03-26 02:34:07] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.017590 10.0.0.27 - - [2026-03-26 02:34:07] "POST /neutron/port HTTP/1.1" 200 3064 0.046325 10.0.0.27 - - [2026-03-26 02:34:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009471 10.0.0.27 - - [2026-03-26 02:34:12] "POST /neutron/port HTTP/1.1" 200 3064 0.033739 10.0.0.27 - - [2026-03-26 02:34:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006831 10.0.0.27 - - [2026-03-26 02:34:17] "POST /neutron/port HTTP/1.1" 200 3064 0.035971 10.0.0.27 - - [2026-03-26 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010161 10.0.0.27 - - [2026-03-26 02:34:17] "POST /neutron/port HTTP/1.1" 200 3064 0.042125 10.0.0.27 - - [2026-03-26 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012329 10.0.0.27 - - [2026-03-26 02:34:23] "POST /neutron/port HTTP/1.1" 200 3064 0.055183 10.0.0.27 - - [2026-03-26 02:34:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014989 10.0.0.27 - - [2026-03-26 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-03-26 02:34:28] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004434 10.0.0.27 - - [2026-03-26 02:34:28] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005510 10.0.0.27 - - [2026-03-26 02:34:28] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007365 10.0.0.27 - - [2026-03-26 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.27 - - [2026-03-26 02:34:28] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004941 10.0.0.27 - - [2026-03-26 02:34:28] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003860 10.0.0.27 - - [2026-03-26 02:34:28] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.012756 10.0.0.27 - - [2026-03-26 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.004636 10.0.0.27 - - [2026-03-26 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2026-03-26 02:34:29] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003038 10.0.0.27 - - [2026-03-26 02:34:29] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059041 10.0.0.27 - - [2026-03-26 02:34:29] "POST /service-instances HTTP/1.1" 200 543 0.076648 10.0.0.27 - - [2026-03-26 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2026-03-26 02:34:29] "GET /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008216 10.0.0.27 - - [2026-03-26 02:34:29] "POST /port-tuples HTTP/1.1" 200 586 0.023237 10.0.0.27 - - [2026-03-26 02:34:29] "GET /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.007114 10.0.0.27 - - [2026-03-26 02:34:29] "PUT /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c HTTP/1.1" 200 284 0.012802 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.010261 10.0.0.27 - - [2026-03-26 02:34:29] "POST /instance-ips HTTP/1.1" 200 385 0.026875 10.0.0.27 - - [2026-03-26 02:34:29] "GET /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006596 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.017810 10.0.0.27 - - [2026-03-26 02:34:29] "PUT /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4 HTTP/1.1" 200 284 0.011978 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005636 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.015321 10.0.0.27 - - [2026-03-26 02:34:29] "GET /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007212 10.0.0.27 - - [2026-03-26 02:34:29] "POST /instance-ips HTTP/1.1" 200 385 0.034532 10.0.0.27 - - [2026-03-26 02:34:29] "PUT /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115 HTTP/1.1" 200 284 0.011488 10.0.0.27 - - [2026-03-26 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.008442 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.009830 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/port HTTP/1.1" 200 1122 0.010316 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005876 10.0.0.27 - - [2026-03-26 02:34:30] "POST /instance-ips HTTP/1.1" 200 373 0.020924 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/port HTTP/1.1" 200 1122 0.019888 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.011322 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005678 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.011361 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/port HTTP/1.1" 200 1122 0.013736 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-03-26 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005856 10.0.0.27 - - [2026-03-26 02:34:30] "GET /virtual-machine/2dff2f42-6ffe-4e69-93a0-3986151c2386 HTTP/1.1" 200 1290 0.004640 10.0.0.27 - - [2026-03-26 02:34:30] "GET /virtual-machine-interface/330b3817-009e-44a0-92d7-1dba0efa6d9a HTTP/1.1" 200 2945 0.005749 10.0.0.27 - - [2026-03-26 02:34:30] "POST /instance-ips HTTP/1.1" 200 373 0.014484 10.0.0.27 - - [2026-03-26 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2026-03-26 02:34:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002871 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.27 - - [2026-03-26 02:34:30] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002526 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.27 - - [2026-03-26 02:34:30] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006339 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2026-03-26 02:34:30] "POST /instance-ips HTTP/1.1" 200 375 0.022675 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2026-03-26 02:34:30] "POST /instance-ips HTTP/1.1" 200 375 0.017762 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.011447 10.0.0.27 - - [2026-03-26 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.010933 10.0.0.27 - - [2026-03-26 02:34:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2026-03-26 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2026-03-26 02:34:31] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004319 10.0.0.27 - - [2026-03-26 02:34:31] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006846 10.0.0.27 - - [2026-03-26 02:34:31] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008211 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/port HTTP/1.1" 200 1124 0.014327 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008333 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/port HTTP/1.1" 200 1124 0.013456 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009962 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/port HTTP/1.1" 200 1124 0.012915 10.0.0.27 - - [2026-03-26 02:34:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009500 10.0.0.27 - - [2026-03-26 02:34:32] "GET /virtual-machine/b8082a0f-ce7d-46b7-ad58-82464e103bba HTTP/1.1" 200 1291 0.005622 10.0.0.27 - - [2026-03-26 02:34:32] "GET /virtual-machine-interface/e63d2ee9-4091-4c20-bc22-d3762828408e HTTP/1.1" 200 2949 0.007088 10.0.0.27 - - [2026-03-26 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2026-03-26 02:34:32] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804 10.0.0.27 - - [2026-03-26 02:34:32] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005104 10.0.0.27 - - [2026-03-26 02:34:32] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.014824 10.0.0.27 - - [2026-03-26 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-03-26 02:34:33] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005249 10.0.0.27 - - [2026-03-26 02:34:33] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006257 10.0.0.27 - - [2026-03-26 02:34:33] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.012749 10.0.0.27 - - [2026-03-26 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.004548 10.0.0.27 - - [2026-03-26 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.27 - - [2026-03-26 02:34:33] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001406 10.0.0.27 - - [2026-03-26 02:34:34] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057717 10.0.0.27 - - [2026-03-26 02:34:34] "POST /network-policys HTTP/1.1" 200 547 0.032041 10.0.0.27 - - [2026-03-26 02:34:34] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006156 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2026-03-26 02:34:34] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.015124 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.27 - - [2026-03-26 02:34:34] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004018 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.003455 10.0.0.27 - - [2026-03-26 02:34:34] "POST /ref-update HTTP/1.1" 200 156 0.035490 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2026-03-26 02:34:34] "POST /access-control-lists HTTP/1.1" 200 601 0.062603 10.0.0.27 - - [2026-03-26 02:34:34] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003738 10.0.0.27 - - [2026-03-26 02:34:34] "POST /neutron/network HTTP/1.1" 200 920 0.009206 10.0.0.27 - - [2026-03-26 02:34:34] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007084 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.27 - - [2026-03-26 02:34:34] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005918 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2026-03-26 02:34:34] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007569 10.0.0.27 - - [2026-03-26 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2026-03-26 02:34:34] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005922 10.0.0.27 - - [2026-03-26 02:34:35] "PUT /access-control-list/93f76c45-eab1-41e3-8d58-f172404fb204 HTTP/1.1" 200 272 0.030497 10.0.0.27 - - [2026-03-26 02:34:35] "POST /ref-update HTTP/1.1" 200 156 0.059254 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.005218 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-03-26 02:34:35] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.032788 10.0.0.27 - - [2026-03-26 02:34:35] "POST /access-control-lists HTTP/1.1" 200 604 0.066544 10.0.0.27 - - [2026-03-26 02:34:35] "POST /neutron/network HTTP/1.1" 200 924 0.007920 10.0.0.27 - - [2026-03-26 02:34:35] "POST /routing-instances HTTP/1.1" 200 759 0.024714 10.0.0.27 - - [2026-03-26 02:34:35] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010026 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2026-03-26 02:34:35] "POST /route-targets HTTP/1.1" 200 327 0.017118 10.0.0.27 - - [2026-03-26 02:34:35] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006939 10.0.0.27 - - [2026-03-26 02:34:35] "POST /ref-update HTTP/1.1" 200 156 0.012670 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-03-26 02:34:35] "GET /routing-instance/8642a2cf-77b8-4d50-8086-997d9bbcf9be?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1275 0.004075 10.0.0.27 - - [2026-03-26 02:34:35] "GET /service-template/9368d63c-c499-4bce-bde9-ad9fbe81c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004277 10.0.0.27 - - [2026-03-26 02:34:35] "GET /routing-instance/8642a2cf-77b8-4d50-8086-997d9bbcf9be?fields=routing_policy_back_refs HTTP/1.1" 200 1275 0.004022 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2026-03-26 02:34:35] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.27 - - [2026-03-26 02:34:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.27 - - [2026-03-26 02:34:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031722 10.0.0.27 - - [2026-03-26 02:34:35] "POST /routing-instances HTTP/1.1" 200 760 0.032373 10.0.0.27 - - [2026-03-26 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2026-03-26 02:34:35] "POST /route-targets HTTP/1.1" 200 327 0.010351 10.0.0.27 - - [2026-03-26 02:34:35] "GET /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.007026 10.0.0.27 - - [2026-03-26 02:34:35] "POST /ref-update HTTP/1.1" 200 156 0.012787 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domains HTTP/1.1" 200 280 0.006163 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2771 0.010698 10.0.0.27 - - [2026-03-26 02:34:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001601 10.0.0.27 - - [2026-03-26 02:34:35] "GET /routing-instance/ea3c9a45-9dcd-49ef-8615-1305c8a702c2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005336 10.0.0.27 - - [2026-03-26 02:34:35] "GET /routing-instance/ea3c9a45-9dcd-49ef-8615-1305c8a702c2?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.006137 10.0.0.27 - - [2026-03-26 02:34:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 4233 0.079651 10.0.0.27 - - [2026-03-26 02:34:35] "GET /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743 HTTP/1.1" 200 3782 0.006629 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domains HTTP/1.1" 200 280 0.003231 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.27 - - [2026-03-26 02:34:35] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2771 0.008795 10.0.0.27 - - [2026-03-26 02:34:35] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.27 - - [2026-03-26 02:34:35] "PUT /routing-instance/8642a2cf-77b8-4d50-8086-997d9bbcf9be HTTP/1.1" 200 266 0.017838 10.0.0.27 - - [2026-03-26 02:34:35] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 4233 0.087081 10.0.0.27 - - [2026-03-26 02:34:35] "PUT /routing-instance/ea3c9a45-9dcd-49ef-8615-1305c8a702c2 HTTP/1.1" 200 266 0.025376 10.0.0.27 - - [2026-03-26 02:34:35] "GET /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743 HTTP/1.1" 200 3782 0.007028 10.0.0.27 - - [2026-03-26 02:34:35] "GET /port-tuple/b8121613-a760-4112-81c0-43bf2a965ce4 HTTP/1.1" 200 1978 0.003853 10.0.0.27 - - [2026-03-26 02:34:35] "GET /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115 HTTP/1.1" 200 3802 0.005577 10.0.0.27 - - [2026-03-26 02:34:35] "GET /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c HTTP/1.1" 200 3815 0.006341 10.0.0.27 - - [2026-03-26 02:34:36] "GET /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4 HTTP/1.1" 200 3798 0.008886 10.0.0.27 - - [2026-03-26 02:34:36] "POST /ref-update HTTP/1.1" 200 156 0.015980 10.0.0.27 - - [2026-03-26 02:34:36] "PUT /access-control-list/c3537c23-2434-4249-a0f6-4d483f5d7f8c HTTP/1.1" 200 272 0.016071 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/port HTTP/1.1" 200 3835 0.049192 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008333 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/port HTTP/1.1" 200 3835 0.033216 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007986 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/port HTTP/1.1" 200 3835 0.051730 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010346 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/port HTTP/1.1" 200 3835 0.062598 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010045 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 894 0.016182 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 920 0.008768 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 807 0.018855 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 833 0.006860 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 898 0.016853 10.0.0.27 - - [2026-03-26 02:34:36] "POST /neutron/network HTTP/1.1" 200 924 0.005959 10.0.0.27 - - [2026-03-26 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001538 10.0.0.27 - - [2026-03-26 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001371 10.0.0.27 - - [2026-03-26 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.27 - - [2026-03-26 02:34:36] "GET /virtual-machine/714caab3-a082-4f0b-8d34-6b0c1ab1ff00 HTTP/1.1" 200 1802 0.007668 10.0.0.27 - - [2026-03-26 02:34:36] "GET /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115 HTTP/1.1" 200 3802 0.007882 10.0.0.27 - - [2026-03-26 02:34:36] "GET /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c HTTP/1.1" 200 3815 0.008214 10.0.0.27 - - [2026-03-26 02:34:36] "GET /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4 HTTP/1.1" 200 3798 0.008008 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/0483a1b5-decd-4643-8152-a3186316a0d2 HTTP/1.1" 200 1956 0.005806 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/5d88a899-7fff-4ef6-99ac-83916014a9d0 HTTP/1.1" 200 1960 0.005675 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/d442b32f-23bf-421b-ad52-e9962e5e9e47 HTTP/1.1" 200 1625 0.007929 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/3a339c41-9fd2-4b89-a21c-421398a038d0 HTTP/1.1" 200 1978 0.006076 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/5d2a2aa1-d920-4e9a-b3ca-2ee6ad79f4c1 HTTP/1.1" 200 1622 0.009499 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/fc3e2e6c-37a1-48f3-a970-6d7779f9c788 HTTP/1.1" 200 1981 0.007877 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/94abe080-c323-46f3-8d16-3910f2d4c585 HTTP/1.1" 200 1957 0.005049 10.0.0.27 - - [2026-03-26 02:34:36] "GET /instance-ip/9a4fb152-7e27-4146-a05c-250d034c5b8c HTTP/1.1" 200 1955 0.004629 10.0.0.27 - - [2026-03-26 02:34:37] "GET /instance-ip/a9e2b730-485c-4531-a9e8-4c3f41baf493 HTTP/1.1" 200 1622 0.006153 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/port HTTP/1.1" 200 3835 0.051278 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008413 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/port HTTP/1.1" 200 3835 0.070963 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011485 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/port HTTP/1.1" 200 3835 0.033784 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006443 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/port HTTP/1.1" 200 3835 0.040817 10.0.0.27 - - [2026-03-26 02:34:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007324 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-machine/714caab3-a082-4f0b-8d34-6b0c1ab1ff00 HTTP/1.1" 200 1802 0.004052 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-machine-interface/17d7f7e5-62c6-4bd3-848a-8f1939217115 HTTP/1.1" 200 3802 0.007306 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-machine-interface/35bef959-7e58-4127-aa20-9679c9337f7c HTTP/1.1" 200 3815 0.008420 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-machine-interface/ed71ef7c-4d71-4a90-af6f-c83422ac06f4 HTTP/1.1" 200 3798 0.008440 10.0.0.27 - - [2026-03-26 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2026-03-26 02:34:37] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004605 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003302 10.0.0.27 - - [2026-03-26 02:34:37] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005568 10.0.0.27 - - [2026-03-26 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007273 10.0.0.27 - - [2026-03-26 02:34:38] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008618 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003595 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006827 10.0.0.27 - - [2026-03-26 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.27 - - [2026-03-26 02:34:39] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008455 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007107 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.014803 10.0.0.27 - - [2026-03-26 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.27 - - [2026-03-26 02:34:39] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005068 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004431 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007516 10.0.0.27 - - [2026-03-26 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.27 - - [2026-03-26 02:34:39] "GET /obj-perms HTTP/1.1" 200 5056 0.075891 10.0.0.27 - - [2026-03-26 02:34:39] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004153 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006196 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.015600 10.0.0.27 - - [2026-03-26 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2026-03-26 02:34:39] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720 10.0.0.27 - - [2026-03-26 02:34:39] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002982 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006397 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/port HTTP/1.1" 200 1122 0.017055 10.0.0.27 - - [2026-03-26 02:34:40] "GET /obj-perms HTTP/1.1" 200 5056 0.082619 10.0.0.27 - - [2026-03-26 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/port HTTP/1.1" 200 1122 0.014255 10.0.0.27 - - [2026-03-26 02:34:40] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004921 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/network HTTP/1.1" 200 930 0.006144 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003899 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003352 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/subnet HTTP/1.1" 200 698 0.006698 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/port HTTP/1.1" 200 117 0.001556 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010814 10.0.0.27 - - [2026-03-26 02:34:40] "POST /neutron/network HTTP/1.1" 200 920 0.006965 10.0.0.27 - - [2026-03-26 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2026-03-26 02:34:40] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005170 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.014432 10.0.0.27 - - [2026-03-26 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007569 10.0.0.27 - - [2026-03-26 02:34:40] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005805 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006144 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-network/ee3d9b20-5718-4bcb-999d-b9c13384273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009335 10.0.0.27 - - [2026-03-26 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2026-03-26 02:34:40] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005483 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005496 10.0.0.27 - - [2026-03-26 02:34:40] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010906 10.0.0.27 - - [2026-03-26 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.27 - - [2026-03-26 02:34:41] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008292 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004036 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004782 10.0.0.27 - - [2026-03-26 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006948 10.0.0.27 - - [2026-03-26 02:34:41] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008848 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003407 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.016105 10.0.0.27 - - [2026-03-26 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010243 10.0.0.27 - - [2026-03-26 02:34:41] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003543 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-networks?parent_id=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003564 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005293 10.0.0.27 - - [2026-03-26 02:34:41] "GET /virtual-machine/714caab3-a082-4f0b-8d34-6b0c1ab1ff00 HTTP/1.1" 200 1802 0.006666 10.0.0.27 - - [2026-03-26 02:34:41] "GET /domains HTTP/1.1" 200 280 0.004535 10.0.0.27 - - [2026-03-26 02:34:41] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002402 10.0.0.27 - - [2026-03-26 02:34:41] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2771 0.013906 10.0.0.27 - - [2026-03-26 02:34:41] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002838 10.0.0.27 - - [2026-03-26 02:34:41] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 4233 0.082289 10.0.0.27 - - [2026-03-26 02:34:41] "GET /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743 HTTP/1.1" 200 3782 0.006943 10.0.0.27 - - [2026-03-26 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2026-03-26 02:34:41] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005443 10.0.0.27 - - [2026-03-26 02:34:41] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.008644 10.0.0.27 - - [2026-03-26 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2026-03-26 02:34:42] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.007330 10.0.0.27 - - [2026-03-26 02:34:42] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.007215 10.0.0.27 - - [2026-03-26 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.27 - - [2026-03-26 02:34:42] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007958 10.0.0.27 - - [2026-03-26 02:34:42] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?fields=routing_instances HTTP/1.1" 200 1681 0.008586 10.0.0.27 - - [2026-03-26 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.27 - - [2026-03-26 02:34:42] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.009129 10.0.0.27 - - [2026-03-26 02:34:42] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?fields=routing_instances HTTP/1.1" 200 1688 0.014767 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.050588 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /access-control-list/c3537c23-2434-4249-a0f6-4d483f5d7f8c HTTP/1.1" 200 115 0.032979 10.0.0.27 - - [2026-03-26 02:34:47] "POST /neutron/network HTTP/1.1" 200 836 0.013829 10.0.0.27 - - [2026-03-26 02:34:47] "GET /virtual-network/a2a7d2cd-091b-413e-bb38-7ba402ae5a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006377 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2026-03-26 02:34:47] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003563 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /routing-instance/8642a2cf-77b8-4d50-8086-997d9bbcf9be HTTP/1.1" 200 115 0.039401 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.035393 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /route-target/bab6445d-7db2-405d-aca1-cc73a2f940ef HTTP/1.1" 200 115 0.020833 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /routing-instance/ea3c9a45-9dcd-49ef-8615-1305c8a702c2 HTTP/1.1" 200 115 0.033408 10.0.0.27 - - [2026-03-26 02:34:47] "POST /neutron/network HTTP/1.1" 200 832 0.010646 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006999 10.0.0.27 - - [2026-03-26 02:34:47] "GET /virtual-network/1446628d-046e-4c6e-834e-83b8e541deda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008246 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002019 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /route-target/47e6f509-2cda-4ea4-8a14-774fe74b8d07 HTTP/1.1" 200 115 0.017513 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /access-control-list/93f76c45-eab1-41e3-8d58-f172404fb204 HTTP/1.1" 200 115 0.024099 10.0.0.27 - - [2026-03-26 02:34:47] "GET /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004091 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /network-policy/f5d854d3-6b39-490a-bfb5-6ba07c7e4ae6 HTTP/1.1" 200 115 0.023597 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /service-instance/f482daf2-f8ef-475f-81a1-1c3c02ae1743 HTTP/1.1" 200 115 0.043863 10.0.0.27 - - [2026-03-26 02:34:47] "GET /domains HTTP/1.1" 200 280 0.004418 10.0.0.27 - - [2026-03-26 02:34:47] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.016019 10.0.0.27 - - [2026-03-26 02:34:47] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2771 0.007560 10.0.0.27 - - [2026-03-26 02:34:47] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /instance-ip/fc3e2e6c-37a1-48f3-a970-6d7779f9c788 HTTP/1.1" 200 115 0.024987 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.010480 10.0.0.27 - - [2026-03-26 02:34:47] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 3759 0.067839 10.0.0.27 - - [2026-03-26 02:34:47] "GET /virtual-machine/714caab3-a082-4f0b-8d34-6b0c1ab1ff00 HTTP/1.1" 200 1802 0.003652 10.0.0.27 - - [2026-03-26 02:34:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003235 10.0.0.27 - - [2026-03-26 02:34:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.014540 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /instance-ip/9a4fb152-7e27-4146-a05c-250d034c5b8c HTTP/1.1" 200 115 0.025747 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.020446 10.0.0.27 - - [2026-03-26 02:34:47] "DELETE /instance-ip/0483a1b5-decd-4643-8152-a3186316a0d2 HTTP/1.1" 200 115 0.027792 10.0.0.27 - - [2026-03-26 02:34:47] "POST /ref-update HTTP/1.1" 200 156 0.018896 10.0.0.27 - - [2026-03-26 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008988 10.0.0.27 - - [2026-03-26 02:34:48] "DELETE /service-template/9368d63c-c499-4bce-bde9-ad9fbe81c0cb HTTP/1.1" 200 115 0.034338 10.0.0.27 - - [2026-03-26 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.002716 10.0.0.27 - - [2026-03-26 02:34:48] "DELETE /instance-ip/5d88a899-7fff-4ef6-99ac-83916014a9d0 HTTP/1.1" 200 115 0.046610 10.0.0.27 - - [2026-03-26 02:34:48] "POST /ref-update HTTP/1.1" 200 156 0.011741 10.0.0.27 - - [2026-03-26 02:34:48] "DELETE /instance-ip/94abe080-c323-46f3-8d16-3910f2d4c585 HTTP/1.1" 200 115 0.022335 10.0.0.27 - - [2026-03-26 02:34:48] "POST /ref-update HTTP/1.1" 200 156 0.011254 10.0.0.27 - - [2026-03-26 02:34:48] "DELETE /instance-ip/3a339c41-9fd2-4b89-a21c-421398a038d0 HTTP/1.1" 200 115 0.044140 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/network HTTP/1.1" 200 836 0.006739 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/network HTTP/1.1" 400 204 0.021654 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 1124 0.016028 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 1114 0.019822 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 1122 0.019248 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 1112 0.018450 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 151 0.145198 10.0.0.27 - - [2026-03-26 02:34:48] "POST /neutron/port HTTP/1.1" 200 3064 0.037909 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 1114 0.024340 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.161065 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.133351 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 1113 0.017422 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.119725 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 1112 0.013473 10.0.0.27 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.107794 10.0.0.27 - - [2026-03-26 02:34:50] "POST /neutron/network HTTP/1.1" 200 836 0.016335 10.0.0.27 - - [2026-03-26 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.27 - - [2026-03-26 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2026-03-26 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.27 - - [2026-03-26 02:34:50] "POST /neutron/network HTTP/1.1" 200 151 0.095320 10.0.0.27 - - [2026-03-26 02:34:50] "DELETE /route-target/f5fd94b3-4fc5-4a3f-b7cd-b153c09f1439 HTTP/1.1" 200 115 0.016729 10.0.0.27 - - [2026-03-26 02:34:50] "GET /routing-instance/366d142c-e522-493c-afea-dda2133d5d07 HTTP/1.1" 404 171 0.003453 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domains HTTP/1.1" 200 280 0.002702 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.052107 10.0.0.27 - - [2026-03-26 02:34:50] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001840 10.0.0.27 - - [2026-03-26 02:34:50] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2298 0.087082 10.0.0.27 - - [2026-03-26 02:34:50] "POST /neutron/network HTTP/1.1" 200 832 0.006717 10.0.0.27 - - [2026-03-26 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.27 - - [2026-03-26 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002240 10.0.0.27 - - [2026-03-26 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003448 10.0.0.27 - - [2026-03-26 02:34:50] "POST /neutron/network HTTP/1.1" 200 151 0.098991 10.0.0.27 - - [2026-03-26 02:34:50] "GET /routing-instance/08c0423e-6eb4-4948-9b68-088da838768a HTTP/1.1" 404 171 0.002849 10.0.0.27 - - [2026-03-26 02:34:50] "DELETE /route-target/e1df9209-b8b7-47c9-a375-4ab206db4928 HTTP/1.1" 200 115 0.026350 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domains HTTP/1.1" 200 280 0.002832 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.27 - - [2026-03-26 02:34:50] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.048249 10.0.0.27 - - [2026-03-26 02:34:50] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002014 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 2080 0.088938 10.0.0.27 - - [2026-03-26 02:34:51] "POST /neutron/network HTTP/1.1" 200 833 0.008212 10.0.0.27 - - [2026-03-26 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.27 - - [2026-03-26 02:34:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.27 - - [2026-03-26 02:34:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003157 10.0.0.27 - - [2026-03-26 02:34:51] "POST /neutron/network HTTP/1.1" 200 151 0.108775 10.0.0.27 - - [2026-03-26 02:34:51] "DELETE /route-target/a9baec54-9d26-48ca-a4af-e8cd69e04b1f HTTP/1.1" 200 115 0.022933 10.0.0.27 - - [2026-03-26 02:34:51] "GET /routing-instance/e1e39fd4-5807-41ba-84a8-755b23f1315c HTTP/1.1" 404 171 0.005270 10.0.0.27 - - [2026-03-26 02:34:51] "GET /domains HTTP/1.1" 200 280 0.002486 10.0.0.27 - - [2026-03-26 02:34:51] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.27 - - [2026-03-26 02:34:51] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2571 0.050032 10.0.0.27 - - [2026-03-26 02:34:51] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003552 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 1840 0.080067 10.0.0.27 - - [2026-03-26 02:34:51] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002428 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051286 10.0.0.27 - - [2026-03-26 02:34:51] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002093 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?fields=virtual_networks HTTP/1.1" 200 1028 0.051621 10.0.0.27 - - [2026-03-26 02:34:51] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.040809 10.0.0.27 - - [2026-03-26 02:34:51] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002170 10.0.0.27 - - [2026-03-26 02:34:51] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?fields=security_groups HTTP/1.1" 200 1252 0.043851 10.0.0.27 - - [2026-03-26 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.052541 10.0.0.27 - - [2026-03-26 02:34:53] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.27 - - [2026-03-26 02:34:53] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.27 - - [2026-03-26 02:34:53] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008464 10.0.0.27 - - [2026-03-26 02:34:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.002814 10.0.0.27 - - [2026-03-26 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003943 10.0.0.27 - - [2026-03-26 02:34:53] "POST /security-groups HTTP/1.1" 200 592 0.072871 10.0.0.27 - - [2026-03-26 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.003273 10.0.0.27 - - [2026-03-26 02:34:53] "POST /projects HTTP/1.1" 200 587 0.255792 10.0.0.27 - - [2026-03-26 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.321800 10.0.0.27 - - [2026-03-26 02:34:53] "POST /access-control-lists HTTP/1.1" 200 597 0.070896 10.0.0.27 - - [2026-03-26 02:34:54] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.500824 10.0.0.27 - - [2026-03-26 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003506 10.0.0.27 - - [2026-03-26 02:34:54] "POST /access-control-lists HTTP/1.1" 200 595 0.068919 10.0.0.27 - - [2026-03-26 02:34:55] "GET / HTTP/1.1" 200 35931 0.003368 10.0.0.27 - - [2026-03-26 02:34:56] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001534 10.0.0.27 - - [2026-03-26 02:34:57] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001589 10.0.0.27 - - [2026-03-26 02:34:57] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.107881 10.0.0.27 - - [2026-03-26 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.003898 10.0.0.27 - - [2026-03-26 02:34:57] "POST /virtual-DNSs HTTP/1.1" 200 507 0.026759 10.0.0.27 - - [2026-03-26 02:34:57] "GET /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006529 10.0.0.27 - - [2026-03-26 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.27 - - [2026-03-26 02:34:57] "GET /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004081 10.0.0.27 - - [2026-03-26 02:34:57] "GET /domains HTTP/1.1" 401 292 0.001290 10.0.0.27 - - [2026-03-26 02:34:57] "GET /domains HTTP/1.1" 200 280 0.059791 10.0.0.27 - - [2026-03-26 02:34:57] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002635 10.0.0.27 - - [2026-03-26 02:34:58] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2958 0.019477 10.0.0.27 - - [2026-03-26 02:34:58] "GET /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e HTTP/1.1" 200 1438 0.005821 10.0.0.27 - - [2026-03-26 02:34:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004146 10.0.0.27 - - [2026-03-26 02:34:58] "POST /network-ipams HTTP/1.1" 200 514 0.032924 10.0.0.27 - - [2026-03-26 02:34:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004202 10.0.0.27 - - [2026-03-26 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-03-26 02:34:58] "GET /network-ipam/25f9d3c3-3c02-4256-a46d-b3794606b958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.007623 10.0.0.27 - - [2026-03-26 02:34:58] "PUT /network-ipam/25f9d3c3-3c02-4256-a46d-b3794606b958 HTTP/1.1" 200 258 0.013251 10.0.0.27 - - [2026-03-26 02:34:58] "POST /ref-update HTTP/1.1" 200 156 0.011543 10.0.0.27 - - [2026-03-26 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2026-03-26 02:34:58] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001418 10.0.0.27 - - [2026-03-26 02:34:58] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049934 10.0.0.27 - - [2026-03-26 02:34:58] "POST /neutron/network HTTP/1.1" 200 117 0.057244 10.0.0.27 - - [2026-03-26 02:34:58] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003375 10.0.0.27 - - [2026-03-26 02:34:58] "POST /neutron/network HTTP/1.1" 200 618 0.106958 10.0.0.27 - - [2026-03-26 02:34:58] "POST /route-targets HTTP/1.1" 200 327 0.017613 10.0.0.27 - - [2026-03-26 02:34:58] "POST /ref-update HTTP/1.1" 200 156 0.013396 10.0.0.27 - - [2026-03-26 02:34:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004791 10.0.0.27 - - [2026-03-26 02:34:58] "POST /neutron/subnet HTTP/1.1" 200 711 0.231613 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.007865 10.0.0.27 - - [2026-03-26 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.003389 10.0.0.27 - - [2026-03-26 02:34:59] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011962 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.010793 10.0.0.27 - - [2026-03-26 02:34:59] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.015449 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.014802 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 711 0.015478 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 807 0.024042 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.014326 10.0.0.27 - - [2026-03-26 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.003038 10.0.0.27 - - [2026-03-26 02:34:59] "POST /neutron/network HTTP/1.1" 200 843 0.007670 10.0.0.27 - - [2026-03-26 02:34:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000550 10.0.0.27 - - [2026-03-26 02:35:00] "GET / HTTP/1.1" 200 35931 0.007078 10.0.0.27 - - [2026-03-26 02:35:00] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000987 10.0.0.27 - - [2026-03-26 02:35:00] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.27 - - [2026-03-26 02:35:00] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069615 10.0.0.27 - - [2026-03-26 02:35:00] "POST /neutron/network HTTP/1.1" 200 833 0.006616 10.0.0.27 - - [2026-03-26 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.005967 10.0.0.27 - - [2026-03-26 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.007187 10.0.0.27 - - [2026-03-26 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.009906 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/network HTTP/1.1" 200 843 0.009110 10.0.0.27 - - [2026-03-26 02:35:01] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 1058 0.243617 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 1058 0.013594 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 1058 0.012162 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 1112 0.064157 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 1122 0.013311 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.007804 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.001863 10.0.0.27 - - [2026-03-26 02:35:01] "POST /neutron/network HTTP/1.1" 200 833 0.006545 10.0.0.27 - - [2026-03-26 02:35:05] "POST /neutron/port HTTP/1.1" 200 1122 0.013743 10.0.0.27 - - [2026-03-26 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008451 10.0.0.27 - - [2026-03-26 02:35:05] "POST /neutron/port HTTP/1.1" 200 1122 0.020925 10.0.0.27 - - [2026-03-26 02:35:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012154 10.0.0.27 - - [2026-03-26 02:35:06] "POST /neutron/port HTTP/1.1" 200 1122 0.025047 10.0.0.27 - - [2026-03-26 02:35:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008469 10.0.0.27 - - [2026-03-26 02:35:06] "GET /virtual-machine/f36415b8-8ff4-443b-9d16-5c1b13a3ae44 HTTP/1.1" 200 1294 0.006039 10.0.0.27 - - [2026-03-26 02:35:06] "GET /virtual-machine-interface/94f0bcdc-75ce-42cf-ac39-e7871effdbdf HTTP/1.1" 200 2964 0.008951 10.0.0.27 - - [2026-03-26 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2026-03-26 02:35:06] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.27 - - [2026-03-26 02:35:06] "GET /virtual-networks?parent_id=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003273 10.0.0.27 - - [2026-03-26 02:35:06] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010003 10.0.0.27 - - [2026-03-26 02:35:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.27 - - [2026-03-26 02:35:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.27 - - [2026-03-26 02:35:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000846 10.0.0.27 - - [2026-03-26 02:35:07] "GET /global-system-configs HTTP/1.1" 401 292 0.002019 10.0.0.27 - - [2026-03-26 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006220 10.0.0.27 - - [2026-03-26 02:35:09] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.014047 10.0.0.27 - - [2026-03-26 02:35:13] "POST /neutron/port HTTP/1.1" 200 1122 0.086906 10.0.0.27 - - [2026-03-26 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014201 10.0.0.27 - - [2026-03-26 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-03-26 02:35:13] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008978 10.0.0.27 - - [2026-03-26 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006572 10.0.0.27 - - [2026-03-26 02:35:15] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007178 10.0.0.27 - - [2026-03-26 02:35:15] "GET /virtual-networks?parent_id=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.010745 10.0.0.27 - - [2026-03-26 02:35:15] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009775 10.0.0.27 - - [2026-03-26 02:35:20] "POST /neutron/network HTTP/1.1" 200 807 0.015038 10.0.0.27 - - [2026-03-26 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.006141 10.0.0.27 - - [2026-03-26 02:35:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001740 10.0.0.27 - - [2026-03-26 02:35:20] "POST /neutron/port HTTP/1.1" 200 1122 0.022025 10.0.0.27 - - [2026-03-26 02:35:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007911 10.0.0.27 - - [2026-03-26 02:35:21] "POST /neutron/network HTTP/1.1" 200 843 0.010662 10.0.0.27 - - [2026-03-26 02:35:21] "GET /aaa-mode HTTP/1.1" 401 292 0.001049 10.0.0.27 - - [2026-03-26 02:35:21] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.27 - - [2026-03-26 02:35:21] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-03-26 02:35:22] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.27 - - [2026-03-26 02:35:22] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.095134 10.0.0.27 - - [2026-03-26 02:35:22] "POST /neutron/network HTTP/1.1" 200 833 0.006702 10.0.0.27 - - [2026-03-26 02:35:22] "POST /neutron/port HTTP/1.1" 200 1122 0.022135 10.0.0.27 - - [2026-03-26 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013551 10.0.0.27 - - [2026-03-26 02:35:22] "POST /neutron/port HTTP/1.1" 200 117 0.007199 10.0.0.27 - - [2026-03-26 02:35:22] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/network HTTP/1.1" 200 843 0.007091 10.0.0.27 - - [2026-03-26 02:35:23] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002505 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 1058 0.228176 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 1058 0.012067 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 1058 0.009316 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 1112 0.068638 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 1122 0.013476 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005083 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.007385 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.27 - - [2026-03-26 02:35:23] "POST /neutron/network HTTP/1.1" 200 833 0.006462 10.0.0.27 - - [2026-03-26 02:35:27] "POST /neutron/port HTTP/1.1" 200 1122 0.027393 10.0.0.27 - - [2026-03-26 02:35:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013280 10.0.0.27 - - [2026-03-26 02:35:27] "POST /neutron/port HTTP/1.1" 200 1122 0.022704 10.0.0.27 - - [2026-03-26 02:35:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006345 10.0.0.27 - - [2026-03-26 02:35:27] "POST /neutron/port HTTP/1.1" 200 1122 0.015549 10.0.0.27 - - [2026-03-26 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010239 10.0.0.27 - - [2026-03-26 02:35:28] "GET /virtual-machine/48cf4ea1-3e9b-4ebc-91e5-b878f5cbb20f HTTP/1.1" 200 1293 0.005733 10.0.0.27 - - [2026-03-26 02:35:28] "GET /virtual-machine-interface/edf74494-582f-4f2c-9c84-8d41c180920e HTTP/1.1" 200 2964 0.007059 10.0.0.27 - - [2026-03-26 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2026-03-26 02:35:28] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004787 10.0.0.27 - - [2026-03-26 02:35:28] "GET /virtual-networks?parent_id=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004637 10.0.0.27 - - [2026-03-26 02:35:28] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011140 10.0.0.27 - - [2026-03-26 02:35:29] "DELETE /project/e7c244239979414081dde66cbc1a89a6 HTTP/1.1" 404 173 0.005557 10.0.0.27 - - [2026-03-26 02:35:29] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001359 10.0.0.27 - - [2026-03-26 02:35:29] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.035573 10.0.0.27 - - [2026-03-26 02:35:29] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001897 10.0.0.27 - - [2026-03-26 02:35:30] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?fields=security_groups HTTP/1.1" 200 1357 0.083891 10.0.0.27 - - [2026-03-26 02:35:30] "DELETE /security-group/71108a52-6f4f-4f83-8bd3-5416ac66fd79 HTTP/1.1" 200 115 0.053115 10.0.0.27 - - [2026-03-26 02:35:30] "GET /projects?obj_uuids=d4b9ff66-4a9c-4abe-a5a5-70ad934ca421&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001618 10.0.0.27 - - [2026-03-26 02:35:30] "DELETE /access-control-list/90d499dd-df3c-4f83-a8ea-48bd38ab8071 HTTP/1.1" 200 115 0.047347 10.0.0.27 - - [2026-03-26 02:35:30] "GET /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421?fields=application_policy_sets HTTP/1.1" 200 1396 0.048737 10.0.0.27 - - [2026-03-26 02:35:30] "DELETE /access-control-list/9b3524f1-0968-476c-bcc0-0e6713342061 HTTP/1.1" 200 115 0.040551 10.0.0.27 - - [2026-03-26 02:35:30] "DELETE /project/d4b9ff66-4a9c-4abe-a5a5-70ad934ca421 HTTP/1.1" 200 115 0.395113 10.0.0.27 - - [2026-03-26 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-03-26 02:35:31] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005476 10.0.0.27 - - [2026-03-26 02:35:34] "POST /neutron/port HTTP/1.1" 200 1122 0.014372 10.0.0.27 - - [2026-03-26 02:35:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007241 10.0.0.27 - - [2026-03-26 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.27 - - [2026-03-26 02:35:35] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.015032 10.0.0.27 - - [2026-03-26 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005903 10.0.0.27 - - [2026-03-26 02:35:37] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005487 10.0.0.27 - - [2026-03-26 02:35:37] "GET /virtual-networks?parent_id=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002558 10.0.0.27 - - [2026-03-26 02:35:37] "GET /virtual-network/81579b1e-e5f3-493c-ad12-cd0d22fd6295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006386 10.0.0.27 - - [2026-03-26 02:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.107194 10.0.0.27 - - [2026-03-26 02:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.121499 10.0.0.27 - - [2026-03-26 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-03-26 02:35:45] "DELETE /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e HTTP/1.1" 409 235 0.008960 10.0.0.27 - - [2026-03-26 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.005026 10.0.0.27 - - [2026-03-26 02:35:45] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.034516 10.0.0.27 - - [2026-03-26 02:35:45] "GET /virtual-DNS-record/b9aed264-83e5-4cf0-9179-cc84694f86e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005147 10.0.0.27 - - [2026-03-26 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.27 - - [2026-03-26 02:35:45] "GET /virtual-DNS-record/b9aed264-83e5-4cf0-9179-cc84694f86e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003854 10.0.0.27 - - [2026-03-26 02:35:45] "GET /domains HTTP/1.1" 200 280 0.006882 10.0.0.27 - - [2026-03-26 02:35:45] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002981 10.0.0.27 - - [2026-03-26 02:35:45] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2774 0.020707 10.0.0.27 - - [2026-03-26 02:35:45] "GET /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e HTTP/1.1" 200 1907 0.008675 10.0.0.27 - - [2026-03-26 02:35:45] "GET /virtual-DNS-record/b9aed264-83e5-4cf0-9179-cc84694f86e7 HTTP/1.1" 200 1336 0.004524 10.0.0.27 - - [2026-03-26 02:35:51] "DELETE /virtual-DNS-record/b9aed264-83e5-4cf0-9179-cc84694f86e7 HTTP/1.1" 200 115 0.048201 10.0.0.27 - - [2026-03-26 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.004949 10.0.0.27 - - [2026-03-26 02:35:51] "POST /neutron/network HTTP/1.1" 200 833 0.007671 10.0.0.27 - - [2026-03-26 02:35:51] "POST /neutron/network HTTP/1.1" 400 204 0.012789 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 1122 0.017387 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 1112 0.014010 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 1122 0.016495 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 1112 0.015810 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 151 0.157114 10.0.0.27 - - [2026-03-26 02:35:52] "POST /neutron/port HTTP/1.1" 200 151 0.135072 10.0.0.27 - - [2026-03-26 02:35:53] "POST /neutron/network HTTP/1.1" 200 833 0.007147 10.0.0.27 - - [2026-03-26 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.27 - - [2026-03-26 02:35:54] "DELETE /route-target/8f7b84c0-003a-4d41-afe3-04f9a9422b6b HTTP/1.1" 200 115 0.034842 10.0.0.27 - - [2026-03-26 02:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003876 10.0.0.27 - - [2026-03-26 02:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.27 - - [2026-03-26 02:35:54] "POST /neutron/network HTTP/1.1" 200 151 0.250604 10.0.0.27 - - [2026-03-26 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.27 - - [2026-03-26 02:35:54] "DELETE /network-ipam/25f9d3c3-3c02-4256-a46d-b3794606b958 HTTP/1.1" 200 115 0.032997 10.0.0.27 - - [2026-03-26 02:35:54] "DELETE /virtual-DNS/f589c70a-4862-4ff2-bb8a-0313ab9a6b7e HTTP/1.1" 200 115 0.027108 10.0.0.27 - - [2026-03-26 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.003353 10.0.0.27 - - [2026-03-26 02:35:54] "GET /domains HTTP/1.1" 200 280 0.002915 10.0.0.27 - - [2026-03-26 02:35:54] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.27 - - [2026-03-26 02:35:54] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2574 0.009978 10.0.0.27 - - [2026-03-26 02:35:54] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001839 10.0.0.27 - - [2026-03-26 02:35:54] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047754 10.0.0.27 - - [2026-03-26 02:35:54] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174 10.0.0.27 - - [2026-03-26 02:35:54] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?fields=virtual_networks HTTP/1.1" 200 1033 0.047748 10.0.0.27 - - [2026-03-26 02:35:54] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002362 10.0.0.27 - - [2026-03-26 02:35:54] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053707 10.0.0.27 - - [2026-03-26 02:35:54] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003283 10.0.0.27 - - [2026-03-26 02:35:54] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?fields=security_groups HTTP/1.1" 200 1260 0.053538 10.0.0.27 - - [2026-03-26 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.026362 10.0.0.27 - - [2026-03-26 02:35:55] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003291 10.0.0.27 - - [2026-03-26 02:35:56] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002960 10.0.0.27 - - [2026-03-26 02:35:56] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013638 10.0.0.27 - - [2026-03-26 02:35:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.002208 10.0.0.27 - - [2026-03-26 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003593 10.0.0.27 - - [2026-03-26 02:35:56] "POST /security-groups HTTP/1.1" 200 592 0.068551 10.0.0.27 - - [2026-03-26 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003854 10.0.0.27 - - [2026-03-26 02:35:56] "POST /projects HTTP/1.1" 200 587 0.251536 10.0.0.27 - - [2026-03-26 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.316228 10.0.0.27 - - [2026-03-26 02:35:56] "POST /access-control-lists HTTP/1.1" 200 597 0.062380 10.0.0.27 - - [2026-03-26 02:35:56] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.512715 10.0.0.27 - - [2026-03-26 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002863 10.0.0.27 - - [2026-03-26 02:35:56] "POST /access-control-lists HTTP/1.1" 200 595 0.068692 10.0.0.27 - - [2026-03-26 02:35:57] "GET / HTTP/1.1" 200 35931 0.002882 10.0.0.27 - - [2026-03-26 02:35:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000675 10.0.0.27 - - [2026-03-26 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.111988 10.0.0.27 - - [2026-03-26 02:35:59] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002361 10.0.0.27 - - [2026-03-26 02:35:59] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040896 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/network HTTP/1.1" 200 117 0.065240 10.0.0.27 - - [2026-03-26 02:35:59] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004554 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/network HTTP/1.1" 200 606 0.114596 10.0.0.27 - - [2026-03-26 02:35:59] "POST /route-targets HTTP/1.1" 200 327 0.018608 10.0.0.27 - - [2026-03-26 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.016170 10.0.0.27 - - [2026-03-26 02:35:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005578 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.263069 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/network HTTP/1.1" 200 825 0.005375 10.0.0.27 - - [2026-03-26 02:35:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.002064 10.0.0.27 - - [2026-03-26 02:35:59] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005187 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/network HTTP/1.1" 200 825 0.006385 10.0.0.27 - - [2026-03-26 02:35:59] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006761 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/network HTTP/1.1" 200 825 0.009802 10.0.0.27 - - [2026-03-26 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.010314 10.0.0.27 - - [2026-03-26 02:36:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001237 10.0.0.27 - - [2026-03-26 02:36:00] "POST /neutron/network HTTP/1.1" 200 835 0.004750 10.0.0.27 - - [2026-03-26 02:36:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.27 - - [2026-03-26 02:36:00] "GET / HTTP/1.1" 200 35931 0.004711 10.0.0.27 - - [2026-03-26 02:36:00] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2026-03-26 02:36:01] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002050 10.0.0.27 - - [2026-03-26 02:36:01] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.100549 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/network HTTP/1.1" 200 825 0.005461 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.006478 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.27 - - [2026-03-26 02:36:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001770 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.005466 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/network HTTP/1.1" 200 835 0.006997 10.0.0.27 - - [2026-03-26 02:36:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2026-03-26 02:36:01] "POST /neutron/network HTTP/1.1" 200 835 0.006487 10.0.0.27 - - [2026-03-26 02:36:01] "GET / HTTP/1.1" 200 35931 0.002195 10.0.0.27 - - [2026-03-26 02:36:01] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001727 10.0.0.27 - - [2026-03-26 02:36:01] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1061 0.234435 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1061 0.009171 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1061 0.009347 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1115 0.056072 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1125 0.018677 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.27 - - [2026-03-26 02:36:02] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.009005 10.0.0.27 - - [2026-03-26 02:36:02] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059768 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/network HTTP/1.1" 200 825 0.005421 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/network HTTP/1.1" 200 825 0.004816 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1125 0.019339 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007695 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 117 0.007968 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/port HTTP/1.1" 200 1125 0.014089 10.0.0.27 - - [2026-03-26 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009413 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/network HTTP/1.1" 200 835 0.008871 10.0.0.27 - - [2026-03-26 02:36:03] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001837 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 1061 0.228061 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 1061 0.015254 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 1061 0.017167 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 1115 0.087477 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 1125 0.015692 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003432 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.006785 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.27 - - [2026-03-26 02:36:03] "POST /neutron/network HTTP/1.1" 200 825 0.005112 10.0.0.27 - - [2026-03-26 02:36:07] "POST /neutron/port HTTP/1.1" 200 1125 0.020057 10.0.0.27 - - [2026-03-26 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008329 10.0.0.27 - - [2026-03-26 02:36:07] "POST /neutron/port HTTP/1.1" 200 1125 0.017450 10.0.0.27 - - [2026-03-26 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007523 10.0.0.27 - - [2026-03-26 02:36:08] "POST /neutron/port HTTP/1.1" 200 1125 0.013081 10.0.0.27 - - [2026-03-26 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009553 10.0.0.27 - - [2026-03-26 02:36:08] "GET /virtual-machine/9706eea3-444d-4aa5-ae8c-299166f10ba3 HTTP/1.1" 401 292 0.000628 10.0.0.27 - - [2026-03-26 02:36:08] "GET /virtual-machine/9706eea3-444d-4aa5-ae8c-299166f10ba3 HTTP/1.1" 200 1294 0.061172 10.0.0.27 - - [2026-03-26 02:36:08] "GET /virtual-machine-interface/2a6089f0-6f4f-4661-bcfb-58ab90c43e7b HTTP/1.1" 200 2945 0.013005 10.0.0.27 - - [2026-03-26 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241 10.0.0.27 - - [2026-03-26 02:36:08] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004317 10.0.0.27 - - [2026-03-26 02:36:08] "GET /virtual-networks?parent_id=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004885 10.0.0.27 - - [2026-03-26 02:36:08] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010332 10.0.0.27 - - [2026-03-26 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.27 - - [2026-03-26 02:36:11] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004982 10.0.0.27 - - [2026-03-26 02:36:12] "POST /neutron/port HTTP/1.1" 200 1125 0.019867 10.0.0.27 - - [2026-03-26 02:36:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006615 10.0.0.27 - - [2026-03-26 02:36:13] "POST /neutron/port HTTP/1.1" 200 1125 0.013884 10.0.0.27 - - [2026-03-26 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007126 10.0.0.27 - - [2026-03-26 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.27 - - [2026-03-26 02:36:14] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006215 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-networks?parent_id=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003629 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008749 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/port HTTP/1.1" 200 1125 0.017846 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009291 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/port HTTP/1.1" 200 1125 0.022549 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007471 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/port HTTP/1.1" 200 1125 0.016671 10.0.0.27 - - [2026-03-26 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007566 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-machine/4b8d81da-462f-4d72-81c3-4daea82fe849 HTTP/1.1" 200 1292 0.008324 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-machine-interface/a63a6f29-b4ba-454f-a6f4-903823f5c500 HTTP/1.1" 200 2946 0.006453 10.0.0.27 - - [2026-03-26 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.27 - - [2026-03-26 02:36:14] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003737 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-networks?parent_id=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002947 10.0.0.27 - - [2026-03-26 02:36:14] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006411 10.0.0.27 - - [2026-03-26 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006185 10.0.0.27 - - [2026-03-26 02:36:15] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008049 10.0.0.27 - - [2026-03-26 02:36:16] "GET /virtual-networks?parent_id=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003884 10.0.0.27 - - [2026-03-26 02:36:16] "GET /virtual-network/9a688531-a603-4084-9fec-40b5597d3e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005546 10.0.0.27 - - [2026-03-26 02:36:21] "POST /neutron/network HTTP/1.1" 200 825 0.014045 10.0.0.27 - - [2026-03-26 02:36:21] "POST /neutron/network HTTP/1.1" 400 204 0.020622 10.0.0.27 - - [2026-03-26 02:36:21] "POST /neutron/port HTTP/1.1" 200 1125 0.015850 10.0.0.27 - - [2026-03-26 02:36:22] "POST /neutron/port HTTP/1.1" 200 1115 0.019938 10.0.0.27 - - [2026-03-26 02:36:22] "POST /neutron/port HTTP/1.1" 200 1125 0.018763 10.0.0.27 - - [2026-03-26 02:36:22] "POST /neutron/port HTTP/1.1" 200 1115 0.016160 10.0.0.27 - - [2026-03-26 02:36:22] "POST /neutron/port HTTP/1.1" 200 151 0.175773 10.0.0.27 - - [2026-03-26 02:36:22] "POST /neutron/port HTTP/1.1" 200 151 0.165445 10.0.0.27 - - [2026-03-26 02:36:23] "POST /neutron/network HTTP/1.1" 200 825 0.016818 10.0.0.27 - - [2026-03-26 02:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003061 10.0.0.27 - - [2026-03-26 02:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005513 10.0.0.27 - - [2026-03-26 02:36:23] "POST /neutron/network HTTP/1.1" 200 151 0.143583 10.0.0.27 - - [2026-03-26 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.043102 10.0.0.27 - - [2026-03-26 02:36:23] "DELETE /route-target/7d9c4e04-40fc-4b55-93d4-d2100ff4e818 HTTP/1.1" 200 115 0.024886 10.0.0.27 - - [2026-03-26 02:36:24] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002762 10.0.0.27 - - [2026-03-26 02:36:24] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032641 10.0.0.27 - - [2026-03-26 02:36:24] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001483 10.0.0.27 - - [2026-03-26 02:36:24] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?fields=virtual_networks HTTP/1.1" 200 1033 0.067641 10.0.0.27 - - [2026-03-26 02:36:24] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002379 10.0.0.27 - - [2026-03-26 02:36:24] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036121 10.0.0.27 - - [2026-03-26 02:36:24] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.27 - - [2026-03-26 02:36:24] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?fields=security_groups HTTP/1.1" 200 1260 0.046700 10.0.0.27 - - [2026-03-26 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.052849 10.0.0.27 - - [2026-03-26 02:36:25] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002850 10.0.0.27 - - [2026-03-26 02:36:25] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.27 - - [2026-03-26 02:36:25] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008853 10.0.0.27 - - [2026-03-26 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001281 10.0.0.27 - - [2026-03-26 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.004736 10.0.0.27 - - [2026-03-26 02:36:25] "POST /security-groups HTTP/1.1" 200 591 0.067277 10.0.0.27 - - [2026-03-26 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003217 10.0.0.27 - - [2026-03-26 02:36:25] "POST /projects HTTP/1.1" 200 585 0.251393 10.0.0.27 - - [2026-03-26 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.290248 10.0.0.27 - - [2026-03-26 02:36:25] "POST /access-control-lists HTTP/1.1" 200 596 0.065361 10.0.0.27 - - [2026-03-26 02:36:25] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.487264 10.0.0.27 - - [2026-03-26 02:36:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.003055 10.0.0.27 - - [2026-03-26 02:36:26] "POST /access-control-lists HTTP/1.1" 200 594 0.064273 10.0.0.27 - - [2026-03-26 02:36:27] "GET / HTTP/1.1" 200 35931 0.002652 10.0.0.27 - - [2026-03-26 02:36:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.001159 10.0.0.27 - - [2026-03-26 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.115538 10.0.0.27 - - [2026-03-26 02:36:28] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.27 - - [2026-03-26 02:36:28] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037397 10.0.0.27 - - [2026-03-26 02:36:28] "POST /neutron/network HTTP/1.1" 200 117 0.070833 10.0.0.27 - - [2026-03-26 02:36:28] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.27 - - [2026-03-26 02:36:28] "POST /neutron/network HTTP/1.1" 200 625 0.087702 10.0.0.27 - - [2026-03-26 02:36:28] "POST /route-targets HTTP/1.1" 200 327 0.013931 10.0.0.27 - - [2026-03-26 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.019018 10.0.0.27 - - [2026-03-26 02:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002907 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.204694 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/network HTTP/1.1" 200 839 0.006253 10.0.0.27 - - [2026-03-26 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001291 10.0.0.27 - - [2026-03-26 02:36:29] "GET /virtual-network/5a14073a-7d0d-4d55-aaf2-f4bd90eae5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007855 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/network HTTP/1.1" 200 839 0.007827 10.0.0.27 - - [2026-03-26 02:36:29] "GET /virtual-network/5a14073a-7d0d-4d55-aaf2-f4bd90eae5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007717 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/network HTTP/1.1" 200 839 0.012273 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.015621 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/network HTTP/1.1" 200 839 0.010051 10.0.0.27 - - [2026-03-26 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.002109 10.0.0.27 - - [2026-03-26 02:36:29] "POST /neutron/network HTTP/1.1" 200 849 0.007449 10.0.0.27 - - [2026-03-26 02:36:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-03-26 02:36:29] "GET / HTTP/1.1" 200 35931 0.002857 10.0.0.27 - - [2026-03-26 02:36:29] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083241 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /project/84e7917f693049629b840c6e5d8721ee HTTP/1.1" 404 173 0.015375 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /project/715d95e121de46e3a15cd0ab92566af7 HTTP/1.1" 404 173 0.010059 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.27 - - [2026-03-26 02:36:30] "POST /neutron/network HTTP/1.1" 200 839 0.015152 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.040552 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.049650 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000830 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?fields=security_groups HTTP/1.1" 200 1365 0.039451 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?fields=security_groups HTTP/1.1" 200 1365 0.045051 10.0.0.27 - - [2026-03-26 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.006687 10.0.0.27 - - [2026-03-26 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.004806 10.0.0.27 - - [2026-03-26 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.013442 10.0.0.27 - - [2026-03-26 02:36:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004779 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /security-group/fe473c91-e687-433e-9323-b24a7d074d22 HTTP/1.1" 200 115 0.137721 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=e7c24423-9979-4140-81dd-e66cbc1a89a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001628 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /security-group/2cf2a2fe-0a69-4b3b-a66d-cb9d38bc8d21 HTTP/1.1" 200 115 0.163064 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /access-control-list/ee0a52ce-003c-4bb6-aeec-bd350626a8ce HTTP/1.1" 200 115 0.060647 10.0.0.27 - - [2026-03-26 02:36:30] "GET /projects?obj_uuids=84e7917f-6930-4962-9b84-0c6e5d8721ee&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/e7c24423-9979-4140-81dd-e66cbc1a89a6?fields=application_policy_sets HTTP/1.1" 200 1404 0.052232 10.0.0.27 - - [2026-03-26 02:36:30] "PUT /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 276 0.026608 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /access-control-list/e409d467-a57b-4406-9c60-c475eecc0521 HTTP/1.1" 200 115 0.044281 10.0.0.27 - - [2026-03-26 02:36:30] "GET /project/84e7917f-6930-4962-9b84-0c6e5d8721ee?fields=application_policy_sets HTTP/1.1" 200 1404 0.081985 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /access-control-list/7685f812-6014-486f-a934-4c447bc27d9b HTTP/1.1" 200 115 0.038936 10.0.0.27 - - [2026-03-26 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.006658 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /access-control-list/348cd051-5a74-4ec8-a4db-a9f4bb667943 HTTP/1.1" 200 115 0.040440 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /project/e7c24423-9979-4140-81dd-e66cbc1a89a6 HTTP/1.1" 200 115 0.505204 10.0.0.27 - - [2026-03-26 02:36:30] "DELETE /project/84e7917f-6930-4962-9b84-0c6e5d8721ee HTTP/1.1" 200 115 0.543518 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/network HTTP/1.1" 200 849 0.010255 10.0.0.27 - - [2026-03-26 02:36:31] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001760 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 1055 0.213841 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 1055 0.012178 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 1055 0.009816 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 1109 0.074484 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011187 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002874 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.008071 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.27 - - [2026-03-26 02:36:31] "POST /neutron/network HTTP/1.1" 200 839 0.005693 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/port HTTP/1.1" 200 1119 0.039748 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005989 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/port HTTP/1.1" 200 1119 0.025438 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011483 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/port HTTP/1.1" 200 1119 0.026791 10.0.0.27 - - [2026-03-26 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011609 10.0.0.27 - - [2026-03-26 02:36:36] "GET /virtual-machine/7aa39e36-b1ac-4735-875e-2ad088aee451 HTTP/1.1" 401 292 0.001137 10.0.0.27 - - [2026-03-26 02:36:36] "GET /virtual-machine/7aa39e36-b1ac-4735-875e-2ad088aee451 HTTP/1.1" 200 1291 0.040138 10.0.0.27 - - [2026-03-26 02:36:36] "GET /virtual-machine-interface/4e8879a8-5a69-45cf-9e69-52f65ca61b61 HTTP/1.1" 200 2970 0.005617 10.0.0.27 - - [2026-03-26 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2026-03-26 02:36:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005581 10.0.0.27 - - [2026-03-26 02:36:37] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003336 10.0.0.27 - - [2026-03-26 02:36:37] "GET /virtual-network/5a14073a-7d0d-4d55-aaf2-f4bd90eae5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006778 10.0.0.27 - - [2026-03-26 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.27 - - [2026-03-26 02:36:40] "GET /virtual-network/5a14073a-7d0d-4d55-aaf2-f4bd90eae5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006003 10.0.0.27 - - [2026-03-26 02:36:41] "GET /obj-perms HTTP/1.1" 200 5056 0.128916 10.0.0.27 - - [2026-03-26 02:36:41] "GET /obj-perms HTTP/1.1" 200 5056 0.096902 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/port HTTP/1.1" 200 1119 0.019776 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/port HTTP/1.1" 200 1119 0.029193 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/port HTTP/1.1" 200 1119 0.024948 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/network HTTP/1.1" 200 849 0.010499 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011156 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005028 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.010503 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.001788 10.0.0.27 - - [2026-03-26 02:36:42] "POST /neutron/network HTTP/1.1" 200 839 0.006611 10.0.0.27 - - [2026-03-26 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006223 10.0.0.27 - - [2026-03-26 02:36:44] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.007083 10.0.0.27 - - [2026-03-26 02:36:44] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.007471 10.0.0.27 - - [2026-03-26 02:36:44] "GET /virtual-network/5a14073a-7d0d-4d55-aaf2-f4bd90eae5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013371 10.0.0.27 - - [2026-03-26 02:36:44] "POST /neutron/port HTTP/1.1" 200 1119 0.031898 10.0.0.27 - - [2026-03-26 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018267 10.0.0.27 - - [2026-03-26 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007382 10.0.0.27 - - [2026-03-26 02:36:52] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.008211 10.0.0.27 - - [2026-03-26 02:36:52] "PUT /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 276 0.021628 10.0.0.27 - - [2026-03-26 02:36:52] "POST /neutron/network HTTP/1.1" 200 839 0.008903 10.0.0.27 - - [2026-03-26 02:36:52] "POST /neutron/network HTTP/1.1" 400 204 0.019135 10.0.0.27 - - [2026-03-26 02:36:53] "POST /neutron/port HTTP/1.1" 200 1119 0.026085 10.0.0.27 - - [2026-03-26 02:36:53] "POST /neutron/port HTTP/1.1" 200 1109 0.021187 10.0.0.27 - - [2026-03-26 02:36:53] "POST /neutron/port HTTP/1.1" 200 151 0.136280 10.0.0.27 - - [2026-03-26 02:36:54] "POST /neutron/network HTTP/1.1" 200 839 0.009494 10.0.0.27 - - [2026-03-26 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005980 10.0.0.27 - - [2026-03-26 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004707 10.0.0.27 - - [2026-03-26 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002514 10.0.0.27 - - [2026-03-26 02:36:54] "POST /neutron/network HTTP/1.1" 200 151 0.138115 10.0.0.27 - - [2026-03-26 02:36:54] "DELETE /route-target/7fcd222f-73e5-4b3e-8f08-aaeb4cff3227 HTTP/1.1" 200 115 0.024988 10.0.0.27 - - [2026-03-26 02:36:55] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.005953 10.0.0.27 - - [2026-03-26 02:36:55] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0 HTTP/1.1" 200 1880 0.008328 10.0.0.27 - - [2026-03-26 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.27 - - [2026-03-26 02:36:55] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002182 10.0.0.27 - - [2026-03-26 02:36:55] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041931 10.0.0.27 - - [2026-03-26 02:36:55] "POST /neutron/network HTTP/1.1" 200 117 0.019101 10.0.0.27 - - [2026-03-26 02:36:55] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.27 - - [2026-03-26 02:36:55] "POST /neutron/network HTTP/1.1" 200 605 0.092992 10.0.0.27 - - [2026-03-26 02:36:55] "POST /route-targets HTTP/1.1" 200 327 0.014080 10.0.0.27 - - [2026-03-26 02:36:55] "POST /ref-update HTTP/1.1" 200 156 0.019171 10.0.0.27 - - [2026-03-26 02:36:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005222 10.0.0.27 - - [2026-03-26 02:36:55] "POST /neutron/subnet HTTP/1.1" 200 705 0.267968 10.0.0.27 - - [2026-03-26 02:36:56] "POST /neutron/network HTTP/1.1" 200 820 0.005944 10.0.0.27 - - [2026-03-26 02:36:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.002336 10.0.0.27 - - [2026-03-26 02:36:56] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.008342 10.0.0.27 - - [2026-03-26 02:36:56] "POST /neutron/network HTTP/1.1" 200 820 0.006543 10.0.0.27 - - [2026-03-26 02:36:56] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007155 10.0.0.27 - - [2026-03-26 02:36:56] "POST /neutron/network HTTP/1.1" 200 820 0.008490 10.0.0.27 - - [2026-03-26 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 705 0.007631 10.0.0.27 - - [2026-03-26 02:36:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001975 10.0.0.27 - - [2026-03-26 02:36:56] "POST /neutron/network HTTP/1.1" 200 830 0.012610 10.0.0.27 - - [2026-03-26 02:36:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000567 10.0.0.27 - - [2026-03-26 02:36:56] "GET / HTTP/1.1" 200 35931 0.004227 10.0.0.27 - - [2026-03-26 02:36:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-03-26 02:36:57] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002470 10.0.0.27 - - [2026-03-26 02:36:57] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.134969 10.0.0.27 - - [2026-03-26 02:36:57] "POST /neutron/network HTTP/1.1" 200 820 0.006445 10.0.0.27 - - [2026-03-26 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.010394 10.0.0.27 - - [2026-03-26 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.008374 10.0.0.27 - - [2026-03-26 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.009462 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/network HTTP/1.1" 200 830 0.006758 10.0.0.27 - - [2026-03-26 02:36:58] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 1056 0.251658 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 1056 0.012961 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 1056 0.012054 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 1110 0.068151 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 1120 0.013686 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004118 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/subnet HTTP/1.1" 200 679 0.008019 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.27 - - [2026-03-26 02:36:58] "POST /neutron/network HTTP/1.1" 200 820 0.011563 10.0.0.27 - - [2026-03-26 02:37:02] "POST /neutron/port HTTP/1.1" 200 1120 0.015460 10.0.0.27 - - [2026-03-26 02:37:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016506 10.0.0.27 - - [2026-03-26 02:37:03] "POST /neutron/port HTTP/1.1" 200 1120 0.015482 10.0.0.27 - - [2026-03-26 02:37:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007771 10.0.0.27 - - [2026-03-26 02:37:03] "POST /neutron/port HTTP/1.1" 200 1120 0.026745 10.0.0.27 - - [2026-03-26 02:37:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013497 10.0.0.27 - - [2026-03-26 02:37:03] "GET /virtual-machine/0f1da8dc-bb1a-4bc8-8a65-3d4ffc6ae07e HTTP/1.1" 200 1291 0.007762 10.0.0.27 - - [2026-03-26 02:37:03] "GET /virtual-machine-interface/227049b0-63c7-4903-a39d-aa5fc8a742c7 HTTP/1.1" 200 2940 0.011036 10.0.0.27 - - [2026-03-26 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006249 10.0.0.27 - - [2026-03-26 02:37:03] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007723 10.0.0.27 - - [2026-03-26 02:37:03] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006780 10.0.0.27 - - [2026-03-26 02:37:03] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007689 10.0.0.27 - - [2026-03-26 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006053 10.0.0.27 - - [2026-03-26 02:37:06] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.012443 10.0.0.27 - - [2026-03-26 02:37:09] "POST /neutron/port HTTP/1.1" 200 1120 0.026624 10.0.0.27 - - [2026-03-26 02:37:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006755 10.0.0.27 - - [2026-03-26 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.27 - - [2026-03-26 02:37:10] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.011383 10.0.0.27 - - [2026-03-26 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.27 - - [2026-03-26 02:37:12] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005694 10.0.0.27 - - [2026-03-26 02:37:12] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005192 10.0.0.27 - - [2026-03-26 02:37:12] "GET /virtual-network/88e016f1-c976-485e-9b95-3dae66308bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006939 10.0.0.27 - - [2026-03-26 02:37:15] "POST /neutron/network HTTP/1.1" 200 820 0.013000 10.0.0.27 - - [2026-03-26 02:37:15] "POST /neutron/network HTTP/1.1" 400 204 0.016203 10.0.0.27 - - [2026-03-26 02:37:15] "POST /neutron/port HTTP/1.1" 200 1120 0.032375 10.0.0.27 - - [2026-03-26 02:37:15] "POST /neutron/port HTTP/1.1" 200 1110 0.011005 10.0.0.27 - - [2026-03-26 02:37:16] "POST /neutron/port HTTP/1.1" 200 151 0.111085 10.0.0.27 - - [2026-03-26 02:37:17] "POST /neutron/network HTTP/1.1" 200 820 0.007057 10.0.0.27 - - [2026-03-26 02:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004251 10.0.0.27 - - [2026-03-26 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2026-03-26 02:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.27 - - [2026-03-26 02:37:17] "POST /neutron/network HTTP/1.1" 200 151 0.119649 10.0.0.27 - - [2026-03-26 02:37:17] "DELETE /route-target/d298a013-1ff9-4931-9afe-5e1019a7d674 HTTP/1.1" 200 115 0.020762 10.0.0.27 - - [2026-03-26 02:37:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006437 10.0.0.27 - - [2026-03-26 02:37:18] "POST /network-ipams HTTP/1.1" 200 541 0.034961 10.0.0.27 - - [2026-03-26 02:37:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003388 10.0.0.27 - - [2026-03-26 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.27 - - [2026-03-26 02:37:18] "GET /network-ipam/309899b5-9eeb-4040-a56c-47c5281fb160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.008239 10.0.0.27 - - [2026-03-26 02:37:18] "PUT /network-ipam/309899b5-9eeb-4040-a56c-47c5281fb160 HTTP/1.1" 200 258 0.016808 10.0.0.27 - - [2026-03-26 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2026-03-26 02:37:18] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001861 10.0.0.27 - - [2026-03-26 02:37:18] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.055834 10.0.0.27 - - [2026-03-26 02:37:18] "POST /neutron/network HTTP/1.1" 200 117 0.013410 10.0.0.27 - - [2026-03-26 02:37:18] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.27 - - [2026-03-26 02:37:18] "POST /neutron/network HTTP/1.1" 200 605 0.123368 10.0.0.27 - - [2026-03-26 02:37:18] "POST /route-targets HTTP/1.1" 200 327 0.013663 10.0.0.27 - - [2026-03-26 02:37:18] "POST /ref-update HTTP/1.1" 200 156 0.012898 10.0.0.27 - - [2026-03-26 02:37:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007781 10.0.0.27 - - [2026-03-26 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.213234 10.0.0.27 - - [2026-03-26 02:37:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009156 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.234469 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/network HTTP/1.1" 200 994 0.008915 10.0.0.27 - - [2026-03-26 02:37:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.27 - - [2026-03-26 02:37:19] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006053 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/network HTTP/1.1" 200 994 0.017651 10.0.0.27 - - [2026-03-26 02:37:19] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010050 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/network HTTP/1.1" 200 994 0.011234 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.010908 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.010794 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/network HTTP/1.1" 200 994 0.017546 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.012604 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.016182 10.0.0.27 - - [2026-03-26 02:37:19] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001421 10.0.0.27 - - [2026-03-26 02:37:19] "POST /neutron/port HTTP/1.1" 200 1017 0.213318 10.0.0.27 - - [2026-03-26 02:37:19] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.174546 10.0.0.27 - - [2026-03-26 02:37:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001609 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.020879 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.020551 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/network HTTP/1.1" 200 994 0.010656 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.012828 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.007317 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.019949 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.009840 10.0.0.27 - - [2026-03-26 02:37:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.002029 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.006352 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008391 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009563 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/network HTTP/1.1" 200 994 0.009973 10.0.0.27 - - [2026-03-26 02:37:20] "POST /neutron/port HTTP/1.1" 200 1017 0.013031 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.011500 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.006549 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.010074 10.0.0.27 - - [2026-03-26 02:37:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.002446 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.007769 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.013272 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/network HTTP/1.1" 200 1004 0.006649 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.010816 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.016361 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005131 10.0.0.27 - - [2026-03-26 02:37:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1109 0.096709 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1119 0.015479 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005543 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.017616 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.003292 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/network HTTP/1.1" 200 994 0.007478 10.0.0.27 - - [2026-03-26 02:37:21] "GET / HTTP/1.1" 200 35931 0.003404 10.0.0.27 - - [2026-03-26 02:37:21] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.015294 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005942 10.0.0.27 - - [2026-03-26 02:37:21] "POST /neutron/port HTTP/1.1" 200 1017 0.014876 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 1017 0.012099 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 1109 0.084569 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 1119 0.017407 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003424 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.010978 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/network HTTP/1.1" 200 994 0.013271 10.0.0.27 - - [2026-03-26 02:37:22] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.27 - - [2026-03-26 02:37:22] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.064616 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/network HTTP/1.1" 200 994 0.010015 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 2086 0.032155 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010218 10.0.0.27 - - [2026-03-26 02:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domains HTTP/1.1" 200 280 0.002539 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002438 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2573 0.011070 10.0.0.27 - - [2026-03-26 02:37:22] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001720 10.0.0.27 - - [2026-03-26 02:37:22] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7 HTTP/1.1" 200 2841 0.070658 10.0.0.27 - - [2026-03-26 02:37:22] "GET /network-ipam/309899b5-9eeb-4040-a56c-47c5281fb160 HTTP/1.1" 200 2645 0.004782 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domains HTTP/1.1" 200 280 0.003699 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2573 0.010562 10.0.0.27 - - [2026-03-26 02:37:22] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.27 - - [2026-03-26 02:37:22] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7 HTTP/1.1" 200 2841 0.074298 10.0.0.27 - - [2026-03-26 02:37:22] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f HTTP/1.1" 200 3780 0.005481 10.0.0.27 - - [2026-03-26 02:37:22] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f HTTP/1.1" 200 3780 0.009159 10.0.0.27 - - [2026-03-26 02:37:22] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 200 2380 0.003257 10.0.0.27 - - [2026-03-26 02:37:22] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 200 2380 0.003029 10.0.0.27 - - [2026-03-26 02:37:22] "GET /route-target/ed65e7a6-4cba-4294-b2c2-47ed7f1f5964 HTTP/1.1" 200 1205 0.003128 10.0.0.27 - - [2026-03-26 02:37:22] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f HTTP/1.1" 200 3780 0.005108 10.0.0.27 - - [2026-03-26 02:37:22] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 200 2380 0.003724 10.0.0.27 - - [2026-03-26 02:37:22] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011853 10.0.0.27 - - [2026-03-26 02:37:22] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f HTTP/1.1" 200 3780 0.013168 10.0.0.27 - - [2026-03-26 02:37:22] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 200 2380 0.004646 10.0.0.27 - - [2026-03-26 02:37:22] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 200 2380 0.003354 10.0.0.27 - - [2026-03-26 02:37:22] "GET /route-target/ed65e7a6-4cba-4294-b2c2-47ed7f1f5964 HTTP/1.1" 200 1205 0.003052 10.0.0.27 - - [2026-03-26 02:37:22] "GET /domains HTTP/1.1" 200 280 0.005885 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/network HTTP/1.1" 200 1004 0.014007 10.0.0.27 - - [2026-03-26 02:37:23] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.27 - - [2026-03-26 02:37:23] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2573 0.011957 10.0.0.27 - - [2026-03-26 02:37:23] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.27 - - [2026-03-26 02:37:23] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.27 - - [2026-03-26 02:37:23] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7 HTTP/1.1" 200 2841 0.100760 10.0.0.27 - - [2026-03-26 02:37:23] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f HTTP/1.1" 200 3780 0.008222 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1055 0.285410 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1055 0.013558 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1055 0.013096 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1109 0.063994 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1119 0.025773 10.0.0.27 - - [2026-03-26 02:37:23] "GET /obj-perms HTTP/1.1" 200 5030 0.065085 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012354 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.013286 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1119 0.013313 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018756 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/network HTTP/1.1" 200 994 0.010368 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1119 0.013453 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005419 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010741 10.0.0.27 - - [2026-03-26 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005886 10.0.0.27 - - [2026-03-26 02:37:23] "GET /virtual-machine/0f5555eb-5945-4627-ba08-ffdf575fad3b HTTP/1.1" 200 1288 0.007745 10.0.0.27 - - [2026-03-26 02:37:23] "GET /virtual-machine-interface/de7718e1-1c49-43e7-9080-d4d0a35fd87d HTTP/1.1" 200 2941 0.005458 10.0.0.27 - - [2026-03-26 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2026-03-26 02:37:23] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.27 - - [2026-03-26 02:37:24] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004344 10.0.0.27 - - [2026-03-26 02:37:24] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010010 10.0.0.27 - - [2026-03-26 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.27 - - [2026-03-26 02:37:27] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.015441 10.0.0.27 - - [2026-03-26 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2026-03-26 02:37:31] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006752 10.0.0.27 - - [2026-03-26 02:37:31] "POST /neutron/port HTTP/1.1" 200 1119 0.020761 10.0.0.27 - - [2026-03-26 02:37:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006808 10.0.0.27 - - [2026-03-26 02:37:33] "POST /neutron/port HTTP/1.1" 200 1119 0.016951 10.0.0.27 - - [2026-03-26 02:37:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010308 10.0.0.27 - - [2026-03-26 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899 10.0.0.27 - - [2026-03-26 02:37:33] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005934 10.0.0.27 - - [2026-03-26 02:37:33] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003458 10.0.0.27 - - [2026-03-26 02:37:33] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007660 10.0.0.27 - - [2026-03-26 02:37:33] "POST /neutron/port HTTP/1.1" 200 1119 0.016532 10.0.0.27 - - [2026-03-26 02:37:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008340 10.0.0.27 - - [2026-03-26 02:37:34] "POST /neutron/port HTTP/1.1" 200 1119 0.025589 10.0.0.27 - - [2026-03-26 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006694 10.0.0.27 - - [2026-03-26 02:37:34] "POST /neutron/port HTTP/1.1" 200 1119 0.020335 10.0.0.27 - - [2026-03-26 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009027 10.0.0.27 - - [2026-03-26 02:37:34] "GET /virtual-machine/24589a39-ce80-415f-9f66-0cd6c66d5175 HTTP/1.1" 200 1288 0.007316 10.0.0.27 - - [2026-03-26 02:37:34] "GET /virtual-machine-interface/e399031e-e237-4e04-a330-9a2d5aec77c1 HTTP/1.1" 200 2941 0.008760 10.0.0.27 - - [2026-03-26 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2026-03-26 02:37:34] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002869 10.0.0.27 - - [2026-03-26 02:37:34] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002867 10.0.0.27 - - [2026-03-26 02:37:34] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010092 10.0.0.27 - - [2026-03-26 02:37:35] "POST /neutron/port HTTP/1.1" 200 1119 0.015413 10.0.0.27 - - [2026-03-26 02:37:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006829 10.0.0.27 - - [2026-03-26 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2026-03-26 02:37:35] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004190 10.0.0.27 - - [2026-03-26 02:37:35] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004620 10.0.0.27 - - [2026-03-26 02:37:35] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.012678 10.0.0.27 - - [2026-03-26 02:37:35] "POST /neutron/port HTTP/1.1" 200 1119 0.025178 10.0.0.27 - - [2026-03-26 02:37:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008120 10.0.0.27 - - [2026-03-26 02:37:36] "POST /neutron/port HTTP/1.1" 200 1119 0.019109 10.0.0.27 - - [2026-03-26 02:37:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011971 10.0.0.27 - - [2026-03-26 02:37:36] "POST /neutron/port HTTP/1.1" 200 1119 0.017219 10.0.0.27 - - [2026-03-26 02:37:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005608 10.0.0.27 - - [2026-03-26 02:37:36] "GET /virtual-machine/8fc0fa1d-950d-407c-aa76-7950b45ffcdb HTTP/1.1" 200 1293 0.004756 10.0.0.27 - - [2026-03-26 02:37:36] "GET /virtual-machine-interface/c14d95ad-5997-45a7-8038-591cbe5570c1 HTTP/1.1" 200 2940 0.003990 10.0.0.27 - - [2026-03-26 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.27 - - [2026-03-26 02:37:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002880 10.0.0.27 - - [2026-03-26 02:37:36] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004239 10.0.0.27 - - [2026-03-26 02:37:36] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011442 10.0.0.27 - - [2026-03-26 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589 10.0.0.27 - - [2026-03-26 02:37:37] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005621 10.0.0.27 - - [2026-03-26 02:37:37] "GET /virtual-networks?parent_id=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004078 10.0.0.27 - - [2026-03-26 02:37:37] "GET /virtual-network/b0374602-3a51-4365-be7c-33a9143e137f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007764 10.0.0.27 - - [2026-03-26 02:37:42] "GET /obj-perms HTTP/1.1" 200 5056 0.099517 10.0.0.27 - - [2026-03-26 02:37:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056979 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/port HTTP/1.1" 200 1119 0.014836 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/port HTTP/1.1" 200 1119 0.014933 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/network HTTP/1.1" 200 1004 0.008633 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004408 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/subnet HTTP/1.1" 200 673 0.013026 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.27 - - [2026-03-26 02:37:44] "POST /neutron/network HTTP/1.1" 200 994 0.007931 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1109 0.012118 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1109 0.010707 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 151 0.130176 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1109 0.015258 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1119 0.016025 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1109 0.010824 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 1109 0.013784 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 151 0.140277 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/port HTTP/1.1" 200 151 0.128293 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/network HTTP/1.1" 200 994 0.008150 10.0.0.27 - - [2026-03-26 02:37:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.27 - - [2026-03-26 02:37:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.27 - - [2026-03-26 02:37:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.27 - - [2026-03-26 02:37:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.27 - - [2026-03-26 02:37:55] "POST /neutron/network HTTP/1.1" 200 151 0.130603 10.0.0.27 - - [2026-03-26 02:37:55] "GET /routing-instance/4e76f6fe-9cba-482d-a5fa-c469fd1c6be2 HTTP/1.1" 404 171 0.002605 10.0.0.27 - - [2026-03-26 02:37:55] "GET /domains HTTP/1.1" 200 280 0.002085 10.0.0.27 - - [2026-03-26 02:37:55] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.27 - - [2026-03-26 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2026-03-26 02:37:55] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 2573 0.051648 10.0.0.27 - - [2026-03-26 02:37:55] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.27 - - [2026-03-26 02:37:55] "DELETE /route-target/ed65e7a6-4cba-4294-b2c2-47ed7f1f5964 HTTP/1.1" 200 115 0.015954 10.0.0.27 - - [2026-03-26 02:37:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7 HTTP/1.1" 200 2084 0.074786 10.0.0.27 - - [2026-03-26 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.27 - - [2026-03-26 02:37:56] "DELETE /network-ipam/309899b5-9eeb-4040-a56c-47c5281fb160 HTTP/1.1" 200 115 0.020793 10.0.0.27 - - [2026-03-26 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002747 10.0.0.27 - - [2026-03-26 02:37:56] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002376 10.0.0.27 - - [2026-03-26 02:37:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054425 10.0.0.27 - - [2026-03-26 02:37:56] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003457 10.0.0.27 - - [2026-03-26 02:37:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?fields=virtual_networks HTTP/1.1" 200 1031 0.046848 10.0.0.27 - - [2026-03-26 02:37:56] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.27 - - [2026-03-26 02:37:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.029090 10.0.0.27 - - [2026-03-26 02:37:56] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.27 - - [2026-03-26 02:37:56] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?fields=security_groups HTTP/1.1" 200 1257 0.032642 10.0.0.27 - - [2026-03-26 02:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.004737 10.0.0.27 - - [2026-03-26 02:38:00] "POST /neutron/port HTTP/1.1" 400 205 0.003113 10.0.0.27 - - [2026-03-26 02:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.006609 10.0.0.27 - - [2026-03-26 02:38:00] "POST /neutron/port HTTP/1.1" 400 205 0.003324 10.0.0.27 - - [2026-03-26 02:38:05] "GET / HTTP/1.1" 200 35931 0.004946 10.0.0.27 - - [2026-03-26 02:38:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.001131 10.0.0.27 - - [2026-03-26 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.091483 10.0.0.27 - - [2026-03-26 02:38:07] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003540 10.0.0.27 - - [2026-03-26 02:38:07] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003659 10.0.0.27 - - [2026-03-26 02:38:07] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016495 10.0.0.27 - - [2026-03-26 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.002611 10.0.0.27 - - [2026-03-26 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.003222 10.0.0.27 - - [2026-03-26 02:38:07] "POST /security-groups HTTP/1.1" 200 586 0.064234 10.0.0.27 - - [2026-03-26 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.004501 10.0.0.27 - - [2026-03-26 02:38:08] "POST /projects HTTP/1.1" 200 575 0.377436 10.0.0.27 - - [2026-03-26 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.427974 10.0.0.27 - - [2026-03-26 02:38:08] "POST /access-control-lists HTTP/1.1" 200 591 0.093162 10.0.0.27 - - [2026-03-26 02:38:08] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.652038 10.0.0.27 - - [2026-03-26 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.003815 10.0.0.27 - - [2026-03-26 02:38:08] "POST /access-control-lists HTTP/1.1" 200 589 0.071400 10.0.0.27 - - [2026-03-26 02:38:09] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.27 - - [2026-03-26 02:38:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.001173 10.0.0.27 - - [2026-03-26 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.041718 10.0.0.27 - - [2026-03-26 02:38:12] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.010098 10.0.0.27 - - [2026-03-26 02:38:12] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.007910 10.0.0.27 - - [2026-03-26 02:38:12] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005590 10.0.0.27 - - [2026-03-26 02:38:12] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.013413 10.0.0.27 - - [2026-03-26 02:38:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000554 10.0.0.27 - - [2026-03-26 02:38:13] "GET /aaa-mode HTTP/1.1" 200 128 0.036329 10.0.0.27 - - [2026-03-26 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.036139 10.0.0.27 - - [2026-03-26 02:38:14] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005410 10.0.0.27 - - [2026-03-26 02:38:14] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002418 10.0.0.27 - - [2026-03-26 02:38:14] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013399 10.0.0.27 - - [2026-03-26 02:38:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.002971 10.0.0.27 - - [2026-03-26 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003186 10.0.0.27 - - [2026-03-26 02:38:14] "POST /security-groups HTTP/1.1" 200 586 0.072127 10.0.0.27 - - [2026-03-26 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003344 10.0.0.27 - - [2026-03-26 02:38:14] "POST /projects HTTP/1.1" 200 575 0.255821 10.0.0.27 - - [2026-03-26 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.291287 10.0.0.27 - - [2026-03-26 02:38:14] "POST /access-control-lists HTTP/1.1" 200 591 0.063733 10.0.0.27 - - [2026-03-26 02:38:14] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.482205 10.0.0.27 - - [2026-03-26 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.003337 10.0.0.27 - - [2026-03-26 02:38:14] "POST /access-control-lists HTTP/1.1" 200 589 0.060122 10.0.0.27 - - [2026-03-26 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.039063 10.0.0.27 - - [2026-03-26 02:38:15] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.27 - - [2026-03-26 02:38:15] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.27 - - [2026-03-26 02:38:15] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010054 10.0.0.27 - - [2026-03-26 02:38:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001655 10.0.0.27 - - [2026-03-26 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.003610 10.0.0.27 - - [2026-03-26 02:38:15] "POST /security-groups HTTP/1.1" 200 586 0.071321 10.0.0.27 - - [2026-03-26 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.004642 10.0.0.27 - - [2026-03-26 02:38:15] "POST /projects HTTP/1.1" 200 575 0.246965 10.0.0.27 - - [2026-03-26 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295952 10.0.0.27 - - [2026-03-26 02:38:15] "POST /access-control-lists HTTP/1.1" 200 591 0.063640 10.0.0.27 - - [2026-03-26 02:38:15] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.478833 10.0.0.27 - - [2026-03-26 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003413 10.0.0.27 - - [2026-03-26 02:38:15] "POST /access-control-lists HTTP/1.1" 200 589 0.067510 10.0.0.27 - - [2026-03-26 02:38:16] "GET / HTTP/1.1" 200 35931 0.003339 10.0.0.27 - - [2026-03-26 02:38:17] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.27 - - [2026-03-26 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.005624 10.0.0.27 - - [2026-03-26 02:38:17] "POST /api-access-lists HTTP/1.1" 200 521 0.035697 10.0.0.27 - - [2026-03-26 02:38:17] "GET /api-access-list/70add118-dba4-4c93-802e-61b75b48e17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.005073 10.0.0.27 - - [2026-03-26 02:38:17] "GET /api-access-list/70add118-dba4-4c93-802e-61b75b48e17e HTTP/1.1" 401 292 0.000549 10.0.0.27 - - [2026-03-26 02:38:18] "GET /api-access-list/70add118-dba4-4c93-802e-61b75b48e17e HTTP/1.1" 200 1263 0.077295 10.0.0.27 - - [2026-03-26 02:38:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.001495 10.0.0.27 - - [2026-03-26 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.072253 10.0.0.27 - - [2026-03-26 02:38:18] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.27 - - [2026-03-26 02:38:18] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.033477 10.0.0.27 - - [2026-03-26 02:38:18] "GET /virtual-networks?parent_id=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011159 10.0.0.27 - - [2026-03-26 02:38:18] "POST /virtual-networks HTTP/1.1" 200 568 0.080808 10.0.0.27 - - [2026-03-26 02:38:18] "POST /route-targets HTTP/1.1" 200 327 0.013502 10.0.0.27 - - [2026-03-26 02:38:18] "POST /ref-update HTTP/1.1" 200 156 0.018971 10.0.0.27 - - [2026-03-26 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024798 10.0.0.27 - - [2026-03-26 02:38:18] "GET /network-ipam/6c1461f1-6c21-4b94-983d-e20976aafa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.014282 10.0.0.27 - - [2026-03-26 02:38:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004180 10.0.0.27 - - [2026-03-26 02:38:18] "POST /ref-update HTTP/1.1" 200 156 0.064041 10.0.0.27 - - [2026-03-26 02:38:19] "POST /neutron/network HTTP/1.1" 200 830 0.059635 10.0.0.27 - - [2026-03-26 02:38:19] "POST /neutron/network HTTP/1.1" 200 830 0.028521 10.0.0.27 - - [2026-03-26 02:38:19] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.018754 10.0.0.27 - - [2026-03-26 02:38:19] "POST /neutron/network HTTP/1.1" 200 830 0.025348 10.0.0.27 - - [2026-03-26 02:38:19] "POST /neutron/subnet HTTP/1.1" 200 668 0.036092 10.0.0.27 - - [2026-03-26 02:38:19] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab HTTP/1.1" 401 292 0.000573 10.0.0.27 - - [2026-03-26 02:38:19] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab HTTP/1.1" 200 2261 0.044422 10.0.0.27 - - [2026-03-26 02:38:19] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-03-26 02:38:19] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab HTTP/1.1" 200 2001 0.045121 10.0.0.27 - - [2026-03-26 02:38:20] "GET /obj-perms HTTP/1.1" 200 4915 0.083673 10.0.0.27 - - [2026-03-26 02:38:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-03-26 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.034512 10.0.0.27 - - [2026-03-26 02:38:20] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.019956 10.0.0.27 - - [2026-03-26 02:38:20] "GET /obj-perms HTTP/1.1" 200 4915 0.011532 10.0.0.27 - - [2026-03-26 02:38:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.024471 10.0.0.27 - - [2026-03-26 02:38:21] "GET /obj-perms HTTP/1.1" 200 4915 0.101447 10.0.0.27 - - [2026-03-26 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006252 10.0.0.27 - - [2026-03-26 02:38:21] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.032140 10.0.0.27 - - [2026-03-26 02:38:21] "GET /obj-perms HTTP/1.1" 200 4915 0.023322 10.0.0.27 - - [2026-03-26 02:38:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.033308 10.0.0.27 - - [2026-03-26 02:38:21] "POST /id-to-fqname HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-03-26 02:38:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.051324 10.0.0.27 - - [2026-03-26 02:38:22] "POST /neutron/network HTTP/1.1" 200 840 0.065409 10.0.0.27 - - [2026-03-26 02:38:23] "GET /aaa-mode HTTP/1.1" 401 292 0.001205 10.0.0.27 - - [2026-03-26 02:38:23] "GET / HTTP/1.1" 200 35931 0.005054 10.0.0.27 - - [2026-03-26 02:38:23] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001020 10.0.0.27 - - [2026-03-26 02:38:23] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001924 10.0.0.27 - - [2026-03-26 02:38:23] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.094184 10.0.0.27 - - [2026-03-26 02:38:23] "POST /neutron/network HTTP/1.1" 200 830 0.006301 10.0.0.27 - - [2026-03-26 02:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.053810 10.0.0.27 - - [2026-03-26 02:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.009519 10.0.0.27 - - [2026-03-26 02:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.27 - - [2026-03-26 02:38:24] "POST /neutron/network HTTP/1.1" 200 840 0.026676 10.0.0.27 - - [2026-03-26 02:38:24] "POST /neutron/network HTTP/1.1" 200 830 0.044225 10.0.0.27 - - [2026-03-26 02:38:24] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002096 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 1054 0.362171 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 1054 0.009233 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 1054 0.011441 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 1108 0.046909 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 1118 0.012057 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/subnet HTTP/1.1" 200 642 0.008458 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.002077 10.0.0.27 - - [2026-03-26 02:38:25] "POST /neutron/network HTTP/1.1" 200 830 0.010187 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/port HTTP/1.1" 200 1118 0.025843 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007164 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/port HTTP/1.1" 200 1118 0.011070 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005651 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/port HTTP/1.1" 200 1118 0.015048 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008337 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/port HTTP/1.1" 200 1118 0.014039 10.0.0.27 - - [2026-03-26 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007246 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 200 1286 0.015896 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 200 1286 0.016099 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63 HTTP/1.1" 200 2530 0.028702 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 200 1286 0.015367 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63 HTTP/1.1" 200 2530 0.029270 10.0.0.27 - - [2026-03-26 02:38:29] "GET /instance-ip/3ed65399-4088-4b3c-8ead-ef27db7ee738 HTTP/1.1" 200 1624 0.017345 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 200 1286 0.015962 10.0.0.27 - - [2026-03-26 02:38:29] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63 HTTP/1.1" 200 2530 0.025414 10.0.0.27 - - [2026-03-26 02:38:29] "GET /instance-ip/3ed65399-4088-4b3c-8ead-ef27db7ee738 HTTP/1.1" 200 1624 0.012428 10.0.0.27 - - [2026-03-26 02:38:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.014607 10.0.0.27 - - [2026-03-26 02:38:29] "GET / HTTP/1.1" 200 35931 0.003183 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.043874 10.0.0.27 - - [2026-03-26 02:38:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006471 10.0.0.27 - - [2026-03-26 02:38:30] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011980 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011176 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2026-03-26 02:38:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004995 10.0.0.27 - - [2026-03-26 02:38:30] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014937 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011597 10.0.0.27 - - [2026-03-26 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2026-03-26 02:38:30] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005103 10.0.0.27 - - [2026-03-26 02:38:30] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012001 10.0.0.27 - - [2026-03-26 02:38:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.011694 10.0.0.27 - - [2026-03-26 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2026-03-26 02:38:31] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003882 10.0.0.27 - - [2026-03-26 02:38:31] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016404 10.0.0.27 - - [2026-03-26 02:38:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.018720 10.0.0.27 - - [2026-03-26 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-03-26 02:38:31] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005156 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /project/5838e7fd083342e5be4eedd0bfd919b3 HTTP/1.1" 404 173 0.081893 10.0.0.27 - - [2026-03-26 02:38:31] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015866 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /project/235f2d838be04df095bf7bb117139802 HTTP/1.1" 404 173 0.113663 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /project/22be32c29a6b433ea0c043d80dad0310 HTTP/1.1" 404 173 0.133239 10.0.0.27 - - [2026-03-26 02:38:31] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001668 10.0.0.27 - - [2026-03-26 02:38:31] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.128942 10.0.0.27 - - [2026-03-26 02:38:31] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.27 - - [2026-03-26 02:38:31] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?fields=security_groups HTTP/1.1" 200 1362 0.069864 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /security-group/7c7d9a03-c526-487e-a09b-3e4a4b858c5a HTTP/1.1" 200 115 0.040984 10.0.0.27 - - [2026-03-26 02:38:31] "GET /projects?obj_uuids=715d95e1-21de-46e3-a15c-d0ab92566af7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.27 - - [2026-03-26 02:38:31] "GET /project/715d95e1-21de-46e3-a15c-d0ab92566af7?fields=application_policy_sets HTTP/1.1" 200 1401 0.035767 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /access-control-list/237775f9-e9fa-4f86-8857-4ea8803bdfe6 HTTP/1.1" 200 115 0.038112 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /access-control-list/39feeb33-1a1c-46e9-ac2f-1ff7621c7cfd HTTP/1.1" 200 115 0.019416 10.0.0.27 - - [2026-03-26 02:38:31] "DELETE /project/715d95e1-21de-46e3-a15c-d0ab92566af7 HTTP/1.1" 200 115 0.495406 10.0.0.27 - - [2026-03-26 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.020377 10.0.0.27 - - [2026-03-26 02:38:34] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.014770 10.0.0.27 - - [2026-03-26 02:38:35] "POST /neutron/port HTTP/1.1" 200 1118 0.030622 10.0.0.27 - - [2026-03-26 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.012899 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.022636 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006975 10.0.0.27 - - [2026-03-26 02:38:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006937 10.0.0.27 - - [2026-03-26 02:38:36] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018811 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.012796 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2026-03-26 02:38:36] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003362 10.0.0.27 - - [2026-03-26 02:38:36] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016699 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.015373 10.0.0.27 - - [2026-03-26 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.27 - - [2026-03-26 02:38:36] "GET /routing-instance/661bb3dd-1fd7-46eb-bc75-de6878af8635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004528 10.0.0.27 - - [2026-03-26 02:38:36] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010550 10.0.0.27 - - [2026-03-26 02:38:36] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003995 10.0.0.27 - - [2026-03-26 02:38:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.012535 10.0.0.27 - - [2026-03-26 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2026-03-26 02:38:37] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003996 10.0.0.27 - - [2026-03-26 02:38:37] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012103 10.0.0.27 - - [2026-03-26 02:38:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.011506 10.0.0.27 - - [2026-03-26 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2026-03-26 02:38:37] "GET /routing-instance/661bb3dd-1fd7-46eb-bc75-de6878af8635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003763 10.0.0.27 - - [2026-03-26 02:38:37] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010652 10.0.0.27 - - [2026-03-26 02:38:37] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003685 10.0.0.27 - - [2026-03-26 02:38:37] "GET /obj-perms HTTP/1.1" 200 4915 0.019417 10.0.0.27 - - [2026-03-26 02:38:37] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.013523 10.0.0.27 - - [2026-03-26 02:38:39] "GET /obj-perms HTTP/1.1" 200 4915 0.014036 10.0.0.27 - - [2026-03-26 02:38:39] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.016713 10.0.0.27 - - [2026-03-26 02:38:41] "GET /obj-perms HTTP/1.1" 200 4915 0.019161 10.0.0.27 - - [2026-03-26 02:38:41] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.014129 10.0.0.27 - - [2026-03-26 02:38:43] "GET /obj-perms HTTP/1.1" 200 5056 0.065722 10.0.0.27 - - [2026-03-26 02:38:43] "GET /obj-perms HTTP/1.1" 200 5056 0.072754 10.0.0.27 - - [2026-03-26 02:38:43] "GET /obj-perms HTTP/1.1" 200 4915 0.009899 10.0.0.27 - - [2026-03-26 02:38:43] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.019414 10.0.0.27 - - [2026-03-26 02:38:45] "GET /obj-perms HTTP/1.1" 200 4915 0.014760 10.0.0.27 - - [2026-03-26 02:38:45] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.019766 10.0.0.27 - - [2026-03-26 02:38:47] "GET /obj-perms HTTP/1.1" 200 4915 0.026985 10.0.0.27 - - [2026-03-26 02:38:47] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.028094 10.0.0.27 - - [2026-03-26 02:38:49] "GET /obj-perms HTTP/1.1" 200 4915 0.022211 10.0.0.27 - - [2026-03-26 02:38:49] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.024592 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.013314 10.0.0.27 - - [2026-03-26 02:38:52] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.016742 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.013138 10.0.0.27 - - [2026-03-26 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.27 - - [2026-03-26 02:38:52] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.022194 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.014285 10.0.0.27 - - [2026-03-26 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2026-03-26 02:38:52] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.029308 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.014750 10.0.0.27 - - [2026-03-26 02:38:52] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.022047 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.015761 10.0.0.27 - - [2026-03-26 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2026-03-26 02:38:52] "GET /virtual-machine-interface/e1dae03f-9529-4da8-88a6-503add001f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.026098 10.0.0.27 - - [2026-03-26 02:38:52] "GET /obj-perms HTTP/1.1" 200 4915 0.014817 10.0.0.27 - - [2026-03-26 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2026-03-26 02:38:53] "GET /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.027603 10.0.0.27 - - [2026-03-26 02:38:53] "GET /obj-perms HTTP/1.1" 200 4915 0.018896 10.0.0.27 - - [2026-03-26 02:38:53] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.015852 10.0.0.27 - - [2026-03-26 02:38:53] "GET /obj-perms HTTP/1.1" 200 4915 0.016779 10.0.0.27 - - [2026-03-26 02:38:53] "GET /obj-perms HTTP/1.1" 200 4915 0.011255 10.0.0.27 - - [2026-03-26 02:38:53] "GET /obj-perms HTTP/1.1" 200 4915 0.073759 10.0.0.27 - - [2026-03-26 02:38:53] "GET /obj-perms HTTP/1.1" 200 4915 0.014806 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 5020 0.094311 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 5020 0.005453 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 4915 0.019668 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 4915 0.015182 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 4915 0.126996 10.0.0.27 - - [2026-03-26 02:38:54] "GET /obj-perms HTTP/1.1" 200 4915 0.019036 10.0.0.27 - - [2026-03-26 02:38:55] "GET /obj-perms HTTP/1.1" 200 5020 0.006070 10.0.0.27 - - [2026-03-26 02:38:55] "GET /obj-perms HTTP/1.1" 200 5020 0.004106 10.0.0.27 - - [2026-03-26 02:38:55] "GET /obj-perms HTTP/1.1" 200 4915 0.019121 10.0.0.27 - - [2026-03-26 02:38:55] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023046 10.0.0.27 - - [2026-03-26 02:38:55] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 200 1286 0.019271 10.0.0.27 - - [2026-03-26 02:38:56] "POST /neutron/port HTTP/1.1" 200 1118 0.014233 10.0.0.27 - - [2026-03-26 02:38:56] "POST /neutron/port HTTP/1.1" 200 1108 0.011027 10.0.0.27 - - [2026-03-26 02:38:56] "POST /neutron/port HTTP/1.1" 200 151 0.119646 10.0.0.27 - - [2026-03-26 02:38:57] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 404 171 0.026297 10.0.0.27 - - [2026-03-26 02:38:57] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 404 171 0.014522 10.0.0.27 - - [2026-03-26 02:38:57] "GET /virtual-machine/1c102c59-da8d-4c8e-851c-0da91ce997a2 HTTP/1.1" 404 171 0.013936 10.0.0.27 - - [2026-03-26 02:38:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.015963 10.0.0.27 - - [2026-03-26 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2026-03-26 02:38:57] "GET /global-vrouter-config/6b338fe5-b480-4029-b453-394c0d2fb1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003404 10.0.0.27 - - [2026-03-26 02:38:57] "GET /virtual-networks?parent_id=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020358 10.0.0.27 - - [2026-03-26 02:38:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.010249 10.0.0.27 - - [2026-03-26 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.27 - - [2026-03-26 02:38:57] "GET /routing-instance/661bb3dd-1fd7-46eb-bc75-de6878af8635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004263 10.0.0.27 - - [2026-03-26 02:38:57] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016205 10.0.0.27 - - [2026-03-26 02:38:57] "GET /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004107 10.0.0.27 - - [2026-03-26 02:38:57] "GET /obj-perms HTTP/1.1" 200 4915 0.021107 10.0.0.27 - - [2026-03-26 02:38:57] "GET /obj-perms HTTP/1.1" 200 4915 0.014676 10.0.0.27 - - [2026-03-26 02:38:58] "GET /obj-perms HTTP/1.1" 200 4915 0.082644 10.0.0.27 - - [2026-03-26 02:38:58] "GET /obj-perms HTTP/1.1" 200 4915 0.018347 10.0.0.27 - - [2026-03-26 02:38:58] "GET /obj-perms HTTP/1.1" 200 5020 0.006677 10.0.0.27 - - [2026-03-26 02:39:01] "GET /obj-perms HTTP/1.1" 200 5020 0.004909 10.0.0.27 - - [2026-03-26 02:39:04] "GET /obj-perms HTTP/1.1" 200 5020 0.005911 10.0.0.27 - - [2026-03-26 02:39:07] "GET /obj-perms HTTP/1.1" 200 5020 0.007668 10.0.0.27 - - [2026-03-26 02:39:10] "GET /obj-perms HTTP/1.1" 200 5020 0.006014 10.0.0.27 - - [2026-03-26 02:39:13] "GET /obj-perms HTTP/1.1" 200 5020 0.004473 10.0.0.27 - - [2026-03-26 02:39:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004575 10.0.0.27 - - [2026-03-26 02:39:19] "GET /obj-perms HTTP/1.1" 200 5020 0.006289 10.0.0.27 - - [2026-03-26 02:39:22] "GET /obj-perms HTTP/1.1" 200 5020 0.007664 10.0.0.27 - - [2026-03-26 02:39:25] "GET /obj-perms HTTP/1.1" 200 5020 0.004369 10.0.0.27 - - [2026-03-26 02:39:28] "GET /obj-perms HTTP/1.1" 200 5020 0.007714 10.0.0.27 - - [2026-03-26 02:39:31] "GET /obj-perms HTTP/1.1" 200 5020 0.004176 10.0.0.27 - - [2026-03-26 02:39:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003683 10.0.0.27 - - [2026-03-26 02:39:37] "GET /obj-perms HTTP/1.1" 200 5020 0.005799 10.0.0.27 - - [2026-03-26 02:39:40] "GET /obj-perms HTTP/1.1" 200 5020 0.005604 10.0.0.27 - - [2026-03-26 02:39:43] "GET /obj-perms HTTP/1.1" 200 5020 0.003889 10.0.0.27 - - [2026-03-26 02:39:43] "GET /obj-perms HTTP/1.1" 200 5056 0.081830 10.0.0.27 - - [2026-03-26 02:39:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004862 10.0.0.27 - - [2026-03-26 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.27 - - [2026-03-26 02:39:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001893 10.0.0.27 - - [2026-03-26 02:39:44] "DELETE /virtual-network/59b8d6d7-61f6-44f6-bd7a-b03008de97ab HTTP/1.1" 200 115 0.105014 10.0.0.27 - - [2026-03-26 02:39:44] "DELETE /route-target/2dac4401-107d-4ba0-92b7-e8ed019d12d0 HTTP/1.1" 200 115 0.022007 10.0.0.27 - - [2026-03-26 02:39:44] "DELETE /api-access-list/70add118-dba4-4c93-802e-61b75b48e17e HTTP/1.1" 200 115 0.032513 10.0.0.27 - - [2026-03-26 02:39:44] "GET /api-access-list/70add118-dba4-4c93-802e-61b75b48e17e HTTP/1.1" 404 171 0.003302 10.0.0.27 - - [2026-03-26 02:39:44] "GET /obj-perms HTTP/1.1" 200 5056 0.108756 10.0.0.27 - - [2026-03-26 02:39:44] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001980 10.0.0.27 - - [2026-03-26 02:39:44] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.043188 10.0.0.27 - - [2026-03-26 02:39:44] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003029 10.0.0.27 - - [2026-03-26 02:39:44] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?fields=virtual_networks HTTP/1.1" 200 1021 0.053496 10.0.0.27 - - [2026-03-26 02:39:44] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001565 10.0.0.27 - - [2026-03-26 02:39:44] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.037223 10.0.0.27 - - [2026-03-26 02:39:44] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.27 - - [2026-03-26 02:39:44] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?fields=security_groups HTTP/1.1" 200 1242 0.041076 10.0.0.27 - - [2026-03-26 02:39:45] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001870 10.0.0.27 - - [2026-03-26 02:39:45] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046201 10.0.0.27 - - [2026-03-26 02:39:45] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001949 10.0.0.27 - - [2026-03-26 02:39:45] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?fields=virtual_networks HTTP/1.1" 200 1021 0.041048 10.0.0.27 - - [2026-03-26 02:39:45] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001320 10.0.0.27 - - [2026-03-26 02:39:45] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043294 10.0.0.27 - - [2026-03-26 02:39:45] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001694 10.0.0.27 - - [2026-03-26 02:39:45] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?fields=security_groups HTTP/1.1" 200 1242 0.047561 10.0.0.27 - - [2026-03-26 02:39:47] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004216 10.0.0.27 - - [2026-03-26 02:39:47] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.015603 10.0.0.27 - - [2026-03-26 02:39:47] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001637 10.0.0.27 - - [2026-03-26 02:39:47] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053687 10.0.0.27 - - [2026-03-26 02:39:47] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003031 10.0.0.27 - - [2026-03-26 02:39:47] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?fields=virtual_networks HTTP/1.1" 200 1021 0.044744 10.0.0.27 - - [2026-03-26 02:39:48] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002671 10.0.0.27 - - [2026-03-26 02:39:48] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.057838 10.0.0.27 - - [2026-03-26 02:39:48] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002922 10.0.0.27 - - [2026-03-26 02:39:48] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?fields=security_groups HTTP/1.1" 200 1242 0.064909 10.0.0.27 - - [2026-03-26 02:39:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.047380 10.0.0.27 - - [2026-03-26 02:39:49] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003658 10.0.0.27 - - [2026-03-26 02:39:49] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.27 - - [2026-03-26 02:39:49] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008756 10.0.0.27 - - [2026-03-26 02:39:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.001927 10.0.0.27 - - [2026-03-26 02:39:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.004201 10.0.0.27 - - [2026-03-26 02:39:49] "POST /security-groups HTTP/1.1" 200 591 0.071503 10.0.0.27 - - [2026-03-26 02:39:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.004111 10.0.0.27 - - [2026-03-26 02:39:49] "POST /projects HTTP/1.1" 200 585 0.247812 10.0.0.27 - - [2026-03-26 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.297469 10.0.0.27 - - [2026-03-26 02:39:50] "POST /access-control-lists HTTP/1.1" 200 596 0.066646 10.0.0.27 - - [2026-03-26 02:39:50] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.503488 10.0.0.27 - - [2026-03-26 02:39:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.003063 10.0.0.27 - - [2026-03-26 02:39:50] "POST /access-control-lists HTTP/1.1" 200 594 0.061060 10.0.0.27 - - [2026-03-26 02:39:51] "GET / HTTP/1.1" 200 35931 0.002386 10.0.0.27 - - [2026-03-26 02:39:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.001045 10.0.0.27 - - [2026-03-26 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.046082 10.0.0.27 - - [2026-03-26 02:39:54] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006939 10.0.0.27 - - [2026-03-26 02:39:54] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006880 10.0.0.27 - - [2026-03-26 02:39:54] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005112 10.0.0.27 - - [2026-03-26 02:39:54] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.017626 10.0.0.27 - - [2026-03-26 02:39:54] "GET /aaa-mode HTTP/1.1" 200 128 0.002931 10.0.0.27 - - [2026-03-26 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.032749 10.0.0.27 - - [2026-03-26 02:39:55] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004126 10.0.0.27 - - [2026-03-26 02:39:55] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.27 - - [2026-03-26 02:39:55] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009138 10.0.0.27 - - [2026-03-26 02:39:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.001774 10.0.0.27 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.005014 10.0.0.27 - - [2026-03-26 02:39:55] "POST /security-groups HTTP/1.1" 200 591 0.068295 10.0.0.27 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.004461 10.0.0.27 - - [2026-03-26 02:39:55] "POST /projects HTTP/1.1" 200 585 0.233210 10.0.0.27 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.280502 10.0.0.27 - - [2026-03-26 02:39:55] "POST /access-control-lists HTTP/1.1" 200 596 0.068479 10.0.0.27 - - [2026-03-26 02:39:55] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.447608 10.0.0.27 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.003379 10.0.0.27 - - [2026-03-26 02:39:55] "POST /access-control-lists HTTP/1.1" 200 594 0.068247 10.0.0.27 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.037953 10.0.0.27 - - [2026-03-26 02:39:55] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.27 - - [2026-03-26 02:39:56] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.27 - - [2026-03-26 02:39:56] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008538 10.0.0.27 - - [2026-03-26 02:39:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.001485 10.0.0.27 - - [2026-03-26 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.003612 10.0.0.27 - - [2026-03-26 02:39:56] "POST /security-groups HTTP/1.1" 200 591 0.064996 10.0.0.27 - - [2026-03-26 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003665 10.0.0.27 - - [2026-03-26 02:39:56] "POST /projects HTTP/1.1" 200 585 0.224654 10.0.0.27 - - [2026-03-26 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.299658 10.0.0.27 - - [2026-03-26 02:39:56] "POST /access-control-lists HTTP/1.1" 200 596 0.070073 10.0.0.27 - - [2026-03-26 02:39:56] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.451665 10.0.0.27 - - [2026-03-26 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.005723 10.0.0.27 - - [2026-03-26 02:39:56] "POST /access-control-lists HTTP/1.1" 200 594 0.067794 10.0.0.27 - - [2026-03-26 02:39:57] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.27 - - [2026-03-26 02:39:58] "GET / HTTP/1.1" 200 35931 0.003985 10.0.0.27 - - [2026-03-26 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.004494 10.0.0.27 - - [2026-03-26 02:39:58] "POST /api-access-lists HTTP/1.1" 200 521 0.024442 10.0.0.27 - - [2026-03-26 02:39:58] "GET /api-access-list/388d13f8-acb2-4716-9fe2-24a6e7f64a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005512 10.0.0.27 - - [2026-03-26 02:39:58] "GET /api-access-list/388d13f8-acb2-4716-9fe2-24a6e7f64a3d HTTP/1.1" 401 292 0.000522 10.0.0.27 - - [2026-03-26 02:39:59] "GET /api-access-list/388d13f8-acb2-4716-9fe2-24a6e7f64a3d HTTP/1.1" 200 1288 0.078533 10.0.0.27 - - [2026-03-26 02:39:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-03-26 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.055557 10.0.0.27 - - [2026-03-26 02:39:59] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.27 - - [2026-03-26 02:39:59] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048720 10.0.0.27 - - [2026-03-26 02:39:59] "GET /virtual-networks?parent_id=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028583 10.0.0.27 - - [2026-03-26 02:39:59] "POST /virtual-networks HTTP/1.1" 200 583 0.094201 10.0.0.27 - - [2026-03-26 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.012067 10.0.0.27 - - [2026-03-26 02:39:59] "GET /network-ipam/6c1461f1-6c21-4b94-983d-e20976aafa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012145 10.0.0.27 - - [2026-03-26 02:39:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.27 - - [2026-03-26 02:39:59] "POST /ref-update HTTP/1.1" 200 156 0.066015 10.0.0.27 - - [2026-03-26 02:40:00] "POST /neutron/network HTTP/1.1" 200 849 0.064402 10.0.0.27 - - [2026-03-26 02:40:00] "POST /neutron/network HTTP/1.1" 200 849 0.026165 10.0.0.27 - - [2026-03-26 02:40:00] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.019105 10.0.0.27 - - [2026-03-26 02:40:00] "POST /neutron/network HTTP/1.1" 200 849 0.024384 10.0.0.27 - - [2026-03-26 02:40:00] "POST /route-targets HTTP/1.1" 200 327 0.017118 10.0.0.27 - - [2026-03-26 02:40:00] "POST /ref-update HTTP/1.1" 200 156 0.015557 10.0.0.27 - - [2026-03-26 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 681 0.063582 10.0.0.27 - - [2026-03-26 02:40:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.27 - - [2026-03-26 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.060400 10.0.0.27 - - [2026-03-26 02:40:00] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003275 10.0.0.27 - - [2026-03-26 02:40:00] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063643 10.0.0.27 - - [2026-03-26 02:40:00] "GET /virtual-networks?parent_id=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014568 10.0.0.27 - - [2026-03-26 02:40:00] "POST /virtual-networks HTTP/1.1" 200 583 0.073339 10.0.0.27 - - [2026-03-26 02:40:00] "POST /route-targets HTTP/1.1" 200 327 0.012568 10.0.0.27 - - [2026-03-26 02:40:00] "POST /ref-update HTTP/1.1" 200 156 0.014854 10.0.0.27 - - [2026-03-26 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.019914 10.0.0.27 - - [2026-03-26 02:40:00] "GET /network-ipam/6c1461f1-6c21-4b94-983d-e20976aafa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.013026 10.0.0.27 - - [2026-03-26 02:40:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.27 - - [2026-03-26 02:40:01] "POST /ref-update HTTP/1.1" 200 156 0.067291 10.0.0.27 - - [2026-03-26 02:40:01] "POST /neutron/network HTTP/1.1" 200 849 0.060015 10.0.0.27 - - [2026-03-26 02:40:01] "POST /neutron/network HTTP/1.1" 200 849 0.032018 10.0.0.27 - - [2026-03-26 02:40:01] "GET /virtual-network/49190a4d-611d-4966-abab-2c347cd8f6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.023033 10.0.0.27 - - [2026-03-26 02:40:01] "POST /neutron/network HTTP/1.1" 200 849 0.037311 10.0.0.27 - - [2026-03-26 02:40:01] "POST /neutron/subnet HTTP/1.1" 200 681 0.035453 10.0.0.27 - - [2026-03-26 02:40:01] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 401 292 0.000763 10.0.0.27 - - [2026-03-26 02:40:01] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 200 2315 0.051992 10.0.0.27 - - [2026-03-26 02:40:01] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-03-26 02:40:02] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 403 376 0.048808 10.0.0.27 - - [2026-03-26 02:40:02] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 200 2315 0.007841 10.0.0.27 - - [2026-03-26 02:40:02] "GET /virtual-networks HTTP/1.1" 200 371 0.026633 10.0.0.27 - - [2026-03-26 02:40:02] "GET /virtual-networks HTTP/1.1" 200 371 0.017741 10.0.0.27 - - [2026-03-26 02:40:02] "GET /obj-perms HTTP/1.1" 403 257 0.043627 10.0.0.27 - - [2026-03-26 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2026-03-26 02:40:02] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.018852 10.0.0.27 - - [2026-03-26 02:40:03] "GET /obj-perms HTTP/1.1" 403 257 0.050770 10.0.0.27 - - [2026-03-26 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.27 - - [2026-03-26 02:40:03] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011653 10.0.0.27 - - [2026-03-26 02:40:03] "GET /obj-perms HTTP/1.1" 200 5030 0.092547 10.0.0.27 - - [2026-03-26 02:40:03] "GET /obj-perms HTTP/1.1" 403 257 0.021641 10.0.0.27 - - [2026-03-26 02:40:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.032960 10.0.0.27 - - [2026-03-26 02:40:03] "GET /obj-perms HTTP/1.1" 403 257 0.009572 10.0.0.27 - - [2026-03-26 02:40:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.024036 10.0.0.27 - - [2026-03-26 02:40:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003920 10.0.0.27 - - [2026-03-26 02:40:04] "PUT /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 200 264 0.040355 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-networks HTTP/1.1" 200 132 0.023807 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-networks HTTP/1.1" 200 611 0.020962 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-networks HTTP/1.1" 200 1429 0.003236 10.0.0.27 - - [2026-03-26 02:40:04] "GET /obj-perms HTTP/1.1" 403 257 0.010177 10.0.0.27 - - [2026-03-26 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013637 10.0.0.27 - - [2026-03-26 02:40:04] "GET /obj-perms HTTP/1.1" 403 257 0.039497 10.0.0.27 - - [2026-03-26 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.012471 10.0.0.27 - - [2026-03-26 02:40:04] "GET /obj-perms HTTP/1.1" 403 257 0.008732 10.0.0.27 - - [2026-03-26 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-03-26 02:40:04] "GET /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.018453 10.0.0.27 - - [2026-03-26 02:40:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005277 10.0.0.27 - - [2026-03-26 02:40:04] "GET /obj-perms HTTP/1.1" 403 257 0.010150 10.0.0.27 - - [2026-03-26 02:40:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.049417 10.0.0.27 - - [2026-03-26 02:40:05] "GET /obj-perms HTTP/1.1" 403 257 0.010606 10.0.0.27 - - [2026-03-26 02:40:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031209 10.0.0.27 - - [2026-03-26 02:40:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003508 10.0.0.27 - - [2026-03-26 02:40:05] "PUT /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 200 264 0.032824 10.0.0.27 - - [2026-03-26 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002692 10.0.0.27 - - [2026-03-26 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2026-03-26 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002331 10.0.0.27 - - [2026-03-26 02:40:05] "DELETE /virtual-network/49190a4d-611d-4966-abab-2c347cd8f6d1 HTTP/1.1" 200 115 0.081091 10.0.0.27 - - [2026-03-26 02:40:05] "DELETE /route-target/01e566d4-81f5-4262-9744-ddd7edc69d86 HTTP/1.1" 200 115 0.015141 10.0.0.27 - - [2026-03-26 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.27 - - [2026-03-26 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002029 10.0.0.27 - - [2026-03-26 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.27 - - [2026-03-26 02:40:05] "DELETE /virtual-network/dded13c5-c0ea-40fd-a9d1-a19434bb1bff HTTP/1.1" 200 115 0.075640 10.0.0.27 - - [2026-03-26 02:40:05] "DELETE /route-target/25954b75-825c-41b6-9716-00cb40157b22 HTTP/1.1" 200 115 0.019472 10.0.0.27 - - [2026-03-26 02:40:05] "DELETE /api-access-list/388d13f8-acb2-4716-9fe2-24a6e7f64a3d HTTP/1.1" 200 115 0.020456 10.0.0.27 - - [2026-03-26 02:40:05] "GET /api-access-list/388d13f8-acb2-4716-9fe2-24a6e7f64a3d HTTP/1.1" 404 171 0.002283 10.0.0.27 - - [2026-03-26 02:40:05] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004024 10.0.0.27 - - [2026-03-26 02:40:05] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049321 10.0.0.27 - - [2026-03-26 02:40:05] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.27 - - [2026-03-26 02:40:05] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?fields=virtual_networks HTTP/1.1" 200 1031 0.033675 10.0.0.27 - - [2026-03-26 02:40:05] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001394 10.0.0.27 - - [2026-03-26 02:40:05] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027936 10.0.0.27 - - [2026-03-26 02:40:06] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001587 10.0.0.27 - - [2026-03-26 02:40:06] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?fields=security_groups HTTP/1.1" 200 1257 0.044175 10.0.0.27 - - [2026-03-26 02:40:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000833 10.0.0.27 - - [2026-03-26 02:40:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2026-03-26 02:40:06] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002045 10.0.0.27 - - [2026-03-26 02:40:06] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044012 10.0.0.27 - - [2026-03-26 02:40:06] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.27 - - [2026-03-26 02:40:06] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?fields=virtual_networks HTTP/1.1" 200 1032 0.030825 10.0.0.27 - - [2026-03-26 02:40:06] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002699 10.0.0.27 - - [2026-03-26 02:40:06] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050555 10.0.0.27 - - [2026-03-26 02:40:06] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001602 10.0.0.27 - - [2026-03-26 02:40:06] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?fields=security_groups HTTP/1.1" 200 1258 0.038660 10.0.0.27 - - [2026-03-26 02:40:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000750 10.0.0.27 - - [2026-03-26 02:40:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000734 10.0.0.27 - - [2026-03-26 02:40:07] "GET /aaa-mode HTTP/1.1" 200 128 0.002280 10.0.0.27 - - [2026-03-26 02:40:08] "GET / HTTP/1.1" 200 35931 0.002523 10.0.0.27 - - [2026-03-26 02:40:09] "GET / HTTP/1.1" 200 35931 0.003717 10.0.0.27 - - [2026-03-26 02:40:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000868 10.0.0.27 - - [2026-03-26 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.083906 10.0.0.27 - - [2026-03-26 02:40:10] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.27 - - [2026-03-26 02:40:10] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048161 10.0.0.27 - - [2026-03-26 02:40:10] "GET /virtual-networks?parent_id=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010214 10.0.0.27 - - [2026-03-26 02:40:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.008736 10.0.0.27 - - [2026-03-26 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.018768 10.0.0.27 - - [2026-03-26 02:40:10] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.27 - - [2026-03-26 02:40:10] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020660 10.0.0.27 - - [2026-03-26 02:40:10] "POST /service-templates HTTP/1.1" 403 264 0.009041 10.0.0.27 - - [2026-03-26 02:40:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.004138 10.0.0.27 - - [2026-03-26 02:40:10] "POST /api-access-lists HTTP/1.1" 200 555 0.023201 10.0.0.27 - - [2026-03-26 02:40:11] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005865 10.0.0.27 - - [2026-03-26 02:40:11] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 1323 0.004231 10.0.0.27 - - [2026-03-26 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.016347 10.0.0.27 - - [2026-03-26 02:40:11] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001585 10.0.0.27 - - [2026-03-26 02:40:11] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059499 10.0.0.27 - - [2026-03-26 02:40:11] "GET /virtual-networks?parent_id=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017058 10.0.0.27 - - [2026-03-26 02:40:11] "POST /virtual-networks HTTP/1.1" 200 583 0.123283 10.0.0.27 - - [2026-03-26 02:40:11] "POST /route-targets HTTP/1.1" 200 327 0.021224 10.0.0.27 - - [2026-03-26 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.018686 10.0.0.27 - - [2026-03-26 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037881 10.0.0.27 - - [2026-03-26 02:40:11] "GET /network-ipam/6c1461f1-6c21-4b94-983d-e20976aafa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.013446 10.0.0.27 - - [2026-03-26 02:40:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.27 - - [2026-03-26 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.053701 10.0.0.27 - - [2026-03-26 02:40:11] "POST /neutron/network HTTP/1.1" 200 846 0.056607 10.0.0.27 - - [2026-03-26 02:40:11] "POST /neutron/network HTTP/1.1" 200 846 0.020127 10.0.0.27 - - [2026-03-26 02:40:11] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.017848 10.0.0.27 - - [2026-03-26 02:40:11] "POST /neutron/network HTTP/1.1" 200 846 0.027874 10.0.0.27 - - [2026-03-26 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 669 0.028554 10.0.0.27 - - [2026-03-26 02:40:12] "POST /neutron/network HTTP/1.1" 200 846 0.073109 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.006337 10.0.0.27 - - [2026-03-26 02:40:12] "GET /network-ipam/6c1461f1-6c21-4b94-983d-e20976aafa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003979 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domains HTTP/1.1" 200 280 0.005039 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3488 0.009155 10.0.0.27 - - [2026-03-26 02:40:12] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001548 10.0.0.27 - - [2026-03-26 02:40:12] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043 HTTP/1.1" 200 2352 0.074786 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.007457 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.006365 10.0.0.27 - - [2026-03-26 02:40:12] "GET /routing-instance/acf4828a-f5d2-4eb9-81c0-fbe42161aa86 HTTP/1.1" 200 1555 0.005248 10.0.0.27 - - [2026-03-26 02:40:12] "GET /routing-instance/acf4828a-f5d2-4eb9-81c0-fbe42161aa86 HTTP/1.1" 200 1555 0.006462 10.0.0.27 - - [2026-03-26 02:40:12] "GET /route-target/4508b411-df8b-48af-a78e-a5b08a1dfd90 HTTP/1.1" 200 1244 0.005492 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.008580 10.0.0.27 - - [2026-03-26 02:40:12] "GET /routing-instance/acf4828a-f5d2-4eb9-81c0-fbe42161aa86 HTTP/1.1" 200 1555 0.004847 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.007639 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.008126 10.0.0.27 - - [2026-03-26 02:40:12] "GET /routing-instance/acf4828a-f5d2-4eb9-81c0-fbe42161aa86 HTTP/1.1" 200 1555 0.004049 10.0.0.27 - - [2026-03-26 02:40:12] "GET /routing-instance/acf4828a-f5d2-4eb9-81c0-fbe42161aa86 HTTP/1.1" 200 1555 0.005031 10.0.0.27 - - [2026-03-26 02:40:12] "GET /route-target/4508b411-df8b-48af-a78e-a5b08a1dfd90 HTTP/1.1" 200 1244 0.005579 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domains HTTP/1.1" 200 280 0.003825 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001911 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed HTTP/1.1" 200 3488 0.011713 10.0.0.27 - - [2026-03-26 02:40:12] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002182 10.0.0.27 - - [2026-03-26 02:40:12] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043 HTTP/1.1" 200 2352 0.097997 10.0.0.27 - - [2026-03-26 02:40:12] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.011155 10.0.0.27 - - [2026-03-26 02:40:12] "GET /obj-perms HTTP/1.1" 200 5030 0.006505 10.0.0.27 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.012507 10.0.0.27 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014507 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002856 10.0.0.27 - - [2026-03-26 02:40:12] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.029573 10.0.0.27 - - [2026-03-26 02:40:12] "POST /service-templates HTTP/1.1" 403 264 0.017170 10.0.0.27 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.006007 10.0.0.27 - - [2026-03-26 02:40:12] "POST /api-access-lists HTTP/1.1" 200 521 0.031562 10.0.0.27 - - [2026-03-26 02:40:12] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006239 10.0.0.27 - - [2026-03-26 02:40:12] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 1290 0.003994 10.0.0.27 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.014080 10.0.0.27 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.019046 10.0.0.27 - - [2026-03-26 02:40:13] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003598 10.0.0.27 - - [2026-03-26 02:40:13] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.040456 10.0.0.27 - - [2026-03-26 02:40:13] "POST /service-templates HTTP/1.1" 200 551 0.059381 10.0.0.27 - - [2026-03-26 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.026109 10.0.0.27 - - [2026-03-26 02:40:13] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022557 10.0.0.27 - - [2026-03-26 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.020044 10.0.0.27 - - [2026-03-26 02:40:13] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.032395 10.0.0.27 - - [2026-03-26 02:40:13] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 401 292 0.001508 10.0.0.27 - - [2026-03-26 02:40:13] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 403 263 0.036029 10.0.0.27 - - [2026-03-26 02:40:13] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.011381 10.0.0.27 - - [2026-03-26 02:40:14] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.054298 10.0.0.27 - - [2026-03-26 02:40:14] "GET /obj-perms HTTP/1.1" 403 257 0.058762 10.0.0.27 - - [2026-03-26 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.27 - - [2026-03-26 02:40:14] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016876 10.0.0.27 - - [2026-03-26 02:40:14] "GET /obj-perms HTTP/1.1" 403 257 0.016579 10.0.0.27 - - [2026-03-26 02:40:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.018721 10.0.0.27 - - [2026-03-26 02:40:14] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004635 10.0.0.27 - - [2026-03-26 02:40:14] "PUT /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 264 0.011782 10.0.0.27 - - [2026-03-26 02:40:14] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 1460 0.004613 10.0.0.27 - - [2026-03-26 02:40:15] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.017712 10.0.0.27 - - [2026-03-26 02:40:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-03-26 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.071222 10.0.0.27 - - [2026-03-26 02:40:15] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001718 10.0.0.27 - - [2026-03-26 02:40:15] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062348 10.0.0.27 - - [2026-03-26 02:40:15] "GET /virtual-networks?parent_id=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.033625 10.0.0.27 - - [2026-03-26 02:40:15] "POST /virtual-networks HTTP/1.1" 403 263 0.020933 10.0.0.27 - - [2026-03-26 02:40:15] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.021160 10.0.0.27 - - [2026-03-26 02:40:16] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.058958 10.0.0.27 - - [2026-03-26 02:40:16] "GET /obj-perms HTTP/1.1" 403 257 0.019643 10.0.0.27 - - [2026-03-26 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.27 - - [2026-03-26 02:40:16] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.043857 10.0.0.27 - - [2026-03-26 02:40:16] "GET /obj-perms HTTP/1.1" 403 257 0.014081 10.0.0.27 - - [2026-03-26 02:40:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.026892 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004861 10.0.0.27 - - [2026-03-26 02:40:16] "PUT /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 264 0.014690 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 1428 0.006165 10.0.0.27 - - [2026-03-26 02:40:16] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 200 1854 0.027976 10.0.0.27 - - [2026-03-26 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.020792 10.0.0.27 - - [2026-03-26 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.017844 10.0.0.27 - - [2026-03-26 02:40:16] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.27 - - [2026-03-26 02:40:16] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.024716 10.0.0.27 - - [2026-03-26 02:40:16] "POST /service-templates HTTP/1.1" 403 264 0.014796 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.006105 10.0.0.27 - - [2026-03-26 02:40:16] "PUT /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 264 0.017910 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 1323 0.005733 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004476 10.0.0.27 - - [2026-03-26 02:40:16] "PUT /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 264 0.015645 10.0.0.27 - - [2026-03-26 02:40:16] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 1290 0.004846 10.0.0.27 - - [2026-03-26 02:40:16] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 403 263 0.012671 10.0.0.27 - - [2026-03-26 02:40:17] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 403 263 0.073992 10.0.0.27 - - [2026-03-26 02:40:17] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.018805 10.0.0.27 - - [2026-03-26 02:40:17] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.054378 10.0.0.27 - - [2026-03-26 02:40:17] "GET /obj-perms HTTP/1.1" 403 257 0.021986 10.0.0.27 - - [2026-03-26 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.27 - - [2026-03-26 02:40:17] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011730 10.0.0.27 - - [2026-03-26 02:40:18] "GET /obj-perms HTTP/1.1" 403 257 0.049242 10.0.0.27 - - [2026-03-26 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.27 - - [2026-03-26 02:40:18] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.018863 10.0.0.27 - - [2026-03-26 02:40:18] "GET /obj-perms HTTP/1.1" 403 257 0.018462 10.0.0.27 - - [2026-03-26 02:40:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.023433 10.0.0.27 - - [2026-03-26 02:40:18] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.008234 10.0.0.27 - - [2026-03-26 02:40:18] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.020094 10.0.0.27 - - [2026-03-26 02:40:18] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 200 1854 0.018490 10.0.0.27 - - [2026-03-26 02:40:18] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.030266 10.0.0.27 - - [2026-03-26 02:40:18] "GET /obj-perms HTTP/1.1" 403 257 0.016711 10.0.0.27 - - [2026-03-26 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.27 - - [2026-03-26 02:40:18] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.036914 10.0.0.27 - - [2026-03-26 02:40:18] "GET /obj-perms HTTP/1.1" 403 257 0.021111 10.0.0.27 - - [2026-03-26 02:40:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.039911 10.0.0.27 - - [2026-03-26 02:40:19] "DELETE /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 200 115 0.034241 10.0.0.27 - - [2026-03-26 02:40:19] "GET /api-access-list/fd83fa7f-0044-46be-abdd-5e4de0f86ba7 HTTP/1.1" 404 171 0.003570 10.0.0.27 - - [2026-03-26 02:40:19] "DELETE /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 200 115 0.026498 10.0.0.27 - - [2026-03-26 02:40:19] "GET /api-access-list/a2342c31-b686-4a00-a1cb-b1e0f7be657d HTTP/1.1" 404 171 0.002837 10.0.0.27 - - [2026-03-26 02:40:19] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-03-26 02:40:19] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 403 263 0.061294 10.0.0.27 - - [2026-03-26 02:40:19] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.015412 10.0.0.27 - - [2026-03-26 02:40:20] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 403 264 0.060672 10.0.0.27 - - [2026-03-26 02:40:20] "GET /obj-perms HTTP/1.1" 403 257 0.038891 10.0.0.27 - - [2026-03-26 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007203 10.0.0.27 - - [2026-03-26 02:40:20] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009302 10.0.0.27 - - [2026-03-26 02:40:20] "GET /obj-perms HTTP/1.1" 403 257 0.010910 10.0.0.27 - - [2026-03-26 02:40:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010926 10.0.0.27 - - [2026-03-26 02:40:20] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006004 10.0.0.27 - - [2026-03-26 02:40:20] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.012779 10.0.0.27 - - [2026-03-26 02:40:20] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 2307 0.020090 10.0.0.27 - - [2026-03-26 02:40:20] "GET /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 200 1854 0.010377 10.0.0.27 - - [2026-03-26 02:40:20] "GET /obj-perms HTTP/1.1" 403 257 0.008926 10.0.0.27 - - [2026-03-26 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2026-03-26 02:40:20] "GET /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.022362 10.0.0.27 - - [2026-03-26 02:40:20] "GET /obj-perms HTTP/1.1" 403 257 0.012274 10.0.0.27 - - [2026-03-26 02:40:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030214 10.0.0.27 - - [2026-03-26 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012810 10.0.0.27 - - [2026-03-26 02:40:21] "DELETE /service-template/c36c6712-5fff-41a1-9ff5-9671e972de35 HTTP/1.1" 200 115 0.029261 10.0.0.27 - - [2026-03-26 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.011431 10.0.0.27 - - [2026-03-26 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-03-26 02:40:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.27 - - [2026-03-26 02:40:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002935 10.0.0.27 - - [2026-03-26 02:40:21] "DELETE /virtual-network/152d8c67-53de-4aa1-8c23-507d210ed7f1 HTTP/1.1" 200 115 0.095603 10.0.0.27 - - [2026-03-26 02:40:21] "DELETE /route-target/4508b411-df8b-48af-a78e-a5b08a1dfd90 HTTP/1.1" 200 115 0.013574 10.0.0.27 - - [2026-03-26 02:40:21] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004922 10.0.0.27 - - [2026-03-26 02:40:21] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.013965 10.0.0.27 - - [2026-03-26 02:40:21] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006407 10.0.0.27 - - [2026-03-26 02:40:21] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.011515 10.0.0.27 - - [2026-03-26 02:40:23] "GET /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003783 10.0.0.27 - - [2026-03-26 02:40:23] "PUT /api-access-list/58839d50-383c-4c6f-9f0f-9e9317f6bfbc HTTP/1.1" 200 264 0.012848 10.0.0.27 - - [2026-03-26 02:40:23] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001571 10.0.0.27 - - [2026-03-26 02:40:23] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032197 10.0.0.27 - - [2026-03-26 02:40:23] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001439 10.0.0.27 - - [2026-03-26 02:40:23] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?fields=virtual_networks HTTP/1.1" 200 1032 0.086274 10.0.0.27 - - [2026-03-26 02:40:23] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003577 10.0.0.27 - - [2026-03-26 02:40:23] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049017 10.0.0.27 - - [2026-03-26 02:40:23] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002111 10.0.0.27 - - [2026-03-26 02:40:23] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?fields=security_groups HTTP/1.1" 200 1258 0.035824 10.0.0.27 - - [2026-03-26 02:40:24] "GET /projects?obj_uuids=7438f03e-9c5c-48d2-b597-3a9483aed0ab&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001326 10.0.0.27 - - [2026-03-26 02:40:24] "GET /project/7438f03e-9c5c-48d2-b597-3a9483aed0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.027505 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:40:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.002794 10.0.0.27 - - [2026-03-26 02:40:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.056968 10.0.0.27 - - [2026-03-26 02:40:25] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005580 10.0.0.27 - - [2026-03-26 02:40:25] "GET /domains?obj_uuids=1c8217f5-6392-46c0-b62e-ef1e3b54d1ed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002930 10.0.0.27 - - [2026-03-26 02:40:25] "GET /domain/1c8217f5-6392-46c0-b62e-ef1e3b54d1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.017923 10.0.0.27 - - [2026-03-26 02:40:26] "POST /id-to-fqname HTTP/1.1" 200 186 0.002823 10.0.0.27 - - [2026-03-26 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.003433 10.0.0.27 - - [2026-03-26 02:40:26] "POST /security-groups HTTP/1.1" 200 587 0.079442 10.0.0.27 - - [2026-03-26 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.003032 10.0.0.27 - - [2026-03-26 02:40:26] "POST /projects HTTP/1.1" 200 577 0.259755 10.0.0.27 - - [2026-03-26 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.320337 10.0.0.27 - - [2026-03-26 02:40:26] "POST /access-control-lists HTTP/1.1" 200 592 0.068403 10.0.0.27 - - [2026-03-26 02:40:26] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.563696 10.0.0.27 - - [2026-03-26 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003724 10.0.0.27 - - [2026-03-26 02:40:26] "POST /access-control-lists HTTP/1.1" 200 590 0.061054 10.0.0.27 - - [2026-03-26 02:40:27] "GET / HTTP/1.1" 200 35931 0.004666 10.0.0.27 - - [2026-03-26 02:40:28] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003652 10.0.0.27 - - [2026-03-26 02:40:28] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055032 10.0.0.27 - - [2026-03-26 02:40:28] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002020 10.0.0.27 - - [2026-03-26 02:40:28] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?fields=virtual_networks HTTP/1.1" 200 1024 0.041410 10.0.0.27 - - [2026-03-26 02:40:28] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001967 10.0.0.27 - - [2026-03-26 02:40:28] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.041243 10.0.0.27 - - [2026-03-26 02:40:28] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.27 - - [2026-03-26 02:40:28] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?fields=security_groups HTTP/1.1" 200 1246 0.025249 10.0.0.27 - - [2026-03-26 02:40:31] "DELETE /project/80005bf0ad3b4291ac88981b406b58be HTTP/1.1" 404 173 0.035439 10.0.0.27 - - [2026-03-26 02:40:31] "DELETE /project/c72c665d31794fe8b26c04441b61b043 HTTP/1.1" 404 173 0.031284 10.0.0.27 - - [2026-03-26 02:40:31] "DELETE /project/eec212b2189247abb090d60b970433cc HTTP/1.1" 404 173 0.017969 10.0.0.27 - - [2026-03-26 02:40:31] "DELETE /project/8cfcd68bba964d62b4eaebadc03753a5 HTTP/1.1" 404 173 0.014392 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000741 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000720 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003141 10.0.0.27 - - [2026-03-26 02:40:31] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001463 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.086907 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.099592 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.111189 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.114595 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.108232 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.118058 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001661 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001166 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.213729 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?fields=security_groups HTTP/1.1" 200 1362 0.116054 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?fields=security_groups HTTP/1.1" 200 1347 0.113406 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?fields=security_groups HTTP/1.1" 200 1363 0.131606 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?fields=security_groups HTTP/1.1" 200 1351 0.121974 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?fields=security_groups HTTP/1.1" 200 1363 0.128793 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?fields=security_groups HTTP/1.1" 200 1347 0.139304 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?fields=security_groups HTTP/1.1" 200 1347 0.131245 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/f3064191-e0b6-4a71-9aeb-994da814a9b9 HTTP/1.1" 200 115 0.181115 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/9e50e508-8434-43c8-9543-62d1da42116f HTTP/1.1" 200 115 0.187325 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=80005bf0-ad3b-4291-ac88-981b406b58be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=22be32c2-9a6b-433e-a0c0-43d80dad0310&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/38e290f7-2cc9-48d9-9a6b-e317c2932c94 HTTP/1.1" 200 115 0.215186 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /access-control-list/7e6bb732-3205-44e1-8ad2-7eaa42fd0ea4 HTTP/1.1" 200 115 0.143812 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=5838e7fd-0833-42e5-be4e-edd0bfd919b3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001777 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/80005bf0-ad3b-4291-ac88-981b406b58be?fields=application_policy_sets HTTP/1.1" 200 1401 0.102746 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/01583a10-a288-4400-bbeb-47853027cacd HTTP/1.1" 200 115 0.264594 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3?fields=application_policy_sets HTTP/1.1" 200 1386 0.073613 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/22be32c2-9a6b-433e-a0c0-43d80dad0310?fields=application_policy_sets HTTP/1.1" 200 1386 0.118351 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/781e2e77-f597-43c7-bb9d-317b3fe90ff2 HTTP/1.1" 200 115 0.304319 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=eec212b2-1892-47ab-b090-d60b970433cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001755 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/20c18db9-f39c-44dd-9d4b-f6f368ca9f84 HTTP/1.1" 200 115 0.303352 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=8cfcd68b-ba96-4d62-b4ea-ebadc03753a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=c72c665d-3179-4fe8-b26c-04441b61b043&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /access-control-list/afceff0d-56e6-4e5b-a9ce-976d98b611fc HTTP/1.1" 200 115 0.112706 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/eec212b2-1892-47ab-b090-d60b970433cc?fields=application_policy_sets HTTP/1.1" 200 1390 0.059564 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /security-group/1cdb1311-4693-4057-9278-fc7f55aeb806 HTTP/1.1" 200 115 0.307801 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5?fields=application_policy_sets HTTP/1.1" 200 1402 0.128252 10.0.0.27 - - [2026-03-26 02:40:32] "GET /projects?obj_uuids=235f2d83-8be0-4df0-95bf-7bb117139802&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001351 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/c72c665d-3179-4fe8-b26c-04441b61b043?fields=application_policy_sets HTTP/1.1" 200 1402 0.144768 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /access-control-list/ed7cb4e3-a220-444b-a0fb-08fde76459a1 HTTP/1.1" 200 115 0.152681 10.0.0.27 - - [2026-03-26 02:40:32] "GET /project/235f2d83-8be0-4df0-95bf-7bb117139802?fields=application_policy_sets HTTP/1.1" 200 1386 0.104854 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /access-control-list/7b35aa21-fd60-44eb-a756-ada8dadc7e65 HTTP/1.1" 200 115 0.097768 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /project/80005bf0-ad3b-4291-ac88-981b406b58be HTTP/1.1" 200 115 1.001100 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /access-control-list/28b8e9e6-1212-4c83-9f08-49372eda735f HTTP/1.1" 200 115 0.083801 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /project/eec212b2-1892-47ab-b090-d60b970433cc HTTP/1.1" 200 115 1.074033 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /project/5838e7fd-0833-42e5-be4e-edd0bfd919b3 HTTP/1.1" 200 115 1.092323 10.0.0.27 - - [2026-03-26 02:40:32] "DELETE /project/22be32c2-9a6b-433e-a0c0-43d80dad0310 HTTP/1.1" 200 115 1.095001 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /project/8cfcd68b-ba96-4d62-b4ea-ebadc03753a5 HTTP/1.1" 200 115 1.118011 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/14901cfd-d32e-4e03-8339-2995f7f25583 HTTP/1.1" 200 115 0.031905 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /project/c72c665d-3179-4fe8-b26c-04441b61b043 HTTP/1.1" 200 115 1.112764 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /project/235f2d83-8be0-4df0-95bf-7bb117139802 HTTP/1.1" 200 115 1.097844 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/a9d33e17-f0c1-44fa-962e-0488a9924bd9 HTTP/1.1" 200 115 0.024604 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/83bcf14e-99c6-47ad-8389-92ce83212b9d HTTP/1.1" 200 115 0.024313 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/41eceda5-6520-4e67-97a4-56ec7666b135 HTTP/1.1" 200 115 0.022263 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/2ceae6e9-2273-49b9-9f7a-54e036515f00 HTTP/1.1" 200 115 0.023077 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/e17e12b9-9e95-4528-81aa-4b5eded8bde9 HTTP/1.1" 200 115 0.022690 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/309b798d-5ca0-4254-b962-c858212281ec HTTP/1.1" 200 115 0.027921 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/84795cee-13a5-446c-9ee6-4d830c73c885 HTTP/1.1" 200 115 0.021340 10.0.0.27 - - [2026-03-26 02:40:33] "DELETE /access-control-list/263f5695-1368-4ca7-b486-45fcdf23e62a HTTP/1.1" 200 115 0.020930 10.0.0.27 - - [2026-03-26 02:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.114188 10.0.0.27 - - [2026-03-26 02:40:45] "GET /obj-perms HTTP/1.1" 200 5056 0.089311 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:41:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002433 [Introspect:8084]10.0.0.27 - - [2026-03-26 02:41:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001333