++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 20 02:15:30 UTC 2025 ===================' INFO: =================== Thu Mar 20 02:15:30 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.28 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.28 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.28 ++ ANALYTICSDB_NODES=10.0.0.28 ++ ANALYTICS_SNMP_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8081 ' +++ '[' -n '10.0.0.28:8081 ' ']' +++ echo 10.0.0.28:8081 ++ ANALYTICS_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9042 ' +++ '[' -n '10.0.0.28:9042 ' ']' +++ echo 10.0.0.28:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.28:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8086 ' +++ '[' -n '10.0.0.28:8086 ' ']' +++ echo 10.0.0.28:8086 ++ COLLECTOR_SERVERS=10.0.0.28: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.28 ++ CONFIGDB_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8082 ' +++ '[' -n '10.0.0.28:8082 ' ']' +++ echo 10.0.0.28:8082 ++ CONFIG_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9161 ' +++ '[' -n '10.0.0.28:9161 ' ']' +++ echo 10.0.0.28:9161 ++ CONFIGDB_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9041 ' +++ '[' -n '10.0.0.28:9041 ' ']' +++ echo 10.0.0.28:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.28: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.0.0.28 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.28 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+=10.0.0.28:2181, +++ '[' -n 10.0.0.28:2181, ']' +++ echo 10.0.0.28:2181 ++ ZOOKEEPER_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:2181 ' +++ '[' -n '10.0.0.28:2181 ' ']' +++ echo 10.0.0.28:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.28:2181 ++ RABBITMQ_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+=10.0.0.28:5673, +++ '[' -n 10.0.0.28:5673, ']' +++ echo 10.0.0.28:5673 ++ RABBITMQ_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:6379 ' +++ '[' -n '10.0.0.28:6379 ' ']' +++ echo 10.0.0.28:6379 ++ REDIS_SERVERS=10.0.0.28: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.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9092 ' +++ '[' -n '10.0.0.28:9092 ' ']' +++ echo 10.0.0.28:9092 ++ KAFKA_SERVERS=10.0.0.28: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.28 ++ 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.28 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.28 ++ 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.28 ++ cut -d , -f 1 + local cassandra=10.0.0.28 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.28 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.28 +++ local servers=10.0.0.28 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.28,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.28'\''))' +++ local server_ip=10.0.0.28 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.28 ]] +++ [[ ,10.0.0.28,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.28, ]] +++ echo 10.0.0.28 1 +++ return ++ local ip=10.0.0.28 ++ [[ -z 10.0.0.28 ]] ++ echo 10.0.0.28 + host_ip=10.0.0.28 + [[ cql == \c\q\l ]] ++ echo 10.0.0.28:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.28:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.28:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 03/20/2025 02:15:38.767 7fb06cb4cb48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/20/2025 02:15:38.926 7fb06cb4cb48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/20/2025 02:15:38.940 7fb06cb4cb48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/20/2025 02:15:38.940 7fb06cb4cb48 [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.28:8082/ Hit Ctrl-C to quit. 10.0.0.28 - - [2025-03-20 02:15:44] "GET / HTTP/1.1" 503 181 0.000423 10.0.0.28 - - [2025-03-20 02:15:44] "GET / HTTP/1.1" 503 181 0.000184 10.0.0.28 - - [2025-03-20 02:15:44] "GET / HTTP/1.1" 200 35931 0.046265 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.28 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000770 10.0.0.28 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.329290 10.0.0.28 - - [2025-03-20 02:15:45] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006166 10.0.0.28 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003298 10.0.0.28 - - [2025-03-20 02:15:45] "GET / HTTP/1.1" 200 45871 0.001571 10.0.0.28 - - [2025-03-20 02:15:45] "GET / HTTP/1.1" 200 45871 0.001305 10.0.0.28 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000345 10.0.0.28 - - [2025-03-20 02:15:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000279 10.0.0.28 - - [2025-03-20 02:15:45] "POST /config-nodes HTTP/1.1" 200 599 0.024254 10.0.0.28 - - [2025-03-20 02:15:45] "GET / HTTP/1.1" 200 35931 0.002089 10.0.0.28 - - [2025-03-20 02:15:45] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000484 10.0.0.28 - - [2025-03-20 02:15:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.299747 10.0.0.28 - - [2025-03-20 02:15:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002412 10.0.0.28 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.312431 10.0.0.28 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.28 - - [2025-03-20 02:15:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034655 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.28 - - [2025-03-20 02:15:46] "GET / HTTP/1.1" 200 35931 0.001412 10.0.0.28 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.28 - - [2025-03-20 02:15:46] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.28 - - [2025-03-20 02:15:47] "GET / HTTP/1.1" 200 35931 0.001426 10.0.0.28 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.023077 10.0.0.28 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.28 - - [2025-03-20 02:15:47] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007505 10.0.0.28 - - [2025-03-20 02:15:47] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021050 10.0.0.28 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002800 10.0.0.28 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007327 10.0.0.28 - - [2025-03-20 02:15:47] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005902 10.0.0.28 - - [2025-03-20 02:15:47] "POST /service-appliance-sets HTTP/1.1" 200 541 0.022940 10.0.0.28 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.28 - - [2025-03-20 02:15:47] "GET /network-ipam/7d677848-85dc-4ed8-9cf9-6ea3c1335794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006196 10.0.0.28 - - [2025-03-20 02:15:47] "POST /service-templates HTTP/1.1" 200 511 0.022822 10.0.0.28 - - [2025-03-20 02:15:47] "POST /service-templates HTTP/1.1" 200 501 0.016485 10.0.0.28 - - [2025-03-20 02:15:48] "POST /service-templates HTTP/1.1" 200 515 0.029037 10.0.0.28 - - [2025-03-20 02:15:48] "POST /service-templates HTTP/1.1" 200 535 0.032004 10.0.0.28 - - [2025-03-20 02:15:48] "POST /service-templates HTTP/1.1" 200 507 0.030823 10.0.0.28 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.28 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.028546 10.0.0.28 - - [2025-03-20 02:15:49] "GET /network-ipam/7d677848-85dc-4ed8-9cf9-6ea3c1335794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003208 10.0.0.28 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003065 10.0.0.28 - - [2025-03-20 02:15:49] "POST /access-control-lists HTTP/1.1" 200 587 0.023015 10.0.0.28 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.003509 10.0.0.28 - - [2025-03-20 02:15:49] "POST /access-control-lists HTTP/1.1" 200 585 0.030502 10.0.0.28 - - [2025-03-20 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.039273 10.0.0.28 - - [2025-03-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.016750 10.0.0.28 - - [2025-03-20 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.055797 10.0.0.28 - - [2025-03-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.010312 10.0.0.28 - - [2025-03-20 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.012797 10.0.0.28 - - [2025-03-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.010027 10.0.0.28 - - [2025-03-20 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.010279 10.0.0.28 - - [2025-03-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.014240 10.0.0.28 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.004551 10.0.0.28 - - [2025-03-20 02:15:50] "POST /access-control-lists HTTP/1.1" 200 551 0.065233 10.0.0.28 - - [2025-03-20 02:15:50] "PUT /access-control-list/75b7be76-17a8-41a5-9477-9d8c9f0aaf3e HTTP/1.1" 200 272 0.010390 10.0.0.28 - - [2025-03-20 02:15:50] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.28 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.28 - - [2025-03-20 02:15:51] "PUT /access-control-list/dcd8c5dd-b47b-4f7c-bd30-d64d2b8748fb HTTP/1.1" 200 272 0.010421 10.0.0.28 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.024104 10.0.0.28 - - [2025-03-20 02:15:51] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006188 10.0.0.28 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.28 - - [2025-03-20 02:15:51] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004151 10.0.0.28 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002857 10.0.0.28 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.28 - - [2025-03-20 02:15:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.017798 10.0.0.28 - - [2025-03-20 02:15:51] "PUT /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 276 0.009952 10.0.0.28 - - [2025-03-20 02:15:51] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.28 - - [2025-03-20 02:15:51] "POST /alarms HTTP/1.1" 401 292 0.000426 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 581 0.041366 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 575 0.017345 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 575 0.019199 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 559 0.016713 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 555 0.016996 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 557 0.017958 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 565 0.016299 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 549 0.016903 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 557 0.018707 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 567 0.016952 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 555 0.027622 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 567 0.016762 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 575 0.061724 10.0.0.28 - - [2025-03-20 02:15:52] "POST /alarms HTTP/1.1" 200 569 0.022550 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 561 0.015654 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 561 0.039206 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 561 0.016925 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 547 0.015983 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 595 0.024768 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 575 0.016054 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 571 0.019509 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 583 0.022122 10.0.0.28 - - [2025-03-20 02:15:53] "POST /alarms HTTP/1.1" 200 609 0.018082 10.0.0.28 - - [2025-03-20 02:15:53] "GET / HTTP/1.1" 200 35931 0.002210 10.0.0.28 - - [2025-03-20 02:15:53] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000390 10.0.0.28 - - [2025-03-20 02:15:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021702 10.0.0.28 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.28 - - [2025-03-20 02:15:54] "PUT /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 276 0.034061 10.0.0.28 - - [2025-03-20 02:15:54] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.28 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.28 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.022972 10.0.0.28 - - [2025-03-20 02:15:55] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003634 10.0.0.28 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.28 - - [2025-03-20 02:15:55] "PUT /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 276 0.008455 10.0.0.28 - - [2025-03-20 02:15:55] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.28 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.28 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024464 10.0.0.28 - - [2025-03-20 02:15:55] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005760 10.0.0.28 - - [2025-03-20 02:15:55] "PUT /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47 HTTP/1.1" 200 274 0.016532 10.0.0.28 - - [2025-03-20 02:16:20] "GET /global-system-configs HTTP/1.1" 200 322 0.590202 10.0.0.28 - - [2025-03-20 02:16:21] "GET /global-system-configs HTTP/1.1" 200 322 0.020840 10.0.0.28 - - [2025-03-20 02:17:07] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.28 - - [2025-03-20 02:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.28 - - [2025-03-20 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.021724 10.0.0.28 - - [2025-03-20 02:17:08] "GET /routing-instance/c830ef0c-1b9d-4f39-880d-c8dc545ecd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003885 10.0.0.28 - - [2025-03-20 02:17:08] "POST /bgp-routers HTTP/1.1" 200 622 0.025823 10.0.0.28 - - [2025-03-20 02:17:08] "GET /bgp-router/a1eef5c8-c1f1-416b-b033-b6cf92678d5e?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.006285 10.0.0.28 - - [2025-03-20 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.28 - - [2025-03-20 02:17:08] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008081 10.0.0.28 - - [2025-03-20 02:17:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003160 10.0.0.28 - - [2025-03-20 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.009231 10.0.0.28 - - [2025-03-20 02:17:57] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.28 - - [2025-03-20 02:17:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.28 - - [2025-03-20 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.022582 10.0.0.28 - - [2025-03-20 02:17:58] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007232 10.0.0.28 - - [2025-03-20 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002936 10.0.0.28 - - [2025-03-20 02:17:58] "POST /database-nodes HTTP/1.1" 200 603 0.019377 10.0.0.28 - - [2025-03-20 02:18:46] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.28 - - [2025-03-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.28 - - [2025-03-20 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.033139 10.0.0.28 - - [2025-03-20 02:18:47] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006072 10.0.0.28 - - [2025-03-20 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.002819 10.0.0.28 - - [2025-03-20 02:18:47] "POST /analytics-nodes HTTP/1.1" 200 605 0.019207 10.0.0.28 - - [2025-03-20 02:18:52] "GET / HTTP/1.1" 200 35931 0.001375 10.0.0.28 - - [2025-03-20 02:19:03] "GET / HTTP/1.1" 200 35931 0.001363 10.0.0.28 - - [2025-03-20 02:19:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.28 - - [2025-03-20 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024437 10.0.0.28 - - [2025-03-20 02:19:03] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006048 10.0.0.28 - - [2025-03-20 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.002867 10.0.0.28 - - [2025-03-20 02:19:03] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024838 10.0.0.28 - - [2025-03-20 02:19:15] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.28 - - [2025-03-20 02:19:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.28 - - [2025-03-20 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.023442 10.0.0.28 - - [2025-03-20 02:19:15] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005137 10.0.0.28 - - [2025-03-20 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002822 10.0.0.28 - - [2025-03-20 02:19:16] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017439 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.28 - - [2025-03-20 02:19:50] "GET /obj-perms HTTP/1.1" 200 5056 0.369299 10.0.0.28 - - [2025-03-20 02:19:50] "GET /obj-perms HTTP/1.1" 200 5056 0.049169 10.0.0.28 - - [2025-03-20 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.240945 10.0.0.28 - - [2025-03-20 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.041706 10.0.0.28 - - [2025-03-20 02:20:53] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.28 - - [2025-03-20 02:20:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000387 10.0.0.28 - - [2025-03-20 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.028838 10.0.0.28 - - [2025-03-20 02:20:53] "GET /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006259 10.0.0.28 - - [2025-03-20 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.28 - - [2025-03-20 02:20:53] "GET /routing-instance/c830ef0c-1b9d-4f39-880d-c8dc545ecd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003815 10.0.0.28 - - [2025-03-20 02:20:53] "PUT /global-system-config/66b4cf6b-a546-4034-9ddc-7ef01eda2b47 HTTP/1.1" 200 274 0.011033 10.0.0.28 - - [2025-03-20 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003019 10.0.0.28 - - [2025-03-20 02:20:53] "POST /virtual-routers HTTP/1.1" 200 605 0.020406 10.0.0.28 - - [2025-03-20 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.28 - - [2025-03-20 02:20:53] "GET /virtual-router/0e0bc29a-8e20-4e7e-9a8f-80431b8b7696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005166 10.0.0.28 - - [2025-03-20 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.002829 10.0.0.28 - - [2025-03-20 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.28 - - [2025-03-20 02:20:54] "GET /virtual-network/d82e8212-f72f-4288-afd5-4893f7f1431e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005959 10.0.0.28 - - [2025-03-20 02:20:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.042530 10.0.0.28 - - [2025-03-20 02:20:54] "PUT /access-control-list/64f5061f-134c-486f-bc64-141bae65155c HTTP/1.1" 200 272 0.033689 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:21:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000827 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:21:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000837 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:21:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000974 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:21:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000966 10.0.0.28 - - [2025-03-20 02:21:17] "GET /global-system-configs HTTP/1.1" 200 322 0.003019 10.0.0.28 - - [2025-03-20 02:21:17] "GET /obj-perms HTTP/1.1" 200 5056 0.028654 10.0.0.28 - - [2025-03-20 02:21:18] "GET /global-system-configs HTTP/1.1" 200 322 0.005936 10.0.0.28 - - [2025-03-20 02:21:18] "GET /obj-perms HTTP/1.1" 200 5056 0.023676 10.0.0.28 - - [2025-03-20 02:21:51] "GET /obj-perms HTTP/1.1" 200 5056 0.041048 10.0.0.28 - - [2025-03-20 02:21:52] "GET /obj-perms HTTP/1.1" 200 5056 0.037757 10.0.0.28 - - [2025-03-20 02:21:59] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.28 - - [2025-03-20 02:22:00] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.28 - - [2025-03-20 02:22:00] "GET /projects?obj_uuids=7d799ad1-9bba-4a84-a358-40d53fc21459&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026383 10.0.0.28 - - [2025-03-20 02:22:01] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.28 - - [2025-03-20 02:22:01] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029005 10.0.0.28 - - [2025-03-20 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 167 0.002326 10.0.0.28 - - [2025-03-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 176 0.002181 10.0.0.28 - - [2025-03-20 02:22:01] "POST /security-groups HTTP/1.1" 200 568 0.072585 10.0.0.28 - - [2025-03-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003162 10.0.0.28 - - [2025-03-20 02:22:01] "POST /projects HTTP/1.1" 200 539 0.270701 10.0.0.28 - - [2025-03-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.342435 10.0.0.28 - - [2025-03-20 02:22:01] "POST /access-control-lists HTTP/1.1" 200 573 0.069644 10.0.0.28 - - [2025-03-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002276 10.0.0.28 - - [2025-03-20 02:22:01] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.515269 10.0.0.28 - - [2025-03-20 02:22:01] "POST /access-control-lists HTTP/1.1" 200 571 0.060806 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:22:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001018 10.0.0.28 - - [2025-03-20 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.021274 10.0.0.28 - - [2025-03-20 02:22:02] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002472 10.0.0.28 - - [2025-03-20 02:22:02] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.28 - - [2025-03-20 02:22:02] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006916 10.0.0.28 - - [2025-03-20 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 201 0.001092 10.0.0.28 - - [2025-03-20 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.002802 10.0.0.28 - - [2025-03-20 02:22:02] "POST /security-groups HTTP/1.1" 200 602 0.062214 10.0.0.28 - - [2025-03-20 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.002278 10.0.0.28 - - [2025-03-20 02:22:02] "POST /projects HTTP/1.1" 200 607 0.213271 10.0.0.28 - - [2025-03-20 02:22:02] "POST /access-control-lists HTTP/1.1" 200 607 0.056391 10.0.0.28 - - [2025-03-20 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.279477 10.0.0.28 - - [2025-03-20 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.003091 10.0.0.28 - - [2025-03-20 02:22:02] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.403231 10.0.0.28 - - [2025-03-20 02:22:02] "POST /access-control-lists HTTP/1.1" 200 605 0.062911 10.0.0.28 - - [2025-03-20 02:22:03] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.28 - - [2025-03-20 02:22:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.28 - - [2025-03-20 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.050729 10.0.0.28 - - [2025-03-20 02:22:04] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.28 - - [2025-03-20 02:22:04] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.028118 10.0.0.28 - - [2025-03-20 02:22:04] "POST /neutron/network HTTP/1.1" 200 117 0.036048 10.0.0.28 - - [2025-03-20 02:22:04] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.28 - - [2025-03-20 02:22:04] "POST /neutron/network HTTP/1.1" 200 620 0.094107 10.0.0.28 - - [2025-03-20 02:22:05] "POST /route-targets HTTP/1.1" 200 327 0.014070 10.0.0.28 - - [2025-03-20 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.024524 10.0.0.28 - - [2025-03-20 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006404 10.0.0.28 - - [2025-03-20 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.136964 10.0.0.28 - - [2025-03-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 840 0.005895 10.0.0.28 - - [2025-03-20 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001225 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005345 10.0.0.28 - - [2025-03-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 840 0.006110 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005008 10.0.0.28 - - [2025-03-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 840 0.006092 10.0.0.28 - - [2025-03-20 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.006576 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domains HTTP/1.1" 401 292 0.000371 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domains HTTP/1.1" 200 280 0.023278 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2584 0.014871 10.0.0.28 - - [2025-03-20 02:22:05] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001117 10.0.0.28 - - [2025-03-20 02:22:05] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b HTTP/1.1" 200 2168 0.075254 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c HTTP/1.1" 200 2345 0.006492 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c HTTP/1.1" 200 2345 0.004890 10.0.0.28 - - [2025-03-20 02:22:05] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 200 1495 0.013307 10.0.0.28 - - [2025-03-20 02:22:05] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 200 1495 0.003625 10.0.0.28 - - [2025-03-20 02:22:05] "GET /route-target/9ac0029d-fe03-4fb4-a424-6d901483e5f9 HTTP/1.1" 200 1220 0.004877 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c HTTP/1.1" 200 2345 0.005027 10.0.0.28 - - [2025-03-20 02:22:05] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 200 1495 0.003349 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004820 10.0.0.28 - - [2025-03-20 02:22:05] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c HTTP/1.1" 200 2345 0.008795 10.0.0.28 - - [2025-03-20 02:22:05] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 200 1495 0.004162 10.0.0.28 - - [2025-03-20 02:22:05] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 200 1495 0.003440 10.0.0.28 - - [2025-03-20 02:22:05] "GET /route-target/9ac0029d-fe03-4fb4-a424-6d901483e5f9 HTTP/1.1" 200 1220 0.003754 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domains HTTP/1.1" 200 280 0.003017 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.28 - - [2025-03-20 02:22:05] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2584 0.006818 10.0.0.28 - - [2025-03-20 02:22:05] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.28 - - [2025-03-20 02:22:05] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b HTTP/1.1" 200 2168 0.071130 10.0.0.28 - - [2025-03-20 02:22:06] "GET /virtual-network/5e6e7ade-6ffb-4b4f-8f0a-ae5af980d78c HTTP/1.1" 200 2345 0.010390 10.0.0.28 - - [2025-03-20 02:22:06] "GET /obj-perms HTTP/1.1" 200 5052 0.056142 10.0.0.28 - - [2025-03-20 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.002357 10.0.0.28 - - [2025-03-20 02:22:07] "POST /neutron/network HTTP/1.1" 200 850 0.005701 10.0.0.28 - - [2025-03-20 02:22:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000385 10.0.0.28 - - [2025-03-20 02:22:08] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.28 - - [2025-03-20 02:22:08] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.28 - - [2025-03-20 02:22:08] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001262 10.0.0.28 - - [2025-03-20 02:22:08] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.052018 10.0.0.28 - - [2025-03-20 02:22:09] "POST /neutron/network HTTP/1.1" 200 840 0.025859 10.0.0.28 - - [2025-03-20 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.008282 10.0.0.28 - - [2025-03-20 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.005122 10.0.0.28 - - [2025-03-20 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.005096 10.0.0.28 - - [2025-03-20 02:22:10] "POST /neutron/network HTTP/1.1" 200 850 0.008186 10.0.0.28 - - [2025-03-20 02:22:10] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001117 10.0.0.28 - - [2025-03-20 02:22:10] "POST /neutron/port HTTP/1.1" 200 1072 0.225973 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/port HTTP/1.1" 200 1072 0.029051 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/port HTTP/1.1" 200 1072 0.009686 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/port HTTP/1.1" 200 1126 0.069279 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/port HTTP/1.1" 200 1100 0.014644 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003233 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.010440 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.28 - - [2025-03-20 02:22:11] "POST /neutron/network HTTP/1.1" 200 840 0.006658 10.0.0.28 - - [2025-03-20 02:22:14] "POST /neutron/port HTTP/1.1" 200 1100 0.018583 10.0.0.28 - - [2025-03-20 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008252 10.0.0.28 - - [2025-03-20 02:22:14] "GET /obj-perms HTTP/1.1" 200 5052 0.003434 10.0.0.28 - - [2025-03-20 02:22:15] "GET /obj-perms HTTP/1.1" 200 5052 0.003416 10.0.0.28 - - [2025-03-20 02:22:16] "GET /obj-perms HTTP/1.1" 200 5052 0.003639 10.0.0.28 - - [2025-03-20 02:22:17] "GET /obj-perms HTTP/1.1" 200 5052 0.005064 10.0.0.28 - - [2025-03-20 02:22:18] "GET /obj-perms HTTP/1.1" 200 5052 0.005410 10.0.0.28 - - [2025-03-20 02:22:19] "POST /neutron/network HTTP/1.1" 200 840 0.007250 10.0.0.28 - - [2025-03-20 02:22:20] "POST /neutron/network HTTP/1.1" 400 204 0.011969 10.0.0.28 - - [2025-03-20 02:22:20] "POST /neutron/port HTTP/1.1" 200 1100 0.014096 10.0.0.28 - - [2025-03-20 02:22:20] "POST /neutron/port HTTP/1.1" 200 1126 0.007883 10.0.0.28 - - [2025-03-20 02:22:20] "POST /neutron/port HTTP/1.1" 200 151 0.085861 10.0.0.28 - - [2025-03-20 02:22:22] "POST /neutron/network HTTP/1.1" 200 840 0.006581 10.0.0.28 - - [2025-03-20 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005694 10.0.0.28 - - [2025-03-20 02:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002480 10.0.0.28 - - [2025-03-20 02:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003556 10.0.0.28 - - [2025-03-20 02:22:22] "POST /neutron/network HTTP/1.1" 200 151 0.119558 10.0.0.28 - - [2025-03-20 02:22:22] "DELETE /route-target/9ac0029d-fe03-4fb4-a424-6d901483e5f9 HTTP/1.1" 200 115 0.016766 10.0.0.28 - - [2025-03-20 02:22:22] "GET /routing-instance/f00e2b99-0989-4d90-a424-f8d75ed66dbc HTTP/1.1" 404 171 0.005645 10.0.0.28 - - [2025-03-20 02:22:22] "GET /domains HTTP/1.1" 200 280 0.005111 10.0.0.28 - - [2025-03-20 02:22:22] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.28 - - [2025-03-20 02:22:22] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2584 0.050361 10.0.0.28 - - [2025-03-20 02:22:22] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001500 10.0.0.28 - - [2025-03-20 02:22:22] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b HTTP/1.1" 200 1918 0.082817 10.0.0.28 - - [2025-03-20 02:22:22] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001081 10.0.0.28 - - [2025-03-20 02:22:22] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.025330 10.0.0.28 - - [2025-03-20 02:22:22] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.28 - - [2025-03-20 02:22:22] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?fields=virtual_networks HTTP/1.1" 200 1054 0.078783 10.0.0.28 - - [2025-03-20 02:22:22] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001053 10.0.0.28 - - [2025-03-20 02:22:22] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.035154 10.0.0.28 - - [2025-03-20 02:22:22] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001560 10.0.0.28 - - [2025-03-20 02:22:22] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?fields=security_groups HTTP/1.1" 200 1291 0.034487 10.0.0.28 - - [2025-03-20 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.023847 10.0.0.28 - - [2025-03-20 02:22:23] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003918 10.0.0.28 - - [2025-03-20 02:22:23] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.28 - - [2025-03-20 02:22:23] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008010 10.0.0.28 - - [2025-03-20 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 202 0.001776 10.0.0.28 - - [2025-03-20 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.006463 10.0.0.28 - - [2025-03-20 02:22:23] "POST /security-groups HTTP/1.1" 200 603 0.071081 10.0.0.28 - - [2025-03-20 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 246 0.002415 10.0.0.28 - - [2025-03-20 02:22:23] "POST /projects HTTP/1.1" 200 609 0.238819 10.0.0.28 - - [2025-03-20 02:22:23] "POST /access-control-lists HTTP/1.1" 200 608 0.059000 10.0.0.28 - - [2025-03-20 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.315612 10.0.0.28 - - [2025-03-20 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.002894 10.0.0.28 - - [2025-03-20 02:22:24] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.435974 10.0.0.28 - - [2025-03-20 02:22:24] "POST /access-control-lists HTTP/1.1" 200 606 0.060794 10.0.0.28 - - [2025-03-20 02:22:25] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.28 - - [2025-03-20 02:22:25] "GET /projects?obj_uuids=7d799ad1-9bba-4a84-a358-40d53fc21459&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001555 10.0.0.28 - - [2025-03-20 02:22:25] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.051447 10.0.0.28 - - [2025-03-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.28 - - [2025-03-20 02:22:26] "GET /security-group/c0403944-9d15-411a-9a80-fd2d05278a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004812 10.0.0.28 - - [2025-03-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.28 - - [2025-03-20 02:22:26] "GET /projects?obj_uuids=7d799ad1-9bba-4a84-a358-40d53fc21459&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001365 10.0.0.28 - - [2025-03-20 02:22:26] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.026697 10.0.0.28 - - [2025-03-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.28 - - [2025-03-20 02:22:26] "GET /security-group/c0403944-9d15-411a-9a80-fd2d05278a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003895 10.0.0.28 - - [2025-03-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.28 - - [2025-03-20 02:22:26] "PUT /security-group/c0403944-9d15-411a-9a80-fd2d05278a35 HTTP/1.1" 200 262 0.014864 10.0.0.28 - - [2025-03-20 02:22:26] "PUT /access-control-list/aab449da-ec85-4337-b85f-4ed7b8e732fb HTTP/1.1" 200 272 0.010429 10.0.0.28 - - [2025-03-20 02:22:26] "PUT /access-control-list/17e401c9-504c-4c76-ad24-1ba24a822024 HTTP/1.1" 200 272 0.009722 10.0.0.28 - - [2025-03-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.28 - - [2025-03-20 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.051181 10.0.0.28 - - [2025-03-20 02:22:27] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001924 10.0.0.28 - - [2025-03-20 02:22:27] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054511 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/network HTTP/1.1" 200 117 0.033479 10.0.0.28 - - [2025-03-20 02:22:27] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/network HTTP/1.1" 200 619 0.098044 10.0.0.28 - - [2025-03-20 02:22:27] "POST /route-targets HTTP/1.1" 200 327 0.019956 10.0.0.28 - - [2025-03-20 02:22:27] "POST /ref-update HTTP/1.1" 200 156 0.015261 10.0.0.28 - - [2025-03-20 02:22:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007638 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.193766 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/network HTTP/1.1" 200 838 0.005581 10.0.0.28 - - [2025-03-20 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001202 10.0.0.28 - - [2025-03-20 02:22:27] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005203 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/network HTTP/1.1" 200 838 0.005872 10.0.0.28 - - [2025-03-20 02:22:27] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004730 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/network HTTP/1.1" 200 838 0.006244 10.0.0.28 - - [2025-03-20 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.007341 10.0.0.28 - - [2025-03-20 02:22:27] "GET /domains HTTP/1.1" 401 292 0.000447 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domains HTTP/1.1" 200 280 0.025066 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.008580 10.0.0.28 - - [2025-03-20 02:22:28] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.28 - - [2025-03-20 02:22:28] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2173 0.073098 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2341 0.005919 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2341 0.007004 10.0.0.28 - - [2025-03-20 02:22:28] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 200 1492 0.003372 10.0.0.28 - - [2025-03-20 02:22:28] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 200 1492 0.003391 10.0.0.28 - - [2025-03-20 02:22:28] "GET /route-target/fddf01ba-3489-4d72-a079-4cd81d42f34e HTTP/1.1" 200 1219 0.003305 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2341 0.004479 10.0.0.28 - - [2025-03-20 02:22:28] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 200 1492 0.003710 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005007 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2341 0.004731 10.0.0.28 - - [2025-03-20 02:22:28] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 200 1492 0.003338 10.0.0.28 - - [2025-03-20 02:22:28] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 200 1492 0.003337 10.0.0.28 - - [2025-03-20 02:22:28] "GET /route-target/fddf01ba-3489-4d72-a079-4cd81d42f34e HTTP/1.1" 200 1219 0.002840 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domains HTTP/1.1" 200 280 0.002844 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.28 - - [2025-03-20 02:22:28] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.006742 10.0.0.28 - - [2025-03-20 02:22:28] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.28 - - [2025-03-20 02:22:28] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2173 0.069175 10.0.0.28 - - [2025-03-20 02:22:28] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2341 0.004615 10.0.0.28 - - [2025-03-20 02:22:28] "GET /obj-perms HTTP/1.1" 200 5054 0.043904 10.0.0.28 - - [2025-03-20 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.28 - - [2025-03-20 02:22:28] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.28 - - [2025-03-20 02:22:28] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039418 10.0.0.28 - - [2025-03-20 02:22:28] "POST /neutron/network HTTP/1.1" 200 117 0.013879 10.0.0.28 - - [2025-03-20 02:22:28] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001339 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/network HTTP/1.1" 200 619 0.081626 10.0.0.28 - - [2025-03-20 02:22:29] "POST /route-targets HTTP/1.1" 200 327 0.011896 10.0.0.28 - - [2025-03-20 02:22:29] "POST /ref-update HTTP/1.1" 200 156 0.012520 10.0.0.28 - - [2025-03-20 02:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003249 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 730 0.169848 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/network HTTP/1.1" 200 839 0.005797 10.0.0.28 - - [2025-03-20 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001065 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004581 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/network HTTP/1.1" 200 839 0.005841 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004969 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/network HTTP/1.1" 200 839 0.005514 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 730 0.006248 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domains HTTP/1.1" 200 280 0.002251 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.016080 10.0.0.28 - - [2025-03-20 02:22:29] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.28 - - [2025-03-20 02:22:29] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2401 0.071748 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae HTTP/1.1" 200 2343 0.005396 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae HTTP/1.1" 200 2343 0.004432 10.0.0.28 - - [2025-03-20 02:22:29] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 200 1491 0.005575 10.0.0.28 - - [2025-03-20 02:22:29] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 200 1491 0.003263 10.0.0.28 - - [2025-03-20 02:22:29] "GET /route-target/31efec5a-2f93-4da1-8927-b6bd8140d5cd HTTP/1.1" 200 1217 0.002731 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae HTTP/1.1" 200 2343 0.004402 10.0.0.28 - - [2025-03-20 02:22:29] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 200 1491 0.002701 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004518 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae HTTP/1.1" 200 2343 0.004462 10.0.0.28 - - [2025-03-20 02:22:29] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 200 1491 0.002750 10.0.0.28 - - [2025-03-20 02:22:29] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 200 1491 0.002864 10.0.0.28 - - [2025-03-20 02:22:29] "GET /route-target/31efec5a-2f93-4da1-8927-b6bd8140d5cd HTTP/1.1" 200 1217 0.002408 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domains HTTP/1.1" 200 280 0.002369 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.28 - - [2025-03-20 02:22:29] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.006564 10.0.0.28 - - [2025-03-20 02:22:29] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.28 - - [2025-03-20 02:22:29] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2401 0.077794 10.0.0.28 - - [2025-03-20 02:22:29] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae HTTP/1.1" 200 2343 0.006546 10.0.0.28 - - [2025-03-20 02:22:29] "GET /obj-perms HTTP/1.1" 200 5054 0.003435 10.0.0.28 - - [2025-03-20 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001438 10.0.0.28 - - [2025-03-20 02:22:29] "POST /neutron/network HTTP/1.1" 200 849 0.006376 10.0.0.28 - - [2025-03-20 02:22:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.28 - - [2025-03-20 02:22:30] "GET / HTTP/1.1" 200 35931 0.002419 10.0.0.28 - - [2025-03-20 02:22:30] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.28 - - [2025-03-20 02:22:30] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.28 - - [2025-03-20 02:22:30] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.078043 10.0.0.28 - - [2025-03-20 02:22:30] "POST /neutron/network HTTP/1.1" 200 839 0.005441 10.0.0.28 - - [2025-03-20 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.28 - - [2025-03-20 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.005092 10.0.0.28 - - [2025-03-20 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001210 10.0.0.28 - - [2025-03-20 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.005178 10.0.0.28 - - [2025-03-20 02:22:30] "POST /neutron/network HTTP/1.1" 200 848 0.005353 10.0.0.28 - - [2025-03-20 02:22:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000375 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/network HTTP/1.1" 200 849 0.005580 10.0.0.28 - - [2025-03-20 02:22:31] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.28 - - [2025-03-20 02:22:31] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.28 - - [2025-03-20 02:22:31] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1073 0.238784 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1073 0.009278 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1073 0.007565 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1127 0.069074 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1101 0.013124 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002896 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/subnet HTTP/1.1" 200 704 0.008581 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/network HTTP/1.1" 200 839 0.005291 10.0.0.28 - - [2025-03-20 02:22:31] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.28 - - [2025-03-20 02:22:31] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058943 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/network HTTP/1.1" 200 838 0.006199 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 1101 0.028450 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005539 10.0.0.28 - - [2025-03-20 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005815 10.0.0.28 - - [2025-03-20 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.28 - - [2025-03-20 02:22:31] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001516 10.0.0.28 - - [2025-03-20 02:22:31] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029709 10.0.0.28 - - [2025-03-20 02:22:31] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005666 10.0.0.28 - - [2025-03-20 02:22:32] "GET /floating-ip-pools?parent_id=ade48446-ea1d-4b91-b8cb-27ae4a546cf5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003057 10.0.0.28 - - [2025-03-20 02:22:32] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005475 10.0.0.28 - - [2025-03-20 02:22:32] "POST /floating-ip-pools HTTP/1.1" 200 609 0.032364 10.0.0.28 - - [2025-03-20 02:22:32] "POST /ref-update HTTP/1.1" 200 156 0.012788 10.0.0.28 - - [2025-03-20 02:22:32] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007709 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domains HTTP/1.1" 200 280 0.004931 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.006855 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/network HTTP/1.1" 200 848 0.011347 10.0.0.28 - - [2025-03-20 02:22:32] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.28 - - [2025-03-20 02:22:32] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001480 10.0.0.28 - - [2025-03-20 02:22:32] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2987 0.122026 10.0.0.28 - - [2025-03-20 02:22:32] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 2621 0.006552 10.0.0.28 - - [2025-03-20 02:22:32] "GET /floating-ip-pool/f6333a20-2b4f-4bc7-ab67-343ebd776670 HTTP/1.1" 200 1442 0.040102 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domains HTTP/1.1" 200 280 0.005718 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.28 - - [2025-03-20 02:22:32] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2782 0.012553 10.0.0.28 - - [2025-03-20 02:22:32] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.28 - - [2025-03-20 02:22:32] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 3243 0.119284 10.0.0.28 - - [2025-03-20 02:22:32] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5 HTTP/1.1" 200 3153 0.010843 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1072 0.356690 10.0.0.28 - - [2025-03-20 02:22:32] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008305 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1072 0.016701 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1072 0.007710 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1101 0.023162 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.031591 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1126 0.101002 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1101 0.031403 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1100 0.026395 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011219 10.0.0.28 - - [2025-03-20 02:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002758 10.0.0.28 - - [2025-03-20 02:22:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.043283 10.0.0.28 - - [2025-03-20 02:22:33] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.28 - - [2025-03-20 02:22:33] "POST /neutron/network HTTP/1.1" 200 838 0.011413 10.0.0.28 - - [2025-03-20 02:22:33] "POST /neutron/port HTTP/1.1" 200 1101 0.030932 10.0.0.28 - - [2025-03-20 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011108 10.0.0.28 - - [2025-03-20 02:22:33] "GET /virtual-machine/f39c5f01-1160-4c1f-9585-0fa9c6fb817f HTTP/1.1" 200 1305 0.010276 10.0.0.28 - - [2025-03-20 02:22:33] "GET /virtual-machine-interface/57f0420a-0da8-4270-86a3-1be625836458 HTTP/1.1" 200 3003 0.008016 10.0.0.28 - - [2025-03-20 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.28 - - [2025-03-20 02:22:33] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009011 10.0.0.28 - - [2025-03-20 02:22:33] "GET /virtual-networks?parent_id=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006429 10.0.0.28 - - [2025-03-20 02:22:33] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005394 10.0.0.28 - - [2025-03-20 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.28 - - [2025-03-20 02:22:36] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005297 10.0.0.28 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.28 - - [2025-03-20 02:22:40] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005705 10.0.0.28 - - [2025-03-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.28 - - [2025-03-20 02:22:42] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003898 10.0.0.28 - - [2025-03-20 02:22:42] "GET /virtual-networks?parent_id=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005448 10.0.0.28 - - [2025-03-20 02:22:42] "GET /virtual-network/4382c1e1-2ae5-45ad-8d57-61d6413f85ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011453 10.0.0.28 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 1101 0.016086 10.0.0.28 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006630 10.0.0.28 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1101 0.034099 10.0.0.28 - - [2025-03-20 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005023 10.0.0.28 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1100 0.013461 10.0.0.28 - - [2025-03-20 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005959 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /project/431a787a21b84139bca8fc0fba7736f5 HTTP/1.1" 404 173 0.009594 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /project/a6eb9829873b47238f67647a96b0c36b HTTP/1.1" 404 173 0.009755 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /project/7d799ad19bba4a84a35840d53fc21459 HTTP/1.1" 404 173 0.005984 10.0.0.28 - - [2025-03-20 02:22:47] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.28 - - [2025-03-20 02:22:47] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.029833 10.0.0.28 - - [2025-03-20 02:22:47] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.28 - - [2025-03-20 02:22:47] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?fields=security_groups HTTP/1.1" 200 1396 0.069428 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /security-group/671c72e3-9035-4b84-bc42-ee1c462bccfc HTTP/1.1" 200 115 0.044924 10.0.0.28 - - [2025-03-20 02:22:47] "GET /projects?obj_uuids=a6eb9829-873b-4723-8f67-647a96b0c36b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001624 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /access-control-list/efdce270-1f46-4254-9cca-59ac19eb21fa HTTP/1.1" 200 115 0.035001 10.0.0.28 - - [2025-03-20 02:22:47] "GET /project/a6eb9829-873b-4723-8f67-647a96b0c36b?fields=application_policy_sets HTTP/1.1" 200 1435 0.046202 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /access-control-list/754ee383-d579-4202-8db5-b18f425303d6 HTTP/1.1" 200 115 0.041429 10.0.0.28 - - [2025-03-20 02:22:47] "DELETE /project/a6eb9829-873b-4723-8f67-647a96b0c36b HTTP/1.1" 200 115 0.351619 10.0.0.28 - - [2025-03-20 02:22:47] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.28 - - [2025-03-20 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 530 0.070994 10.0.0.28 - - [2025-03-20 02:22:47] "POST /neutron/port HTTP/1.1" 200 1101 0.014126 10.0.0.28 - - [2025-03-20 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006576 10.0.0.28 - - [2025-03-20 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 578 0.038382 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/port HTTP/1.1" 200 1100 0.015952 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007638 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/port HTTP/1.1" 200 1100 0.017463 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005995 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/port HTTP/1.1" 200 1100 0.015120 10.0.0.28 - - [2025-03-20 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006980 10.0.0.28 - - [2025-03-20 02:22:48] "GET /virtual-machine/7865b908-7233-4cd1-84f6-c61850573d6d HTTP/1.1" 200 1303 0.005256 10.0.0.28 - - [2025-03-20 02:22:48] "GET /virtual-machine-interface/448f4db8-ce93-441c-8cc2-30838ea92e5a HTTP/1.1" 200 3004 0.004941 10.0.0.28 - - [2025-03-20 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.28 - - [2025-03-20 02:22:48] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002836 10.0.0.28 - - [2025-03-20 02:22:48] "GET /virtual-networks?parent_id=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003048 10.0.0.28 - - [2025-03-20 02:22:48] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005492 10.0.0.28 - - [2025-03-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.28 - - [2025-03-20 02:22:49] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003591 10.0.0.28 - - [2025-03-20 02:22:49] "GET /virtual-networks?parent_id=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003293 10.0.0.28 - - [2025-03-20 02:22:49] "GET /virtual-network/ade48446-ea1d-4b91-b8cb-27ae4a546cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007349 10.0.0.28 - - [2025-03-20 02:22:49] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009067 10.0.0.28 - - [2025-03-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.28 - - [2025-03-20 02:22:49] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002972 10.0.0.28 - - [2025-03-20 02:22:49] "GET /route-target/fddf01ba-3489-4d72-a079-4cd81d42f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004369 10.0.0.28 - - [2025-03-20 02:22:49] "GET /floating-ip/89f111fe-c5ad-46f2-9b04-d0d34de2f591 HTTP/1.1" 200 1890 0.004874 10.0.0.28 - - [2025-03-20 02:22:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051186 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009643 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 530 0.019666 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005308 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034609 10.0.0.28 - - [2025-03-20 02:22:52] "GET /floating-ip-pool/f6333a20-2b4f-4bc7-ab67-343ebd776670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003101 10.0.0.28 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.28 - - [2025-03-20 02:22:52] "DELETE /floating-ip-pool/f6333a20-2b4f-4bc7-ab67-343ebd776670 HTTP/1.1" 200 115 0.024221 10.0.0.28 - - [2025-03-20 02:22:52] "GET /obj-perms HTTP/1.1" 200 5056 0.050895 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/network HTTP/1.1" 200 839 0.006875 10.0.0.28 - - [2025-03-20 02:22:52] "POST /neutron/network HTTP/1.1" 400 204 0.012889 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1100 0.015620 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1126 0.010228 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1101 0.022463 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1127 0.009102 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.122827 10.0.0.28 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.128925 10.0.0.28 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 839 0.006013 10.0.0.28 - - [2025-03-20 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.28 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002032 10.0.0.28 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.28 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 151 0.093335 10.0.0.28 - - [2025-03-20 02:22:54] "DELETE /route-target/31efec5a-2f93-4da1-8927-b6bd8140d5cd HTTP/1.1" 200 115 0.016301 10.0.0.28 - - [2025-03-20 02:22:54] "GET /routing-instance/5aeb85a8-5577-4e36-9b4a-3f414ec8d6de HTTP/1.1" 404 171 0.002800 10.0.0.28 - - [2025-03-20 02:22:54] "GET /domains HTTP/1.1" 200 280 0.002765 10.0.0.28 - - [2025-03-20 02:22:54] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.28 - - [2025-03-20 02:22:54] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2585 0.050537 10.0.0.28 - - [2025-03-20 02:22:54] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001571 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 2173 0.077961 10.0.0.28 - - [2025-03-20 02:22:55] "POST /neutron/network HTTP/1.1" 200 838 0.007656 10.0.0.28 - - [2025-03-20 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.28 - - [2025-03-20 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005609 10.0.0.28 - - [2025-03-20 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.28 - - [2025-03-20 02:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.102024 10.0.0.28 - - [2025-03-20 02:22:55] "GET /routing-instance/e150bd76-51bd-466c-a14d-c4def223107b HTTP/1.1" 404 171 0.003806 10.0.0.28 - - [2025-03-20 02:22:55] "GET /domains HTTP/1.1" 200 280 0.002658 10.0.0.28 - - [2025-03-20 02:22:55] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.28 - - [2025-03-20 02:22:55] "DELETE /route-target/fddf01ba-3489-4d72-a079-4cd81d42f34e HTTP/1.1" 200 115 0.039261 10.0.0.28 - - [2025-03-20 02:22:55] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2585 0.057556 10.0.0.28 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001595 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 1923 0.076334 10.0.0.28 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025758 10.0.0.28 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?fields=virtual_networks HTTP/1.1" 200 1055 0.070316 10.0.0.28 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.032725 10.0.0.28 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.28 - - [2025-03-20 02:22:55] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?fields=security_groups HTTP/1.1" 200 1293 0.026827 10.0.0.28 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.023290 10.0.0.28 - - [2025-03-20 02:22:56] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.28 - - [2025-03-20 02:22:56] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.28 - - [2025-03-20 02:22:56] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007619 10.0.0.28 - - [2025-03-20 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.001160 10.0.0.28 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002196 10.0.0.28 - - [2025-03-20 02:22:56] "POST /security-groups HTTP/1.1" 200 586 0.068128 10.0.0.28 - - [2025-03-20 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.005939 10.0.0.28 - - [2025-03-20 02:22:57] "POST /projects HTTP/1.1" 200 575 0.237958 10.0.0.28 - - [2025-03-20 02:22:57] "POST /access-control-lists HTTP/1.1" 200 591 0.058980 10.0.0.28 - - [2025-03-20 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.304593 10.0.0.28 - - [2025-03-20 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002711 10.0.0.28 - - [2025-03-20 02:22:57] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.436724 10.0.0.28 - - [2025-03-20 02:22:57] "POST /access-control-lists HTTP/1.1" 200 589 0.072607 10.0.0.28 - - [2025-03-20 02:22:58] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.28 - - [2025-03-20 02:22:59] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001528 10.0.0.28 - - [2025-03-20 02:22:59] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.027582 10.0.0.28 - - [2025-03-20 02:22:59] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.28 - - [2025-03-20 02:22:59] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?fields=virtual_networks HTTP/1.1" 200 1021 0.067865 10.0.0.28 - - [2025-03-20 02:22:59] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.28 - - [2025-03-20 02:22:59] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025455 10.0.0.28 - - [2025-03-20 02:22:59] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001573 10.0.0.28 - - [2025-03-20 02:22:59] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?fields=security_groups HTTP/1.1" 200 1242 0.024718 10.0.0.28 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 191 0.021810 10.0.0.28 - - [2025-03-20 02:23:00] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002314 10.0.0.28 - - [2025-03-20 02:23:00] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.28 - - [2025-03-20 02:23:00] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006901 10.0.0.28 - - [2025-03-20 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 193 0.001519 10.0.0.28 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.004145 10.0.0.28 - - [2025-03-20 02:23:00] "POST /security-groups HTTP/1.1" 200 594 0.067607 10.0.0.28 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.002677 10.0.0.28 - - [2025-03-20 02:23:00] "POST /projects HTTP/1.1" 200 591 0.221925 10.0.0.28 - - [2025-03-20 02:23:00] "POST /access-control-lists HTTP/1.1" 200 599 0.056755 10.0.0.28 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.290252 10.0.0.28 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.002764 10.0.0.28 - - [2025-03-20 02:23:00] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.409949 10.0.0.28 - - [2025-03-20 02:23:00] "POST /access-control-lists HTTP/1.1" 200 597 0.055892 10.0.0.28 - - [2025-03-20 02:23:01] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.28 - - [2025-03-20 02:23:02] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.28 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.28 - - [2025-03-20 02:23:03] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057623 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.28 - - [2025-03-20 02:23:03] "GET /security-group/c3a622bc-60f6-4713-b779-aac0f17c18fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004978 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.28 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002320 10.0.0.28 - - [2025-03-20 02:23:03] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026675 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.28 - - [2025-03-20 02:23:03] "GET /security-group/c3a622bc-60f6-4713-b779-aac0f17c18fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003728 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.28 - - [2025-03-20 02:23:03] "PUT /security-group/c3a622bc-60f6-4713-b779-aac0f17c18fd HTTP/1.1" 200 262 0.013949 10.0.0.28 - - [2025-03-20 02:23:03] "PUT /access-control-list/c6741f3b-d73d-469a-9451-6918eb17a01c HTTP/1.1" 200 272 0.009125 10.0.0.28 - - [2025-03-20 02:23:03] "PUT /access-control-list/e01d7dd1-fe9f-4a70-88b2-75509723287c HTTP/1.1" 200 272 0.010073 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.002574 10.0.0.28 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.28 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001469 10.0.0.28 - - [2025-03-20 02:23:03] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030798 10.0.0.28 - - [2025-03-20 02:23:03] "POST /neutron/network HTTP/1.1" 200 117 0.026928 10.0.0.28 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.28 - - [2025-03-20 02:23:03] "POST /neutron/network HTTP/1.1" 200 608 0.075770 10.0.0.28 - - [2025-03-20 02:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003561 10.0.0.28 - - [2025-03-20 02:23:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.141825 10.0.0.28 - - [2025-03-20 02:23:03] "POST /neutron/network HTTP/1.1" 200 826 0.005734 10.0.0.28 - - [2025-03-20 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.003059 10.0.0.28 - - [2025-03-20 02:23:03] "GET /virtual-network/85fad4a3-9f8c-47f6-aa2d-e831ea710649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005318 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 826 0.005277 10.0.0.28 - - [2025-03-20 02:23:04] "GET /virtual-network/85fad4a3-9f8c-47f6-aa2d-e831ea710649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005126 10.0.0.28 - - [2025-03-20 02:23:04] "POST /route-targets HTTP/1.1" 200 327 0.010707 10.0.0.28 - - [2025-03-20 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.010927 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 826 0.005051 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.006986 10.0.0.28 - - [2025-03-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.28 - - [2025-03-20 02:23:04] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.28 - - [2025-03-20 02:23:04] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037705 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 117 0.008431 10.0.0.28 - - [2025-03-20 02:23:04] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001537 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 615 0.096998 10.0.0.28 - - [2025-03-20 02:23:04] "POST /route-targets HTTP/1.1" 200 327 0.015604 10.0.0.28 - - [2025-03-20 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.017855 10.0.0.28 - - [2025-03-20 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005778 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.173976 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 834 0.005191 10.0.0.28 - - [2025-03-20 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.000994 10.0.0.28 - - [2025-03-20 02:23:04] "GET /virtual-network/826bf6bd-27e8-4a39-8e70-19fc1f0f3f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004222 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 834 0.005015 10.0.0.28 - - [2025-03-20 02:23:04] "GET /virtual-network/826bf6bd-27e8-4a39-8e70-19fc1f0f3f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004550 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 834 0.006342 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.006973 10.0.0.28 - - [2025-03-20 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001635 10.0.0.28 - - [2025-03-20 02:23:04] "POST /neutron/network HTTP/1.1" 200 836 0.006120 10.0.0.28 - - [2025-03-20 02:23:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000678 10.0.0.28 - - [2025-03-20 02:23:05] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.28 - - [2025-03-20 02:23:05] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000366 10.0.0.28 - - [2025-03-20 02:23:05] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.28 - - [2025-03-20 02:23:05] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043970 10.0.0.28 - - [2025-03-20 02:23:05] "POST /neutron/network HTTP/1.1" 200 826 0.006569 10.0.0.28 - - [2025-03-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.28 - - [2025-03-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.004924 10.0.0.28 - - [2025-03-20 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001341 10.0.0.28 - - [2025-03-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.006269 10.0.0.28 - - [2025-03-20 02:23:05] "POST /neutron/network HTTP/1.1" 200 844 0.007874 10.0.0.28 - - [2025-03-20 02:23:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/network HTTP/1.1" 200 836 0.005385 10.0.0.28 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.28 - - [2025-03-20 02:23:06] "GET / HTTP/1.1" 200 35931 0.002566 10.0.0.28 - - [2025-03-20 02:23:06] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.010759 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1062 0.214935 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1062 0.008142 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1062 0.007539 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1116 0.068744 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1090 0.013077 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003261 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.010845 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/network HTTP/1.1" 200 826 0.005312 10.0.0.28 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.28 - - [2025-03-20 02:23:06] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055327 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/network HTTP/1.1" 200 834 0.007377 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 1090 0.021095 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008505 10.0.0.28 - - [2025-03-20 02:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.004635 10.0.0.28 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001384 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/router HTTP/1.1" 200 585 0.096423 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/router HTTP/1.1" 200 585 0.005815 10.0.0.28 - - [2025-03-20 02:23:07] "POST /route-targets HTTP/1.1" 200 327 0.022395 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/router HTTP/1.1" 200 656 0.038276 10.0.0.28 - - [2025-03-20 02:23:07] "PUT /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de HTTP/1.1" 200 262 0.043955 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/router HTTP/1.1" 200 656 0.016752 10.0.0.28 - - [2025-03-20 02:23:07] "GET /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.012190 10.0.0.28 - - [2025-03-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.28 - - [2025-03-20 02:23:07] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001388 10.0.0.28 - - [2025-03-20 02:23:07] "GET /service-template/9ce2ea99-7b4a-40b6-94d4-e37431a017bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.008646 10.0.0.28 - - [2025-03-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.005719 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/network HTTP/1.1" 200 844 0.013087 10.0.0.28 - - [2025-03-20 02:23:07] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.28 - - [2025-03-20 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006270 10.0.0.28 - - [2025-03-20 02:23:07] "POST /virtual-networks HTTP/1.1" 200 694 0.147055 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/router HTTP/1.1" 200 344 0.320238 10.0.0.28 - - [2025-03-20 02:23:07] "POST /route-targets HTTP/1.1" 200 327 0.070252 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1090 0.174246 10.0.0.28 - - [2025-03-20 02:23:07] "POST /service-instances HTTP/1.1" 200 670 0.183691 10.0.0.28 - - [2025-03-20 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.107675 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.032888 10.0.0.28 - - [2025-03-20 02:23:07] "POST /route-tables HTTP/1.1" 200 582 0.039957 10.0.0.28 - - [2025-03-20 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.029721 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1063 0.467873 10.0.0.28 - - [2025-03-20 02:23:07] "PUT /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de HTTP/1.1" 200 262 0.020353 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1063 0.015360 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1063 0.008287 10.0.0.28 - - [2025-03-20 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.023895 10.0.0.28 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1117 0.095509 10.0.0.28 - - [2025-03-20 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.28 - - [2025-03-20 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.28 - - [2025-03-20 02:23:08] "POST /neutron/port HTTP/1.1" 200 1091 0.013901 10.0.0.28 - - [2025-03-20 02:23:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.28 - - [2025-03-20 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.010323 10.0.0.28 - - [2025-03-20 02:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.28 - - [2025-03-20 02:23:08] "POST /virtual-machines HTTP/1.1" 200 553 0.018975 10.0.0.28 - - [2025-03-20 02:23:08] "POST /neutron/network HTTP/1.1" 200 834 0.008417 10.0.0.28 - - [2025-03-20 02:23:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095674 10.0.0.28 - - [2025-03-20 02:23:08] "POST /chown HTTP/1.1" 200 109 0.007404 10.0.0.28 - - [2025-03-20 02:23:08] "POST /instance-ips HTTP/1.1" 200 551 0.021174 10.0.0.28 - - [2025-03-20 02:23:08] "POST /instance-ips HTTP/1.1" 400 246 0.013360 10.0.0.28 - - [2025-03-20 02:23:08] "POST /chown HTTP/1.1" 200 109 0.007989 10.0.0.28 - - [2025-03-20 02:23:08] "PUT /virtual-machine-interface/e1ad1da8-6253-44d9-a482-1de69edfd50b HTTP/1.1" 200 284 0.013021 10.0.0.28 - - [2025-03-20 02:23:08] "PUT /instance-ip/9af52844-d533-471e-87ab-9e92b29d8cdd HTTP/1.1" 200 256 0.011309 10.0.0.28 - - [2025-03-20 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.011562 10.0.0.28 - - [2025-03-20 02:23:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098284 10.0.0.28 - - [2025-03-20 02:23:08] "POST /chown HTTP/1.1" 200 109 0.008531 10.0.0.28 - - [2025-03-20 02:23:08] "POST /instance-ips HTTP/1.1" 200 549 0.026961 10.0.0.28 - - [2025-03-20 02:23:09] "POST /instance-ips HTTP/1.1" 400 316 0.028175 10.0.0.28 - - [2025-03-20 02:23:09] "POST /chown HTTP/1.1" 200 109 0.011712 10.0.0.28 - - [2025-03-20 02:23:09] "PUT /virtual-machine-interface/a16e7e71-b485-4ebf-a135-66f6388341d0 HTTP/1.1" 200 284 0.011316 10.0.0.28 - - [2025-03-20 02:23:09] "PUT /instance-ip/c392832c-8cdf-4527-9cb7-1552cc3d99a2 HTTP/1.1" 200 256 0.012363 10.0.0.28 - - [2025-03-20 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.012184 10.0.0.28 - - [2025-03-20 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.28 - - [2025-03-20 02:23:09] "PUT /routing-instance/011bcb8c-c8bc-4ff1-8cf0-0716ef772f09 HTTP/1.1" 200 266 0.015572 10.0.0.28 - - [2025-03-20 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.28 - - [2025-03-20 02:23:09] "POST /virtual-machines HTTP/1.1" 200 553 0.010966 10.0.0.28 - - [2025-03-20 02:23:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.078979 10.0.0.28 - - [2025-03-20 02:23:09] "POST /chown HTTP/1.1" 200 109 0.007126 10.0.0.28 - - [2025-03-20 02:23:09] "POST /instance-ips HTTP/1.1" 400 246 0.013717 10.0.0.28 - - [2025-03-20 02:23:09] "POST /chown HTTP/1.1" 200 109 0.007173 10.0.0.28 - - [2025-03-20 02:23:09] "PUT /virtual-machine-interface/ab3e50a2-d136-42b2-843b-a50472893749 HTTP/1.1" 200 284 0.010086 10.0.0.28 - - [2025-03-20 02:23:09] "PUT /instance-ip/9af52844-d533-471e-87ab-9e92b29d8cdd HTTP/1.1" 200 256 0.013413 10.0.0.28 - - [2025-03-20 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.010724 10.0.0.28 - - [2025-03-20 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.010792 10.0.0.28 - - [2025-03-20 02:23:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.111031 10.0.0.28 - - [2025-03-20 02:23:10] "POST /chown HTTP/1.1" 200 109 0.007238 10.0.0.28 - - [2025-03-20 02:23:10] "POST /instance-ips HTTP/1.1" 400 316 0.015152 10.0.0.28 - - [2025-03-20 02:23:10] "POST /chown HTTP/1.1" 200 109 0.008216 10.0.0.28 - - [2025-03-20 02:23:10] "PUT /virtual-machine-interface/8848d126-5aa2-4c65-afc6-ea4075a89eba HTTP/1.1" 200 284 0.010774 10.0.0.28 - - [2025-03-20 02:23:10] "PUT /instance-ip/c392832c-8cdf-4527-9cb7-1552cc3d99a2 HTTP/1.1" 200 256 0.013715 10.0.0.28 - - [2025-03-20 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.020264 10.0.0.28 - - [2025-03-20 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.014696 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/port HTTP/1.1" 200 1090 0.014827 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005855 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/port HTTP/1.1" 200 1090 0.015565 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005527 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/port HTTP/1.1" 200 1090 0.013450 10.0.0.28 - - [2025-03-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005422 10.0.0.28 - - [2025-03-20 02:23:12] "GET /virtual-machine/161ce4d8-3c53-4232-869b-01e889ac7733 HTTP/1.1" 401 292 0.000395 10.0.0.28 - - [2025-03-20 02:23:13] "GET /virtual-machine/161ce4d8-3c53-4232-869b-01e889ac7733 HTTP/1.1" 200 1294 0.030416 10.0.0.28 - - [2025-03-20 02:23:13] "GET /virtual-machine-interface/13e22cd5-9a06-4f4b-be3e-7ee4ddbbaac5 HTTP/1.1" 200 2956 0.005919 10.0.0.28 - - [2025-03-20 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.28 - - [2025-03-20 02:23:13] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003983 10.0.0.28 - - [2025-03-20 02:23:13] "GET /virtual-networks?parent_id=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002719 10.0.0.28 - - [2025-03-20 02:23:13] "GET /virtual-network/85fad4a3-9f8c-47f6-aa2d-e831ea710649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005245 10.0.0.28 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016538 10.0.0.28 - - [2025-03-20 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005841 10.0.0.28 - - [2025-03-20 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.28 - - [2025-03-20 02:23:16] "GET /virtual-network/85fad4a3-9f8c-47f6-aa2d-e831ea710649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005032 10.0.0.28 - - [2025-03-20 02:23:16] "POST /neutron/port HTTP/1.1" 200 1091 0.031663 10.0.0.28 - - [2025-03-20 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005451 10.0.0.28 - - [2025-03-20 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.28 - - [2025-03-20 02:23:18] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002916 10.0.0.28 - - [2025-03-20 02:23:18] "GET /virtual-networks?parent_id=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003147 10.0.0.28 - - [2025-03-20 02:23:18] "GET /virtual-network/85fad4a3-9f8c-47f6-aa2d-e831ea710649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005377 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/port HTTP/1.1" 200 1091 0.016111 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006563 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/port HTTP/1.1" 200 1091 0.031691 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005646 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/port HTTP/1.1" 200 1091 0.013494 10.0.0.28 - - [2025-03-20 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006731 10.0.0.28 - - [2025-03-20 02:23:19] "GET /virtual-machine/5d415168-84c1-4b79-af04-4101392085f7 HTTP/1.1" 200 1295 0.004725 10.0.0.28 - - [2025-03-20 02:23:19] "GET /virtual-machine-interface/8c9d1127-c36b-40f3-ab9f-ffc4eab221d9 HTTP/1.1" 200 2969 0.004634 10.0.0.28 - - [2025-03-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.28 - - [2025-03-20 02:23:19] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002954 10.0.0.28 - - [2025-03-20 02:23:19] "GET /virtual-networks?parent_id=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002745 10.0.0.28 - - [2025-03-20 02:23:19] "GET /virtual-network/826bf6bd-27e8-4a39-8e70-19fc1f0f3f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005291 10.0.0.28 - - [2025-03-20 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.28 - - [2025-03-20 02:23:20] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003387 10.0.0.28 - - [2025-03-20 02:23:20] "GET /virtual-networks?parent_id=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003178 10.0.0.28 - - [2025-03-20 02:23:20] "GET /virtual-network/826bf6bd-27e8-4a39-8e70-19fc1f0f3f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005799 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014176 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/port HTTP/1.1" 200 1090 0.013744 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/network HTTP/1.1" 200 836 0.005893 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003034 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.015892 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.28 - - [2025-03-20 02:23:22] "POST /neutron/network HTTP/1.1" 200 826 0.005264 10.0.0.28 - - [2025-03-20 02:23:24] "POST /neutron/router HTTP/1.1" 200 656 0.003849 10.0.0.28 - - [2025-03-20 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.28 - - [2025-03-20 02:23:24] "POST /neutron/router HTTP/1.1" 200 344 0.098007 10.0.0.28 - - [2025-03-20 02:23:24] "POST /neutron/router HTTP/1.1" 200 656 0.005022 10.0.0.28 - - [2025-03-20 02:23:24] "GET /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003303 10.0.0.28 - - [2025-03-20 02:23:24] "GET /service-instance/c5426a40-ba00-4edd-86c2-e2a06c1feb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003807 10.0.0.28 - - [2025-03-20 02:23:24] "POST /neutron/router HTTP/1.1" 200 151 0.051766 10.0.0.28 - - [2025-03-20 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.28 - - [2025-03-20 02:23:24] "DELETE /route-target/546e2641-c18d-4fed-a509-6cf585fb6560 HTTP/1.1" 409 239 0.007041 10.0.0.28 - - [2025-03-20 02:23:24] "PUT /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de HTTP/1.1" 404 171 0.002757 10.0.0.28 - - [2025-03-20 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.014365 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /route-table/d1223436-3d25-4570-a75e-512e5c1b00cb HTTP/1.1" 200 115 0.033140 10.0.0.28 - - [2025-03-20 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.28 - - [2025-03-20 02:23:25] "PUT /routing-instance/011bcb8c-c8bc-4ff1-8cf0-0716ef772f09 HTTP/1.1" 200 266 0.011467 10.0.0.28 - - [2025-03-20 02:23:25] "GET /virtual-network/47020587-eddf-4d42-9e75-3b3ebca74d4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019193 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/network HTTP/1.1" 200 834 0.027930 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/network HTTP/1.1" 400 204 0.044136 10.0.0.28 - - [2025-03-20 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.012112 10.0.0.28 - - [2025-03-20 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.011639 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /instance-ip/c392832c-8cdf-4527-9cb7-1552cc3d99a2 HTTP/1.1" 200 115 0.043563 10.0.0.28 - - [2025-03-20 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005107 10.0.0.28 - - [2025-03-20 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.28 - - [2025-03-20 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /virtual-network/47020587-eddf-4d42-9e75-3b3ebca74d4f HTTP/1.1" 200 115 0.114441 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /route-target/32465b19-b64b-45d7-9eb9-95f06f37bbf6 HTTP/1.1" 200 115 0.035461 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /service-instance/c5426a40-ba00-4edd-86c2-e2a06c1feb80 HTTP/1.1" 200 115 0.031458 10.0.0.28 - - [2025-03-20 02:23:25] "GET /logical-router/6c3d571b-de62-460a-afe8-4007cd1cc2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004864 10.0.0.28 - - [2025-03-20 02:23:25] "GET /service-instance/c5426a40-ba00-4edd-86c2-e2a06c1feb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002012 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1091 0.017638 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1117 0.008736 10.0.0.28 - - [2025-03-20 02:23:25] "GET /virtual-machine-interface/e1ad1da8-6253-44d9-a482-1de69edfd50b?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.015328 10.0.0.28 - - [2025-03-20 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.028386 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1090 0.042603 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1116 0.011636 10.0.0.28 - - [2025-03-20 02:23:25] "GET /instance-ip/9af52844-d533-471e-87ab-9e92b29d8cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005886 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 151 0.208697 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /virtual-machine-interface/e1ad1da8-6253-44d9-a482-1de69edfd50b HTTP/1.1" 200 115 0.050255 10.0.0.28 - - [2025-03-20 02:23:25] "GET /virtual-machine-interface/a16e7e71-b485-4ebf-a135-66f6388341d0?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.007110 10.0.0.28 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 151 0.156512 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /virtual-machine-interface/a16e7e71-b485-4ebf-a135-66f6388341d0 HTTP/1.1" 200 115 0.034739 10.0.0.28 - - [2025-03-20 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.28 - - [2025-03-20 02:23:25] "DELETE /virtual-machine/d6a4f0f2-ffac-4d22-b474-edf26d9ca86c HTTP/1.1" 200 115 0.015405 10.0.0.28 - - [2025-03-20 02:23:25] "GET /virtual-machine-interface/ab3e50a2-d136-42b2-843b-a50472893749?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005087 10.0.0.28 - - [2025-03-20 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.010940 10.0.0.28 - - [2025-03-20 02:23:26] "GET /instance-ip/9af52844-d533-471e-87ab-9e92b29d8cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005395 10.0.0.28 - - [2025-03-20 02:23:26] "DELETE /instance-ip/9af52844-d533-471e-87ab-9e92b29d8cdd HTTP/1.1" 200 115 0.024071 10.0.0.28 - - [2025-03-20 02:23:26] "DELETE /virtual-machine-interface/ab3e50a2-d136-42b2-843b-a50472893749 HTTP/1.1" 200 115 0.030225 10.0.0.28 - - [2025-03-20 02:23:26] "GET /virtual-machine-interface/8848d126-5aa2-4c65-afc6-ea4075a89eba?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005200 10.0.0.28 - - [2025-03-20 02:23:26] "DELETE /virtual-machine-interface/8848d126-5aa2-4c65-afc6-ea4075a89eba HTTP/1.1" 200 115 0.025443 10.0.0.28 - - [2025-03-20 02:23:26] "DELETE /virtual-machine/10b23314-3a49-43c6-b3c5-e133c9cf78b1 HTTP/1.1" 200 115 0.015431 10.0.0.28 - - [2025-03-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 834 0.005373 10.0.0.28 - - [2025-03-20 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.28 - - [2025-03-20 02:23:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002068 10.0.0.28 - - [2025-03-20 02:23:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.28 - - [2025-03-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 151 0.085031 10.0.0.28 - - [2025-03-20 02:23:27] "DELETE /route-target/1dffc66b-0c58-4564-97c7-a2a89b2ae4d1 HTTP/1.1" 200 115 0.017981 10.0.0.28 - - [2025-03-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 826 0.005386 10.0.0.28 - - [2025-03-20 02:23:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.28 - - [2025-03-20 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.28 - - [2025-03-20 02:23:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001938 10.0.0.28 - - [2025-03-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 151 0.081474 10.0.0.28 - - [2025-03-20 02:23:27] "DELETE /route-target/8153fbae-9787-4d2f-ab72-5e807e066906 HTTP/1.1" 200 115 0.015855 10.0.0.28 - - [2025-03-20 02:23:27] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001548 10.0.0.28 - - [2025-03-20 02:23:27] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030023 10.0.0.28 - - [2025-03-20 02:23:27] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.28 - - [2025-03-20 02:23:27] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?fields=virtual_networks HTTP/1.1" 200 1037 0.066746 10.0.0.28 - - [2025-03-20 02:23:27] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.28 - - [2025-03-20 02:23:27] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.028078 10.0.0.28 - - [2025-03-20 02:23:27] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.28 - - [2025-03-20 02:23:27] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?fields=security_groups HTTP/1.1" 200 1266 0.025449 10.0.0.28 - - [2025-03-20 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.023133 10.0.0.28 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002678 10.0.0.28 - - [2025-03-20 02:23:28] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.28 - - [2025-03-20 02:23:28] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007051 10.0.0.28 - - [2025-03-20 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.001180 10.0.0.28 - - [2025-03-20 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003536 10.0.0.28 - - [2025-03-20 02:23:28] "POST /security-groups HTTP/1.1" 200 599 0.060253 10.0.0.28 - - [2025-03-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.002380 10.0.0.28 - - [2025-03-20 02:23:29] "POST /projects HTTP/1.1" 200 601 0.220939 10.0.0.28 - - [2025-03-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.309483 10.0.0.28 - - [2025-03-20 02:23:29] "POST /access-control-lists HTTP/1.1" 200 604 0.081925 10.0.0.28 - - [2025-03-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 241 0.002430 10.0.0.28 - - [2025-03-20 02:23:29] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.438144 10.0.0.28 - - [2025-03-20 02:23:29] "POST /access-control-lists HTTP/1.1" 200 602 0.058356 10.0.0.28 - - [2025-03-20 02:23:30] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.28 - - [2025-03-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.28 - - [2025-03-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.048559 10.0.0.28 - - [2025-03-20 02:23:31] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.28 - - [2025-03-20 02:23:31] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.025323 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 117 0.028118 10.0.0.28 - - [2025-03-20 02:23:31] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 613 0.058751 10.0.0.28 - - [2025-03-20 02:23:31] "POST /route-targets HTTP/1.1" 200 327 0.014883 10.0.0.28 - - [2025-03-20 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.28 - - [2025-03-20 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.200079 10.0.0.28 - - [2025-03-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.28 - - [2025-03-20 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.126796 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 1005 0.007243 10.0.0.28 - - [2025-03-20 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001177 10.0.0.28 - - [2025-03-20 02:23:31] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004305 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 1005 0.007241 10.0.0.28 - - [2025-03-20 02:23:31] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004918 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 1005 0.007075 10.0.0.28 - - [2025-03-20 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.006684 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.006510 10.0.0.28 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.28 - - [2025-03-20 02:23:32] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.28 - - [2025-03-20 02:23:32] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.025845 10.0.0.28 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.022054 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 117 0.010079 10.0.0.28 - - [2025-03-20 02:23:32] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 613 0.082358 10.0.0.28 - - [2025-03-20 02:23:32] "POST /route-targets HTTP/1.1" 200 327 0.009265 10.0.0.28 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.013091 10.0.0.28 - - [2025-03-20 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005484 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.146611 10.0.0.28 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004009 10.0.0.28 - - [2025-03-20 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.144172 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 1007 0.007025 10.0.0.28 - - [2025-03-20 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001087 10.0.0.28 - - [2025-03-20 02:23:32] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004515 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 1007 0.006812 10.0.0.28 - - [2025-03-20 02:23:32] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004719 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 1007 0.006820 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.013646 10.0.0.28 - - [2025-03-20 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.006251 10.0.0.28 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.001910 10.0.0.28 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001861 10.0.0.28 - - [2025-03-20 02:23:32] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.28 - - [2025-03-20 02:23:32] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.028122 10.0.0.28 - - [2025-03-20 02:23:32] "POST /network-policys HTTP/1.1" 200 577 0.061357 10.0.0.28 - - [2025-03-20 02:23:32] "GET /network-policy/8d4c138f-c880-4d0b-95d7-51a58bd538a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005435 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1005 0.007889 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.004719 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002347 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1113 0.065407 10.0.0.28 - - [2025-03-20 02:23:33] "POST /access-control-lists HTTP/1.1" 200 596 0.067326 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1113 0.046581 10.0.0.28 - - [2025-03-20 02:23:33] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005420 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.28 - - [2025-03-20 02:23:33] "GET /network-policy/8d4c138f-c880-4d0b-95d7-51a58bd538a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004431 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1007 0.008029 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003398 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.002273 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1115 0.047625 10.0.0.28 - - [2025-03-20 02:23:33] "POST /access-control-lists HTTP/1.1" 200 596 0.071875 10.0.0.28 - - [2025-03-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1115 0.064643 10.0.0.28 - - [2025-03-20 02:23:33] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007132 10.0.0.28 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.28 - - [2025-03-20 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.009920 10.0.0.28 - - [2025-03-20 02:23:33] "GET /network-policy/8d4c138f-c880-4d0b-95d7-51a58bd538a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003282 10.0.0.28 - - [2025-03-20 02:23:33] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.28 - - [2025-03-20 02:23:33] "PUT /access-control-list/e9c62ca3-2160-430a-a4c2-528144a8c69d HTTP/1.1" 200 272 0.055186 10.0.0.28 - - [2025-03-20 02:23:33] "GET /domains HTTP/1.1" 200 280 0.023435 10.0.0.28 - - [2025-03-20 02:23:33] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.28 - - [2025-03-20 02:23:33] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.008737 10.0.0.28 - - [2025-03-20 02:23:33] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.28 - - [2025-03-20 02:23:33] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 2624 0.073539 10.0.0.28 - - [2025-03-20 02:23:33] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3 HTTP/1.1" 200 3502 0.006383 10.0.0.28 - - [2025-03-20 02:23:33] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3 HTTP/1.1" 200 3502 0.005066 10.0.0.28 - - [2025-03-20 02:23:33] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 200 1795 0.003444 10.0.0.28 - - [2025-03-20 02:23:33] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 200 1795 0.003122 10.0.0.28 - - [2025-03-20 02:23:33] "GET /route-target/89fe7109-a943-4adc-bf62-16f78228d0dd HTTP/1.1" 200 1212 0.003112 10.0.0.28 - - [2025-03-20 02:23:33] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3 HTTP/1.1" 200 3502 0.004552 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 200 1795 0.003020 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004328 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3 HTTP/1.1" 200 3502 0.004361 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 200 1795 0.002742 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 200 1795 0.002651 10.0.0.28 - - [2025-03-20 02:23:34] "GET /route-target/89fe7109-a943-4adc-bf62-16f78228d0dd HTTP/1.1" 200 1212 0.002380 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains HTTP/1.1" 200 280 0.002933 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.008734 10.0.0.28 - - [2025-03-20 02:23:34] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.28 - - [2025-03-20 02:23:34] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 2624 0.076835 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3 HTTP/1.1" 200 3502 0.005090 10.0.0.28 - - [2025-03-20 02:23:34] "GET /obj-perms HTTP/1.1" 200 5046 0.049227 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains HTTP/1.1" 200 280 0.003731 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.006269 10.0.0.28 - - [2025-03-20 02:23:34] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.28 - - [2025-03-20 02:23:34] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 2624 0.064935 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525 HTTP/1.1" 200 3508 0.007655 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525 HTTP/1.1" 200 3508 0.004679 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 200 1796 0.003305 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 200 1796 0.003380 10.0.0.28 - - [2025-03-20 02:23:34] "GET /route-target/d767c7be-ecaa-4af0-ab47-ba798189ae44 HTTP/1.1" 200 1213 0.003419 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525 HTTP/1.1" 200 3508 0.004256 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 200 1796 0.002881 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004858 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525 HTTP/1.1" 200 3508 0.004491 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 200 1796 0.002906 10.0.0.28 - - [2025-03-20 02:23:34] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 200 1796 0.002969 10.0.0.28 - - [2025-03-20 02:23:34] "GET /route-target/d767c7be-ecaa-4af0-ab47-ba798189ae44 HTTP/1.1" 200 1213 0.002964 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains HTTP/1.1" 200 280 0.002443 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.28 - - [2025-03-20 02:23:34] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.006717 10.0.0.28 - - [2025-03-20 02:23:34] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.28 - - [2025-03-20 02:23:34] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 2624 0.074418 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525 HTTP/1.1" 200 3508 0.006704 10.0.0.28 - - [2025-03-20 02:23:34] "GET /obj-perms HTTP/1.1" 200 5046 0.002987 10.0.0.28 - - [2025-03-20 02:23:34] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006313 10.0.0.28 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 1115 0.006854 10.0.0.28 - - [2025-03-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.007421 10.0.0.28 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 1007 0.047282 10.0.0.28 - - [2025-03-20 02:23:34] "DELETE /access-control-list/cec098ad-ab12-4472-8162-fea18c5d93d5 HTTP/1.1" 200 115 0.045901 10.0.0.28 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 1007 0.021719 10.0.0.28 - - [2025-03-20 02:23:35] "GET /virtual-network/47eb21f3-d2cc-4198-a6d6-2b7dee57f525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004463 10.0.0.28 - - [2025-03-20 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.013897 10.0.0.28 - - [2025-03-20 02:23:35] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006826 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 1113 0.007174 10.0.0.28 - - [2025-03-20 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005392 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 1005 0.046171 10.0.0.28 - - [2025-03-20 02:23:35] "DELETE /access-control-list/e9c62ca3-2160-430a-a4c2-528144a8c69d HTTP/1.1" 200 115 0.035920 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 1005 0.008256 10.0.0.28 - - [2025-03-20 02:23:35] "GET /virtual-network/5e538de2-8071-4c3f-a3b7-b425d7fa08e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004785 10.0.0.28 - - [2025-03-20 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.018720 10.0.0.28 - - [2025-03-20 02:23:35] "DELETE /network-policy/8d4c138f-c880-4d0b-95d7-51a58bd538a7 HTTP/1.1" 200 115 0.024129 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 1007 0.007003 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002027 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001673 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005183 10.0.0.28 - - [2025-03-20 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.094169 10.0.0.28 - - [2025-03-20 02:23:35] "GET /routing-instance/dec67406-1492-4ae4-984f-c835e24e9b32 HTTP/1.1" 404 171 0.001997 10.0.0.28 - - [2025-03-20 02:23:35] "DELETE /route-target/d767c7be-ecaa-4af0-ab47-ba798189ae44 HTTP/1.1" 200 115 0.015202 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domains HTTP/1.1" 200 280 0.002458 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.055276 10.0.0.28 - - [2025-03-20 02:23:35] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001738 10.0.0.28 - - [2025-03-20 02:23:35] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 2144 0.086679 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 1005 0.007851 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.28 - - [2025-03-20 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001660 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004096 10.0.0.28 - - [2025-03-20 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001771 10.0.0.28 - - [2025-03-20 02:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.097372 10.0.0.28 - - [2025-03-20 02:23:35] "DELETE /route-target/89fe7109-a943-4adc-bf62-16f78228d0dd HTTP/1.1" 200 115 0.025493 10.0.0.28 - - [2025-03-20 02:23:35] "GET /routing-instance/52a47d7f-7aa5-4503-a40c-d867ea82207d HTTP/1.1" 404 171 0.002692 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domains HTTP/1.1" 200 280 0.002008 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.28 - - [2025-03-20 02:23:35] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3149 0.050287 10.0.0.28 - - [2025-03-20 02:23:35] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.28 - - [2025-03-20 02:23:35] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 1899 0.069699 10.0.0.28 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.28 - - [2025-03-20 02:23:36] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026009 10.0.0.28 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.28 - - [2025-03-20 02:23:36] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?fields=virtual_networks HTTP/1.1" 200 1047 0.070223 10.0.0.28 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.28 - - [2025-03-20 02:23:36] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.024666 10.0.0.28 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.28 - - [2025-03-20 02:23:36] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?fields=security_groups HTTP/1.1" 200 1281 0.029394 10.0.0.28 - - [2025-03-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.022138 10.0.0.28 - - [2025-03-20 02:23:37] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002428 10.0.0.28 - - [2025-03-20 02:23:37] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.28 - - [2025-03-20 02:23:37] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008252 10.0.0.28 - - [2025-03-20 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 192 0.002453 10.0.0.28 - - [2025-03-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.004112 10.0.0.28 - - [2025-03-20 02:23:37] "POST /security-groups HTTP/1.1" 200 593 0.059450 10.0.0.28 - - [2025-03-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.002558 10.0.0.28 - - [2025-03-20 02:23:37] "POST /projects HTTP/1.1" 200 589 0.212658 10.0.0.28 - - [2025-03-20 02:23:37] "POST /access-control-lists HTTP/1.1" 200 598 0.059087 10.0.0.28 - - [2025-03-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.281369 10.0.0.28 - - [2025-03-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.002722 10.0.0.28 - - [2025-03-20 02:23:37] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.396425 10.0.0.28 - - [2025-03-20 02:23:37] "POST /access-control-lists HTTP/1.1" 200 596 0.056356 10.0.0.28 - - [2025-03-20 02:23:38] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.28 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.28 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.061078 10.0.0.28 - - [2025-03-20 02:23:39] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.28 - - [2025-03-20 02:23:39] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025112 10.0.0.28 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.034108 10.0.0.28 - - [2025-03-20 02:23:39] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001374 10.0.0.28 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 607 0.080842 10.0.0.28 - - [2025-03-20 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.011793 10.0.0.28 - - [2025-03-20 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.012664 10.0.0.28 - - [2025-03-20 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004733 10.0.0.28 - - [2025-03-20 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.179163 10.0.0.28 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 826 0.005658 10.0.0.28 - - [2025-03-20 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001079 10.0.0.28 - - [2025-03-20 02:23:39] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004980 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.005514 10.0.0.28 - - [2025-03-20 02:23:40] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004758 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.006508 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.007484 10.0.0.28 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.28 - - [2025-03-20 02:23:40] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.28 - - [2025-03-20 02:23:40] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032659 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.008442 10.0.0.28 - - [2025-03-20 02:23:40] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 607 0.066675 10.0.0.28 - - [2025-03-20 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.010037 10.0.0.28 - - [2025-03-20 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.28 - - [2025-03-20 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003059 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.133874 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 823 0.005733 10.0.0.28 - - [2025-03-20 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001166 10.0.0.28 - - [2025-03-20 02:23:40] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007001 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 823 0.005034 10.0.0.28 - - [2025-03-20 02:23:40] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004554 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 823 0.006455 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.006689 10.0.0.28 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002991 10.0.0.28 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.28 - - [2025-03-20 02:23:40] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001578 10.0.0.28 - - [2025-03-20 02:23:40] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025556 10.0.0.28 - - [2025-03-20 02:23:40] "POST /network-policys HTTP/1.1" 200 571 0.016476 10.0.0.28 - - [2025-03-20 02:23:40] "GET /network-policy/4bd67c61-7a82-4bab-91fb-fa56854d3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004178 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.005800 10.0.0.28 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.006665 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 928 0.048057 10.0.0.28 - - [2025-03-20 02:23:40] "POST /access-control-lists HTTP/1.1" 200 590 0.066881 10.0.0.28 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 928 0.045230 10.0.0.28 - - [2025-03-20 02:23:40] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005176 10.0.0.28 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.28 - - [2025-03-20 02:23:41] "GET /network-policy/4bd67c61-7a82-4bab-91fb-fa56854d3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003328 10.0.0.28 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 823 0.005507 10.0.0.28 - - [2025-03-20 02:23:41] "PUT /access-control-list/d34d76c9-99fe-4ab3-98ca-5faa7d1c1f81 HTTP/1.1" 200 272 0.062805 10.0.0.28 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 925 0.090661 10.0.0.28 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.002884 10.0.0.28 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 925 0.006713 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005098 10.0.0.28 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.28 - - [2025-03-20 02:23:41] "GET /network-policy/4bd67c61-7a82-4bab-91fb-fa56854d3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.041160 10.0.0.28 - - [2025-03-20 02:23:41] "POST /access-control-lists HTTP/1.1" 200 590 0.061162 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domains HTTP/1.1" 401 292 0.000357 10.0.0.28 - - [2025-03-20 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.012074 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domains HTTP/1.1" 200 280 0.024697 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3337 0.010456 10.0.0.28 - - [2025-03-20 02:23:41] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.28 - - [2025-03-20 02:23:41] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 2570 0.064109 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227 HTTP/1.1" 200 2890 0.006613 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227 HTTP/1.1" 200 2890 0.004405 10.0.0.28 - - [2025-03-20 02:23:41] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 200 1784 0.003410 10.0.0.28 - - [2025-03-20 02:23:41] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 200 1784 0.003608 10.0.0.28 - - [2025-03-20 02:23:41] "GET /route-target/a97f73f8-0b52-4ee7-b1bf-fd79bc2313f5 HTTP/1.1" 200 1207 0.002616 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227 HTTP/1.1" 200 2890 0.004702 10.0.0.28 - - [2025-03-20 02:23:41] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 200 1784 0.003351 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004918 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227 HTTP/1.1" 200 2890 0.004682 10.0.0.28 - - [2025-03-20 02:23:41] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 200 1784 0.002856 10.0.0.28 - - [2025-03-20 02:23:41] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 200 1784 0.003178 10.0.0.28 - - [2025-03-20 02:23:41] "GET /route-target/a97f73f8-0b52-4ee7-b1bf-fd79bc2313f5 HTTP/1.1" 200 1207 0.002941 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domains HTTP/1.1" 200 280 0.002537 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.28 - - [2025-03-20 02:23:41] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3337 0.006956 10.0.0.28 - - [2025-03-20 02:23:41] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.28 - - [2025-03-20 02:23:41] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 2570 0.084371 10.0.0.28 - - [2025-03-20 02:23:41] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227 HTTP/1.1" 200 2890 0.005157 10.0.0.28 - - [2025-03-20 02:23:42] "GET /obj-perms HTTP/1.1" 200 5034 0.042306 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domains HTTP/1.1" 200 280 0.003004 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001330 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3337 0.008817 10.0.0.28 - - [2025-03-20 02:23:42] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001308 10.0.0.28 - - [2025-03-20 02:23:42] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 2570 0.075404 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef HTTP/1.1" 200 2884 0.006850 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef HTTP/1.1" 200 2884 0.004439 10.0.0.28 - - [2025-03-20 02:23:42] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 200 1784 0.002944 10.0.0.28 - - [2025-03-20 02:23:42] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 200 1784 0.002967 10.0.0.28 - - [2025-03-20 02:23:42] "GET /route-target/1128ef75-2791-4df6-8dfe-dd0c2f6217df HTTP/1.1" 200 1206 0.002922 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef HTTP/1.1" 200 2884 0.006515 10.0.0.28 - - [2025-03-20 02:23:42] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 200 1784 0.002943 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004572 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef HTTP/1.1" 200 2884 0.004535 10.0.0.28 - - [2025-03-20 02:23:42] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 200 1784 0.002770 10.0.0.28 - - [2025-03-20 02:23:42] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 200 1784 0.002717 10.0.0.28 - - [2025-03-20 02:23:42] "GET /route-target/1128ef75-2791-4df6-8dfe-dd0c2f6217df HTTP/1.1" 200 1206 0.002818 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domains HTTP/1.1" 200 280 0.002274 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.28 - - [2025-03-20 02:23:42] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 3337 0.006308 10.0.0.28 - - [2025-03-20 02:23:42] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.28 - - [2025-03-20 02:23:42] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 2570 0.070819 10.0.0.28 - - [2025-03-20 02:23:42] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef HTTP/1.1" 200 2884 0.005115 10.0.0.28 - - [2025-03-20 02:23:42] "GET /obj-perms HTTP/1.1" 200 5034 0.003047 10.0.0.28 - - [2025-03-20 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001676 10.0.0.28 - - [2025-03-20 02:23:42] "POST /neutron/network HTTP/1.1" 200 938 0.005273 10.0.0.28 - - [2025-03-20 02:23:42] "GET /aaa-mode HTTP/1.1" 401 292 0.006673 10.0.0.28 - - [2025-03-20 02:23:43] "GET / HTTP/1.1" 200 35931 0.004019 10.0.0.28 - - [2025-03-20 02:23:43] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000522 10.0.0.28 - - [2025-03-20 02:23:43] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.28 - - [2025-03-20 02:23:43] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047604 10.0.0.28 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 928 0.005541 10.0.0.28 - - [2025-03-20 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.004814 10.0.0.28 - - [2025-03-20 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.004780 10.0.0.28 - - [2025-03-20 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001252 10.0.0.28 - - [2025-03-20 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.005197 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/network HTTP/1.1" 200 935 0.005164 10.0.0.28 - - [2025-03-20 02:23:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/network HTTP/1.1" 200 938 0.005291 10.0.0.28 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.194566 10.0.0.28 - - [2025-03-20 02:23:44] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.28 - - [2025-03-20 02:23:44] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.009908 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.008881 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1116 0.059957 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1090 0.015995 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003202 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.010589 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/network HTTP/1.1" 200 928 0.005956 10.0.0.28 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001529 10.0.0.28 - - [2025-03-20 02:23:44] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047658 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/network HTTP/1.1" 200 925 0.005976 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 1090 0.020435 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006518 10.0.0.28 - - [2025-03-20 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.004947 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1090 0.025391 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006662 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/network HTTP/1.1" 200 935 0.006056 10.0.0.28 - - [2025-03-20 02:23:45] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.28 - - [2025-03-20 02:23:45] "PUT /access-control-list/811f5f3b-f87f-42a6-9ba5-ae64abbedbf0 HTTP/1.1" 200 272 0.017921 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1059 0.254250 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1059 0.010885 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1059 0.009565 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1113 0.075975 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 1087 0.016264 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002721 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.010515 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.28 - - [2025-03-20 02:23:45] "POST /neutron/network HTTP/1.1" 200 925 0.005066 10.0.0.28 - - [2025-03-20 02:23:47] "DELETE /project/3e2d3f5b5a0b4680b95a42142cdb837f HTTP/1.1" 404 173 0.025277 10.0.0.28 - - [2025-03-20 02:23:47] "DELETE /project/4b6f57dce2fd499592a15287680dc590 HTTP/1.1" 404 173 0.024903 10.0.0.28 - - [2025-03-20 02:23:47] "DELETE /project/10c99f1237a748f2a5086f6d0089c30b HTTP/1.1" 404 173 0.015472 10.0.0.28 - - [2025-03-20 02:23:47] "DELETE /project/9e93cc59327b44e68742ae3c0d57fa89 HTTP/1.1" 404 173 0.013679 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001737 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001429 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001307 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.067159 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.100297 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.095086 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001693 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.104735 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001366 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.28 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000890 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?fields=security_groups HTTP/1.1" 200 1386 0.085695 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?fields=security_groups HTTP/1.1" 200 1347 0.056446 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?fields=security_groups HTTP/1.1" 200 1371 0.059398 10.0.0.28 - - [2025-03-20 02:23:47] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?fields=security_groups HTTP/1.1" 200 1398 0.083941 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/443984fd-f628-46a3-a032-1097580b31e2 HTTP/1.1" 200 115 0.049242 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /security-group/a4ec8517-7cbf-4e16-bfcd-840e8b51ee83 HTTP/1.1" 200 115 0.081300 10.0.0.28 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=10c99f12-37a7-48f2-a508-6f6d0089c30b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /security-group/7be46a1d-78d5-4b76-a131-7ff221dff19e HTTP/1.1" 200 115 0.092839 10.0.0.28 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=3e2d3f5b-5a0b-4680-b95a-42142cdb837f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001835 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /security-group/c3a622bc-60f6-4713-b779-aac0f17c18fd HTTP/1.1" 200 115 0.102842 10.0.0.28 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=4b6f57dc-e2fd-4995-92a1-5287680dc590&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001165 10.0.0.28 - - [2025-03-20 02:23:48] "GET /project/10c99f12-37a7-48f2-a508-6f6d0089c30b?fields=application_policy_sets HTTP/1.1" 200 1425 0.075447 10.0.0.28 - - [2025-03-20 02:23:48] "GET /project/4b6f57dc-e2fd-4995-92a1-5287680dc590?fields=application_policy_sets HTTP/1.1" 200 1410 0.051617 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/c4cd8204-90e2-4a82-9da2-29da95b75aa6 HTTP/1.1" 200 115 0.093771 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /security-group/09dc3138-497d-4c02-8990-c78c368c1128 HTTP/1.1" 200 115 0.146926 10.0.0.28 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=431a787a-21b8-4139-bca8-fc0fba7736f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.28 - - [2025-03-20 02:23:48] "GET /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f?fields=application_policy_sets HTTP/1.1" 200 1386 0.110528 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/ade8691a-8621-497d-bab8-84b04bf621a5 HTTP/1.1" 200 115 0.060924 10.0.0.28 - - [2025-03-20 02:23:48] "GET /project/431a787a-21b8-4139-bca8-fc0fba7736f5?fields=application_policy_sets HTTP/1.1" 200 1437 0.097072 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/e5437855-0cde-4888-ae5e-8b63d4162d6f HTTP/1.1" 200 115 0.062377 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /project/10c99f12-37a7-48f2-a508-6f6d0089c30b HTTP/1.1" 200 115 0.618282 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/c6741f3b-d73d-469a-9451-6918eb17a01c HTTP/1.1" 200 115 0.065403 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /project/4b6f57dc-e2fd-4995-92a1-5287680dc590 HTTP/1.1" 200 115 0.637785 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/e01d7dd1-fe9f-4a70-88b2-75509723287c HTTP/1.1" 200 115 0.040952 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /project/3e2d3f5b-5a0b-4680-b95a-42142cdb837f HTTP/1.1" 200 115 0.682175 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/d21802e1-0661-44a8-a787-7d8efc74d5c4 HTTP/1.1" 200 115 0.029135 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /project/431a787a-21b8-4139-bca8-fc0fba7736f5 HTTP/1.1" 200 115 0.712377 10.0.0.28 - - [2025-03-20 02:23:48] "DELETE /access-control-list/e23952d1-5556-453b-97db-b2e8a4716796 HTTP/1.1" 200 115 0.029263 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016535 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005904 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/port HTTP/1.1" 200 1090 0.014900 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006037 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016965 10.0.0.28 - - [2025-03-20 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006238 10.0.0.28 - - [2025-03-20 02:23:50] "GET /virtual-machine/12ef5e15-b4e3-41d5-aac2-7c6ecdc09916 HTTP/1.1" 200 1294 0.004952 10.0.0.28 - - [2025-03-20 02:23:50] "GET /virtual-machine-interface/215ff03e-16e7-44a2-8a1e-4afec8e62958 HTTP/1.1" 200 2950 0.004904 10.0.0.28 - - [2025-03-20 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.28 - - [2025-03-20 02:23:50] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002947 10.0.0.28 - - [2025-03-20 02:23:50] "GET /virtual-networks?parent_id=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003800 10.0.0.28 - - [2025-03-20 02:23:50] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005423 10.0.0.28 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1090 0.018501 10.0.0.28 - - [2025-03-20 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006380 10.0.0.28 - - [2025-03-20 02:23:53] "GET /obj-perms HTTP/1.1" 200 5056 0.040397 10.0.0.28 - - [2025-03-20 02:23:53] "GET /obj-perms HTTP/1.1" 200 5056 0.040128 10.0.0.28 - - [2025-03-20 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.28 - - [2025-03-20 02:23:53] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011198 10.0.0.28 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1087 0.014223 10.0.0.28 - - [2025-03-20 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004718 10.0.0.28 - - [2025-03-20 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.28 - - [2025-03-20 02:23:55] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002973 10.0.0.28 - - [2025-03-20 02:23:55] "GET /virtual-networks?parent_id=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003101 10.0.0.28 - - [2025-03-20 02:23:55] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005413 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/port HTTP/1.1" 200 1087 0.015859 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007571 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/port HTTP/1.1" 200 1087 0.013879 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006711 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/port HTTP/1.1" 200 1087 0.018410 10.0.0.28 - - [2025-03-20 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006587 10.0.0.28 - - [2025-03-20 02:23:56] "GET /virtual-machine/7d3f6c7a-bb1e-4274-a193-d48f53444f4a HTTP/1.1" 200 1294 0.004658 10.0.0.28 - - [2025-03-20 02:23:56] "GET /virtual-machine-interface/481f2635-0c20-48fb-b26f-cb6b55765140 HTTP/1.1" 200 2951 0.004472 10.0.0.28 - - [2025-03-20 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.28 - - [2025-03-20 02:23:56] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003113 10.0.0.28 - - [2025-03-20 02:23:56] "GET /virtual-networks?parent_id=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003232 10.0.0.28 - - [2025-03-20 02:23:56] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005557 10.0.0.28 - - [2025-03-20 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.28 - - [2025-03-20 02:23:57] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002994 10.0.0.28 - - [2025-03-20 02:23:57] "GET /virtual-networks?parent_id=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002934 10.0.0.28 - - [2025-03-20 02:23:57] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005594 10.0.0.28 - - [2025-03-20 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.28 - - [2025-03-20 02:24:01] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.28 - - [2025-03-20 02:24:01] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023079 10.0.0.28 - - [2025-03-20 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.28 - - [2025-03-20 02:24:01] "PUT /network-policy/4bd67c61-7a82-4bab-91fb-fa56854d3b82 HTTP/1.1" 200 262 0.010418 10.0.0.28 - - [2025-03-20 02:24:01] "PUT /access-control-list/d34d76c9-99fe-4ab3-98ca-5faa7d1c1f81 HTTP/1.1" 200 272 0.051867 10.0.0.28 - - [2025-03-20 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.011059 10.0.0.28 - - [2025-03-20 02:24:01] "PUT /access-control-list/811f5f3b-f87f-42a6-9ba5-ae64abbedbf0 HTTP/1.1" 200 272 0.053392 10.0.0.28 - - [2025-03-20 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.010350 10.0.0.28 - - [2025-03-20 02:24:05] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005572 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 925 0.010673 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 823 0.043691 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 823 0.005080 10.0.0.28 - - [2025-03-20 02:24:05] "GET /virtual-network/91dcb79e-c114-4670-9b1d-b179ea20f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004596 10.0.0.28 - - [2025-03-20 02:24:05] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004148 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 928 0.005352 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 826 0.034380 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 826 0.006451 10.0.0.28 - - [2025-03-20 02:24:05] "GET /virtual-network/06b9328f-e744-48e9-8ad8-f897918d8227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006979 10.0.0.28 - - [2025-03-20 02:24:05] "DELETE /network-policy/4bd67c61-7a82-4bab-91fb-fa56854d3b82 HTTP/1.1" 200 115 0.028278 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 200 823 0.006298 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/network HTTP/1.1" 400 204 0.012577 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1087 0.016108 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1113 0.008446 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1090 0.018160 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1116 0.009254 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 151 0.129929 10.0.0.28 - - [2025-03-20 02:24:05] "DELETE /access-control-list/811f5f3b-f87f-42a6-9ba5-ae64abbedbf0 HTTP/1.1" 200 115 0.045686 10.0.0.28 - - [2025-03-20 02:24:05] "DELETE /access-control-list/d34d76c9-99fe-4ab3-98ca-5faa7d1c1f81 HTTP/1.1" 200 115 0.032864 10.0.0.28 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 151 0.155144 10.0.0.28 - - [2025-03-20 02:24:07] "POST /neutron/network HTTP/1.1" 200 823 0.006027 10.0.0.28 - - [2025-03-20 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.28 - - [2025-03-20 02:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002051 10.0.0.28 - - [2025-03-20 02:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.28 - - [2025-03-20 02:24:07] "POST /neutron/network HTTP/1.1" 200 151 0.074730 10.0.0.28 - - [2025-03-20 02:24:07] "DELETE /route-target/1128ef75-2791-4df6-8dfe-dd0c2f6217df HTTP/1.1" 200 115 0.017139 10.0.0.28 - - [2025-03-20 02:24:07] "GET /routing-instance/efca63f0-dc0c-4c79-91dd-5069c0b32655 HTTP/1.1" 404 171 0.002082 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domains HTTP/1.1" 200 280 0.003420 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2575 0.052034 10.0.0.28 - - [2025-03-20 02:24:07] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.28 - - [2025-03-20 02:24:07] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 2102 0.068481 10.0.0.28 - - [2025-03-20 02:24:07] "POST /neutron/network HTTP/1.1" 200 826 0.006110 10.0.0.28 - - [2025-03-20 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006323 10.0.0.28 - - [2025-03-20 02:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004063 10.0.0.28 - - [2025-03-20 02:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.28 - - [2025-03-20 02:24:07] "POST /neutron/network HTTP/1.1" 200 151 0.092343 10.0.0.28 - - [2025-03-20 02:24:07] "DELETE /route-target/a97f73f8-0b52-4ee7-b1bf-fd79bc2313f5 HTTP/1.1" 200 115 0.024797 10.0.0.28 - - [2025-03-20 02:24:07] "GET /routing-instance/a02237b2-8596-4a24-a534-5036690df5bb HTTP/1.1" 404 171 0.002386 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domains HTTP/1.1" 200 280 0.002334 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.28 - - [2025-03-20 02:24:07] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2575 0.051417 10.0.0.28 - - [2025-03-20 02:24:07] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.28 - - [2025-03-20 02:24:07] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 1863 0.070888 10.0.0.28 - - [2025-03-20 02:24:08] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.28 - - [2025-03-20 02:24:08] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023301 10.0.0.28 - - [2025-03-20 02:24:08] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.28 - - [2025-03-20 02:24:08] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?fields=virtual_networks HTTP/1.1" 200 1035 0.065196 10.0.0.28 - - [2025-03-20 02:24:08] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.28 - - [2025-03-20 02:24:08] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025579 10.0.0.28 - - [2025-03-20 02:24:08] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.28 - - [2025-03-20 02:24:08] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?fields=security_groups HTTP/1.1" 200 1263 0.027438 10.0.0.28 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.020837 10.0.0.28 - - [2025-03-20 02:24:09] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002502 10.0.0.28 - - [2025-03-20 02:24:09] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002038 10.0.0.28 - - [2025-03-20 02:24:09] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010174 10.0.0.28 - - [2025-03-20 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.002402 10.0.0.28 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003271 10.0.0.28 - - [2025-03-20 02:24:09] "POST /security-groups HTTP/1.1" 200 589 0.075825 10.0.0.28 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.002839 10.0.0.28 - - [2025-03-20 02:24:09] "POST /projects HTTP/1.1" 200 581 0.227116 10.0.0.28 - - [2025-03-20 02:24:09] "POST /access-control-lists HTTP/1.1" 200 594 0.062572 10.0.0.28 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.299599 10.0.0.28 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.002557 10.0.0.28 - - [2025-03-20 02:24:09] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.421376 10.0.0.28 - - [2025-03-20 02:24:09] "POST /access-control-lists HTTP/1.1" 200 592 0.061975 10.0.0.28 - - [2025-03-20 02:24:10] "GET / HTTP/1.1" 200 35931 0.002724 10.0.0.28 - - [2025-03-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.28 - - [2025-03-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.049447 10.0.0.28 - - [2025-03-20 02:24:11] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.28 - - [2025-03-20 02:24:11] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024286 10.0.0.28 - - [2025-03-20 02:24:11] "POST /neutron/network HTTP/1.1" 200 117 0.029179 10.0.0.28 - - [2025-03-20 02:24:11] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.28 - - [2025-03-20 02:24:11] "POST /neutron/network HTTP/1.1" 200 613 0.086159 10.0.0.28 - - [2025-03-20 02:24:11] "POST /route-targets HTTP/1.1" 200 327 0.008948 10.0.0.28 - - [2025-03-20 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.010743 10.0.0.28 - - [2025-03-20 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003966 10.0.0.28 - - [2025-03-20 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.120832 10.0.0.28 - - [2025-03-20 02:24:12] "POST /neutron/network HTTP/1.1" 200 832 0.005510 10.0.0.28 - - [2025-03-20 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001249 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005627 10.0.0.28 - - [2025-03-20 02:24:12] "POST /neutron/network HTTP/1.1" 200 832 0.005507 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005466 10.0.0.28 - - [2025-03-20 02:24:12] "POST /neutron/network HTTP/1.1" 200 832 0.005240 10.0.0.28 - - [2025-03-20 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.005839 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domains HTTP/1.1" 401 292 0.000403 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domains HTTP/1.1" 200 280 0.025736 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002410 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.009464 10.0.0.28 - - [2025-03-20 02:24:12] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.28 - - [2025-03-20 02:24:12] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2079 0.070935 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae HTTP/1.1" 200 2319 0.006041 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae HTTP/1.1" 200 2319 0.004346 10.0.0.28 - - [2025-03-20 02:24:12] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 200 1494 0.003203 10.0.0.28 - - [2025-03-20 02:24:12] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 200 1494 0.002889 10.0.0.28 - - [2025-03-20 02:24:12] "GET /route-target/404c11b6-af2c-4287-adc6-1ec5c2402ca2 HTTP/1.1" 200 1212 0.002690 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae HTTP/1.1" 200 2319 0.051626 10.0.0.28 - - [2025-03-20 02:24:12] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 200 1494 0.003178 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004364 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae HTTP/1.1" 200 2319 0.004742 10.0.0.28 - - [2025-03-20 02:24:12] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 200 1494 0.003094 10.0.0.28 - - [2025-03-20 02:24:12] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 200 1494 0.004052 10.0.0.28 - - [2025-03-20 02:24:12] "GET /route-target/404c11b6-af2c-4287-adc6-1ec5c2402ca2 HTTP/1.1" 200 1212 0.002659 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domains HTTP/1.1" 200 280 0.002594 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.28 - - [2025-03-20 02:24:12] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.007105 10.0.0.28 - - [2025-03-20 02:24:12] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.28 - - [2025-03-20 02:24:12] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2079 0.085962 10.0.0.28 - - [2025-03-20 02:24:12] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae HTTP/1.1" 200 2319 0.004875 10.0.0.28 - - [2025-03-20 02:24:13] "GET /obj-perms HTTP/1.1" 200 5026 0.058300 10.0.0.28 - - [2025-03-20 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.28 - - [2025-03-20 02:24:13] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.28 - - [2025-03-20 02:24:13] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029025 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 117 0.008912 10.0.0.28 - - [2025-03-20 02:24:13] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001821 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 613 0.067082 10.0.0.28 - - [2025-03-20 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.010525 10.0.0.28 - - [2025-03-20 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.011809 10.0.0.28 - - [2025-03-20 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.191925 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 832 0.005316 10.0.0.28 - - [2025-03-20 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001041 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004478 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 832 0.005946 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004824 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 832 0.005908 10.0.0.28 - - [2025-03-20 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.006330 10.0.0.28 - - [2025-03-20 02:24:13] "GET /domains HTTP/1.1" 200 280 0.002559 10.0.0.28 - - [2025-03-20 02:24:13] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.28 - - [2025-03-20 02:24:13] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.006923 10.0.0.28 - - [2025-03-20 02:24:13] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.28 - - [2025-03-20 02:24:13] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2297 0.069597 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed HTTP/1.1" 200 2320 0.005429 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed HTTP/1.1" 200 2320 0.004545 10.0.0.28 - - [2025-03-20 02:24:13] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 200 1494 0.003915 10.0.0.28 - - [2025-03-20 02:24:13] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 200 1494 0.003498 10.0.0.28 - - [2025-03-20 02:24:13] "GET /route-target/8b5d0532-3b57-454a-a9bc-f8e051b3e53a HTTP/1.1" 200 1213 0.003412 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed HTTP/1.1" 200 2320 0.004869 10.0.0.28 - - [2025-03-20 02:24:13] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 200 1494 0.003837 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005502 10.0.0.28 - - [2025-03-20 02:24:13] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed HTTP/1.1" 200 2320 0.004633 10.0.0.28 - - [2025-03-20 02:24:13] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 200 1494 0.003149 10.0.0.28 - - [2025-03-20 02:24:13] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 200 1494 0.003224 10.0.0.28 - - [2025-03-20 02:24:13] "GET /route-target/8b5d0532-3b57-454a-a9bc-f8e051b3e53a HTTP/1.1" 200 1213 0.003038 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains HTTP/1.1" 200 280 0.003474 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.007636 10.0.0.28 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.28 - - [2025-03-20 02:24:14] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2297 0.072590 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed HTTP/1.1" 200 2320 0.004723 10.0.0.28 - - [2025-03-20 02:24:14] "GET /obj-perms HTTP/1.1" 200 5026 0.003427 10.0.0.28 - - [2025-03-20 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.28 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.28 - - [2025-03-20 02:24:14] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026961 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/network HTTP/1.1" 200 117 0.010168 10.0.0.28 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001698 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/network HTTP/1.1" 200 615 0.073898 10.0.0.28 - - [2025-03-20 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.010914 10.0.0.28 - - [2025-03-20 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004503 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.152400 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/network HTTP/1.1" 200 835 0.005531 10.0.0.28 - - [2025-03-20 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001104 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004900 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/network HTTP/1.1" 200 835 0.006561 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004555 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/network HTTP/1.1" 200 835 0.005320 10.0.0.28 - - [2025-03-20 02:24:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.007396 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains HTTP/1.1" 200 280 0.002907 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.009398 10.0.0.28 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.28 - - [2025-03-20 02:24:14] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2516 0.064624 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34 HTTP/1.1" 200 2328 0.005674 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34 HTTP/1.1" 200 2328 0.005474 10.0.0.28 - - [2025-03-20 02:24:14] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 200 1498 0.003270 10.0.0.28 - - [2025-03-20 02:24:14] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 200 1498 0.002958 10.0.0.28 - - [2025-03-20 02:24:14] "GET /route-target/546e2641-c18d-4fed-a509-6cf585fb6560 HTTP/1.1" 200 1214 0.002517 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34 HTTP/1.1" 200 2328 0.004219 10.0.0.28 - - [2025-03-20 02:24:14] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 200 1498 0.002681 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004268 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34 HTTP/1.1" 200 2328 0.004787 10.0.0.28 - - [2025-03-20 02:24:14] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 200 1498 0.003070 10.0.0.28 - - [2025-03-20 02:24:14] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 200 1498 0.003209 10.0.0.28 - - [2025-03-20 02:24:14] "GET /route-target/546e2641-c18d-4fed-a509-6cf585fb6560 HTTP/1.1" 200 1214 0.002326 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains HTTP/1.1" 200 280 0.002503 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.28 - - [2025-03-20 02:24:14] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2759 0.006886 10.0.0.28 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.28 - - [2025-03-20 02:24:14] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2516 0.063745 10.0.0.28 - - [2025-03-20 02:24:14] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34 HTTP/1.1" 200 2328 0.004667 10.0.0.28 - - [2025-03-20 02:24:14] "GET /obj-perms HTTP/1.1" 200 5026 0.002801 10.0.0.28 - - [2025-03-20 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001320 10.0.0.28 - - [2025-03-20 02:24:15] "POST /neutron/network HTTP/1.1" 200 842 0.005489 10.0.0.28 - - [2025-03-20 02:24:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000620 10.0.0.28 - - [2025-03-20 02:24:15] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.28 - - [2025-03-20 02:24:15] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.28 - - [2025-03-20 02:24:15] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.28 - - [2025-03-20 02:24:15] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.052267 10.0.0.28 - - [2025-03-20 02:24:15] "POST /neutron/network HTTP/1.1" 200 832 0.005563 10.0.0.28 - - [2025-03-20 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.28 - - [2025-03-20 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001285 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.006406 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/network HTTP/1.1" 200 845 0.007088 10.0.0.28 - - [2025-03-20 02:24:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/network HTTP/1.1" 200 842 0.005388 10.0.0.28 - - [2025-03-20 02:24:16] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.28 - - [2025-03-20 02:24:16] "GET / HTTP/1.1" 200 35931 0.001674 10.0.0.28 - - [2025-03-20 02:24:16] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.218575 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009370 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.008393 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1112 0.059385 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1086 0.014978 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002757 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.009934 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/network HTTP/1.1" 200 832 0.004941 10.0.0.28 - - [2025-03-20 02:24:16] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.28 - - [2025-03-20 02:24:16] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061054 10.0.0.28 - - [2025-03-20 02:24:16] "POST /neutron/network HTTP/1.1" 200 835 0.005429 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1086 0.025743 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008106 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.004695 10.0.0.28 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002640 10.0.0.28 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.28 - - [2025-03-20 02:24:17] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.28 - - [2025-03-20 02:24:17] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008673 10.0.0.28 - - [2025-03-20 02:24:17] "POST /service-templates HTTP/1.1" 200 543 0.028109 10.0.0.28 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.28 - - [2025-03-20 02:24:17] "GET /service-template/a4d7dc6a-baef-4467-9e1d-57af438912e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004606 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 845 0.005838 10.0.0.28 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.28 - - [2025-03-20 02:24:17] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.28 - - [2025-03-20 02:24:17] "GET /service-template/a4d7dc6a-baef-4467-9e1d-57af438912e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.012344 10.0.0.28 - - [2025-03-20 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.002623 10.0.0.28 - - [2025-03-20 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.002595 10.0.0.28 - - [2025-03-20 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001929 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1059 0.248204 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1059 0.010269 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1059 0.014687 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 2015 0.057101 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1113 0.097514 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012477 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1087 0.014164 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003132 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.011388 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.28 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 835 0.005330 10.0.0.28 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 2224 0.013237 10.0.0.28 - - [2025-03-20 02:24:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.28 - - [2025-03-20 02:24:18] "GET / HTTP/1.1" 200 35931 0.003274 10.0.0.28 - - [2025-03-20 02:24:18] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.28 - - [2025-03-20 02:24:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001890 10.0.0.28 - - [2025-03-20 02:24:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.072968 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 832 0.006000 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 832 0.007550 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 835 0.005934 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 2057 0.035186 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007725 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.004649 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.009205 10.0.0.28 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 2224 0.014388 10.0.0.28 - - [2025-03-20 02:24:20] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001494 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.250243 10.0.0.28 - - [2025-03-20 02:24:20] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.178496 10.0.0.28 - - [2025-03-20 02:24:20] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1059 0.202166 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.007906 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.012196 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1112 0.080732 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.008756 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1058 0.009823 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1112 0.063047 10.0.0.28 - - [2025-03-20 02:24:20] "POST /neutron/port HTTP/1.1" 200 1059 0.009314 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 1059 0.009193 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 1113 0.075056 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 3026 0.038904 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.011027 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 832 0.010713 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005324 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.009998 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 832 0.005152 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.011228 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.28 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 835 0.005133 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 3026 0.018400 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007598 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 3026 0.019329 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006037 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 3026 0.023429 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005930 10.0.0.28 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 3026 0.018214 10.0.0.28 - - [2025-03-20 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008056 10.0.0.28 - - [2025-03-20 02:24:25] "POST /neutron/port HTTP/1.1" 200 3026 0.018142 10.0.0.28 - - [2025-03-20 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009389 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-machine/7c06be1e-972b-438d-a746-0296f6ecb5ef HTTP/1.1" 200 1802 0.004657 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89 HTTP/1.1" 200 2948 0.004639 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933 HTTP/1.1" 200 2945 0.009144 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed HTTP/1.1" 200 2947 0.005006 10.0.0.28 - - [2025-03-20 02:24:25] "POST /neutron/port HTTP/1.1" 200 1086 0.014083 10.0.0.28 - - [2025-03-20 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007034 10.0.0.28 - - [2025-03-20 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.28 - - [2025-03-20 02:24:25] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003764 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003375 10.0.0.28 - - [2025-03-20 02:24:25] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005900 10.0.0.28 - - [2025-03-20 02:24:26] "POST /neutron/port HTTP/1.1" 200 1087 0.020091 10.0.0.28 - - [2025-03-20 02:24:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010008 10.0.0.28 - - [2025-03-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.28 - - [2025-03-20 02:24:28] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005771 10.0.0.28 - - [2025-03-20 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.28 - - [2025-03-20 02:24:32] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005020 10.0.0.28 - - [2025-03-20 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.28 - - [2025-03-20 02:24:36] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005727 10.0.0.28 - - [2025-03-20 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.28 - - [2025-03-20 02:24:40] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005116 10.0.0.28 - - [2025-03-20 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.28 - - [2025-03-20 02:24:42] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003454 10.0.0.28 - - [2025-03-20 02:24:43] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003039 10.0.0.28 - - [2025-03-20 02:24:43] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005939 10.0.0.28 - - [2025-03-20 02:24:43] "POST /neutron/port HTTP/1.1" 200 3026 0.024875 10.0.0.28 - - [2025-03-20 02:24:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.28 - - [2025-03-20 02:24:48] "POST /neutron/port HTTP/1.1" 200 3026 0.019883 10.0.0.28 - - [2025-03-20 02:24:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.032656 10.0.0.28 - - [2025-03-20 02:24:48] "DELETE /project/5bd1c1cdc95f4007ba35382baa99bdf7 HTTP/1.1" 404 173 0.009383 10.0.0.28 - - [2025-03-20 02:24:48] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001377 10.0.0.28 - - [2025-03-20 02:24:48] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.039925 10.0.0.28 - - [2025-03-20 02:24:48] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001522 10.0.0.28 - - [2025-03-20 02:24:48] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?fields=security_groups HTTP/1.1" 200 1368 0.030449 10.0.0.28 - - [2025-03-20 02:24:48] "DELETE /security-group/3afcf53f-be47-4a31-b0d6-cbfeb8330f25 HTTP/1.1" 200 115 0.048849 10.0.0.28 - - [2025-03-20 02:24:48] "GET /projects?obj_uuids=9e93cc59-327b-44e6-8742-ae3c0d57fa89&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.28 - - [2025-03-20 02:24:48] "DELETE /access-control-list/2f7e643b-2e15-481b-b30b-4154266d2811 HTTP/1.1" 200 115 0.057290 10.0.0.28 - - [2025-03-20 02:24:48] "GET /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89?fields=application_policy_sets HTTP/1.1" 200 1407 0.046483 10.0.0.28 - - [2025-03-20 02:24:48] "DELETE /access-control-list/374a5921-2308-4039-ad62-f1f49f5f9abb HTTP/1.1" 200 115 0.027058 10.0.0.28 - - [2025-03-20 02:24:48] "DELETE /project/9e93cc59-327b-44e6-8742-ae3c0d57fa89 HTTP/1.1" 200 115 0.336178 10.0.0.28 - - [2025-03-20 02:24:51] "POST /neutron/port HTTP/1.1" 200 3026 0.023250 10.0.0.28 - - [2025-03-20 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005279 10.0.0.28 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 3026 0.021975 10.0.0.28 - - [2025-03-20 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005518 10.0.0.28 - - [2025-03-20 02:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.045758 10.0.0.28 - - [2025-03-20 02:24:54] "GET /obj-perms HTTP/1.1" 200 5056 0.055192 10.0.0.28 - - [2025-03-20 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.28 - - [2025-03-20 02:24:58] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003017 10.0.0.28 - - [2025-03-20 02:24:58] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005352 10.0.0.28 - - [2025-03-20 02:24:58] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006563 10.0.0.28 - - [2025-03-20 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.28 - - [2025-03-20 02:24:59] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002982 10.0.0.28 - - [2025-03-20 02:24:59] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002997 10.0.0.28 - - [2025-03-20 02:24:59] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005503 10.0.0.28 - - [2025-03-20 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002599 10.0.0.28 - - [2025-03-20 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.28 - - [2025-03-20 02:24:59] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.28 - - [2025-03-20 02:24:59] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.031862 10.0.0.28 - - [2025-03-20 02:24:59] "POST /service-instances HTTP/1.1" 200 543 0.064518 10.0.0.28 - - [2025-03-20 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.28 - - [2025-03-20 02:24:59] "GET /service-instance/738c6b24-7ba2-403e-929d-4053028a5493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005189 10.0.0.28 - - [2025-03-20 02:24:59] "POST /port-tuples HTTP/1.1" 200 586 0.027945 10.0.0.28 - - [2025-03-20 02:24:59] "GET /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006184 10.0.0.28 - - [2025-03-20 02:24:59] "PUT /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933 HTTP/1.1" 200 284 0.009419 10.0.0.28 - - [2025-03-20 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.009091 10.0.0.28 - - [2025-03-20 02:24:59] "POST /instance-ips HTTP/1.1" 200 385 0.029334 10.0.0.28 - - [2025-03-20 02:24:59] "GET /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.017271 10.0.0.28 - - [2025-03-20 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.028950 10.0.0.28 - - [2025-03-20 02:25:00] "PUT /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed HTTP/1.1" 200 284 0.015604 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.013487 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003067 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011869 10.0.0.28 - - [2025-03-20 02:25:00] "GET /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.007790 10.0.0.28 - - [2025-03-20 02:25:00] "POST /instance-ips HTTP/1.1" 200 385 0.030126 10.0.0.28 - - [2025-03-20 02:25:00] "PUT /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89 HTTP/1.1" 200 284 0.012976 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011431 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003048 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014529 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005537 10.0.0.28 - - [2025-03-20 02:25:00] "POST /instance-ips HTTP/1.1" 200 373 0.014384 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.015026 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007907 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.013116 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.010142 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.028559 10.0.0.28 - - [2025-03-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006112 10.0.0.28 - - [2025-03-20 02:25:00] "GET /virtual-machine/046a6e4f-43f3-437f-a687-94afc406e51b HTTP/1.1" 200 1289 0.006107 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003656 10.0.0.28 - - [2025-03-20 02:25:00] "GET /virtual-machine-interface/72804d19-b9d9-4e09-bc2f-f0abdebd98f0 HTTP/1.1" 200 2946 0.004906 10.0.0.28 - - [2025-03-20 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.28 - - [2025-03-20 02:25:00] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003462 10.0.0.28 - - [2025-03-20 02:25:00] "POST /instance-ips HTTP/1.1" 200 373 0.016377 10.0.0.28 - - [2025-03-20 02:25:00] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.014579 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011571 10.0.0.28 - - [2025-03-20 02:25:00] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005867 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.009547 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002959 10.0.0.28 - - [2025-03-20 02:25:00] "POST /instance-ips HTTP/1.1" 200 375 0.023150 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.009807 10.0.0.28 - - [2025-03-20 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008586 10.0.0.28 - - [2025-03-20 02:25:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002996 10.0.0.28 - - [2025-03-20 02:25:01] "POST /instance-ips HTTP/1.1" 200 375 0.020705 10.0.0.28 - - [2025-03-20 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.28 - - [2025-03-20 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008896 10.0.0.28 - - [2025-03-20 02:25:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003014 10.0.0.28 - - [2025-03-20 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.28 - - [2025-03-20 02:25:01] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003080 10.0.0.28 - - [2025-03-20 02:25:01] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002914 10.0.0.28 - - [2025-03-20 02:25:01] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006116 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/port HTTP/1.1" 200 1087 0.015510 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005237 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/port HTTP/1.1" 200 1087 0.016066 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006343 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/port HTTP/1.1" 200 1087 0.013481 10.0.0.28 - - [2025-03-20 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005447 10.0.0.28 - - [2025-03-20 02:25:02] "GET /virtual-machine/19540087-5471-4438-a41a-88db8f89bb18 HTTP/1.1" 200 1290 0.004364 10.0.0.28 - - [2025-03-20 02:25:02] "GET /virtual-machine-interface/4e574a9d-6640-4761-aa7e-45b1c1965a27 HTTP/1.1" 200 2949 0.004624 10.0.0.28 - - [2025-03-20 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.28 - - [2025-03-20 02:25:02] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002786 10.0.0.28 - - [2025-03-20 02:25:02] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003370 10.0.0.28 - - [2025-03-20 02:25:02] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005223 10.0.0.28 - - [2025-03-20 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.28 - - [2025-03-20 02:25:03] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003607 10.0.0.28 - - [2025-03-20 02:25:03] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002895 10.0.0.28 - - [2025-03-20 02:25:03] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005583 10.0.0.28 - - [2025-03-20 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.005018 10.0.0.28 - - [2025-03-20 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.28 - - [2025-03-20 02:25:03] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.28 - - [2025-03-20 02:25:03] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026878 10.0.0.28 - - [2025-03-20 02:25:04] "POST /network-policys HTTP/1.1" 200 547 0.018272 10.0.0.28 - - [2025-03-20 02:25:04] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005651 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.28 - - [2025-03-20 02:25:04] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005094 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.28 - - [2025-03-20 02:25:04] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003615 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.003259 10.0.0.28 - - [2025-03-20 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.032230 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.28 - - [2025-03-20 02:25:04] "POST /access-control-lists HTTP/1.1" 200 601 0.058839 10.0.0.28 - - [2025-03-20 02:25:04] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003746 10.0.0.28 - - [2025-03-20 02:25:04] "POST /neutron/network HTTP/1.1" 200 920 0.007213 10.0.0.28 - - [2025-03-20 02:25:04] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005243 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.28 - - [2025-03-20 02:25:04] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004065 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.28 - - [2025-03-20 02:25:04] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005196 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.28 - - [2025-03-20 02:25:04] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003537 10.0.0.28 - - [2025-03-20 02:25:04] "PUT /access-control-list/d35cd996-ed84-4334-9243-c698d7e57f1c HTTP/1.1" 200 272 0.013500 10.0.0.28 - - [2025-03-20 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.037226 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.002398 10.0.0.28 - - [2025-03-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.28 - - [2025-03-20 02:25:05] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.020323 10.0.0.28 - - [2025-03-20 02:25:05] "POST /access-control-lists HTTP/1.1" 200 604 0.061747 10.0.0.28 - - [2025-03-20 02:25:05] "POST /neutron/network HTTP/1.1" 200 923 0.008553 10.0.0.28 - - [2025-03-20 02:25:05] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004218 10.0.0.28 - - [2025-03-20 02:25:05] "POST /routing-instances HTTP/1.1" 200 759 0.030439 10.0.0.28 - - [2025-03-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.28 - - [2025-03-20 02:25:05] "POST /route-targets HTTP/1.1" 200 327 0.010300 10.0.0.28 - - [2025-03-20 02:25:05] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003330 10.0.0.28 - - [2025-03-20 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.010915 10.0.0.28 - - [2025-03-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.28 - - [2025-03-20 02:25:05] "GET /routing-instance/254f9e0a-a973-48bd-bd4d-27cc5664e644?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.005100 10.0.0.28 - - [2025-03-20 02:25:05] "GET /service-template/a4d7dc6a-baef-4467-9e1d-57af438912e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003111 10.0.0.28 - - [2025-03-20 02:25:05] "GET /routing-instance/254f9e0a-a973-48bd-bd4d-27cc5664e644?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003512 10.0.0.28 - - [2025-03-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.28 - - [2025-03-20 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.28 - - [2025-03-20 02:25:05] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.28 - - [2025-03-20 02:25:05] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024494 10.0.0.28 - - [2025-03-20 02:25:05] "POST /routing-instances HTTP/1.1" 200 760 0.021175 10.0.0.28 - - [2025-03-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.28 - - [2025-03-20 02:25:05] "GET /service-instance/738c6b24-7ba2-403e-929d-4053028a5493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.008782 10.0.0.28 - - [2025-03-20 02:25:05] "POST /route-targets HTTP/1.1" 200 327 0.019171 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domains HTTP/1.1" 200 280 0.002819 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2771 0.014188 10.0.0.28 - - [2025-03-20 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.022181 10.0.0.28 - - [2025-03-20 02:25:05] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.28 - - [2025-03-20 02:25:05] "GET /routing-instance/ade9215d-02a9-4376-9908-73ce71f9e719?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003846 10.0.0.28 - - [2025-03-20 02:25:05] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 4232 0.081679 10.0.0.28 - - [2025-03-20 02:25:05] "GET /service-instance/738c6b24-7ba2-403e-929d-4053028a5493 HTTP/1.1" 200 3783 0.007671 10.0.0.28 - - [2025-03-20 02:25:05] "GET /routing-instance/ade9215d-02a9-4376-9908-73ce71f9e719?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.007716 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domains HTTP/1.1" 200 280 0.002341 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.28 - - [2025-03-20 02:25:05] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2771 0.008037 10.0.0.28 - - [2025-03-20 02:25:05] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.28 - - [2025-03-20 02:25:05] "PUT /routing-instance/254f9e0a-a973-48bd-bd4d-27cc5664e644 HTTP/1.1" 200 266 0.009586 10.0.0.28 - - [2025-03-20 02:25:05] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 4232 0.068001 10.0.0.28 - - [2025-03-20 02:25:05] "GET /service-instance/738c6b24-7ba2-403e-929d-4053028a5493 HTTP/1.1" 200 3783 0.004274 10.0.0.28 - - [2025-03-20 02:25:05] "GET /port-tuple/532fccbc-9731-45c1-bd85-bd51ff74453f HTTP/1.1" 200 1979 0.004870 10.0.0.28 - - [2025-03-20 02:25:05] "PUT /routing-instance/ade9215d-02a9-4376-9908-73ce71f9e719 HTTP/1.1" 200 266 0.012387 10.0.0.28 - - [2025-03-20 02:25:05] "GET /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89 HTTP/1.1" 200 3803 0.009335 10.0.0.28 - - [2025-03-20 02:25:05] "GET /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933 HTTP/1.1" 200 3815 0.006942 10.0.0.28 - - [2025-03-20 02:25:05] "GET /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed HTTP/1.1" 200 3799 0.005140 10.0.0.28 - - [2025-03-20 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.011740 10.0.0.28 - - [2025-03-20 02:25:05] "POST /neutron/port HTTP/1.1" 200 3833 0.042727 10.0.0.28 - - [2025-03-20 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005837 10.0.0.28 - - [2025-03-20 02:25:05] "POST /neutron/port HTTP/1.1" 200 3833 0.032950 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005985 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.030867 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005486 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.030750 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005671 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 894 0.012546 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 920 0.005199 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 806 0.011784 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 832 0.005059 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 897 0.013617 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/network HTTP/1.1" 200 923 0.004826 10.0.0.28 - - [2025-03-20 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001042 10.0.0.28 - - [2025-03-20 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.000954 10.0.0.28 - - [2025-03-20 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001404 10.0.0.28 - - [2025-03-20 02:25:06] "PUT /access-control-list/e8608743-efdf-4a43-85b7-859c480716df HTTP/1.1" 200 272 0.009928 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine/7c06be1e-972b-438d-a746-0296f6ecb5ef HTTP/1.1" 200 1802 0.003580 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89 HTTP/1.1" 200 3803 0.004839 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933 HTTP/1.1" 200 3815 0.004755 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed HTTP/1.1" 200 3799 0.004603 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/16424788-81ce-481e-a244-b01bfd2414fa HTTP/1.1" 200 1623 0.004216 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/5d50e372-470b-4c1c-a25e-48a318896687 HTTP/1.1" 200 1960 0.002935 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/9169b4c9-83f2-4589-ab39-58e9446c99da HTTP/1.1" 200 1959 0.002887 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/a16e2144-1205-46a5-94b0-480b10df9ef0 HTTP/1.1" 200 1981 0.003541 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/a56cd812-203b-4174-acee-ead411b4ec6d HTTP/1.1" 200 1979 0.002919 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/ea86e96c-4997-46da-847f-d8467badb05f HTTP/1.1" 200 1621 0.007738 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/aefe776f-0809-46d0-a5d9-cc052d71a684 HTTP/1.1" 200 1957 0.003025 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/b19c9c93-88cf-4bae-8611-be8b229446ac HTTP/1.1" 200 1954 0.003374 10.0.0.28 - - [2025-03-20 02:25:06] "GET /instance-ip/dbc5e85e-5fab-4449-ad5f-8cc028da4f8f HTTP/1.1" 200 1622 0.004330 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.031202 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005597 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.030450 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.025013 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.029166 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006111 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 3833 0.034248 10.0.0.28 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006748 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine/7c06be1e-972b-438d-a746-0296f6ecb5ef HTTP/1.1" 200 1802 0.004669 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/50e3c32f-f165-4cfa-8124-0f60c13f0b89 HTTP/1.1" 200 3803 0.006965 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/5fc1fe6a-adbb-45d2-879f-e84358501933 HTTP/1.1" 200 3815 0.006606 10.0.0.28 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/bd7d1b09-72cc-47f3-a6bb-ab4739bfa8ed HTTP/1.1" 200 3799 0.005111 10.0.0.28 - - [2025-03-20 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.28 - - [2025-03-20 02:25:07] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003378 10.0.0.28 - - [2025-03-20 02:25:07] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002776 10.0.0.28 - - [2025-03-20 02:25:07] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005337 10.0.0.28 - - [2025-03-20 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.28 - - [2025-03-20 02:25:08] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003585 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003376 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006351 10.0.0.28 - - [2025-03-20 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.28 - - [2025-03-20 02:25:08] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003355 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003078 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005157 10.0.0.28 - - [2025-03-20 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.28 - - [2025-03-20 02:25:08] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003618 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003080 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005223 10.0.0.28 - - [2025-03-20 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.28 - - [2025-03-20 02:25:08] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003557 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002849 10.0.0.28 - - [2025-03-20 02:25:08] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005240 10.0.0.28 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.28 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003608 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003361 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005308 10.0.0.28 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.28 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003364 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002898 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005480 10.0.0.28 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.28 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003165 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002846 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005076 10.0.0.28 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.28 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003493 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002995 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-network/e8cb9d5e-9fc6-4cfb-be87-bc056c15daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005501 10.0.0.28 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.28 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003143 10.0.0.28 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003919 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005345 10.0.0.28 - - [2025-03-20 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.28 - - [2025-03-20 02:25:10] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003464 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003129 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005503 10.0.0.28 - - [2025-03-20 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.28 - - [2025-03-20 02:25:10] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004446 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003361 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005274 10.0.0.28 - - [2025-03-20 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.28 - - [2025-03-20 02:25:10] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003721 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-networks?parent_id=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004105 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005332 10.0.0.28 - - [2025-03-20 02:25:10] "GET /virtual-machine/7c06be1e-972b-438d-a746-0296f6ecb5ef HTTP/1.1" 200 1802 0.005865 10.0.0.28 - - [2025-03-20 02:25:10] "GET /domains HTTP/1.1" 200 280 0.003029 10.0.0.28 - - [2025-03-20 02:25:10] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.28 - - [2025-03-20 02:25:10] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2771 0.007424 10.0.0.28 - - [2025-03-20 02:25:10] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.28 - - [2025-03-20 02:25:10] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 4232 0.068760 10.0.0.28 - - [2025-03-20 02:25:10] "GET /service-instance/738c6b24-7ba2-403e-929d-4053028a5493 HTTP/1.1" 200 3783 0.004668 10.0.0.28 - - [2025-03-20 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.28 - - [2025-03-20 02:25:10] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003819 10.0.0.28 - - [2025-03-20 02:25:10] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006291 10.0.0.28 - - [2025-03-20 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.28 - - [2025-03-20 02:25:10] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004030 10.0.0.28 - - [2025-03-20 02:25:11] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005063 10.0.0.28 - - [2025-03-20 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.28 - - [2025-03-20 02:25:11] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005581 10.0.0.28 - - [2025-03-20 02:25:11] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?fields=routing_instances HTTP/1.1" 200 1684 0.006422 10.0.0.28 - - [2025-03-20 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.28 - - [2025-03-20 02:25:11] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005369 10.0.0.28 - - [2025-03-20 02:25:11] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?fields=routing_instances HTTP/1.1" 200 1689 0.006724 10.0.0.28 - - [2025-03-20 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.030031 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /access-control-list/e8608743-efdf-4a43-85b7-859c480716df HTTP/1.1" 200 115 0.029862 10.0.0.28 - - [2025-03-20 02:25:15] "POST /neutron/network HTTP/1.1" 200 835 0.014057 10.0.0.28 - - [2025-03-20 02:25:15] "GET /virtual-network/ca27efc3-9052-45a4-94b0-8f10ecca5c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004953 10.0.0.28 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /routing-instance/254f9e0a-a973-48bd-bd4d-27cc5664e644 HTTP/1.1" 200 115 0.031562 10.0.0.28 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.28 - - [2025-03-20 02:25:15] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003574 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /route-target/71faedb8-5645-4d87-83bd-e42ab49edb11 HTTP/1.1" 200 115 0.014576 10.0.0.28 - - [2025-03-20 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.036510 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /routing-instance/ade9215d-02a9-4376-9908-73ce71f9e719 HTTP/1.1" 200 115 0.047565 10.0.0.28 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.28 - - [2025-03-20 02:25:15] "POST /neutron/network HTTP/1.1" 200 832 0.007427 10.0.0.28 - - [2025-03-20 02:25:15] "GET /virtual-network/f8de1d5d-ac11-4e92-ab6a-3c8044650aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005782 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /route-target/9a22a60a-e71d-43a3-86b9-c20ceda82c0c HTTP/1.1" 200 115 0.015122 10.0.0.28 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /access-control-list/d35cd996-ed84-4334-9243-c698d7e57f1c HTTP/1.1" 200 115 0.025249 10.0.0.28 - - [2025-03-20 02:25:15] "GET /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003525 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /network-policy/c863e431-3ae1-4beb-a148-c11920c9ee94 HTTP/1.1" 200 115 0.021829 10.0.0.28 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.28 - - [2025-03-20 02:25:15] "DELETE /service-instance/738c6b24-7ba2-403e-929d-4053028a5493 HTTP/1.1" 200 115 0.047204 10.0.0.28 - - [2025-03-20 02:25:15] "GET /domains HTTP/1.1" 200 280 0.002146 10.0.0.28 - - [2025-03-20 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.011965 10.0.0.28 - - [2025-03-20 02:25:15] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.28 - - [2025-03-20 02:25:15] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2771 0.011704 10.0.0.28 - - [2025-03-20 02:25:15] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001549 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/b19c9c93-88cf-4bae-8611-be8b229446ac HTTP/1.1" 200 115 0.027790 10.0.0.28 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.009449 10.0.0.28 - - [2025-03-20 02:25:16] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 3758 0.073623 10.0.0.28 - - [2025-03-20 02:25:16] "GET /virtual-machine/7c06be1e-972b-438d-a746-0296f6ecb5ef HTTP/1.1" 200 1802 0.002970 10.0.0.28 - - [2025-03-20 02:25:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001946 10.0.0.28 - - [2025-03-20 02:25:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002127 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/aefe776f-0809-46d0-a5d9-cc052d71a684 HTTP/1.1" 200 115 0.027627 10.0.0.28 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/a16e2144-1205-46a5-94b0-480b10df9ef0 HTTP/1.1" 200 115 0.018997 10.0.0.28 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.012394 10.0.0.28 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /service-template/a4d7dc6a-baef-4467-9e1d-57af438912e8 HTTP/1.1" 200 115 0.025772 10.0.0.28 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003171 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/a56cd812-203b-4174-acee-ead411b4ec6d HTTP/1.1" 200 115 0.028107 10.0.0.28 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.013401 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/5d50e372-470b-4c1c-a25e-48a318896687 HTTP/1.1" 200 115 0.018731 10.0.0.28 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.010676 10.0.0.28 - - [2025-03-20 02:25:16] "DELETE /instance-ip/9169b4c9-83f2-4589-ab39-58e9446c99da HTTP/1.1" 200 115 0.035465 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/network HTTP/1.1" 200 835 0.007924 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/network HTTP/1.1" 400 204 0.013090 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/port HTTP/1.1" 200 1087 0.014436 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/port HTTP/1.1" 200 1113 0.013881 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/port HTTP/1.1" 200 1086 0.021114 10.0.0.28 - - [2025-03-20 02:25:16] "POST /neutron/port HTTP/1.1" 200 151 0.097327 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1112 0.012692 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 3026 0.044345 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 151 0.123686 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1113 0.009634 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 151 0.081624 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1112 0.009148 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 151 0.082979 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1112 0.009766 10.0.0.28 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 151 0.087582 10.0.0.28 - - [2025-03-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 835 0.005325 10.0.0.28 - - [2025-03-20 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003400 10.0.0.28 - - [2025-03-20 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.28 - - [2025-03-20 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004284 10.0.0.28 - - [2025-03-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 151 0.085027 10.0.0.28 - - [2025-03-20 02:25:18] "DELETE /route-target/546e2641-c18d-4fed-a509-6cf585fb6560 HTTP/1.1" 200 115 0.016050 10.0.0.28 - - [2025-03-20 02:25:18] "GET /routing-instance/8c5b301b-1886-43d5-aacf-16d4614e76e7 HTTP/1.1" 404 171 0.003060 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domains HTTP/1.1" 200 280 0.002589 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2571 0.051522 10.0.0.28 - - [2025-03-20 02:25:18] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.28 - - [2025-03-20 02:25:18] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2297 0.065931 10.0.0.28 - - [2025-03-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 832 0.005441 10.0.0.28 - - [2025-03-20 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003239 10.0.0.28 - - [2025-03-20 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.28 - - [2025-03-20 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003005 10.0.0.28 - - [2025-03-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 151 0.077560 10.0.0.28 - - [2025-03-20 02:25:18] "DELETE /route-target/8b5d0532-3b57-454a-a9bc-f8e051b3e53a HTTP/1.1" 200 115 0.016398 10.0.0.28 - - [2025-03-20 02:25:18] "GET /routing-instance/cc2cb413-a308-409c-a947-5bfaf364a04a HTTP/1.1" 404 171 0.004669 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domains HTTP/1.1" 200 280 0.002141 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.28 - - [2025-03-20 02:25:18] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2571 0.049037 10.0.0.28 - - [2025-03-20 02:25:18] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 2079 0.067782 10.0.0.28 - - [2025-03-20 02:25:19] "POST /neutron/network HTTP/1.1" 200 832 0.005686 10.0.0.28 - - [2025-03-20 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.28 - - [2025-03-20 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002695 10.0.0.28 - - [2025-03-20 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.28 - - [2025-03-20 02:25:19] "POST /neutron/network HTTP/1.1" 200 151 0.094568 10.0.0.28 - - [2025-03-20 02:25:19] "DELETE /route-target/404c11b6-af2c-4287-adc6-1ec5c2402ca2 HTTP/1.1" 200 115 0.022342 10.0.0.28 - - [2025-03-20 02:25:19] "GET /routing-instance/a2d277cb-23f5-4227-bff2-9498f49917e1 HTTP/1.1" 404 171 0.002548 10.0.0.28 - - [2025-03-20 02:25:19] "GET /domains HTTP/1.1" 200 280 0.002135 10.0.0.28 - - [2025-03-20 02:25:19] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.28 - - [2025-03-20 02:25:19] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2571 0.049614 10.0.0.28 - - [2025-03-20 02:25:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 1839 0.068463 10.0.0.28 - - [2025-03-20 02:25:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023729 10.0.0.28 - - [2025-03-20 02:25:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?fields=virtual_networks HTTP/1.1" 200 1027 0.066076 10.0.0.28 - - [2025-03-20 02:25:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.022680 10.0.0.28 - - [2025-03-20 02:25:19] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.28 - - [2025-03-20 02:25:19] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?fields=security_groups HTTP/1.1" 200 1251 0.021983 10.0.0.28 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.024594 10.0.0.28 - - [2025-03-20 02:25:20] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002644 10.0.0.28 - - [2025-03-20 02:25:20] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.28 - - [2025-03-20 02:25:20] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008288 10.0.0.28 - - [2025-03-20 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001256 10.0.0.28 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.005413 10.0.0.28 - - [2025-03-20 02:25:20] "POST /security-groups HTTP/1.1" 200 592 0.064145 10.0.0.28 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.009015 10.0.0.28 - - [2025-03-20 02:25:20] "POST /projects HTTP/1.1" 200 587 0.215156 10.0.0.28 - - [2025-03-20 02:25:20] "POST /access-control-lists HTTP/1.1" 200 597 0.059381 10.0.0.28 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.286778 10.0.0.28 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.002669 10.0.0.28 - - [2025-03-20 02:25:21] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.415134 10.0.0.28 - - [2025-03-20 02:25:21] "POST /access-control-lists HTTP/1.1" 200 595 0.060655 10.0.0.28 - - [2025-03-20 02:25:22] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.28 - - [2025-03-20 02:25:23] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.28 - - [2025-03-20 02:25:23] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.28 - - [2025-03-20 02:25:23] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048550 10.0.0.28 - - [2025-03-20 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 180 0.003088 10.0.0.28 - - [2025-03-20 02:25:23] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022691 10.0.0.28 - - [2025-03-20 02:25:23] "GET /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005425 10.0.0.28 - - [2025-03-20 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.28 - - [2025-03-20 02:25:23] "GET /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003860 10.0.0.28 - - [2025-03-20 02:25:23] "GET /domains HTTP/1.1" 401 292 0.003155 10.0.0.28 - - [2025-03-20 02:25:24] "GET /domains HTTP/1.1" 200 280 0.030413 10.0.0.28 - - [2025-03-20 02:25:24] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002736 10.0.0.28 - - [2025-03-20 02:25:24] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2958 0.010243 10.0.0.28 - - [2025-03-20 02:25:24] "GET /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535 HTTP/1.1" 200 1437 0.003870 10.0.0.28 - - [2025-03-20 02:25:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002394 10.0.0.28 - - [2025-03-20 02:25:24] "POST /network-ipams HTTP/1.1" 200 514 0.016045 10.0.0.28 - - [2025-03-20 02:25:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002912 10.0.0.28 - - [2025-03-20 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.28 - - [2025-03-20 02:25:24] "GET /network-ipam/39e2747d-f2f7-4729-bbcc-b8e136d84b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005987 10.0.0.28 - - [2025-03-20 02:25:24] "PUT /network-ipam/39e2747d-f2f7-4729-bbcc-b8e136d84b06 HTTP/1.1" 200 258 0.009800 10.0.0.28 - - [2025-03-20 02:25:24] "POST /ref-update HTTP/1.1" 200 156 0.009116 10.0.0.28 - - [2025-03-20 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.28 - - [2025-03-20 02:25:24] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001716 10.0.0.28 - - [2025-03-20 02:25:24] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025444 10.0.0.28 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 117 0.029701 10.0.0.28 - - [2025-03-20 02:25:24] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001143 10.0.0.28 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 618 0.066012 10.0.0.28 - - [2025-03-20 02:25:24] "POST /route-targets HTTP/1.1" 200 327 0.012057 10.0.0.28 - - [2025-03-20 02:25:24] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.28 - - [2025-03-20 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.28 - - [2025-03-20 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 711 0.181098 10.0.0.28 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 833 0.006201 10.0.0.28 - - [2025-03-20 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001367 10.0.0.28 - - [2025-03-20 02:25:24] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007916 10.0.0.28 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 833 0.005250 10.0.0.28 - - [2025-03-20 02:25:24] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004606 10.0.0.28 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 833 0.006670 10.0.0.28 - - [2025-03-20 02:25:25] "POST /neutron/subnet HTTP/1.1" 200 711 0.007542 10.0.0.28 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 807 0.010053 10.0.0.28 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 833 0.005039 10.0.0.28 - - [2025-03-20 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.004390 10.0.0.28 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 843 0.005667 10.0.0.28 - - [2025-03-20 02:25:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.28 - - [2025-03-20 02:25:25] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.28 - - [2025-03-20 02:25:25] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.28 - - [2025-03-20 02:25:25] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.28 - - [2025-03-20 02:25:25] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048676 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/network HTTP/1.1" 200 833 0.006200 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.004950 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.005563 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/network HTTP/1.1" 200 843 0.005681 10.0.0.28 - - [2025-03-20 02:25:26] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 1058 0.194638 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 1058 0.010408 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 1058 0.007598 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 1112 0.064907 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 1086 0.017770 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.010185 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.003139 10.0.0.28 - - [2025-03-20 02:25:26] "POST /neutron/network HTTP/1.1" 200 833 0.006274 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014962 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007203 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014454 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005471 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014603 10.0.0.28 - - [2025-03-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005448 10.0.0.28 - - [2025-03-20 02:25:31] "GET /virtual-machine/250aa480-ff97-4480-8075-ee7793d97118 HTTP/1.1" 200 1292 0.005195 10.0.0.28 - - [2025-03-20 02:25:31] "GET /virtual-machine-interface/fbc16e29-53c1-439f-96ff-dd78d349beb1 HTTP/1.1" 200 2965 0.004520 10.0.0.28 - - [2025-03-20 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.28 - - [2025-03-20 02:25:31] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002859 10.0.0.28 - - [2025-03-20 02:25:31] "GET /virtual-networks?parent_id=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003011 10.0.0.28 - - [2025-03-20 02:25:31] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005275 10.0.0.28 - - [2025-03-20 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.28 - - [2025-03-20 02:25:34] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005756 10.0.0.28 - - [2025-03-20 02:25:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014797 10.0.0.28 - - [2025-03-20 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006277 10.0.0.28 - - [2025-03-20 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.28 - - [2025-03-20 02:25:36] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003145 10.0.0.28 - - [2025-03-20 02:25:36] "GET /virtual-networks?parent_id=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002927 10.0.0.28 - - [2025-03-20 02:25:36] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005179 10.0.0.28 - - [2025-03-20 02:25:41] "POST /neutron/network HTTP/1.1" 200 807 0.010855 10.0.0.28 - - [2025-03-20 02:25:41] "POST /neutron/network HTTP/1.1" 200 833 0.005442 10.0.0.28 - - [2025-03-20 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001194 10.0.0.28 - - [2025-03-20 02:25:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015580 10.0.0.28 - - [2025-03-20 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005442 10.0.0.28 - - [2025-03-20 02:25:41] "POST /neutron/network HTTP/1.1" 200 843 0.005487 10.0.0.28 - - [2025-03-20 02:25:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.28 - - [2025-03-20 02:25:41] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.28 - - [2025-03-20 02:25:41] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.28 - - [2025-03-20 02:25:42] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.28 - - [2025-03-20 02:25:42] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061106 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 833 0.005214 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016478 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006510 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.004705 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.004924 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 843 0.007391 10.0.0.28 - - [2025-03-20 02:25:42] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 1058 0.201317 10.0.0.28 - - [2025-03-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 1058 0.009925 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 1058 0.009734 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 1112 0.062833 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015052 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004022 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 685 0.010711 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.28 - - [2025-03-20 02:25:43] "POST /neutron/network HTTP/1.1" 200 833 0.005431 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/port HTTP/1.1" 200 1086 0.014215 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006207 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015008 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006883 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015479 10.0.0.28 - - [2025-03-20 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005818 10.0.0.28 - - [2025-03-20 02:25:47] "GET /virtual-machine/2c3d505b-3623-42cd-b067-193d8848c800 HTTP/1.1" 200 1293 0.004796 10.0.0.28 - - [2025-03-20 02:25:47] "GET /virtual-machine-interface/d0c92e49-a028-4b33-a84c-67cab88dfb81 HTTP/1.1" 200 2965 0.004590 10.0.0.28 - - [2025-03-20 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.28 - - [2025-03-20 02:25:47] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002887 10.0.0.28 - - [2025-03-20 02:25:47] "GET /virtual-networks?parent_id=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002942 10.0.0.28 - - [2025-03-20 02:25:47] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005245 10.0.0.28 - - [2025-03-20 02:25:48] "DELETE /project/896020d30f5048a2aca76736feb7fdaa HTTP/1.1" 404 173 0.007595 10.0.0.28 - - [2025-03-20 02:25:48] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.28 - - [2025-03-20 02:25:48] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.028785 10.0.0.28 - - [2025-03-20 02:25:48] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.28 - - [2025-03-20 02:25:48] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?fields=security_groups HTTP/1.1" 200 1356 0.066253 10.0.0.28 - - [2025-03-20 02:25:49] "DELETE /security-group/8d1b6ea8-b46b-41e8-a428-2a46e65babdf HTTP/1.1" 200 115 0.038928 10.0.0.28 - - [2025-03-20 02:25:49] "GET /projects?obj_uuids=5bd1c1cd-c95f-4007-ba35-382baa99bdf7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.28 - - [2025-03-20 02:25:49] "DELETE /access-control-list/8bc9da91-2e8c-42ec-a705-a3c27ad1967e HTTP/1.1" 200 115 0.027337 10.0.0.28 - - [2025-03-20 02:25:49] "GET /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7?fields=application_policy_sets HTTP/1.1" 200 1395 0.037235 10.0.0.28 - - [2025-03-20 02:25:49] "DELETE /access-control-list/0f21a3c7-ac38-4a32-9a4e-ce894419aa60 HTTP/1.1" 200 115 0.043154 10.0.0.28 - - [2025-03-20 02:25:49] "DELETE /project/5bd1c1cd-c95f-4007-ba35-382baa99bdf7 HTTP/1.1" 200 115 0.325328 10.0.0.28 - - [2025-03-20 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.28 - - [2025-03-20 02:25:50] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005154 10.0.0.28 - - [2025-03-20 02:25:51] "POST /neutron/port HTTP/1.1" 200 1086 0.024768 10.0.0.28 - - [2025-03-20 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005129 10.0.0.28 - - [2025-03-20 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.28 - - [2025-03-20 02:25:53] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003352 10.0.0.28 - - [2025-03-20 02:25:53] "GET /virtual-networks?parent_id=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003100 10.0.0.28 - - [2025-03-20 02:25:53] "GET /virtual-network/20aa5bcb-e07b-43e2-9a3b-b060a03d53f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005207 10.0.0.28 - - [2025-03-20 02:25:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014447 10.0.0.28 - - [2025-03-20 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005399 10.0.0.28 - - [2025-03-20 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.044347 10.0.0.28 - - [2025-03-20 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.042676 10.0.0.28 - - [2025-03-20 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.28 - - [2025-03-20 02:26:04] "DELETE /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535 HTTP/1.1" 409 235 0.006923 10.0.0.28 - - [2025-03-20 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.003232 10.0.0.28 - - [2025-03-20 02:26:04] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014881 10.0.0.28 - - [2025-03-20 02:26:04] "GET /virtual-DNS-record/7fc77f01-c779-4569-84ab-412a3e4bf803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004370 10.0.0.28 - - [2025-03-20 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.28 - - [2025-03-20 02:26:04] "GET /virtual-DNS-record/7fc77f01-c779-4569-84ab-412a3e4bf803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003836 10.0.0.28 - - [2025-03-20 02:26:04] "GET /domains HTTP/1.1" 200 280 0.003001 10.0.0.28 - - [2025-03-20 02:26:04] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.28 - - [2025-03-20 02:26:04] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2774 0.008900 10.0.0.28 - - [2025-03-20 02:26:04] "GET /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535 HTTP/1.1" 200 1906 0.004548 10.0.0.28 - - [2025-03-20 02:26:04] "GET /virtual-DNS-record/7fc77f01-c779-4569-84ab-412a3e4bf803 HTTP/1.1" 200 1335 0.003595 10.0.0.28 - - [2025-03-20 02:26:09] "DELETE /virtual-DNS-record/7fc77f01-c779-4569-84ab-412a3e4bf803 HTTP/1.1" 200 115 0.020739 10.0.0.28 - - [2025-03-20 02:26:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.002753 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/network HTTP/1.1" 200 833 0.005474 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/network HTTP/1.1" 400 204 0.012444 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.017697 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1112 0.010680 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.024115 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1112 0.009350 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 151 0.119660 10.0.0.28 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 151 0.106953 10.0.0.28 - - [2025-03-20 02:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.005235 10.0.0.28 - - [2025-03-20 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.032833 10.0.0.28 - - [2025-03-20 02:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.28 - - [2025-03-20 02:26:12] "DELETE /route-target/7d1a29c9-cb92-4880-987f-0d330e151baf HTTP/1.1" 200 115 0.019822 10.0.0.28 - - [2025-03-20 02:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.28 - - [2025-03-20 02:26:12] "POST /neutron/network HTTP/1.1" 200 151 0.204679 10.0.0.28 - - [2025-03-20 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.28 - - [2025-03-20 02:26:12] "DELETE /network-ipam/39e2747d-f2f7-4729-bbcc-b8e136d84b06 HTTP/1.1" 200 115 0.034489 10.0.0.28 - - [2025-03-20 02:26:12] "DELETE /virtual-DNS/0d3f83ee-e9a9-4ded-ac36-8ae74cb9d535 HTTP/1.1" 200 115 0.022632 10.0.0.28 - - [2025-03-20 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.002476 10.0.0.28 - - [2025-03-20 02:26:12] "GET /domains HTTP/1.1" 200 280 0.007422 10.0.0.28 - - [2025-03-20 02:26:12] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.28 - - [2025-03-20 02:26:12] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2574 0.008571 10.0.0.28 - - [2025-03-20 02:26:12] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001540 10.0.0.28 - - [2025-03-20 02:26:12] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031320 10.0.0.28 - - [2025-03-20 02:26:12] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.28 - - [2025-03-20 02:26:12] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?fields=virtual_networks HTTP/1.1" 200 1033 0.066525 10.0.0.28 - - [2025-03-20 02:26:12] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.28 - - [2025-03-20 02:26:12] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027330 10.0.0.28 - - [2025-03-20 02:26:12] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.28 - - [2025-03-20 02:26:13] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?fields=security_groups HTTP/1.1" 200 1260 0.021874 10.0.0.28 - - [2025-03-20 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.022191 10.0.0.28 - - [2025-03-20 02:26:13] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003449 10.0.0.28 - - [2025-03-20 02:26:13] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.28 - - [2025-03-20 02:26:13] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006958 10.0.0.28 - - [2025-03-20 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001195 10.0.0.28 - - [2025-03-20 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.002001 10.0.0.28 - - [2025-03-20 02:26:14] "POST /security-groups HTTP/1.1" 200 592 0.064011 10.0.0.28 - - [2025-03-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.003030 10.0.0.28 - - [2025-03-20 02:26:14] "POST /projects HTTP/1.1" 200 587 0.206304 10.0.0.28 - - [2025-03-20 02:26:14] "POST /access-control-lists HTTP/1.1" 200 597 0.061167 10.0.0.28 - - [2025-03-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.281897 10.0.0.28 - - [2025-03-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002612 10.0.0.28 - - [2025-03-20 02:26:14] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.403808 10.0.0.28 - - [2025-03-20 02:26:14] "POST /access-control-lists HTTP/1.1" 200 595 0.064116 10.0.0.28 - - [2025-03-20 02:26:15] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.28 - - [2025-03-20 02:26:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701 10.0.0.28 - - [2025-03-20 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.064391 10.0.0.28 - - [2025-03-20 02:26:16] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001595 10.0.0.28 - - [2025-03-20 02:26:16] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.029025 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 117 0.027612 10.0.0.28 - - [2025-03-20 02:26:16] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 606 0.079948 10.0.0.28 - - [2025-03-20 02:26:16] "POST /route-targets HTTP/1.1" 200 327 0.012844 10.0.0.28 - - [2025-03-20 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.015198 10.0.0.28 - - [2025-03-20 02:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003693 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.180083 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 826 0.005165 10.0.0.28 - - [2025-03-20 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001226 10.0.0.28 - - [2025-03-20 02:26:16] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005459 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 826 0.006141 10.0.0.28 - - [2025-03-20 02:26:16] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005711 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 826 0.006610 10.0.0.28 - - [2025-03-20 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.007685 10.0.0.28 - - [2025-03-20 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001584 10.0.0.28 - - [2025-03-20 02:26:17] "POST /neutron/network HTTP/1.1" 200 836 0.007943 10.0.0.28 - - [2025-03-20 02:26:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000605 10.0.0.28 - - [2025-03-20 02:26:17] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.28 - - [2025-03-20 02:26:17] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000540 10.0.0.28 - - [2025-03-20 02:26:17] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001671 10.0.0.28 - - [2025-03-20 02:26:17] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054630 10.0.0.28 - - [2025-03-20 02:26:17] "POST /neutron/network HTTP/1.1" 200 826 0.005632 10.0.0.28 - - [2025-03-20 02:26:17] "GET /global-system-configs HTTP/1.1" 200 322 0.030456 10.0.0.28 - - [2025-03-20 02:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.081081 10.0.0.28 - - [2025-03-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005458 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.010426 10.0.0.28 - - [2025-03-20 02:26:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001309 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.005329 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 836 0.006297 10.0.0.28 - - [2025-03-20 02:26:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 836 0.005797 10.0.0.28 - - [2025-03-20 02:26:18] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.28 - - [2025-03-20 02:26:18] "GET / HTTP/1.1" 200 35931 0.002723 10.0.0.28 - - [2025-03-20 02:26:18] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.209703 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.011002 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.016345 10.0.0.28 - - [2025-03-20 02:26:18] "GET /global-system-configs HTTP/1.1" 200 322 0.029278 10.0.0.28 - - [2025-03-20 02:26:18] "GET /obj-perms HTTP/1.1" 200 5056 0.074934 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1116 0.083501 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1090 0.019653 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.013743 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.28 - - [2025-03-20 02:26:18] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 826 0.006982 10.0.0.28 - - [2025-03-20 02:26:18] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050879 10.0.0.28 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 826 0.006795 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.019349 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005588 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.005197 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.026345 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007812 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/network HTTP/1.1" 200 836 0.006736 10.0.0.28 - - [2025-03-20 02:26:19] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.228375 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.010054 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.012118 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1116 0.085068 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.015411 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.28 - - [2025-03-20 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.010914 10.0.0.28 - - [2025-03-20 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.28 - - [2025-03-20 02:26:20] "POST /neutron/network HTTP/1.1" 200 826 0.005080 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.014822 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005980 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.017734 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006001 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018041 10.0.0.28 - - [2025-03-20 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006119 10.0.0.28 - - [2025-03-20 02:26:24] "GET /virtual-machine/2ffb1702-0316-420b-94ba-9968654d08e1 HTTP/1.1" 401 292 0.000435 10.0.0.28 - - [2025-03-20 02:26:24] "GET /virtual-machine/2ffb1702-0316-420b-94ba-9968654d08e1 HTTP/1.1" 200 1293 0.027439 10.0.0.28 - - [2025-03-20 02:26:24] "GET /virtual-machine-interface/9020db47-641e-429d-972c-1fcfee20b741 HTTP/1.1" 200 2947 0.005956 10.0.0.28 - - [2025-03-20 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.28 - - [2025-03-20 02:26:25] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003221 10.0.0.28 - - [2025-03-20 02:26:25] "GET /virtual-networks?parent_id=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003361 10.0.0.28 - - [2025-03-20 02:26:25] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006341 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016995 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016047 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/network HTTP/1.1" 200 836 0.006025 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003287 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.010142 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.28 - - [2025-03-20 02:26:25] "POST /neutron/network HTTP/1.1" 200 826 0.005054 10.0.0.28 - - [2025-03-20 02:26:27] "POST /neutron/port HTTP/1.1" 200 1090 0.021009 10.0.0.28 - - [2025-03-20 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006150 10.0.0.28 - - [2025-03-20 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.28 - - [2025-03-20 02:26:28] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006173 10.0.0.28 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 1090 0.021708 10.0.0.28 - - [2025-03-20 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005810 10.0.0.28 - - [2025-03-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.28 - - [2025-03-20 02:26:30] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003101 10.0.0.28 - - [2025-03-20 02:26:30] "GET /virtual-networks?parent_id=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004874 10.0.0.28 - - [2025-03-20 02:26:30] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005136 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/port HTTP/1.1" 200 1090 0.014342 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005848 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/port HTTP/1.1" 200 1090 0.015217 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006931 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/port HTTP/1.1" 200 1090 0.014608 10.0.0.28 - - [2025-03-20 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006451 10.0.0.28 - - [2025-03-20 02:26:30] "GET /virtual-machine/31882465-b674-46e2-a8b5-a73b5bb5f1f9 HTTP/1.1" 200 1293 0.004928 10.0.0.28 - - [2025-03-20 02:26:30] "GET /virtual-machine-interface/1bc4d591-9f13-49e1-b942-6ad4ec420083 HTTP/1.1" 200 2946 0.005091 10.0.0.28 - - [2025-03-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.28 - - [2025-03-20 02:26:30] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003942 10.0.0.28 - - [2025-03-20 02:26:30] "GET /virtual-networks?parent_id=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002897 10.0.0.28 - - [2025-03-20 02:26:31] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005149 10.0.0.28 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.28 - - [2025-03-20 02:26:32] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003230 10.0.0.28 - - [2025-03-20 02:26:32] "GET /virtual-networks?parent_id=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004384 10.0.0.28 - - [2025-03-20 02:26:32] "GET /virtual-network/6b948597-455d-4484-8b43-9d897f4015a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004997 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/network HTTP/1.1" 200 826 0.006189 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/network HTTP/1.1" 400 204 0.010172 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1090 0.016049 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1116 0.008833 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015812 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1116 0.010615 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.103008 10.0.0.28 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.094187 10.0.0.28 - - [2025-03-20 02:26:39] "POST /neutron/network HTTP/1.1" 200 826 0.005892 10.0.0.28 - - [2025-03-20 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.28 - - [2025-03-20 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.28 - - [2025-03-20 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002064 10.0.0.28 - - [2025-03-20 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.079029 10.0.0.28 - - [2025-03-20 02:26:39] "DELETE /route-target/462c1ea0-69b4-4741-9834-7faa14c55606 HTTP/1.1" 200 115 0.018300 10.0.0.28 - - [2025-03-20 02:26:39] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.28 - - [2025-03-20 02:26:39] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026620 10.0.0.28 - - [2025-03-20 02:26:39] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.28 - - [2025-03-20 02:26:39] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?fields=virtual_networks HTTP/1.1" 200 1032 0.073106 10.0.0.28 - - [2025-03-20 02:26:39] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001938 10.0.0.28 - - [2025-03-20 02:26:39] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036560 10.0.0.28 - - [2025-03-20 02:26:39] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.28 - - [2025-03-20 02:26:39] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?fields=security_groups HTTP/1.1" 200 1259 0.023461 10.0.0.28 - - [2025-03-20 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.023275 10.0.0.28 - - [2025-03-20 02:26:40] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.28 - - [2025-03-20 02:26:40] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.28 - - [2025-03-20 02:26:40] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007392 10.0.0.28 - - [2025-03-20 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.002327 10.0.0.28 - - [2025-03-20 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.003330 10.0.0.28 - - [2025-03-20 02:26:40] "POST /security-groups HTTP/1.1" 200 591 0.064333 10.0.0.28 - - [2025-03-20 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002786 10.0.0.28 - - [2025-03-20 02:26:40] "POST /projects HTTP/1.1" 200 585 0.221715 10.0.0.28 - - [2025-03-20 02:26:40] "POST /access-control-lists HTTP/1.1" 200 596 0.062067 10.0.0.28 - - [2025-03-20 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.297378 10.0.0.28 - - [2025-03-20 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.002519 10.0.0.28 - - [2025-03-20 02:26:41] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.419674 10.0.0.28 - - [2025-03-20 02:26:41] "POST /access-control-lists HTTP/1.1" 200 594 0.059762 10.0.0.28 - - [2025-03-20 02:26:42] "GET / HTTP/1.1" 200 35931 0.002665 10.0.0.28 - - [2025-03-20 02:26:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.28 - - [2025-03-20 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.055106 10.0.0.28 - - [2025-03-20 02:26:43] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.28 - - [2025-03-20 02:26:43] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025043 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 117 0.028337 10.0.0.28 - - [2025-03-20 02:26:43] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 625 0.076781 10.0.0.28 - - [2025-03-20 02:26:43] "POST /route-targets HTTP/1.1" 200 327 0.012395 10.0.0.28 - - [2025-03-20 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.014667 10.0.0.28 - - [2025-03-20 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004601 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.171141 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 839 0.005560 10.0.0.28 - - [2025-03-20 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001335 10.0.0.28 - - [2025-03-20 02:26:43] "GET /virtual-network/55cc74d6-55fb-4065-ae74-e99c6a34e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005653 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 839 0.005628 10.0.0.28 - - [2025-03-20 02:26:43] "GET /virtual-network/55cc74d6-55fb-4065-ae74-e99c6a34e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004802 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 839 0.005649 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.007433 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 839 0.005593 10.0.0.28 - - [2025-03-20 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001203 10.0.0.28 - - [2025-03-20 02:26:43] "POST /neutron/network HTTP/1.1" 200 849 0.005931 10.0.0.28 - - [2025-03-20 02:26:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.28 - - [2025-03-20 02:26:44] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.28 - - [2025-03-20 02:26:44] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.28 - - [2025-03-20 02:26:44] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001664 10.0.0.28 - - [2025-03-20 02:26:44] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058759 10.0.0.28 - - [2025-03-20 02:26:44] "POST /neutron/network HTTP/1.1" 200 839 0.006499 10.0.0.28 - - [2025-03-20 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.005412 10.0.0.28 - - [2025-03-20 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.005676 10.0.0.28 - - [2025-03-20 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.28 - - [2025-03-20 02:26:44] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002890 10.0.0.28 - - [2025-03-20 02:26:44] "PUT /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 276 0.009854 10.0.0.28 - - [2025-03-20 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/network HTTP/1.1" 200 849 0.006236 10.0.0.28 - - [2025-03-20 02:26:45] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1055 0.241345 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1055 0.009120 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1055 0.007921 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1109 0.063499 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1083 0.019317 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.010857 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.28 - - [2025-03-20 02:26:45] "POST /neutron/network HTTP/1.1" 200 839 0.012031 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /project/8a171d077fe0455999d70c2ef2589435 HTTP/1.1" 404 173 0.012170 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /project/062c7c2180ff40c6905376e6dd1b17dc HTTP/1.1" 404 173 0.011316 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001350 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.046160 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047867 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?fields=security_groups HTTP/1.1" 200 1364 0.032273 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?fields=security_groups HTTP/1.1" 200 1365 0.035126 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /security-group/9063418d-66fe-4395-aec7-a5abc1bd055b HTTP/1.1" 200 115 0.071190 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /security-group/24f7b502-f567-4989-9433-2322261687cb HTTP/1.1" 200 115 0.067589 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=062c7c21-80ff-40c6-9053-76e6dd1b17dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /access-control-list/75a28c02-30e4-4cfe-a990-3094d38721e8 HTTP/1.1" 200 115 0.051721 10.0.0.28 - - [2025-03-20 02:26:49] "GET /projects?obj_uuids=896020d3-0f50-48a2-aca7-6736feb7fdaa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc?fields=application_policy_sets HTTP/1.1" 200 1403 0.034999 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /access-control-list/52cb13d5-ca29-44e1-a4ca-0db4fa7b3fa4 HTTP/1.1" 200 115 0.028531 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /access-control-list/20ca44e7-3b71-486e-a088-d12ea29cbe65 HTTP/1.1" 200 115 0.022954 10.0.0.28 - - [2025-03-20 02:26:49] "GET /project/896020d3-0f50-48a2-aca7-6736feb7fdaa?fields=application_policy_sets HTTP/1.1" 200 1404 0.081923 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /access-control-list/ad67c531-9bbd-40c8-bc98-36f4f2e968da HTTP/1.1" 200 115 0.032185 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /project/062c7c21-80ff-40c6-9053-76e6dd1b17dc HTTP/1.1" 200 115 0.370865 10.0.0.28 - - [2025-03-20 02:26:49] "DELETE /project/896020d3-0f50-48a2-aca7-6736feb7fdaa HTTP/1.1" 200 115 0.407426 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/port HTTP/1.1" 200 1083 0.018239 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006789 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/port HTTP/1.1" 200 1083 0.014863 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005834 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/port HTTP/1.1" 200 1083 0.023396 10.0.0.28 - - [2025-03-20 02:26:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007493 10.0.0.28 - - [2025-03-20 02:26:50] "GET /virtual-machine/bf5314b4-0a67-410e-ae58-f624e0f084d8 HTTP/1.1" 401 292 0.000452 10.0.0.28 - - [2025-03-20 02:26:50] "GET /virtual-machine/bf5314b4-0a67-410e-ae58-f624e0f084d8 HTTP/1.1" 200 1293 0.027901 10.0.0.28 - - [2025-03-20 02:26:50] "GET /virtual-machine-interface/5ad03044-9e90-477b-87e3-9e2f9213475f HTTP/1.1" 200 2970 0.005830 10.0.0.28 - - [2025-03-20 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.28 - - [2025-03-20 02:26:50] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003405 10.0.0.28 - - [2025-03-20 02:26:50] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002830 10.0.0.28 - - [2025-03-20 02:26:50] "GET /virtual-network/55cc74d6-55fb-4065-ae74-e99c6a34e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009304 10.0.0.28 - - [2025-03-20 02:26:53] "POST /neutron/port HTTP/1.1" 200 1083 0.014697 10.0.0.28 - - [2025-03-20 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004996 10.0.0.28 - - [2025-03-20 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.28 - - [2025-03-20 02:26:53] "GET /virtual-network/55cc74d6-55fb-4065-ae74-e99c6a34e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005514 10.0.0.28 - - [2025-03-20 02:26:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046942 10.0.0.28 - - [2025-03-20 02:26:55] "GET /obj-perms HTTP/1.1" 200 5056 0.049827 10.0.0.28 - - [2025-03-20 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.28 - - [2025-03-20 02:26:56] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003436 10.0.0.28 - - [2025-03-20 02:26:56] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002971 10.0.0.28 - - [2025-03-20 02:26:56] "GET /virtual-network/55cc74d6-55fb-4065-ae74-e99c6a34e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005250 10.0.0.28 - - [2025-03-20 02:26:56] "POST /neutron/port HTTP/1.1" 200 1083 0.018827 10.0.0.28 - - [2025-03-20 02:26:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006130 10.0.0.28 - - [2025-03-20 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.28 - - [2025-03-20 02:27:03] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003210 10.0.0.28 - - [2025-03-20 02:27:03] "PUT /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 276 0.009295 10.0.0.28 - - [2025-03-20 02:27:03] "POST /neutron/network HTTP/1.1" 200 839 0.007092 10.0.0.28 - - [2025-03-20 02:27:03] "POST /neutron/network HTTP/1.1" 400 204 0.012595 10.0.0.28 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014151 10.0.0.28 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1109 0.010944 10.0.0.28 - - [2025-03-20 02:27:04] "POST /neutron/port HTTP/1.1" 200 151 0.092049 10.0.0.28 - - [2025-03-20 02:27:05] "POST /neutron/network HTTP/1.1" 200 839 0.005556 10.0.0.28 - - [2025-03-20 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005976 10.0.0.28 - - [2025-03-20 02:27:05] "DELETE /route-target/0fafb964-a168-4b5c-ad39-6c55aae29e1e HTTP/1.1" 200 115 0.016126 10.0.0.28 - - [2025-03-20 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.031785 10.0.0.28 - - [2025-03-20 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.28 - - [2025-03-20 02:27:05] "POST /neutron/network HTTP/1.1" 200 151 0.118261 10.0.0.28 - - [2025-03-20 02:27:06] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002671 10.0.0.28 - - [2025-03-20 02:27:06] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03 HTTP/1.1" 200 1826 0.004266 10.0.0.28 - - [2025-03-20 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.28 - - [2025-03-20 02:27:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.28 - - [2025-03-20 02:27:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029305 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 117 0.007428 10.0.0.28 - - [2025-03-20 02:27:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 605 0.085387 10.0.0.28 - - [2025-03-20 02:27:06] "POST /route-targets HTTP/1.1" 200 327 0.011077 10.0.0.28 - - [2025-03-20 02:27:06] "POST /ref-update HTTP/1.1" 200 156 0.011315 10.0.0.28 - - [2025-03-20 02:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002383 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.158414 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 822 0.006077 10.0.0.28 - - [2025-03-20 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001208 10.0.0.28 - - [2025-03-20 02:27:06] "GET /virtual-network/2795dc68-8bde-456d-b6ad-ace96ada927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005445 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 822 0.005465 10.0.0.28 - - [2025-03-20 02:27:06] "GET /virtual-network/2795dc68-8bde-456d-b6ad-ace96ada927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004651 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 822 0.006952 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.006364 10.0.0.28 - - [2025-03-20 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001231 10.0.0.28 - - [2025-03-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 832 0.005665 10.0.0.28 - - [2025-03-20 02:27:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.28 - - [2025-03-20 02:27:07] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.28 - - [2025-03-20 02:27:07] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.28 - - [2025-03-20 02:27:07] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001912 10.0.0.28 - - [2025-03-20 02:27:07] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046633 10.0.0.28 - - [2025-03-20 02:27:07] "POST /neutron/network HTTP/1.1" 200 822 0.005702 10.0.0.28 - - [2025-03-20 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.004906 10.0.0.28 - - [2025-03-20 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.005357 10.0.0.28 - - [2025-03-20 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.005044 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/network HTTP/1.1" 200 832 0.005314 10.0.0.28 - - [2025-03-20 02:27:08] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1058 0.189041 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1058 0.009788 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1058 0.010515 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1112 0.061366 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1086 0.017380 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003755 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.010972 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.28 - - [2025-03-20 02:27:08] "POST /neutron/network HTTP/1.1" 200 822 0.005660 10.0.0.28 - - [2025-03-20 02:27:12] "POST /neutron/port HTTP/1.1" 200 1086 0.014138 10.0.0.28 - - [2025-03-20 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006218 10.0.0.28 - - [2025-03-20 02:27:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017358 10.0.0.28 - - [2025-03-20 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006391 10.0.0.28 - - [2025-03-20 02:27:13] "POST /neutron/port HTTP/1.1" 200 1086 0.015506 10.0.0.28 - - [2025-03-20 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006821 10.0.0.28 - - [2025-03-20 02:27:13] "GET /virtual-machine/13156b61-dbee-466a-aa85-05d61b6d8106 HTTP/1.1" 200 1292 0.005389 10.0.0.28 - - [2025-03-20 02:27:13] "GET /virtual-machine-interface/b4e87c61-7c52-4c21-94a9-ae85ac302566 HTTP/1.1" 200 2942 0.005588 10.0.0.28 - - [2025-03-20 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.28 - - [2025-03-20 02:27:13] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003025 10.0.0.28 - - [2025-03-20 02:27:13] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004646 10.0.0.28 - - [2025-03-20 02:27:13] "GET /virtual-network/2795dc68-8bde-456d-b6ad-ace96ada927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006719 10.0.0.28 - - [2025-03-20 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.28 - - [2025-03-20 02:27:16] "GET /virtual-network/2795dc68-8bde-456d-b6ad-ace96ada927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005537 10.0.0.28 - - [2025-03-20 02:27:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015924 10.0.0.28 - - [2025-03-20 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004760 10.0.0.28 - - [2025-03-20 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.28 - - [2025-03-20 02:27:18] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002960 10.0.0.28 - - [2025-03-20 02:27:18] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003098 10.0.0.28 - - [2025-03-20 02:27:18] "GET /virtual-network/2795dc68-8bde-456d-b6ad-ace96ada927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006275 10.0.0.28 - - [2025-03-20 02:27:20] "POST /neutron/network HTTP/1.1" 200 822 0.012344 10.0.0.28 - - [2025-03-20 02:27:20] "POST /neutron/network HTTP/1.1" 400 204 0.012708 10.0.0.28 - - [2025-03-20 02:27:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014766 10.0.0.28 - - [2025-03-20 02:27:21] "POST /neutron/port HTTP/1.1" 200 1112 0.008867 10.0.0.28 - - [2025-03-20 02:27:21] "POST /neutron/port HTTP/1.1" 200 151 0.091666 10.0.0.28 - - [2025-03-20 02:27:22] "POST /neutron/network HTTP/1.1" 200 822 0.006021 10.0.0.28 - - [2025-03-20 02:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004145 10.0.0.28 - - [2025-03-20 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.28 - - [2025-03-20 02:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004554 10.0.0.28 - - [2025-03-20 02:27:22] "POST /neutron/network HTTP/1.1" 200 151 0.088345 10.0.0.28 - - [2025-03-20 02:27:22] "DELETE /route-target/059b4049-454c-4470-bfd6-15b9fe453833 HTTP/1.1" 200 115 0.021024 10.0.0.28 - - [2025-03-20 02:27:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003098 10.0.0.28 - - [2025-03-20 02:27:23] "POST /network-ipams HTTP/1.1" 200 541 0.021280 10.0.0.28 - - [2025-03-20 02:27:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003102 10.0.0.28 - - [2025-03-20 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.28 - - [2025-03-20 02:27:23] "GET /network-ipam/42c4402a-d740-4d03-94a3-3d6209b217aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004622 10.0.0.28 - - [2025-03-20 02:27:23] "PUT /network-ipam/42c4402a-d740-4d03-94a3-3d6209b217aa HTTP/1.1" 200 258 0.010703 10.0.0.28 - - [2025-03-20 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.28 - - [2025-03-20 02:27:23] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.28 - - [2025-03-20 02:27:23] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.022541 10.0.0.28 - - [2025-03-20 02:27:23] "POST /neutron/network HTTP/1.1" 200 117 0.007809 10.0.0.28 - - [2025-03-20 02:27:23] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.28 - - [2025-03-20 02:27:23] "POST /neutron/network HTTP/1.1" 200 605 0.072444 10.0.0.28 - - [2025-03-20 02:27:23] "POST /route-targets HTTP/1.1" 200 327 0.009952 10.0.0.28 - - [2025-03-20 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.012095 10.0.0.28 - - [2025-03-20 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002497 10.0.0.28 - - [2025-03-20 02:27:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.156159 10.0.0.28 - - [2025-03-20 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.28 - - [2025-03-20 02:27:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.130683 10.0.0.28 - - [2025-03-20 02:27:23] "POST /neutron/network HTTP/1.1" 200 994 0.008098 10.0.0.28 - - [2025-03-20 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.002104 10.0.0.28 - - [2025-03-20 02:27:24] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005141 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/network HTTP/1.1" 200 994 0.006656 10.0.0.28 - - [2025-03-20 02:27:24] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005351 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/network HTTP/1.1" 200 994 0.009554 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.009518 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.006999 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/network HTTP/1.1" 200 994 0.007347 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.007200 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.006612 10.0.0.28 - - [2025-03-20 02:27:24] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/port HTTP/1.1" 200 1017 0.176693 10.0.0.28 - - [2025-03-20 02:27:24] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003172 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/port HTTP/1.1" 200 1017 0.154819 10.0.0.28 - - [2025-03-20 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/port HTTP/1.1" 200 1017 0.007633 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/port HTTP/1.1" 200 1017 0.028878 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/network HTTP/1.1" 200 994 0.007216 10.0.0.28 - - [2025-03-20 02:27:24] "POST /neutron/port HTTP/1.1" 200 1017 0.009125 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005911 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005678 10.0.0.28 - - [2025-03-20 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007970 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007983 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 994 0.007492 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008615 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008648 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009209 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.006624 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.006435 10.0.0.28 - - [2025-03-20 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.006987 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.28 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 1004 0.007961 10.0.0.28 - - [2025-03-20 02:27:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000459 10.0.0.28 - - [2025-03-20 02:27:26] "GET / HTTP/1.1" 200 35931 0.005516 10.0.0.28 - - [2025-03-20 02:27:26] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000649 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.036347 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 1004 0.006268 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007788 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.010366 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009925 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 1004 0.018856 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1109 0.116207 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.016379 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008236 10.0.0.28 - - [2025-03-20 02:27:26] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1109 0.104906 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1083 0.038230 10.0.0.28 - - [2025-03-20 02:27:26] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082067 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.010796 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.021183 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1083 0.024199 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.008341 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.018593 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 2050 0.025121 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.010745 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006894 10.0.0.28 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.004796 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domains HTTP/1.1" 200 280 0.003069 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2573 0.013588 10.0.0.28 - - [2025-03-20 02:27:26] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.28 - - [2025-03-20 02:27:26] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435 HTTP/1.1" 200 2841 0.067658 10.0.0.28 - - [2025-03-20 02:27:26] "GET /network-ipam/42c4402a-d740-4d03-94a3-3d6209b217aa HTTP/1.1" 200 2601 0.005179 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domains HTTP/1.1" 200 280 0.003377 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.28 - - [2025-03-20 02:27:26] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2573 0.007383 10.0.0.28 - - [2025-03-20 02:27:26] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002066 10.0.0.28 - - [2025-03-20 02:27:26] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435 HTTP/1.1" 200 2841 0.095388 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04 HTTP/1.1" 200 3778 0.008897 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04 HTTP/1.1" 200 3778 0.005271 10.0.0.28 - - [2025-03-20 02:27:27] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 200 2380 0.005225 10.0.0.28 - - [2025-03-20 02:27:27] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 200 2380 0.005486 10.0.0.28 - - [2025-03-20 02:27:27] "GET /route-target/df278e43-f629-43fe-8d17-f5ccae8b3808 HTTP/1.1" 200 1205 0.006247 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04 HTTP/1.1" 200 3778 0.008384 10.0.0.28 - - [2025-03-20 02:27:27] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 200 2380 0.003546 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007493 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04 HTTP/1.1" 200 3778 0.018795 10.0.0.28 - - [2025-03-20 02:27:27] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 200 2380 0.005729 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 1004 0.015630 10.0.0.28 - - [2025-03-20 02:27:27] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 200 2380 0.003203 10.0.0.28 - - [2025-03-20 02:27:27] "GET /route-target/df278e43-f629-43fe-8d17-f5ccae8b3808 HTTP/1.1" 200 1205 0.003620 10.0.0.28 - - [2025-03-20 02:27:27] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.28 - - [2025-03-20 02:27:27] "GET /domains HTTP/1.1" 200 280 0.002658 10.0.0.28 - - [2025-03-20 02:27:27] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.28 - - [2025-03-20 02:27:27] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2573 0.093240 10.0.0.28 - - [2025-03-20 02:27:27] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008551 10.0.0.28 - - [2025-03-20 02:27:27] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435 HTTP/1.1" 200 3085 0.076161 10.0.0.28 - - [2025-03-20 02:27:27] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04 HTTP/1.1" 200 4036 0.010898 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1055 0.316744 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1055 0.015333 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1055 0.014742 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1109 0.077792 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016829 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009294 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.014367 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 994 0.010776 10.0.0.28 - - [2025-03-20 02:27:27] "GET /obj-perms HTTP/1.1" 200 5030 0.060435 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1083 0.025231 10.0.0.28 - - [2025-03-20 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006679 10.0.0.28 - - [2025-03-20 02:27:32] "POST /neutron/port HTTP/1.1" 200 1083 0.018566 10.0.0.28 - - [2025-03-20 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007074 10.0.0.28 - - [2025-03-20 02:27:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017718 10.0.0.28 - - [2025-03-20 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006781 10.0.0.28 - - [2025-03-20 02:27:33] "POST /neutron/port HTTP/1.1" 200 1083 0.016842 10.0.0.28 - - [2025-03-20 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007745 10.0.0.28 - - [2025-03-20 02:27:33] "GET /virtual-machine/4edd6b6b-82db-4c1a-bdf1-ed14bedaaf86 HTTP/1.1" 200 1288 0.008095 10.0.0.28 - - [2025-03-20 02:27:33] "GET /virtual-machine-interface/a727ce3e-52c7-4e48-a574-079e4bfd55ec HTTP/1.1" 200 2942 0.005910 10.0.0.28 - - [2025-03-20 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.28 - - [2025-03-20 02:27:33] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004323 10.0.0.28 - - [2025-03-20 02:27:33] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003386 10.0.0.28 - - [2025-03-20 02:27:33] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006067 10.0.0.28 - - [2025-03-20 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015109 10.0.0.28 - - [2025-03-20 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005772 10.0.0.28 - - [2025-03-20 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016753 10.0.0.28 - - [2025-03-20 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005528 10.0.0.28 - - [2025-03-20 02:27:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014093 10.0.0.28 - - [2025-03-20 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004755 10.0.0.28 - - [2025-03-20 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.28 - - [2025-03-20 02:27:36] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004848 10.0.0.28 - - [2025-03-20 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.28 - - [2025-03-20 02:27:38] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003538 10.0.0.28 - - [2025-03-20 02:27:38] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002900 10.0.0.28 - - [2025-03-20 02:27:38] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005254 10.0.0.28 - - [2025-03-20 02:27:38] "POST /neutron/port HTTP/1.1" 200 1083 0.019896 10.0.0.28 - - [2025-03-20 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005995 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017651 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008239 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/port HTTP/1.1" 200 1083 0.019781 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007891 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/port HTTP/1.1" 200 1083 0.018277 10.0.0.28 - - [2025-03-20 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005821 10.0.0.28 - - [2025-03-20 02:27:44] "GET /virtual-machine/eccd8642-8995-400b-8a48-78120d9175af HTTP/1.1" 200 1288 0.007233 10.0.0.28 - - [2025-03-20 02:27:44] "GET /virtual-machine-interface/c20a564f-41f6-4972-890a-2a63a6182367 HTTP/1.1" 200 2941 0.004717 10.0.0.28 - - [2025-03-20 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.28 - - [2025-03-20 02:27:44] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003833 10.0.0.28 - - [2025-03-20 02:27:44] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003501 10.0.0.28 - - [2025-03-20 02:27:44] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006034 10.0.0.28 - - [2025-03-20 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.28 - - [2025-03-20 02:27:45] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003126 10.0.0.28 - - [2025-03-20 02:27:45] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002879 10.0.0.28 - - [2025-03-20 02:27:45] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.008076 10.0.0.28 - - [2025-03-20 02:27:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015180 10.0.0.28 - - [2025-03-20 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006396 10.0.0.28 - - [2025-03-20 02:27:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015965 10.0.0.28 - - [2025-03-20 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007198 10.0.0.28 - - [2025-03-20 02:27:46] "POST /neutron/port HTTP/1.1" 200 1083 0.017951 10.0.0.28 - - [2025-03-20 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006614 10.0.0.28 - - [2025-03-20 02:27:46] "GET /virtual-machine/66fc2415-bbac-49ba-9959-0c179a11dd37 HTTP/1.1" 200 1292 0.005138 10.0.0.28 - - [2025-03-20 02:27:46] "GET /virtual-machine-interface/dc14f7e0-af24-450d-a91d-439f6dd5a4bf HTTP/1.1" 200 2942 0.005185 10.0.0.28 - - [2025-03-20 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.28 - - [2025-03-20 02:27:46] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002857 10.0.0.28 - - [2025-03-20 02:27:46] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002740 10.0.0.28 - - [2025-03-20 02:27:46] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006226 10.0.0.28 - - [2025-03-20 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.28 - - [2025-03-20 02:27:47] "GET /global-vrouter-config/26eb0a46-b9eb-4d77-b5b3-a6fb3529ec03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002999 10.0.0.28 - - [2025-03-20 02:27:47] "GET /virtual-networks?parent_id=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003137 10.0.0.28 - - [2025-03-20 02:27:47] "GET /virtual-network/4825a634-8ba2-422e-8881-f4805e564a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006532 10.0.0.28 - - [2025-03-20 02:27:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054077 10.0.0.28 - - [2025-03-20 02:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052240 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009916 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1109 0.010764 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 151 0.101618 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009571 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1109 0.008687 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1083 0.030778 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 151 0.124775 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/network HTTP/1.1" 200 994 0.018915 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 1109 0.018730 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/network HTTP/1.1" 400 204 0.017840 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.007436 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 400 205 0.005834 10.0.0.28 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 151 0.117645 10.0.0.28 - - [2025-03-20 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.007735 10.0.0.28 - - [2025-03-20 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.28 - - [2025-03-20 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002015 10.0.0.28 - - [2025-03-20 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003094 10.0.0.28 - - [2025-03-20 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002035 10.0.0.28 - - [2025-03-20 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002138 10.0.0.28 - - [2025-03-20 02:28:05] "POST /neutron/network HTTP/1.1" 200 151 0.107134 10.0.0.28 - - [2025-03-20 02:28:05] "DELETE /route-target/df278e43-f629-43fe-8d17-f5ccae8b3808 HTTP/1.1" 200 115 0.028367 10.0.0.28 - - [2025-03-20 02:28:05] "GET /routing-instance/2b734006-17c5-4c61-92bf-3da743f4b9ae HTTP/1.1" 404 171 0.002801 10.0.0.28 - - [2025-03-20 02:28:06] "GET /domains HTTP/1.1" 200 280 0.002657 10.0.0.28 - - [2025-03-20 02:28:06] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001834 10.0.0.28 - - [2025-03-20 02:28:06] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc HTTP/1.1" 200 2573 0.053219 10.0.0.28 - - [2025-03-20 02:28:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.28 - - [2025-03-20 02:28:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435 HTTP/1.1" 200 2084 0.067418 10.0.0.28 - - [2025-03-20 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.28 - - [2025-03-20 02:28:06] "DELETE /network-ipam/42c4402a-d740-4d03-94a3-3d6209b217aa HTTP/1.1" 200 115 0.026272 10.0.0.28 - - [2025-03-20 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.002618 10.0.0.28 - - [2025-03-20 02:28:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.28 - - [2025-03-20 02:28:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056745 10.0.0.28 - - [2025-03-20 02:28:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.28 - - [2025-03-20 02:28:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?fields=virtual_networks HTTP/1.1" 200 1031 0.069397 10.0.0.28 - - [2025-03-20 02:28:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.28 - - [2025-03-20 02:28:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.026622 10.0.0.28 - - [2025-03-20 02:28:06] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.28 - - [2025-03-20 02:28:06] "GET /project/8a171d07-7fe0-4559-99d7-0c2ef2589435?fields=security_groups HTTP/1.1" 200 1257 0.025082 10.0.0.28 - - [2025-03-20 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.28 - - [2025-03-20 02:28:08] "POST /neutron/port HTTP/1.1" 400 205 0.003081 10.0.0.28 - - [2025-03-20 02:28:14] "GET / HTTP/1.1" 200 35931 0.002941 10.0.0.28 - - [2025-03-20 02:28:15] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.28 - - [2025-03-20 02:28:15] "GET /projects?obj_uuids=7d799ad1-9bba-4a84-a358-40d53fc21459&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001067 10.0.0.28 - - [2025-03-20 02:28:15] "GET /project/7d799ad1-9bba-4a84-a358-40d53fc21459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.047704 [Introspect:8084]10.0.0.28 - - [2025-03-20 02:28:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001167 10.0.0.28 - - [2025-03-20 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.023395 10.0.0.28 - - [2025-03-20 02:28:16] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002782 10.0.0.28 - - [2025-03-20 02:28:16] "GET /domains?obj_uuids=3536b47e-348d-4aae-8e45-ae91973cd2bc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.28 - - [2025-03-20 02:28:16] "GET /domain/3536b47e-348d-4aae-8e45-ae91973cd2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029469 10.0.0.28 - - [2025-03-20 02:28:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.004481 10.0.0.28 - - [2025-03-20 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.005413 10.0.0.28 - - [2025-03-20 02:28:16] "POST /security-groups HTTP/1.1" 200 587 0.062177 10.0.0.28 - - [2025-03-20 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.002763 10.0.0.28 - - [2025-03-20 02:28:16] "POST /projects HTTP/1.1" 200 577 0.232381 10.0.0.28 - - [2025-03-20 02:28:16] "POST /access-control-lists HTTP/1.1" 200 592 0.063317 10.0.0.28 - - [2025-03-20 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.307380 10.0.0.28 - - [2025-03-20 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.003638 10.0.0.28 - - [2025-03-20 02:28:16] "GET /project/a586343a-7544-4ba0-907e-9881ca174497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.450236 10.0.0.28 - - [2025-03-20 02:28:16] "POST /access-control-lists HTTP/1.1" 200 590 0.060353 10.0.0.28 - - [2025-03-20 02:28:17] "GET / HTTP/1.1" 200 35931 0.003089 10.0.0.28 - - [2025-03-20 02:28:18] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.28 - - [2025-03-20 02:28:18] "GET /project/a586343a-7544-4ba0-907e-9881ca174497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.030377 10.0.0.28 - - [2025-03-20 02:28:18] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.28 - - [2025-03-20 02:28:18] "GET /project/a586343a-7544-4ba0-907e-9881ca174497?fields=virtual_networks HTTP/1.1" 200 1025 0.070712 10.0.0.28 - - [2025-03-20 02:28:18] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.28 - - [2025-03-20 02:28:18] "GET /project/a586343a-7544-4ba0-907e-9881ca174497?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027104 10.0.0.28 - - [2025-03-20 02:28:18] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001575 10.0.0.28 - - [2025-03-20 02:28:18] "GET /project/a586343a-7544-4ba0-907e-9881ca174497?fields=security_groups HTTP/1.1" 200 1247 0.028076 10.0.0.28 - - [2025-03-20 02:28:49] "DELETE /project/a586343a75444ba0907e9881ca174497 HTTP/1.1" 404 173 0.010134 10.0.0.28 - - [2025-03-20 02:28:49] "GET /projects?obj_uuids=8a171d07-7fe0-4559-99d7-0c2ef2589435&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.28 - - [2025-03-20 02:28:49] "GET /projects?obj_uuids=a586343a-7544-4ba0-907e-9881ca174497&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001687