++ 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 Jan 9 02:08:16 UTC 2025 ===================' INFO: =================== Thu Jan 9 02:08:16 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.53 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.53 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.53 ++ ANALYTICSDB_NODES=10.0.0.53 ++ ANALYTICS_SNMP_NODES=10.0.0.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:8081 ' +++ '[' -n '10.0.0.53:8081 ' ']' +++ echo 10.0.0.53:8081 ++ ANALYTICS_SERVERS=10.0.0.53: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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:9042 ' +++ '[' -n '10.0.0.53:9042 ' ']' +++ echo 10.0.0.53:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.53:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:8086 ' +++ '[' -n '10.0.0.53:8086 ' ']' +++ echo 10.0.0.53:8086 ++ COLLECTOR_SERVERS=10.0.0.53: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.53 ++ CONFIGDB_NODES=10.0.0.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:8082 ' +++ '[' -n '10.0.0.53:8082 ' ']' +++ echo 10.0.0.53:8082 ++ CONFIG_SERVERS=10.0.0.53: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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:9161 ' +++ '[' -n '10.0.0.53:9161 ' ']' +++ echo 10.0.0.53:9161 ++ CONFIGDB_SERVERS=10.0.0.53: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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:9041 ' +++ '[' -n '10.0.0.53:9041 ' ']' +++ echo 10.0.0.53:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.53: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.53 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.53 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+=10.0.0.53:2181, +++ '[' -n 10.0.0.53:2181, ']' +++ echo 10.0.0.53:2181 ++ ZOOKEEPER_SERVERS=10.0.0.53: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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:2181 ' +++ '[' -n '10.0.0.53:2181 ' ']' +++ echo 10.0.0.53:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.53:2181 ++ RABBITMQ_NODES=10.0.0.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+=10.0.0.53:5673, +++ '[' -n 10.0.0.53:5673, ']' +++ echo 10.0.0.53:5673 ++ RABBITMQ_SERVERS=10.0.0.53: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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:6379 ' +++ '[' -n '10.0.0.53:6379 ' ']' +++ echo 10.0.0.53:6379 ++ REDIS_SERVERS=10.0.0.53: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.53 ++ 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.53 +++ local server_address=10.0.0.53 +++ extended_server_list+='10.0.0.53:9092 ' +++ '[' -n '10.0.0.53:9092 ' ']' +++ echo 10.0.0.53:9092 ++ KAFKA_SERVERS=10.0.0.53: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.53 ++ 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.53 ++ 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.53 ++ 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.53 ++ cut -d , -f 1 + local cassandra=10.0.0.53 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.53 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.53 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.53 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.53,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.53'\''))' +++ local server_ip=10.0.0.53 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.53 ]] +++ [[ ,10.0.0.53,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.53, ]] +++ echo 10.0.0.53 1 +++ return ++ local ip=10.0.0.53 ++ [[ -z 10.0.0.53 ]] ++ echo 10.0.0.53 + host_ip=10.0.0.53 + [[ cql == \c\q\l ]] ++ echo 10.0.0.53:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.53:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.53: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 01/09/2025 02:08:24.741 7f3f6b4bad08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/09/2025 02:08:24.887 7f3f6b4bad08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/09/2025 02:08:24.900 7f3f6b4bad08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/09/2025 02:08:24.900 7f3f6b4bad08 [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.53:8082/ Hit Ctrl-C to quit. 10.0.0.53 - - [2025-01-09 02:08:28] "GET / HTTP/1.1" 503 181 0.000274 10.0.0.53 - - [2025-01-09 02:08:28] "GET / HTTP/1.1" 503 181 0.000161 10.0.0.53 - - [2025-01-09 02:08:28] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.53 - - [2025-01-09 02:08:29] "GET / HTTP/1.1" 200 45871 0.001477 10.0.0.53 - - [2025-01-09 02:08:29] "GET / HTTP/1.1" 200 45871 0.001205 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.53 - - [2025-01-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.53 - - [2025-01-09 02:08:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000318 10.0.0.53 - - [2025-01-09 02:08:30] "GET / HTTP/1.1" 200 35931 0.059995 10.0.0.53 - - [2025-01-09 02:08:30] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.53 - - [2025-01-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000808 10.0.0.53 - - [2025-01-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.649444 10.0.0.53 - - [2025-01-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.53 - - [2025-01-09 02:08:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.370939 10.0.0.53 - - [2025-01-09 02:08:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003463 10.0.0.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.034089 10.0.0.53 - - [2025-01-09 02:08:31] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006420 10.0.0.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003331 10.0.0.53 - - [2025-01-09 02:08:31] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.53 - - [2025-01-09 02:08:31] "POST /config-nodes HTTP/1.1" 200 599 0.035749 10.0.0.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000663 10.0.0.53 - - [2025-01-09 02:08:31] "GET / HTTP/1.1" 200 35931 0.002261 10.0.0.53 - - [2025-01-09 02:08:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000464 /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.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.309998 10.0.0.53 - - [2025-01-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.53 - - [2025-01-09 02:08:32] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007110 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019846 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.002952 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.53 - - [2025-01-09 02:08:32] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007090 10.0.0.53 - - [2025-01-09 02:08:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.334027 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024909 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.053014 10.0.0.53 - - [2025-01-09 02:08:32] "GET /network-ipam/90c9df21-6ce6-4d9b-a14c-f4be59b810e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006009 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.53 - - [2025-01-09 02:08:32] "GET /network-ipam/90c9df21-6ce6-4d9b-a14c-f4be59b810e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004220 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-templates HTTP/1.1" 200 511 0.021182 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-templates HTTP/1.1" 200 501 0.019566 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-templates HTTP/1.1" 200 515 0.025877 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-templates HTTP/1.1" 200 535 0.022963 10.0.0.53 - - [2025-01-09 02:08:32] "POST /service-templates HTTP/1.1" 200 507 0.024141 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003040 10.0.0.53 - - [2025-01-09 02:08:32] "POST /access-control-lists HTTP/1.1" 200 587 0.021211 10.0.0.53 - - [2025-01-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.004746 10.0.0.53 - - [2025-01-09 02:08:33] "POST /access-control-lists HTTP/1.1" 200 585 0.022538 10.0.0.53 - - [2025-01-09 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.013866 10.0.0.53 - - [2025-01-09 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.025258 10.0.0.53 - - [2025-01-09 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.012704 10.0.0.53 - - [2025-01-09 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.016411 10.0.0.53 - - [2025-01-09 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.011294 10.0.0.53 - - [2025-01-09 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.011405 10.0.0.53 - - [2025-01-09 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.011107 10.0.0.53 - - [2025-01-09 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.011279 10.0.0.53 - - [2025-01-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.002721 10.0.0.53 - - [2025-01-09 02:08:33] "POST /access-control-lists HTTP/1.1" 200 551 0.067035 10.0.0.53 - - [2025-01-09 02:08:33] "PUT /access-control-list/94731136-d0c8-4654-ace3-539d67a983ef HTTP/1.1" 200 272 0.009695 10.0.0.53 - - [2025-01-09 02:08:33] "PUT /access-control-list/c24fc2a1-4b2e-44fb-a400-4f8328ee515f HTTP/1.1" 200 272 0.010684 10.0.0.53 - - [2025-01-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.53 - - [2025-01-09 02:08:37] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1160 0.003475 10.0.0.53 - - [2025-01-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.53 - - [2025-01-09 02:08:37] "PUT /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 276 0.008621 10.0.0.53 - - [2025-01-09 02:08:37] "GET / HTTP/1.1" 200 35931 0.001679 10.0.0.53 - - [2025-01-09 02:08:37] "POST /alarms HTTP/1.1" 401 292 0.000578 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 581 0.038928 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 575 0.027093 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 575 0.029666 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 559 0.017434 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 555 0.019066 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 557 0.019964 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 565 0.022649 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 549 0.037292 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 557 0.023856 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 567 0.018044 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 555 0.019305 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 567 0.019159 10.0.0.53 - - [2025-01-09 02:08:38] "POST /alarms HTTP/1.1" 200 575 0.066378 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 569 0.018569 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 561 0.019909 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 561 0.022705 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 561 0.024744 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 547 0.022117 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 595 0.021931 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 575 0.027920 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 571 0.025444 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 583 0.021112 10.0.0.53 - - [2025-01-09 02:08:39] "POST /alarms HTTP/1.1" 200 609 0.023962 10.0.0.53 - - [2025-01-09 02:08:39] "GET / HTTP/1.1" 200 35931 0.002630 10.0.0.53 - - [2025-01-09 02:08:39] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000635 10.0.0.53 - - [2025-01-09 02:08:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028223 10.0.0.53 - - [2025-01-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.53 - - [2025-01-09 02:08:40] "PUT /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 276 0.010489 10.0.0.53 - - [2025-01-09 02:08:40] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.53 - - [2025-01-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.53 - - [2025-01-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.026103 10.0.0.53 - - [2025-01-09 02:08:41] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004046 10.0.0.53 - - [2025-01-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.53 - - [2025-01-09 02:08:41] "PUT /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 276 0.009183 10.0.0.53 - - [2025-01-09 02:08:41] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.53 - - [2025-01-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.53 - - [2025-01-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.024863 10.0.0.53 - - [2025-01-09 02:08:42] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006291 10.0.0.53 - - [2025-01-09 02:08:42] "PUT /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32 HTTP/1.1" 200 274 0.021019 10.0.0.53 - - [2025-01-09 02:09:10] "GET /global-system-configs HTTP/1.1" 200 322 0.901289 10.0.0.53 - - [2025-01-09 02:09:11] "GET /global-system-configs HTTP/1.1" 200 322 0.029776 10.0.0.53 - - [2025-01-09 02:10:02] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.53 - - [2025-01-09 02:10:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.53 - - [2025-01-09 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027602 10.0.0.53 - - [2025-01-09 02:10:02] "GET /routing-instance/fa5ac382-60b2-41ba-9461-abf35f335582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005450 10.0.0.53 - - [2025-01-09 02:10:02] "POST /bgp-routers HTTP/1.1" 200 622 0.026742 10.0.0.53 - - [2025-01-09 02:10:02] "GET /bgp-router/34b807b2-a7bf-4a0f-9f01-e64f349e254a?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.009479 10.0.0.53 - - [2025-01-09 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.53 - - [2025-01-09 02:10:02] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007458 10.0.0.53 - - [2025-01-09 02:10:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004269 10.0.0.53 - - [2025-01-09 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.53 - - [2025-01-09 02:10:56] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.53 - - [2025-01-09 02:10:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.53 - - [2025-01-09 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.026132 10.0.0.53 - - [2025-01-09 02:10:56] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008898 10.0.0.53 - - [2025-01-09 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.005715 10.0.0.53 - - [2025-01-09 02:10:56] "POST /database-nodes HTTP/1.1" 200 603 0.024352 10.0.0.53 - - [2025-01-09 02:11:50] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.53 - - [2025-01-09 02:11:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000698 10.0.0.53 - - [2025-01-09 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.024112 10.0.0.53 - - [2025-01-09 02:11:50] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005984 10.0.0.53 - - [2025-01-09 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003493 10.0.0.53 - - [2025-01-09 02:11:50] "POST /analytics-nodes HTTP/1.1" 200 605 0.020717 10.0.0.53 - - [2025-01-09 02:11:56] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.53 - - [2025-01-09 02:12:09] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.53 - - [2025-01-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.53 - - [2025-01-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.024414 10.0.0.53 - - [2025-01-09 02:12:09] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006836 10.0.0.53 - - [2025-01-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.004346 10.0.0.53 - - [2025-01-09 02:12:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025308 10.0.0.53 - - [2025-01-09 02:12:24] "GET / HTTP/1.1" 200 35931 0.002032 10.0.0.53 - - [2025-01-09 02:12:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000608 10.0.0.53 - - [2025-01-09 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.025843 10.0.0.53 - - [2025-01-09 02:12:24] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006546 10.0.0.53 - - [2025-01-09 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003106 10.0.0.53 - - [2025-01-09 02:12:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.021390 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.53 - - [2025-01-09 02:12:34] "GET /obj-perms HTTP/1.1" 200 5056 0.370484 10.0.0.53 - - [2025-01-09 02:12:35] "GET /obj-perms HTTP/1.1" 200 5056 0.068347 10.0.0.53 - - [2025-01-09 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046921 10.0.0.53 - - [2025-01-09 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.044023 10.0.0.53 - - [2025-01-09 02:14:07] "GET /global-system-configs HTTP/1.1" 200 322 0.033948 10.0.0.53 - - [2025-01-09 02:14:07] "GET /obj-perms HTTP/1.1" 200 5056 0.073816 10.0.0.53 - - [2025-01-09 02:14:08] "GET /global-system-configs HTTP/1.1" 200 322 0.004434 10.0.0.53 - - [2025-01-09 02:14:08] "GET /obj-perms HTTP/1.1" 200 5056 0.027163 10.0.0.53 - - [2025-01-09 02:14:09] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.53 - - [2025-01-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.029433 10.0.0.53 - - [2025-01-09 02:14:10] "GET /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006510 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.53 - - [2025-01-09 02:14:10] "GET /routing-instance/fa5ac382-60b2-41ba-9461-abf35f335582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004654 10.0.0.53 - - [2025-01-09 02:14:10] "PUT /global-system-config/9d6a25a5-9b40-4dda-836c-fd41430c0e32 HTTP/1.1" 200 274 0.011291 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.003785 10.0.0.53 - - [2025-01-09 02:14:10] "POST /virtual-routers HTTP/1.1" 200 605 0.025861 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.53 - - [2025-01-09 02:14:10] "GET /virtual-router/5e43fe23-3716-4435-aab3-1b117618a746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005785 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.003941 10.0.0.53 - - [2025-01-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.53 - - [2025-01-09 02:14:10] "GET /virtual-network/f082a062-43bd-458f-b3ad-1b61f6517467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007865 10.0.0.53 - - [2025-01-09 02:14:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.065911 10.0.0.53 - - [2025-01-09 02:14:11] "PUT /access-control-list/d5052428-557f-477a-9cb4-e8fa3f3312f2 HTTP/1.1" 200 272 0.040098 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:14:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000978 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:14:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001374 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:14:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000849 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:14:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000892 10.0.0.53 - - [2025-01-09 02:14:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053261 10.0.0.53 - - [2025-01-09 02:14:36] "GET /obj-perms HTTP/1.1" 200 5056 0.044497 10.0.0.53 - - [2025-01-09 02:15:18] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.53 - - [2025-01-09 02:15:19] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.53 - - [2025-01-09 02:15:19] "GET /projects?obj_uuids=d3ab7fb8-6371-4c9b-a596-f1973b9bc67e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.028044 10.0.0.53 - - [2025-01-09 02:15:19] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.53 - - [2025-01-09 02:15:19] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031230 10.0.0.53 - - [2025-01-09 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 167 0.001647 10.0.0.53 - - [2025-01-09 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 176 0.002719 10.0.0.53 - - [2025-01-09 02:15:19] "POST /security-groups HTTP/1.1" 200 568 0.068926 10.0.0.53 - - [2025-01-09 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005948 10.0.0.53 - - [2025-01-09 02:15:19] "POST /projects HTTP/1.1" 200 539 0.232813 10.0.0.53 - - [2025-01-09 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.302244 10.0.0.53 - - [2025-01-09 02:15:19] "POST /access-control-lists HTTP/1.1" 200 573 0.077784 10.0.0.53 - - [2025-01-09 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.002571 10.0.0.53 - - [2025-01-09 02:15:20] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.490603 10.0.0.53 - - [2025-01-09 02:15:20] "POST /access-control-lists HTTP/1.1" 200 571 0.070444 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:15:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001246 10.0.0.53 - - [2025-01-09 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.023847 10.0.0.53 - - [2025-01-09 02:15:21] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002944 10.0.0.53 - - [2025-01-09 02:15:21] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.53 - - [2025-01-09 02:15:21] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007687 10.0.0.53 - - [2025-01-09 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 201 0.003114 10.0.0.53 - - [2025-01-09 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.003033 10.0.0.53 - - [2025-01-09 02:15:21] "POST /security-groups HTTP/1.1" 200 602 0.068336 10.0.0.53 - - [2025-01-09 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.003892 10.0.0.53 - - [2025-01-09 02:15:21] "POST /projects HTTP/1.1" 200 607 0.228246 10.0.0.53 - - [2025-01-09 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.297989 10.0.0.53 - - [2025-01-09 02:15:21] "POST /access-control-lists HTTP/1.1" 200 607 0.066033 10.0.0.53 - - [2025-01-09 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.002617 10.0.0.53 - - [2025-01-09 02:15:21] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.438233 10.0.0.53 - - [2025-01-09 02:15:21] "POST /access-control-lists HTTP/1.1" 200 605 0.064784 10.0.0.53 - - [2025-01-09 02:15:22] "GET / HTTP/1.1" 200 35931 0.002908 10.0.0.53 - - [2025-01-09 02:15:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000762 10.0.0.53 - - [2025-01-09 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.058613 10.0.0.53 - - [2025-01-09 02:15:23] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.53 - - [2025-01-09 02:15:23] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.024513 10.0.0.53 - - [2025-01-09 02:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.039660 10.0.0.53 - - [2025-01-09 02:15:23] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001374 10.0.0.53 - - [2025-01-09 02:15:23] "POST /neutron/network HTTP/1.1" 200 620 0.106151 10.0.0.53 - - [2025-01-09 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.017351 10.0.0.53 - - [2025-01-09 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.026484 10.0.0.53 - - [2025-01-09 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006472 10.0.0.53 - - [2025-01-09 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.229598 10.0.0.53 - - [2025-01-09 02:15:24] "POST /neutron/network HTTP/1.1" 200 841 0.006663 10.0.0.53 - - [2025-01-09 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001698 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005802 10.0.0.53 - - [2025-01-09 02:15:24] "POST /neutron/network HTTP/1.1" 200 841 0.024083 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006094 10.0.0.53 - - [2025-01-09 02:15:24] "POST /neutron/network HTTP/1.1" 200 841 0.007457 10.0.0.53 - - [2025-01-09 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.007819 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domains HTTP/1.1" 401 292 0.000395 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domains HTTP/1.1" 200 280 0.025462 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002186 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2584 0.017154 10.0.0.53 - - [2025-01-09 02:15:24] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001122 10.0.0.53 - - [2025-01-09 02:15:24] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67 HTTP/1.1" 200 2167 0.081584 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff HTTP/1.1" 200 2348 0.006764 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff HTTP/1.1" 200 2348 0.005058 10.0.0.53 - - [2025-01-09 02:15:24] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 200 1495 0.003821 10.0.0.53 - - [2025-01-09 02:15:24] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 200 1495 0.003647 10.0.0.53 - - [2025-01-09 02:15:24] "GET /route-target/a00930bb-4a09-464d-8a0e-182ba7ee05a8 HTTP/1.1" 200 1219 0.004148 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff HTTP/1.1" 200 2348 0.005089 10.0.0.53 - - [2025-01-09 02:15:24] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 200 1495 0.003276 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004694 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff HTTP/1.1" 200 2348 0.004532 10.0.0.53 - - [2025-01-09 02:15:24] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 200 1495 0.003076 10.0.0.53 - - [2025-01-09 02:15:24] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 200 1495 0.003260 10.0.0.53 - - [2025-01-09 02:15:24] "GET /route-target/a00930bb-4a09-464d-8a0e-182ba7ee05a8 HTTP/1.1" 200 1219 0.002987 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domains HTTP/1.1" 200 280 0.003234 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.53 - - [2025-01-09 02:15:24] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2584 0.006885 10.0.0.53 - - [2025-01-09 02:15:24] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000914 10.0.0.53 - - [2025-01-09 02:15:24] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67 HTTP/1.1" 200 2167 0.067253 10.0.0.53 - - [2025-01-09 02:15:24] "GET /virtual-network/d84749fe-2687-4c85-b0e4-85a8c6f40fff HTTP/1.1" 200 2348 0.004646 10.0.0.53 - - [2025-01-09 02:15:25] "GET /obj-perms HTTP/1.1" 200 5052 0.049298 10.0.0.53 - - [2025-01-09 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.002987 10.0.0.53 - - [2025-01-09 02:15:27] "POST /neutron/network HTTP/1.1" 200 851 0.006088 10.0.0.53 - - [2025-01-09 02:15:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000461 10.0.0.53 - - [2025-01-09 02:15:27] "GET / HTTP/1.1" 200 35931 0.002667 10.0.0.53 - - [2025-01-09 02:15:27] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000535 10.0.0.53 - - [2025-01-09 02:15:28] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001069 10.0.0.53 - - [2025-01-09 02:15:28] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.064624 10.0.0.53 - - [2025-01-09 02:15:28] "POST /neutron/network HTTP/1.1" 200 841 0.028948 10.0.0.53 - - [2025-01-09 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.015374 10.0.0.53 - - [2025-01-09 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.006901 10.0.0.53 - - [2025-01-09 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.006922 10.0.0.53 - - [2025-01-09 02:15:29] "POST /neutron/network HTTP/1.1" 200 851 0.006107 10.0.0.53 - - [2025-01-09 02:15:29] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001134 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 1073 0.252633 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 1073 0.040039 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 1073 0.011817 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 1127 0.082715 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 1101 0.017585 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003631 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.012931 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.53 - - [2025-01-09 02:15:30] "POST /neutron/network HTTP/1.1" 200 841 0.006818 10.0.0.53 - - [2025-01-09 02:15:32] "DELETE /project/64668e92065141399b816e985cc36d67 HTTP/1.1" 404 173 0.006663 10.0.0.53 - - [2025-01-09 02:15:32] "DELETE /project/d3ab7fb863714c9ba596f1973b9bc67e HTTP/1.1" 404 173 0.005357 10.0.0.53 - - [2025-01-09 02:15:34] "POST /neutron/port HTTP/1.1" 200 1101 0.016687 10.0.0.53 - - [2025-01-09 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007289 10.0.0.53 - - [2025-01-09 02:15:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047592 10.0.0.53 - - [2025-01-09 02:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.052300 10.0.0.53 - - [2025-01-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 1101 0.017254 10.0.0.53 - - [2025-01-09 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008213 10.0.0.53 - - [2025-01-09 02:15:39] "GET /obj-perms HTTP/1.1" 200 5052 0.004124 10.0.0.53 - - [2025-01-09 02:15:40] "GET /obj-perms HTTP/1.1" 200 5052 0.003978 10.0.0.53 - - [2025-01-09 02:15:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003991 10.0.0.53 - - [2025-01-09 02:15:42] "GET /obj-perms HTTP/1.1" 200 5052 0.003709 10.0.0.53 - - [2025-01-09 02:15:43] "GET /obj-perms HTTP/1.1" 200 5052 0.003847 10.0.0.53 - - [2025-01-09 02:15:44] "POST /neutron/network HTTP/1.1" 200 841 0.006595 10.0.0.53 - - [2025-01-09 02:15:44] "POST /neutron/network HTTP/1.1" 400 204 0.015072 10.0.0.53 - - [2025-01-09 02:15:45] "POST /neutron/port HTTP/1.1" 200 1101 0.017515 10.0.0.53 - - [2025-01-09 02:15:45] "POST /neutron/port HTTP/1.1" 200 1127 0.010120 10.0.0.53 - - [2025-01-09 02:15:45] "POST /neutron/port HTTP/1.1" 200 151 0.135937 10.0.0.53 - - [2025-01-09 02:15:46] "POST /neutron/network HTTP/1.1" 200 841 0.006325 10.0.0.53 - - [2025-01-09 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.53 - - [2025-01-09 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.53 - - [2025-01-09 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.53 - - [2025-01-09 02:15:46] "POST /neutron/network HTTP/1.1" 200 151 0.095877 10.0.0.53 - - [2025-01-09 02:15:46] "GET /routing-instance/b71c961e-4b74-4d66-bfdf-254452102fa9 HTTP/1.1" 404 171 0.002218 10.0.0.53 - - [2025-01-09 02:15:46] "GET /domains HTTP/1.1" 200 280 0.002104 10.0.0.53 - - [2025-01-09 02:15:46] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.53 - - [2025-01-09 02:15:46] "DELETE /route-target/a00930bb-4a09-464d-8a0e-182ba7ee05a8 HTTP/1.1" 200 115 0.037676 10.0.0.53 - - [2025-01-09 02:15:46] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2584 0.062196 10.0.0.53 - - [2025-01-09 02:15:46] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001647 10.0.0.53 - - [2025-01-09 02:15:46] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67 HTTP/1.1" 200 1917 0.069224 10.0.0.53 - - [2025-01-09 02:15:47] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.53 - - [2025-01-09 02:15:47] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.032625 10.0.0.53 - - [2025-01-09 02:15:47] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001070 10.0.0.53 - - [2025-01-09 02:15:47] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?fields=virtual_networks HTTP/1.1" 200 1053 0.072896 10.0.0.53 - - [2025-01-09 02:15:47] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001120 10.0.0.53 - - [2025-01-09 02:15:47] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.027987 10.0.0.53 - - [2025-01-09 02:15:47] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001602 10.0.0.53 - - [2025-01-09 02:15:47] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?fields=security_groups HTTP/1.1" 200 1290 0.028683 10.0.0.53 - - [2025-01-09 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.025982 10.0.0.53 - - [2025-01-09 02:15:48] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.53 - - [2025-01-09 02:15:48] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.53 - - [2025-01-09 02:15:48] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008348 10.0.0.53 - - [2025-01-09 02:15:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.002354 10.0.0.53 - - [2025-01-09 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003235 10.0.0.53 - - [2025-01-09 02:15:48] "POST /security-groups HTTP/1.1" 200 603 0.064407 10.0.0.53 - - [2025-01-09 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 246 0.003558 10.0.0.53 - - [2025-01-09 02:15:48] "POST /projects HTTP/1.1" 200 609 0.236876 10.0.0.53 - - [2025-01-09 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.308521 10.0.0.53 - - [2025-01-09 02:15:48] "POST /access-control-lists HTTP/1.1" 200 608 0.063674 10.0.0.53 - - [2025-01-09 02:15:48] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.436275 10.0.0.53 - - [2025-01-09 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.017654 10.0.0.53 - - [2025-01-09 02:15:48] "POST /access-control-lists HTTP/1.1" 200 606 0.073085 10.0.0.53 - - [2025-01-09 02:15:49] "GET / HTTP/1.1" 200 35931 0.003098 10.0.0.53 - - [2025-01-09 02:15:50] "GET /projects?obj_uuids=d3ab7fb8-6371-4c9b-a596-f1973b9bc67e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001506 10.0.0.53 - - [2025-01-09 02:15:50] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.035339 10.0.0.53 - - [2025-01-09 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.53 - - [2025-01-09 02:15:50] "GET /security-group/71e038ef-b452-4f3e-905d-3e1bc074a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005484 10.0.0.53 - - [2025-01-09 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.53 - - [2025-01-09 02:15:51] "GET /projects?obj_uuids=d3ab7fb8-6371-4c9b-a596-f1973b9bc67e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001554 10.0.0.53 - - [2025-01-09 02:15:51] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040541 10.0.0.53 - - [2025-01-09 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.53 - - [2025-01-09 02:15:51] "GET /security-group/71e038ef-b452-4f3e-905d-3e1bc074a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004707 10.0.0.53 - - [2025-01-09 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.53 - - [2025-01-09 02:15:51] "PUT /security-group/71e038ef-b452-4f3e-905d-3e1bc074a92c HTTP/1.1" 200 262 0.016841 10.0.0.53 - - [2025-01-09 02:15:51] "PUT /access-control-list/8b2948b8-edcf-4743-b906-fc39a95e0c68 HTTP/1.1" 200 272 0.014116 10.0.0.53 - - [2025-01-09 02:15:51] "PUT /access-control-list/9243f416-9c21-45af-8c2c-831422f4912f HTTP/1.1" 200 272 0.017579 10.0.0.53 - - [2025-01-09 02:15:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.53 - - [2025-01-09 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.055921 10.0.0.53 - - [2025-01-09 02:15:51] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001446 10.0.0.53 - - [2025-01-09 02:15:51] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029165 10.0.0.53 - - [2025-01-09 02:15:51] "POST /neutron/network HTTP/1.1" 200 117 0.029823 10.0.0.53 - - [2025-01-09 02:15:52] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/network HTTP/1.1" 200 619 0.076959 10.0.0.53 - - [2025-01-09 02:15:52] "POST /route-targets HTTP/1.1" 200 327 0.012118 10.0.0.53 - - [2025-01-09 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.017900 10.0.0.53 - - [2025-01-09 02:15:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003538 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.224264 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/network HTTP/1.1" 200 838 0.006098 10.0.0.53 - - [2025-01-09 02:15:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.002480 10.0.0.53 - - [2025-01-09 02:15:52] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005974 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/network HTTP/1.1" 200 838 0.007467 10.0.0.53 - - [2025-01-09 02:15:52] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007126 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/network HTTP/1.1" 200 838 0.006290 10.0.0.53 - - [2025-01-09 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.009737 10.0.0.53 - - [2025-01-09 02:15:52] "GET /domains HTTP/1.1" 401 292 0.003117 10.0.0.53 - - [2025-01-09 02:15:52] "GET /domains HTTP/1.1" 200 280 0.026834 10.0.0.53 - - [2025-01-09 02:15:52] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.53 - - [2025-01-09 02:15:52] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.009953 10.0.0.53 - - [2025-01-09 02:15:52] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001241 10.0.0.53 - - [2025-01-09 02:15:52] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 2174 0.077055 10.0.0.53 - - [2025-01-09 02:15:52] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2339 0.012343 10.0.0.53 - - [2025-01-09 02:15:52] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2339 0.005913 10.0.0.53 - - [2025-01-09 02:15:52] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 200 1488 0.004448 10.0.0.53 - - [2025-01-09 02:15:52] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 200 1488 0.003707 10.0.0.53 - - [2025-01-09 02:15:52] "GET /route-target/af1118cc-4d85-4d9b-b769-5c26a2dc0c52 HTTP/1.1" 200 1219 0.003915 10.0.0.53 - - [2025-01-09 02:15:52] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2339 0.005582 10.0.0.53 - - [2025-01-09 02:15:53] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 200 1488 0.004011 10.0.0.53 - - [2025-01-09 02:15:53] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005813 10.0.0.53 - - [2025-01-09 02:15:53] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2339 0.005594 10.0.0.53 - - [2025-01-09 02:15:53] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 200 1488 0.003989 10.0.0.53 - - [2025-01-09 02:15:53] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 200 1488 0.003662 10.0.0.53 - - [2025-01-09 02:15:53] "GET /route-target/af1118cc-4d85-4d9b-b769-5c26a2dc0c52 HTTP/1.1" 200 1219 0.003320 10.0.0.53 - - [2025-01-09 02:15:53] "GET /domains HTTP/1.1" 200 280 0.003663 10.0.0.53 - - [2025-01-09 02:15:53] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.53 - - [2025-01-09 02:15:53] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.007663 10.0.0.53 - - [2025-01-09 02:15:53] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.53 - - [2025-01-09 02:15:53] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 2174 0.075665 10.0.0.53 - - [2025-01-09 02:15:53] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2339 0.005884 10.0.0.53 - - [2025-01-09 02:15:53] "GET /obj-perms HTTP/1.1" 200 5054 0.058132 10.0.0.53 - - [2025-01-09 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.53 - - [2025-01-09 02:15:53] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.53 - - [2025-01-09 02:15:53] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033797 10.0.0.53 - - [2025-01-09 02:15:53] "POST /neutron/network HTTP/1.1" 200 117 0.010826 10.0.0.53 - - [2025-01-09 02:15:53] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.53 - - [2025-01-09 02:15:53] "POST /neutron/network HTTP/1.1" 200 619 0.075740 10.0.0.53 - - [2025-01-09 02:15:53] "POST /route-targets HTTP/1.1" 200 327 0.011800 10.0.0.53 - - [2025-01-09 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.015946 10.0.0.53 - - [2025-01-09 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.53 - - [2025-01-09 02:15:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.154447 10.0.0.53 - - [2025-01-09 02:15:53] "POST /neutron/network HTTP/1.1" 200 839 0.007023 10.0.0.53 - - [2025-01-09 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001188 10.0.0.53 - - [2025-01-09 02:15:53] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004952 10.0.0.53 - - [2025-01-09 02:15:54] "POST /neutron/network HTTP/1.1" 200 839 0.007746 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005107 10.0.0.53 - - [2025-01-09 02:15:54] "POST /neutron/network HTTP/1.1" 200 839 0.006122 10.0.0.53 - - [2025-01-09 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.007614 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domains HTTP/1.1" 200 280 0.003239 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.007199 10.0.0.53 - - [2025-01-09 02:15:54] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.53 - - [2025-01-09 02:15:54] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 2402 0.079424 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f HTTP/1.1" 200 2342 0.006771 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f HTTP/1.1" 200 2342 0.005350 10.0.0.53 - - [2025-01-09 02:15:54] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 200 1492 0.004534 10.0.0.53 - - [2025-01-09 02:15:54] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 200 1492 0.003728 10.0.0.53 - - [2025-01-09 02:15:54] "GET /route-target/10697d45-5da7-416e-88cb-3a613a4219e0 HTTP/1.1" 200 1217 0.003478 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f HTTP/1.1" 200 2342 0.005747 10.0.0.53 - - [2025-01-09 02:15:54] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 200 1492 0.003991 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005784 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f HTTP/1.1" 200 2342 0.005387 10.0.0.53 - - [2025-01-09 02:15:54] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 200 1492 0.004049 10.0.0.53 - - [2025-01-09 02:15:54] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 200 1492 0.004039 10.0.0.53 - - [2025-01-09 02:15:54] "GET /route-target/10697d45-5da7-416e-88cb-3a613a4219e0 HTTP/1.1" 200 1217 0.003318 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domains HTTP/1.1" 200 280 0.003119 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.53 - - [2025-01-09 02:15:54] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.007737 10.0.0.53 - - [2025-01-09 02:15:54] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.53 - - [2025-01-09 02:15:54] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 2402 0.073569 10.0.0.53 - - [2025-01-09 02:15:54] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f HTTP/1.1" 200 2342 0.007359 10.0.0.53 - - [2025-01-09 02:15:54] "GET /obj-perms HTTP/1.1" 200 5054 0.004310 10.0.0.53 - - [2025-01-09 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001450 10.0.0.53 - - [2025-01-09 02:15:54] "POST /neutron/network HTTP/1.1" 200 849 0.006577 10.0.0.53 - - [2025-01-09 02:15:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000476 10.0.0.53 - - [2025-01-09 02:15:54] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.53 - - [2025-01-09 02:15:54] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.53 - - [2025-01-09 02:15:55] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.53 - - [2025-01-09 02:15:55] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052718 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/network HTTP/1.1" 200 839 0.005808 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.017709 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.006296 10.0.0.53 - - [2025-01-09 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001438 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.006078 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/network HTTP/1.1" 200 848 0.006144 10.0.0.53 - - [2025-01-09 02:15:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.53 - - [2025-01-09 02:15:55] "POST /neutron/network HTTP/1.1" 200 849 0.007117 10.0.0.53 - - [2025-01-09 02:15:56] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001627 10.0.0.53 - - [2025-01-09 02:15:56] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.53 - - [2025-01-09 02:15:56] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000774 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1073 0.302218 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1073 0.010912 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1073 0.010266 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1127 0.066427 10.0.0.53 - - [2025-01-09 02:15:56] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1101 0.020546 10.0.0.53 - - [2025-01-09 02:15:56] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055290 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003481 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/network HTTP/1.1" 200 838 0.006129 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.024564 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/network HTTP/1.1" 200 839 0.007534 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 1101 0.032670 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011358 10.0.0.53 - - [2025-01-09 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005730 10.0.0.53 - - [2025-01-09 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.53 - - [2025-01-09 02:15:56] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001699 10.0.0.53 - - [2025-01-09 02:15:56] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040977 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008980 10.0.0.53 - - [2025-01-09 02:15:57] "GET /floating-ip-pools?parent_id=39871862-2a61-41fd-a013-2837a7ce87d1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003459 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005714 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/network HTTP/1.1" 200 848 0.016927 10.0.0.53 - - [2025-01-09 02:15:57] "POST /floating-ip-pools HTTP/1.1" 200 609 0.058043 10.0.0.53 - - [2025-01-09 02:15:57] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004725 10.0.0.53 - - [2025-01-09 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.022122 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.015016 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domains HTTP/1.1" 200 280 0.003585 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.026909 10.0.0.53 - - [2025-01-09 02:15:57] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.53 - - [2025-01-09 02:15:57] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 3244 0.074773 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 2930 0.015784 10.0.0.53 - - [2025-01-09 02:15:57] "GET /floating-ip-pool/ef50c761-b514-44db-87bc-283317288dec HTTP/1.1" 200 1440 0.009836 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domains HTTP/1.1" 200 280 0.007883 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.53 - - [2025-01-09 02:15:57] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.008384 10.0.0.53 - - [2025-01-09 02:15:57] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/port HTTP/1.1" 200 1072 0.430847 10.0.0.53 - - [2025-01-09 02:15:57] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 3244 0.089374 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1 HTTP/1.1" 200 3151 0.024695 10.0.0.53 - - [2025-01-09 02:15:57] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.014430 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/port HTTP/1.1" 200 1072 0.040224 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/port HTTP/1.1" 200 1072 0.010232 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/port HTTP/1.1" 200 1101 0.027222 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.031506 10.0.0.53 - - [2025-01-09 02:15:57] "POST /neutron/port HTTP/1.1" 200 1126 0.121300 10.0.0.53 - - [2025-01-09 02:15:58] "POST /neutron/port HTTP/1.1" 200 1100 0.014736 10.0.0.53 - - [2025-01-09 02:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.53 - - [2025-01-09 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.012165 10.0.0.53 - - [2025-01-09 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.53 - - [2025-01-09 02:15:58] "POST /neutron/network HTTP/1.1" 200 838 0.007437 10.0.0.53 - - [2025-01-09 02:16:02] "POST /neutron/port HTTP/1.1" 200 1101 0.014753 10.0.0.53 - - [2025-01-09 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007368 10.0.0.53 - - [2025-01-09 02:16:03] "POST /neutron/port HTTP/1.1" 200 1101 0.017387 10.0.0.53 - - [2025-01-09 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007295 10.0.0.53 - - [2025-01-09 02:16:03] "POST /neutron/port HTTP/1.1" 200 1101 0.015216 10.0.0.53 - - [2025-01-09 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007312 10.0.0.53 - - [2025-01-09 02:16:03] "GET /virtual-machine/9625ee33-bb19-4a76-a812-a41e7c1de829 HTTP/1.1" 200 1305 0.005017 10.0.0.53 - - [2025-01-09 02:16:03] "GET /virtual-machine-interface/7cb6f272-b633-408a-92f0-06e6c9db447b HTTP/1.1" 200 3003 0.005388 10.0.0.53 - - [2025-01-09 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.53 - - [2025-01-09 02:16:03] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004977 10.0.0.53 - - [2025-01-09 02:16:03] "GET /virtual-networks?parent_id=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003892 10.0.0.53 - - [2025-01-09 02:16:03] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006980 10.0.0.53 - - [2025-01-09 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.53 - - [2025-01-09 02:16:06] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006084 10.0.0.53 - - [2025-01-09 02:16:06] "POST /neutron/port HTTP/1.1" 200 1101 0.040297 10.0.0.53 - - [2025-01-09 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006716 10.0.0.53 - - [2025-01-09 02:16:07] "POST /neutron/port HTTP/1.1" 200 1100 0.017120 10.0.0.53 - - [2025-01-09 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007400 10.0.0.53 - - [2025-01-09 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.53 - - [2025-01-09 02:16:08] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004031 10.0.0.53 - - [2025-01-09 02:16:08] "GET /virtual-networks?parent_id=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003582 10.0.0.53 - - [2025-01-09 02:16:08] "GET /virtual-network/2fe188b0-beb8-4d4f-9198-0effeedc716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006575 10.0.0.53 - - [2025-01-09 02:16:08] "POST /neutron/port HTTP/1.1" 200 1101 0.023032 10.0.0.53 - - [2025-01-09 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006846 10.0.0.53 - - [2025-01-09 02:16:13] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001408 10.0.0.53 - - [2025-01-09 02:16:13] "POST /neutron/floatingip HTTP/1.1" 200 530 0.080027 10.0.0.53 - - [2025-01-09 02:16:13] "POST /neutron/port HTTP/1.1" 200 1101 0.016088 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006104 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/floatingip HTTP/1.1" 200 578 0.032083 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/port HTTP/1.1" 200 1100 0.018359 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013107 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/port HTTP/1.1" 200 1100 0.016237 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006508 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/port HTTP/1.1" 200 1100 0.020998 10.0.0.53 - - [2025-01-09 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006875 10.0.0.53 - - [2025-01-09 02:16:14] "GET /virtual-machine/619709b8-8078-4867-9b33-7386100db009 HTTP/1.1" 200 1304 0.004931 10.0.0.53 - - [2025-01-09 02:16:14] "GET /virtual-machine-interface/1dfca50b-dbc0-44ac-bf35-0c41bd83a318 HTTP/1.1" 200 3003 0.004637 10.0.0.53 - - [2025-01-09 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.53 - - [2025-01-09 02:16:14] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003198 10.0.0.53 - - [2025-01-09 02:16:14] "GET /virtual-networks?parent_id=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003392 10.0.0.53 - - [2025-01-09 02:16:14] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005954 10.0.0.53 - - [2025-01-09 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.53 - - [2025-01-09 02:16:15] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004510 10.0.0.53 - - [2025-01-09 02:16:15] "GET /virtual-networks?parent_id=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003684 10.0.0.53 - - [2025-01-09 02:16:15] "GET /virtual-network/39871862-2a61-41fd-a013-2837a7ce87d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005900 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/port HTTP/1.1" 200 1101 0.024401 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/floatingip HTTP/1.1" 200 578 0.014412 10.0.0.53 - - [2025-01-09 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.53 - - [2025-01-09 02:16:15] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004251 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/port HTTP/1.1" 200 1101 0.019116 10.0.0.53 - - [2025-01-09 02:16:15] "GET /route-target/af1118cc-4d85-4d9b-b769-5c26a2dc0c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003446 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/network HTTP/1.1" 200 849 0.007619 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/floatingip HTTP/1.1" 200 552 0.011363 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.016019 10.0.0.53 - - [2025-01-09 02:16:15] "GET /floating-ip/357c24be-5a60-49e2-8d36-3d22eec4cb9c HTTP/1.1" 200 1889 0.004414 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.53 - - [2025-01-09 02:16:15] "POST /neutron/network HTTP/1.1" 200 839 0.006649 10.0.0.53 - - [2025-01-09 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009640 10.0.0.53 - - [2025-01-09 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 530 0.017769 10.0.0.53 - - [2025-01-09 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005742 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030132 10.0.0.53 - - [2025-01-09 02:16:19] "GET /floating-ip-pool/ef50c761-b514-44db-87bc-283317288dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003317 10.0.0.53 - - [2025-01-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.53 - - [2025-01-09 02:16:19] "DELETE /floating-ip-pool/ef50c761-b514-44db-87bc-283317288dec HTTP/1.1" 200 115 0.022058 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/network HTTP/1.1" 200 839 0.006392 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/network HTTP/1.1" 400 204 0.020592 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 1100 0.016720 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 1126 0.009619 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 1101 0.019396 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 1127 0.019374 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.132043 10.0.0.53 - - [2025-01-09 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.113616 10.0.0.53 - - [2025-01-09 02:16:21] "POST /neutron/network HTTP/1.1" 200 839 0.006716 10.0.0.53 - - [2025-01-09 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.53 - - [2025-01-09 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.53 - - [2025-01-09 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002952 10.0.0.53 - - [2025-01-09 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.083232 10.0.0.53 - - [2025-01-09 02:16:21] "DELETE /route-target/10697d45-5da7-416e-88cb-3a613a4219e0 HTTP/1.1" 200 115 0.019592 10.0.0.53 - - [2025-01-09 02:16:21] "GET /routing-instance/be24cfe0-bdf2-408d-a0ea-5e3e248c1c8a HTTP/1.1" 404 171 0.005133 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domains HTTP/1.1" 200 280 0.002725 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.051996 10.0.0.53 - - [2025-01-09 02:16:21] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001702 10.0.0.53 - - [2025-01-09 02:16:21] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 2174 0.068981 10.0.0.53 - - [2025-01-09 02:16:21] "POST /neutron/network HTTP/1.1" 200 838 0.006637 10.0.0.53 - - [2025-01-09 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.53 - - [2025-01-09 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.53 - - [2025-01-09 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002052 10.0.0.53 - - [2025-01-09 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.094146 10.0.0.53 - - [2025-01-09 02:16:21] "DELETE /route-target/af1118cc-4d85-4d9b-b769-5c26a2dc0c52 HTTP/1.1" 200 115 0.028223 10.0.0.53 - - [2025-01-09 02:16:21] "GET /routing-instance/0069f3d4-f8ed-46ac-8349-6ea020169eea HTTP/1.1" 404 171 0.011538 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domains HTTP/1.1" 200 280 0.003760 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.53 - - [2025-01-09 02:16:21] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2782 0.049127 10.0.0.53 - - [2025-01-09 02:16:21] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.53 - - [2025-01-09 02:16:21] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 1924 0.069592 10.0.0.53 - - [2025-01-09 02:16:22] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.53 - - [2025-01-09 02:16:22] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033864 10.0.0.53 - - [2025-01-09 02:16:22] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001574 10.0.0.53 - - [2025-01-09 02:16:22] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?fields=virtual_networks HTTP/1.1" 200 1056 0.069276 10.0.0.53 - - [2025-01-09 02:16:22] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.53 - - [2025-01-09 02:16:22] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.028712 10.0.0.53 - - [2025-01-09 02:16:22] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.53 - - [2025-01-09 02:16:22] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?fields=security_groups HTTP/1.1" 200 1294 0.031446 10.0.0.53 - - [2025-01-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.023455 10.0.0.53 - - [2025-01-09 02:16:23] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003995 10.0.0.53 - - [2025-01-09 02:16:23] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.53 - - [2025-01-09 02:16:23] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008187 10.0.0.53 - - [2025-01-09 02:16:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.001930 10.0.0.53 - - [2025-01-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003785 10.0.0.53 - - [2025-01-09 02:16:23] "POST /security-groups HTTP/1.1" 200 586 0.069354 10.0.0.53 - - [2025-01-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003725 10.0.0.53 - - [2025-01-09 02:16:23] "POST /projects HTTP/1.1" 200 575 0.252483 10.0.0.53 - - [2025-01-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.327507 10.0.0.53 - - [2025-01-09 02:16:23] "POST /access-control-lists HTTP/1.1" 200 591 0.073104 10.0.0.53 - - [2025-01-09 02:16:23] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.456310 10.0.0.53 - - [2025-01-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.003923 10.0.0.53 - - [2025-01-09 02:16:23] "POST /access-control-lists HTTP/1.1" 200 589 0.064281 10.0.0.53 - - [2025-01-09 02:16:24] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.53 - - [2025-01-09 02:16:25] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.53 - - [2025-01-09 02:16:26] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.029922 10.0.0.53 - - [2025-01-09 02:16:26] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.53 - - [2025-01-09 02:16:26] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?fields=virtual_networks HTTP/1.1" 200 1021 0.075234 10.0.0.53 - - [2025-01-09 02:16:26] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.53 - - [2025-01-09 02:16:26] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026787 10.0.0.53 - - [2025-01-09 02:16:26] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001293 10.0.0.53 - - [2025-01-09 02:16:26] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?fields=security_groups HTTP/1.1" 200 1242 0.032209 10.0.0.53 - - [2025-01-09 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.024071 10.0.0.53 - - [2025-01-09 02:16:27] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003055 10.0.0.53 - - [2025-01-09 02:16:27] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.53 - - [2025-01-09 02:16:27] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007469 10.0.0.53 - - [2025-01-09 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 193 0.001881 10.0.0.53 - - [2025-01-09 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.002728 10.0.0.53 - - [2025-01-09 02:16:27] "POST /security-groups HTTP/1.1" 200 594 0.068195 10.0.0.53 - - [2025-01-09 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 237 0.002419 10.0.0.53 - - [2025-01-09 02:16:27] "POST /projects HTTP/1.1" 200 591 0.224934 10.0.0.53 - - [2025-01-09 02:16:27] "POST /access-control-lists HTTP/1.1" 200 599 0.061785 10.0.0.53 - - [2025-01-09 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.298021 10.0.0.53 - - [2025-01-09 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.003940 10.0.0.53 - - [2025-01-09 02:16:27] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.432377 10.0.0.53 - - [2025-01-09 02:16:27] "POST /access-control-lists HTTP/1.1" 200 597 0.062003 10.0.0.53 - - [2025-01-09 02:16:28] "GET / HTTP/1.1" 200 35931 0.001900 10.0.0.53 - - [2025-01-09 02:16:29] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000534 10.0.0.53 - - [2025-01-09 02:16:29] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001068 10.0.0.53 - - [2025-01-09 02:16:30] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048754 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.53 - - [2025-01-09 02:16:30] "GET /security-group/b0cc744b-4173-48a7-a851-351a4c81e563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005780 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.53 - - [2025-01-09 02:16:30] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001476 10.0.0.53 - - [2025-01-09 02:16:30] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032329 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.53 - - [2025-01-09 02:16:30] "GET /security-group/b0cc744b-4173-48a7-a851-351a4c81e563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004513 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.53 - - [2025-01-09 02:16:30] "PUT /security-group/b0cc744b-4173-48a7-a851-351a4c81e563 HTTP/1.1" 200 262 0.015386 10.0.0.53 - - [2025-01-09 02:16:30] "PUT /access-control-list/833b6dcb-eda7-46af-8d3d-dbf2b03d10bf HTTP/1.1" 200 272 0.008684 10.0.0.53 - - [2025-01-09 02:16:30] "PUT /access-control-list/0da40812-0d08-493b-9d9d-213a8dfc9208 HTTP/1.1" 200 272 0.008949 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002830 10.0.0.53 - - [2025-01-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.53 - - [2025-01-09 02:16:30] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002935 10.0.0.53 - - [2025-01-09 02:16:30] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028841 10.0.0.53 - - [2025-01-09 02:16:30] "POST /neutron/network HTTP/1.1" 200 117 0.028835 10.0.0.53 - - [2025-01-09 02:16:30] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.53 - - [2025-01-09 02:16:30] "POST /neutron/network HTTP/1.1" 200 608 0.064699 10.0.0.53 - - [2025-01-09 02:16:30] "POST /route-targets HTTP/1.1" 200 327 0.017525 10.0.0.53 - - [2025-01-09 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.012941 10.0.0.53 - - [2025-01-09 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.53 - - [2025-01-09 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.211973 10.0.0.53 - - [2025-01-09 02:16:30] "POST /neutron/network HTTP/1.1" 200 828 0.006475 10.0.0.53 - - [2025-01-09 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.53 - - [2025-01-09 02:16:31] "GET /virtual-network/778ec837-61ef-4ff1-b837-3cc8af2bbb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006077 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 828 0.006283 10.0.0.53 - - [2025-01-09 02:16:31] "GET /virtual-network/778ec837-61ef-4ff1-b837-3cc8af2bbb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004676 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 828 0.006716 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.007913 10.0.0.53 - - [2025-01-09 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.53 - - [2025-01-09 02:16:31] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.53 - - [2025-01-09 02:16:31] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047158 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 117 0.010326 10.0.0.53 - - [2025-01-09 02:16:31] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 615 0.100280 10.0.0.53 - - [2025-01-09 02:16:31] "POST /route-targets HTTP/1.1" 200 327 0.015985 10.0.0.53 - - [2025-01-09 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.022632 10.0.0.53 - - [2025-01-09 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006411 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.200803 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 834 0.005575 10.0.0.53 - - [2025-01-09 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001280 10.0.0.53 - - [2025-01-09 02:16:31] "GET /virtual-network/01711c79-a4b2-4867-9534-9efbed1c7503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004856 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 834 0.007861 10.0.0.53 - - [2025-01-09 02:16:31] "GET /virtual-network/01711c79-a4b2-4867-9534-9efbed1c7503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006379 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 834 0.006515 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.007264 10.0.0.53 - - [2025-01-09 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001107 10.0.0.53 - - [2025-01-09 02:16:31] "POST /neutron/network HTTP/1.1" 200 838 0.007126 10.0.0.53 - - [2025-01-09 02:16:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.53 - - [2025-01-09 02:16:32] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /project/a27e240f64434890904926112e5cbe21 HTTP/1.1" 404 173 0.017808 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /project/6fcda140ac1f4b3cb5dbfe52f0969c20 HTTP/1.1" 404 173 0.017400 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /project/ae7ea0e239924f0d8806230b67b67ab8 HTTP/1.1" 404 173 0.014501 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002628 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003422 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000872 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.049034 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057311 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.097212 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.063180 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.53 - - [2025-01-09 02:16:32] "POST /neutron/network HTTP/1.1" 200 828 0.013234 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?fields=security_groups HTTP/1.1" 200 1399 0.050658 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?fields=security_groups HTTP/1.1" 200 1347 0.055430 10.0.0.53 - - [2025-01-09 02:16:32] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?fields=security_groups HTTP/1.1" 200 1395 0.058483 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /security-group/7c809a73-4df5-4459-b457-9c6c19e9c925 HTTP/1.1" 200 115 0.078386 10.0.0.53 - - [2025-01-09 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.010228 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=a27e240f-6443-4890-9049-26112e5cbe21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001858 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /security-group/dfc97054-a148-46e9-8de1-e972ca5a6f0d HTTP/1.1" 200 115 0.101612 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /access-control-list/08e44ddf-578f-4184-94d6-e8cdfb4b89a6 HTTP/1.1" 200 115 0.070733 10.0.0.53 - - [2025-01-09 02:16:32] "GET /projects?obj_uuids=ae7ea0e2-3992-4f0d-8806-230b67b67ab8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.53 - - [2025-01-09 02:16:32] "DELETE /security-group/19335601-4902-480a-8900-885312a8a087 HTTP/1.1" 200 115 0.108834 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.014328 10.0.0.53 - - [2025-01-09 02:16:33] "GET /projects?obj_uuids=64668e92-0651-4139-9b81-6e985cc36d67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001135 10.0.0.53 - - [2025-01-09 02:16:33] "GET /project/a27e240f-6443-4890-9049-26112e5cbe21?fields=application_policy_sets HTTP/1.1" 200 1438 0.071709 10.0.0.53 - - [2025-01-09 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001792 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /access-control-list/41f8fad8-210a-492e-81b1-be1d8308e837 HTTP/1.1" 200 115 0.070846 10.0.0.53 - - [2025-01-09 02:16:33] "GET /project/64668e92-0651-4139-9b81-6e985cc36d67?fields=application_policy_sets HTTP/1.1" 200 1434 0.076497 10.0.0.53 - - [2025-01-09 02:16:33] "GET /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8?fields=application_policy_sets HTTP/1.1" 200 1386 0.126493 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /access-control-list/6f9d217b-4cc9-4e01-ba3e-3a2f5cb36007 HTTP/1.1" 200 115 0.081598 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /access-control-list/8ba44b07-c935-4ea7-9621-b304a72ccceb HTTP/1.1" 200 115 0.053303 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/network HTTP/1.1" 200 844 0.009384 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /access-control-list/f6936572-ec7f-4543-a30a-5263ac9c1fb9 HTTP/1.1" 200 115 0.044888 10.0.0.53 - - [2025-01-09 02:16:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /project/a27e240f-6443-4890-9049-26112e5cbe21 HTTP/1.1" 200 115 0.618796 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /project/64668e92-0651-4139-9b81-6e985cc36d67 HTTP/1.1" 200 115 0.624279 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /access-control-list/f7f6ef5b-6d48-49fb-b14d-8e889b952d5e HTTP/1.1" 200 115 0.052843 10.0.0.53 - - [2025-01-09 02:16:33] "DELETE /project/ae7ea0e2-3992-4f0d-8806-230b67b67ab8 HTTP/1.1" 200 115 0.658272 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/network HTTP/1.1" 200 838 0.008102 10.0.0.53 - - [2025-01-09 02:16:33] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001690 10.0.0.53 - - [2025-01-09 02:16:33] "GET / HTTP/1.1" 200 35931 0.001726 10.0.0.53 - - [2025-01-09 02:16:33] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001003 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1064 0.221751 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1064 0.009083 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1064 0.007798 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1118 0.068581 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1092 0.017076 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003546 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.011763 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.53 - - [2025-01-09 02:16:33] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.53 - - [2025-01-09 02:16:33] "POST /neutron/network HTTP/1.1" 200 828 0.011051 10.0.0.53 - - [2025-01-09 02:16:34] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066484 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/network HTTP/1.1" 200 834 0.005882 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/port HTTP/1.1" 200 1092 0.026226 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010777 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005369 10.0.0.53 - - [2025-01-09 02:16:34] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/router HTTP/1.1" 200 585 0.070219 10.0.0.53 - - [2025-01-09 02:16:34] "POST /route-targets HTTP/1.1" 200 327 0.012336 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/router HTTP/1.1" 200 585 0.003824 10.0.0.53 - - [2025-01-09 02:16:34] "PUT /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7 HTTP/1.1" 200 262 0.032392 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/router HTTP/1.1" 200 656 0.033260 10.0.0.53 - - [2025-01-09 02:16:34] "GET /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.013734 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/router HTTP/1.1" 200 656 0.009486 10.0.0.53 - - [2025-01-09 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.53 - - [2025-01-09 02:16:34] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002179 10.0.0.53 - - [2025-01-09 02:16:34] "GET /service-template/a2806e5e-904e-419a-94b0-4dccf0995f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.008405 10.0.0.53 - - [2025-01-09 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.002561 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/network HTTP/1.1" 200 844 0.010403 10.0.0.53 - - [2025-01-09 02:16:34] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.53 - - [2025-01-09 02:16:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006533 10.0.0.53 - - [2025-01-09 02:16:34] "POST /virtual-networks HTTP/1.1" 200 694 0.194356 10.0.0.53 - - [2025-01-09 02:16:34] "POST /route-targets HTTP/1.1" 200 327 0.069273 10.0.0.53 - - [2025-01-09 02:16:34] "POST /neutron/router HTTP/1.1" 200 344 0.471311 10.0.0.53 - - [2025-01-09 02:16:34] "POST /ref-update HTTP/1.1" 200 156 0.091364 10.0.0.53 - - [2025-01-09 02:16:35] "POST /service-instances HTTP/1.1" 200 670 0.151429 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1092 0.059647 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015387 10.0.0.53 - - [2025-01-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.018262 10.0.0.53 - - [2025-01-09 02:16:35] "POST /route-tables HTTP/1.1" 200 582 0.046816 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1063 0.516312 10.0.0.53 - - [2025-01-09 02:16:35] "PUT /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7 HTTP/1.1" 200 262 0.036366 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1063 0.008989 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1063 0.010299 10.0.0.53 - - [2025-01-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.022719 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1117 0.083476 10.0.0.53 - - [2025-01-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 1091 0.035702 10.0.0.53 - - [2025-01-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.010325 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.53 - - [2025-01-09 02:16:35] "POST /virtual-machines HTTP/1.1" 200 553 0.014351 10.0.0.53 - - [2025-01-09 02:16:35] "POST /neutron/network HTTP/1.1" 200 834 0.007505 10.0.0.53 - - [2025-01-09 02:16:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106250 10.0.0.53 - - [2025-01-09 02:16:35] "POST /chown HTTP/1.1" 200 109 0.008825 10.0.0.53 - - [2025-01-09 02:16:35] "POST /instance-ips HTTP/1.1" 200 551 0.033479 10.0.0.53 - - [2025-01-09 02:16:35] "POST /instance-ips HTTP/1.1" 400 246 0.015767 10.0.0.53 - - [2025-01-09 02:16:35] "POST /chown HTTP/1.1" 200 109 0.010581 10.0.0.53 - - [2025-01-09 02:16:35] "PUT /virtual-machine-interface/642e8c02-3f80-4803-9620-b427e7834f8d HTTP/1.1" 200 284 0.012331 10.0.0.53 - - [2025-01-09 02:16:35] "PUT /instance-ip/b1201891-1762-4874-89a4-6493efefb0eb HTTP/1.1" 200 256 0.013573 10.0.0.53 - - [2025-01-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.015541 10.0.0.53 - - [2025-01-09 02:16:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096248 10.0.0.53 - - [2025-01-09 02:16:36] "POST /chown HTTP/1.1" 200 109 0.013809 10.0.0.53 - - [2025-01-09 02:16:36] "POST /instance-ips HTTP/1.1" 200 549 0.035651 10.0.0.53 - - [2025-01-09 02:16:36] "POST /instance-ips HTTP/1.1" 400 316 0.022770 10.0.0.53 - - [2025-01-09 02:16:36] "POST /chown HTTP/1.1" 200 109 0.010900 10.0.0.53 - - [2025-01-09 02:16:36] "PUT /virtual-machine-interface/bb69caf1-e523-45f8-a956-57bfd8bb108d HTTP/1.1" 200 284 0.011320 10.0.0.53 - - [2025-01-09 02:16:36] "PUT /instance-ip/3de6a2aa-666f-4465-9705-e63caff65d14 HTTP/1.1" 200 256 0.013641 10.0.0.53 - - [2025-01-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.010915 10.0.0.53 - - [2025-01-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.015408 10.0.0.53 - - [2025-01-09 02:16:36] "PUT /routing-instance/e027c93e-5eac-48c1-8350-43ec14549f70 HTTP/1.1" 200 266 0.011261 10.0.0.53 - - [2025-01-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.015853 10.0.0.53 - - [2025-01-09 02:16:36] "POST /virtual-machines HTTP/1.1" 200 553 0.013911 10.0.0.53 - - [2025-01-09 02:16:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096721 10.0.0.53 - - [2025-01-09 02:16:36] "POST /chown HTTP/1.1" 200 109 0.009635 10.0.0.53 - - [2025-01-09 02:16:37] "POST /instance-ips HTTP/1.1" 400 246 0.015423 10.0.0.53 - - [2025-01-09 02:16:37] "POST /chown HTTP/1.1" 200 109 0.007546 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /virtual-machine-interface/b1d73947-1fb9-4895-a741-648579d8d265 HTTP/1.1" 200 284 0.012179 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /instance-ip/b1201891-1762-4874-89a4-6493efefb0eb HTTP/1.1" 200 256 0.013329 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.012717 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.011957 10.0.0.53 - - [2025-01-09 02:16:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100463 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.022700 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /routing-instance/e027c93e-5eac-48c1-8350-43ec14549f70 HTTP/1.1" 200 266 0.012229 10.0.0.53 - - [2025-01-09 02:16:37] "POST /chown HTTP/1.1" 200 109 0.008165 10.0.0.53 - - [2025-01-09 02:16:37] "POST /instance-ips HTTP/1.1" 400 316 0.016236 10.0.0.53 - - [2025-01-09 02:16:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047120 10.0.0.53 - - [2025-01-09 02:16:37] "POST /chown HTTP/1.1" 200 109 0.013141 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /virtual-machine-interface/7f11e0c6-8de5-400f-97ef-136e60f28361 HTTP/1.1" 200 284 0.011505 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /instance-ip/3de6a2aa-666f-4465-9705-e63caff65d14 HTTP/1.1" 200 256 0.012042 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.012359 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.024838 10.0.0.53 - - [2025-01-09 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.021948 10.0.0.53 - - [2025-01-09 02:16:37] "PUT /routing-instance/e027c93e-5eac-48c1-8350-43ec14549f70 HTTP/1.1" 200 266 0.033237 10.0.0.53 - - [2025-01-09 02:16:38] "GET /obj-perms HTTP/1.1" 200 5056 0.062990 10.0.0.53 - - [2025-01-09 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.53 - - [2025-01-09 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005658 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.012712 10.0.0.53 - - [2025-01-09 02:16:38] "POST /instance-ips HTTP/1.1" 400 246 0.014081 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.008139 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.008457 10.0.0.53 - - [2025-01-09 02:16:38] "POST /instance-ips HTTP/1.1" 400 316 0.013765 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.014208 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007572 10.0.0.53 - - [2025-01-09 02:16:38] "POST /instance-ips HTTP/1.1" 400 246 0.022449 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.008816 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007724 10.0.0.53 - - [2025-01-09 02:16:38] "POST /instance-ips HTTP/1.1" 400 316 0.015832 10.0.0.53 - - [2025-01-09 02:16:38] "POST /chown HTTP/1.1" 200 109 0.009831 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/port HTTP/1.1" 200 1092 0.040309 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007634 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/port HTTP/1.1" 200 1092 0.016312 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006814 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/port HTTP/1.1" 200 1092 0.014828 10.0.0.53 - - [2025-01-09 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007232 10.0.0.53 - - [2025-01-09 02:16:40] "GET /virtual-machine/74e3130d-59d2-4d83-8468-56244811b171 HTTP/1.1" 401 292 0.000463 10.0.0.53 - - [2025-01-09 02:16:40] "GET /virtual-machine/74e3130d-59d2-4d83-8468-56244811b171 HTTP/1.1" 200 1294 0.028434 10.0.0.53 - - [2025-01-09 02:16:40] "GET /virtual-machine-interface/1919a1fc-f577-4114-9a9d-d2d3d8aca662 HTTP/1.1" 200 2955 0.005304 10.0.0.53 - - [2025-01-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.53 - - [2025-01-09 02:16:40] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003818 10.0.0.53 - - [2025-01-09 02:16:40] "GET /virtual-networks?parent_id=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003335 10.0.0.53 - - [2025-01-09 02:16:40] "GET /virtual-network/778ec837-61ef-4ff1-b837-3cc8af2bbb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006228 10.0.0.53 - - [2025-01-09 02:16:42] "POST /neutron/port HTTP/1.1" 200 1092 0.017355 10.0.0.53 - - [2025-01-09 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005563 10.0.0.53 - - [2025-01-09 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.53 - - [2025-01-09 02:16:43] "GET /virtual-network/778ec837-61ef-4ff1-b837-3cc8af2bbb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008826 10.0.0.53 - - [2025-01-09 02:16:44] "POST /neutron/port HTTP/1.1" 200 1091 0.040742 10.0.0.53 - - [2025-01-09 02:16:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005839 10.0.0.53 - - [2025-01-09 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.53 - - [2025-01-09 02:16:46] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003593 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-networks?parent_id=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003320 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-network/778ec837-61ef-4ff1-b837-3cc8af2bbb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006118 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1091 0.016171 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006429 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1091 0.019831 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006746 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1091 0.016796 10.0.0.53 - - [2025-01-09 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008205 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-machine/8ff2899b-6685-4073-ad1d-303cbe9b4c99 HTTP/1.1" 200 1296 0.005435 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-machine-interface/a4c19e16-ec91-479b-9941-ed350da62504 HTTP/1.1" 200 2968 0.004996 10.0.0.53 - - [2025-01-09 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.53 - - [2025-01-09 02:16:46] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003078 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-networks?parent_id=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003181 10.0.0.53 - - [2025-01-09 02:16:46] "GET /virtual-network/01711c79-a4b2-4867-9534-9efbed1c7503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005757 10.0.0.53 - - [2025-01-09 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.53 - - [2025-01-09 02:16:47] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003463 10.0.0.53 - - [2025-01-09 02:16:47] "GET /virtual-networks?parent_id=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003623 10.0.0.53 - - [2025-01-09 02:16:48] "GET /virtual-network/01711c79-a4b2-4867-9534-9efbed1c7503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008121 10.0.0.53 - - [2025-01-09 02:16:51] "POST /neutron/router HTTP/1.1" 200 656 0.004266 10.0.0.53 - - [2025-01-09 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.014549 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/router HTTP/1.1" 200 344 0.102858 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/router HTTP/1.1" 200 656 0.008300 10.0.0.53 - - [2025-01-09 02:16:52] "GET /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.005681 10.0.0.53 - - [2025-01-09 02:16:52] "GET /service-instance/5efd7bda-8c49-41d3-b22d-7236f49b5bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.006197 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/router HTTP/1.1" 200 151 0.068406 10.0.0.53 - - [2025-01-09 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006690 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /route-target/bde10d15-f65a-4043-9eb8-0a4ec56e9e25 HTTP/1.1" 409 239 0.006367 10.0.0.53 - - [2025-01-09 02:16:52] "PUT /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7 HTTP/1.1" 404 171 0.003483 10.0.0.53 - - [2025-01-09 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.014592 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /route-table/d26f7669-4a35-4b07-9e1b-4bddf122fbb9 HTTP/1.1" 200 115 0.033122 10.0.0.53 - - [2025-01-09 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009261 10.0.0.53 - - [2025-01-09 02:16:52] "PUT /routing-instance/e027c93e-5eac-48c1-8350-43ec14549f70 HTTP/1.1" 200 266 0.015920 10.0.0.53 - - [2025-01-09 02:16:52] "GET /virtual-network/f6e36ca5-8fbc-4f9b-8f5a-a99ba5375334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006397 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/network HTTP/1.1" 200 834 0.009704 10.0.0.53 - - [2025-01-09 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/network HTTP/1.1" 400 204 0.052465 10.0.0.53 - - [2025-01-09 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.011911 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /instance-ip/3de6a2aa-666f-4465-9705-e63caff65d14 HTTP/1.1" 200 115 0.038365 10.0.0.53 - - [2025-01-09 02:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013637 10.0.0.53 - - [2025-01-09 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010074 10.0.0.53 - - [2025-01-09 02:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007101 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /virtual-network/f6e36ca5-8fbc-4f9b-8f5a-a99ba5375334 HTTP/1.1" 200 115 0.146604 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /route-target/d684c219-c94a-47a0-a2bf-b8775d62ca8e HTTP/1.1" 200 115 0.028836 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /service-instance/5efd7bda-8c49-41d3-b22d-7236f49b5bab HTTP/1.1" 200 115 0.045131 10.0.0.53 - - [2025-01-09 02:16:52] "GET /logical-router/62e6ffb7-faf6-44e0-a555-a4dfd6c7b0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002484 10.0.0.53 - - [2025-01-09 02:16:52] "GET /service-instance/5efd7bda-8c49-41d3-b22d-7236f49b5bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004778 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/port HTTP/1.1" 200 1091 0.017708 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/port HTTP/1.1" 200 1117 0.012025 10.0.0.53 - - [2025-01-09 02:16:52] "GET /virtual-machine-interface/bb69caf1-e523-45f8-a956-57bfd8bb108d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.007129 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/port HTTP/1.1" 200 1092 0.016869 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/port HTTP/1.1" 200 1118 0.011246 10.0.0.53 - - [2025-01-09 02:16:52] "DELETE /virtual-machine-interface/bb69caf1-e523-45f8-a956-57bfd8bb108d HTTP/1.1" 200 115 0.050398 10.0.0.53 - - [2025-01-09 02:16:52] "GET /virtual-machine-interface/642e8c02-3f80-4803-9620-b427e7834f8d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.005219 10.0.0.53 - - [2025-01-09 02:16:52] "POST /neutron/port HTTP/1.1" 200 151 0.152144 10.0.0.53 - - [2025-01-09 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.014814 10.0.0.53 - - [2025-01-09 02:16:53] "POST /neutron/port HTTP/1.1" 200 151 0.144122 10.0.0.53 - - [2025-01-09 02:16:53] "GET /instance-ip/b1201891-1762-4874-89a4-6493efefb0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004438 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /virtual-machine-interface/642e8c02-3f80-4803-9620-b427e7834f8d HTTP/1.1" 200 115 0.034842 10.0.0.53 - - [2025-01-09 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.010790 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /virtual-machine/9177e2a1-40a2-431a-bd4d-e68d050487d8 HTTP/1.1" 200 115 0.021039 10.0.0.53 - - [2025-01-09 02:16:53] "GET /virtual-machine-interface/b1d73947-1fb9-4895-a741-648579d8d265?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006830 10.0.0.53 - - [2025-01-09 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.016960 10.0.0.53 - - [2025-01-09 02:16:53] "GET /instance-ip/b1201891-1762-4874-89a4-6493efefb0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005468 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /instance-ip/b1201891-1762-4874-89a4-6493efefb0eb HTTP/1.1" 200 115 0.031142 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /virtual-machine-interface/b1d73947-1fb9-4895-a741-648579d8d265 HTTP/1.1" 200 115 0.033539 10.0.0.53 - - [2025-01-09 02:16:53] "GET /virtual-machine-interface/7f11e0c6-8de5-400f-97ef-136e60f28361?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.005550 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /virtual-machine-interface/7f11e0c6-8de5-400f-97ef-136e60f28361 HTTP/1.1" 200 115 0.033913 10.0.0.53 - - [2025-01-09 02:16:53] "DELETE /virtual-machine/44f76404-4889-4350-ad31-ea2bbd8b8f71 HTTP/1.1" 200 115 0.019656 10.0.0.53 - - [2025-01-09 02:16:54] "POST /neutron/network HTTP/1.1" 200 834 0.007794 10.0.0.53 - - [2025-01-09 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003209 10.0.0.53 - - [2025-01-09 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.53 - - [2025-01-09 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 10.0.0.53 - - [2025-01-09 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.102885 10.0.0.53 - - [2025-01-09 02:16:54] "DELETE /route-target/f83a4a64-59b3-4319-987d-98a6256bb417 HTTP/1.1" 200 115 0.020108 10.0.0.53 - - [2025-01-09 02:16:54] "POST /neutron/network HTTP/1.1" 200 828 0.006459 10.0.0.53 - - [2025-01-09 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.53 - - [2025-01-09 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.53 - - [2025-01-09 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.53 - - [2025-01-09 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.097043 10.0.0.53 - - [2025-01-09 02:16:54] "DELETE /route-target/4b1432ce-23b3-4fbf-affe-6f89a74b4e8c HTTP/1.1" 200 115 0.021645 10.0.0.53 - - [2025-01-09 02:16:54] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.53 - - [2025-01-09 02:16:54] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039114 10.0.0.53 - - [2025-01-09 02:16:54] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001714 10.0.0.53 - - [2025-01-09 02:16:54] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?fields=virtual_networks HTTP/1.1" 200 1037 0.030016 10.0.0.53 - - [2025-01-09 02:16:55] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001621 10.0.0.53 - - [2025-01-09 02:16:55] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025289 10.0.0.53 - - [2025-01-09 02:16:55] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001698 10.0.0.53 - - [2025-01-09 02:16:55] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?fields=security_groups HTTP/1.1" 200 1266 0.028400 10.0.0.53 - - [2025-01-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.028004 10.0.0.53 - - [2025-01-09 02:16:56] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002604 10.0.0.53 - - [2025-01-09 02:16:56] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.53 - - [2025-01-09 02:16:56] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008121 10.0.0.53 - - [2025-01-09 02:16:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.003175 10.0.0.53 - - [2025-01-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003219 10.0.0.53 - - [2025-01-09 02:16:56] "POST /security-groups HTTP/1.1" 200 599 0.064087 10.0.0.53 - - [2025-01-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002742 10.0.0.53 - - [2025-01-09 02:16:56] "POST /projects HTTP/1.1" 200 601 0.221301 10.0.0.53 - - [2025-01-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.290264 10.0.0.53 - - [2025-01-09 02:16:56] "POST /access-control-lists HTTP/1.1" 200 604 0.125998 10.0.0.53 - - [2025-01-09 02:16:56] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.430566 10.0.0.53 - - [2025-01-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 241 0.003798 10.0.0.53 - - [2025-01-09 02:16:56] "POST /access-control-lists HTTP/1.1" 200 602 0.059971 10.0.0.53 - - [2025-01-09 02:16:57] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.53 - - [2025-01-09 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000728 10.0.0.53 - - [2025-01-09 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.059542 10.0.0.53 - - [2025-01-09 02:16:58] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001764 10.0.0.53 - - [2025-01-09 02:16:58] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.029391 10.0.0.53 - - [2025-01-09 02:16:58] "POST /neutron/network HTTP/1.1" 200 117 0.030616 10.0.0.53 - - [2025-01-09 02:16:58] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002304 10.0.0.53 - - [2025-01-09 02:16:58] "POST /neutron/network HTTP/1.1" 200 613 0.068657 10.0.0.53 - - [2025-01-09 02:16:58] "POST /route-targets HTTP/1.1" 200 327 0.011844 10.0.0.53 - - [2025-01-09 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.013144 10.0.0.53 - - [2025-01-09 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003884 10.0.0.53 - - [2025-01-09 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.144675 10.0.0.53 - - [2025-01-09 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.53 - - [2025-01-09 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003837 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.182452 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/network HTTP/1.1" 200 1005 0.009286 10.0.0.53 - - [2025-01-09 02:16:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.003643 10.0.0.53 - - [2025-01-09 02:16:59] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006286 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/network HTTP/1.1" 200 1005 0.008764 10.0.0.53 - - [2025-01-09 02:16:59] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005944 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/network HTTP/1.1" 200 1005 0.007507 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.009281 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.021673 10.0.0.53 - - [2025-01-09 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.53 - - [2025-01-09 02:16:59] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.53 - - [2025-01-09 02:16:59] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.027154 10.0.0.53 - - [2025-01-09 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.026997 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/network HTTP/1.1" 200 117 0.012213 10.0.0.53 - - [2025-01-09 02:16:59] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/network HTTP/1.1" 200 613 0.073354 10.0.0.53 - - [2025-01-09 02:16:59] "POST /route-targets HTTP/1.1" 200 327 0.011617 10.0.0.53 - - [2025-01-09 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.011726 10.0.0.53 - - [2025-01-09 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003706 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.179052 10.0.0.53 - - [2025-01-09 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004494 10.0.0.53 - - [2025-01-09 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004858 10.0.0.53 - - [2025-01-09 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.162750 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008766 10.0.0.53 - - [2025-01-09 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001395 10.0.0.53 - - [2025-01-09 02:17:00] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005135 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008775 10.0.0.53 - - [2025-01-09 02:17:00] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006577 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008550 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.008071 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.009455 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003011 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.53 - - [2025-01-09 02:17:00] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.53 - - [2025-01-09 02:17:00] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.025290 10.0.0.53 - - [2025-01-09 02:17:00] "POST /network-policys HTTP/1.1" 200 577 0.060717 10.0.0.53 - - [2025-01-09 02:17:00] "GET /network-policy/60418d54-4dce-4f77-911e-010f447951ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005577 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1005 0.009805 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.006546 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.005926 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1113 0.052561 10.0.0.53 - - [2025-01-09 02:17:00] "POST /access-control-lists HTTP/1.1" 200 596 0.071115 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1113 0.051899 10.0.0.53 - - [2025-01-09 02:17:00] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008344 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.53 - - [2025-01-09 02:17:00] "GET /network-policy/60418d54-4dce-4f77-911e-010f447951ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003939 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1004 0.007846 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.005295 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.002934 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1112 0.050774 10.0.0.53 - - [2025-01-09 02:17:00] "POST /access-control-lists HTTP/1.1" 200 596 0.085397 10.0.0.53 - - [2025-01-09 02:17:00] "POST /neutron/network HTTP/1.1" 200 1112 0.062220 10.0.0.53 - - [2025-01-09 02:17:00] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005920 10.0.0.53 - - [2025-01-09 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.53 - - [2025-01-09 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.011775 10.0.0.53 - - [2025-01-09 02:17:00] "GET /network-policy/60418d54-4dce-4f77-911e-010f447951ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003537 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domains HTTP/1.1" 401 292 0.000512 10.0.0.53 - - [2025-01-09 02:17:01] "PUT /access-control-list/c051e7a9-c64e-4a61-9eee-0cde6b237f39 HTTP/1.1" 200 272 0.057863 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domains HTTP/1.1" 200 280 0.030216 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.009263 10.0.0.53 - - [2025-01-09 02:17:01] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.53 - - [2025-01-09 02:17:01] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 2623 0.070659 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16 HTTP/1.1" 200 3501 0.006663 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16 HTTP/1.1" 200 3501 0.006103 10.0.0.53 - - [2025-01-09 02:17:01] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 200 1795 0.004187 10.0.0.53 - - [2025-01-09 02:17:01] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 200 1795 0.004091 10.0.0.53 - - [2025-01-09 02:17:01] "GET /route-target/868ef2ad-9384-455b-b3e6-7ffc56b3c01c HTTP/1.1" 200 1212 0.003663 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16 HTTP/1.1" 200 3501 0.005882 10.0.0.53 - - [2025-01-09 02:17:01] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 200 1795 0.004083 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004986 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16 HTTP/1.1" 200 3501 0.004855 10.0.0.53 - - [2025-01-09 02:17:01] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 200 1795 0.003721 10.0.0.53 - - [2025-01-09 02:17:01] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 200 1795 0.003623 10.0.0.53 - - [2025-01-09 02:17:01] "GET /route-target/868ef2ad-9384-455b-b3e6-7ffc56b3c01c HTTP/1.1" 200 1212 0.004466 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domains HTTP/1.1" 200 280 0.003399 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001789 10.0.0.53 - - [2025-01-09 02:17:01] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.010202 10.0.0.53 - - [2025-01-09 02:17:01] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.53 - - [2025-01-09 02:17:01] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 2623 0.070455 10.0.0.53 - - [2025-01-09 02:17:01] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16 HTTP/1.1" 200 3501 0.004867 10.0.0.53 - - [2025-01-09 02:17:02] "GET /obj-perms HTTP/1.1" 200 5046 0.056652 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains HTTP/1.1" 200 280 0.003032 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.007879 10.0.0.53 - - [2025-01-09 02:17:02] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.53 - - [2025-01-09 02:17:02] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 2623 0.075883 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a HTTP/1.1" 200 3499 0.009811 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a HTTP/1.1" 200 3499 0.006953 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 200 1796 0.006495 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 200 1796 0.003707 10.0.0.53 - - [2025-01-09 02:17:02] "GET /route-target/50c91bb0-3d73-4da0-bd8b-80ba30b32652 HTTP/1.1" 200 1212 0.003415 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a HTTP/1.1" 200 3499 0.005969 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 200 1796 0.004075 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005265 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a HTTP/1.1" 200 3499 0.005127 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 200 1796 0.003859 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 200 1796 0.004218 10.0.0.53 - - [2025-01-09 02:17:02] "GET /route-target/50c91bb0-3d73-4da0-bd8b-80ba30b32652 HTTP/1.1" 200 1212 0.003468 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains HTTP/1.1" 200 280 0.002944 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.008601 10.0.0.53 - - [2025-01-09 02:17:02] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001448 10.0.0.53 - - [2025-01-09 02:17:02] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 2623 0.072818 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a HTTP/1.1" 200 3499 0.005574 10.0.0.53 - - [2025-01-09 02:17:02] "GET /obj-perms HTTP/1.1" 200 5046 0.004034 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006050 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1112 0.008059 10.0.0.53 - - [2025-01-09 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.011006 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1004 0.061758 10.0.0.53 - - [2025-01-09 02:17:02] "DELETE /access-control-list/26e2f4ee-01b9-48eb-a4ae-d5dad3d1e07f HTTP/1.1" 200 115 0.043995 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1004 0.011035 10.0.0.53 - - [2025-01-09 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/ceaef908-5860-4e60-a96f-8dffd8f9981a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007787 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007328 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1113 0.009866 10.0.0.53 - - [2025-01-09 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.007146 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1005 0.048582 10.0.0.53 - - [2025-01-09 02:17:02] "DELETE /access-control-list/c051e7a9-c64e-4a61-9eee-0cde6b237f39 HTTP/1.1" 200 115 0.044722 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1005 0.011144 10.0.0.53 - - [2025-01-09 02:17:02] "GET /virtual-network/77b8d8e2-425c-4ad2-ab8e-adcb88f7cc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006970 10.0.0.53 - - [2025-01-09 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.018612 10.0.0.53 - - [2025-01-09 02:17:02] "DELETE /network-policy/60418d54-4dce-4f77-911e-010f447951ce HTTP/1.1" 200 115 0.026536 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 1004 0.007242 10.0.0.53 - - [2025-01-09 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.53 - - [2025-01-09 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.53 - - [2025-01-09 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.53 - - [2025-01-09 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001828 10.0.0.53 - - [2025-01-09 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001797 10.0.0.53 - - [2025-01-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 151 0.093943 10.0.0.53 - - [2025-01-09 02:17:02] "DELETE /route-target/50c91bb0-3d73-4da0-bd8b-80ba30b32652 HTTP/1.1" 200 115 0.021960 10.0.0.53 - - [2025-01-09 02:17:02] "GET /routing-instance/d384bdce-f98b-49bc-adf6-4918b94f20f1 HTTP/1.1" 404 171 0.002723 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains HTTP/1.1" 200 280 0.002517 10.0.0.53 - - [2025-01-09 02:17:02] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.53 - - [2025-01-09 02:17:03] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.048317 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001874 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 2143 0.069293 10.0.0.53 - - [2025-01-09 02:17:03] "POST /neutron/network HTTP/1.1" 200 1005 0.009614 10.0.0.53 - - [2025-01-09 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003551 10.0.0.53 - - [2025-01-09 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.53 - - [2025-01-09 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003044 10.0.0.53 - - [2025-01-09 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.53 - - [2025-01-09 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002073 10.0.0.53 - - [2025-01-09 02:17:03] "POST /neutron/network HTTP/1.1" 200 151 0.095545 10.0.0.53 - - [2025-01-09 02:17:03] "DELETE /route-target/868ef2ad-9384-455b-b3e6-7ffc56b3c01c HTTP/1.1" 200 115 0.024367 10.0.0.53 - - [2025-01-09 02:17:03] "GET /routing-instance/7357b956-fc80-4fc3-97f4-e37407853f74 HTTP/1.1" 404 171 0.002553 10.0.0.53 - - [2025-01-09 02:17:03] "GET /domains HTTP/1.1" 200 280 0.002855 10.0.0.53 - - [2025-01-09 02:17:03] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.53 - - [2025-01-09 02:17:03] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2770 0.051351 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001670 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 1898 0.070631 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001544 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.035391 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001604 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?fields=virtual_networks HTTP/1.1" 200 1046 0.065578 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.026557 10.0.0.53 - - [2025-01-09 02:17:03] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.53 - - [2025-01-09 02:17:03] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?fields=security_groups HTTP/1.1" 200 1280 0.028035 10.0.0.53 - - [2025-01-09 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.030807 10.0.0.53 - - [2025-01-09 02:17:04] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.53 - - [2025-01-09 02:17:04] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.53 - - [2025-01-09 02:17:04] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007728 10.0.0.53 - - [2025-01-09 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.001475 10.0.0.53 - - [2025-01-09 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.004118 10.0.0.53 - - [2025-01-09 02:17:05] "POST /security-groups HTTP/1.1" 200 593 0.064500 10.0.0.53 - - [2025-01-09 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002730 10.0.0.53 - - [2025-01-09 02:17:05] "POST /projects HTTP/1.1" 200 589 0.211046 10.0.0.53 - - [2025-01-09 02:17:05] "POST /access-control-lists HTTP/1.1" 200 598 0.059901 10.0.0.53 - - [2025-01-09 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.287511 10.0.0.53 - - [2025-01-09 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002934 10.0.0.53 - - [2025-01-09 02:17:05] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.410049 10.0.0.53 - - [2025-01-09 02:17:05] "POST /access-control-lists HTTP/1.1" 200 596 0.063865 10.0.0.53 - - [2025-01-09 02:17:06] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.53 - - [2025-01-09 02:17:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000884 10.0.0.53 - - [2025-01-09 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.067429 10.0.0.53 - - [2025-01-09 02:17:07] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001151 10.0.0.53 - - [2025-01-09 02:17:07] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027359 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.031023 10.0.0.53 - - [2025-01-09 02:17:07] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001678 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 607 0.070227 10.0.0.53 - - [2025-01-09 02:17:07] "POST /route-targets HTTP/1.1" 200 327 0.011159 10.0.0.53 - - [2025-01-09 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.012045 10.0.0.53 - - [2025-01-09 02:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.143940 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.008326 10.0.0.53 - - [2025-01-09 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001291 10.0.0.53 - - [2025-01-09 02:17:07] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004957 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.006113 10.0.0.53 - - [2025-01-09 02:17:07] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004859 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.006879 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.007818 10.0.0.53 - - [2025-01-09 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.53 - - [2025-01-09 02:17:07] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001546 10.0.0.53 - - [2025-01-09 02:17:07] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027546 10.0.0.53 - - [2025-01-09 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.009084 10.0.0.53 - - [2025-01-09 02:17:08] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001300 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 607 0.073454 10.0.0.53 - - [2025-01-09 02:17:08] "POST /route-targets HTTP/1.1" 200 327 0.010816 10.0.0.53 - - [2025-01-09 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.013578 10.0.0.53 - - [2025-01-09 02:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003099 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.176017 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 827 0.005821 10.0.0.53 - - [2025-01-09 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001549 10.0.0.53 - - [2025-01-09 02:17:08] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004521 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 827 0.005814 10.0.0.53 - - [2025-01-09 02:17:08] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004830 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 827 0.006758 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.006596 10.0.0.53 - - [2025-01-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002134 10.0.0.53 - - [2025-01-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.53 - - [2025-01-09 02:17:08] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001639 10.0.0.53 - - [2025-01-09 02:17:08] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026268 10.0.0.53 - - [2025-01-09 02:17:08] "POST /network-policys HTTP/1.1" 200 571 0.020274 10.0.0.53 - - [2025-01-09 02:17:08] "GET /network-policy/f75cb968-42b9-4a7e-9b56-51449241ff19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005054 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 827 0.005871 10.0.0.53 - - [2025-01-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.005354 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 929 0.047309 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 929 0.037914 10.0.0.53 - - [2025-01-09 02:17:08] "POST /access-control-lists HTTP/1.1" 200 590 0.065741 10.0.0.53 - - [2025-01-09 02:17:08] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004995 10.0.0.53 - - [2025-01-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.53 - - [2025-01-09 02:17:08] "GET /network-policy/f75cb968-42b9-4a7e-9b56-51449241ff19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003545 10.0.0.53 - - [2025-01-09 02:17:08] "POST /neutron/network HTTP/1.1" 200 827 0.005871 10.0.0.53 - - [2025-01-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.007330 10.0.0.53 - - [2025-01-09 02:17:09] "POST /neutron/network HTTP/1.1" 200 929 0.059840 10.0.0.53 - - [2025-01-09 02:17:09] "POST /neutron/network HTTP/1.1" 200 929 0.045603 10.0.0.53 - - [2025-01-09 02:17:09] "POST /access-control-lists HTTP/1.1" 200 590 0.070959 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.020877 10.0.0.53 - - [2025-01-09 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.53 - - [2025-01-09 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.53 - - [2025-01-09 02:17:09] "GET /network-policy/f75cb968-42b9-4a7e-9b56-51449241ff19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003754 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domains HTTP/1.1" 401 292 0.000584 10.0.0.53 - - [2025-01-09 02:17:09] "PUT /access-control-list/ef795f9b-4fef-4190-8ecc-bc4eff68b84f HTTP/1.1" 200 272 0.054120 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domains HTTP/1.1" 200 280 0.029671 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2958 0.011416 10.0.0.53 - - [2025-01-09 02:17:09] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001901 10.0.0.53 - - [2025-01-09 02:17:09] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 2570 0.077338 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb HTTP/1.1" 200 2893 0.006400 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb HTTP/1.1" 200 2893 0.005558 10.0.0.53 - - [2025-01-09 02:17:09] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 200 1783 0.004283 10.0.0.53 - - [2025-01-09 02:17:09] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 200 1783 0.003728 10.0.0.53 - - [2025-01-09 02:17:09] "GET /route-target/e88449c1-04b0-41ee-89f9-8a907d5ebe79 HTTP/1.1" 200 1206 0.003791 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb HTTP/1.1" 200 2893 0.005049 10.0.0.53 - - [2025-01-09 02:17:09] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 200 1783 0.003836 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005071 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb HTTP/1.1" 200 2893 0.006388 10.0.0.53 - - [2025-01-09 02:17:09] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 200 1783 0.004476 10.0.0.53 - - [2025-01-09 02:17:09] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 200 1783 0.003551 10.0.0.53 - - [2025-01-09 02:17:09] "GET /route-target/e88449c1-04b0-41ee-89f9-8a907d5ebe79 HTTP/1.1" 200 1206 0.003037 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domains HTTP/1.1" 200 280 0.002659 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.53 - - [2025-01-09 02:17:09] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2958 0.010226 10.0.0.53 - - [2025-01-09 02:17:09] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.53 - - [2025-01-09 02:17:09] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 2570 0.078616 10.0.0.53 - - [2025-01-09 02:17:09] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb HTTP/1.1" 200 2893 0.005722 10.0.0.53 - - [2025-01-09 02:17:10] "GET /obj-perms HTTP/1.1" 200 5034 0.053596 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domains HTTP/1.1" 200 280 0.003368 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001712 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2958 0.008313 10.0.0.53 - - [2025-01-09 02:17:10] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001699 10.0.0.53 - - [2025-01-09 02:17:10] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 2570 0.077836 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92 HTTP/1.1" 200 2892 0.008131 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92 HTTP/1.1" 200 2892 0.005214 10.0.0.53 - - [2025-01-09 02:17:10] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 200 1784 0.003408 10.0.0.53 - - [2025-01-09 02:17:10] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 200 1784 0.003525 10.0.0.53 - - [2025-01-09 02:17:10] "GET /route-target/559b962a-b35b-4174-baf9-dd74ce24e4ee HTTP/1.1" 200 1206 0.003249 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92 HTTP/1.1" 200 2892 0.005833 10.0.0.53 - - [2025-01-09 02:17:10] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 200 1784 0.004467 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005193 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92 HTTP/1.1" 200 2892 0.005548 10.0.0.53 - - [2025-01-09 02:17:10] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 200 1784 0.003875 10.0.0.53 - - [2025-01-09 02:17:10] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 200 1784 0.003189 10.0.0.53 - - [2025-01-09 02:17:10] "GET /route-target/559b962a-b35b-4174-baf9-dd74ce24e4ee HTTP/1.1" 200 1206 0.003391 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domains HTTP/1.1" 200 280 0.003705 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.53 - - [2025-01-09 02:17:10] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2958 0.009257 10.0.0.53 - - [2025-01-09 02:17:10] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002247 10.0.0.53 - - [2025-01-09 02:17:10] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 2570 0.076558 10.0.0.53 - - [2025-01-09 02:17:10] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92 HTTP/1.1" 200 2892 0.011859 10.0.0.53 - - [2025-01-09 02:17:10] "GET /obj-perms HTTP/1.1" 200 5034 0.004740 10.0.0.53 - - [2025-01-09 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.002062 10.0.0.53 - - [2025-01-09 02:17:10] "POST /neutron/network HTTP/1.1" 200 939 0.006266 10.0.0.53 - - [2025-01-09 02:17:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.53 - - [2025-01-09 02:17:11] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.53 - - [2025-01-09 02:17:11] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.53 - - [2025-01-09 02:17:11] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001245 10.0.0.53 - - [2025-01-09 02:17:11] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050920 10.0.0.53 - - [2025-01-09 02:17:11] "POST /neutron/network HTTP/1.1" 200 929 0.006275 10.0.0.53 - - [2025-01-09 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.007800 10.0.0.53 - - [2025-01-09 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.53 - - [2025-01-09 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001455 10.0.0.53 - - [2025-01-09 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.005748 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/network HTTP/1.1" 200 939 0.013041 10.0.0.53 - - [2025-01-09 02:17:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/network HTTP/1.1" 200 939 0.006959 10.0.0.53 - - [2025-01-09 02:17:12] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.53 - - [2025-01-09 02:17:12] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.53 - - [2025-01-09 02:17:12] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000613 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1063 0.253528 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1063 0.013521 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1063 0.012473 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1117 0.077670 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1091 0.019109 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003872 10.0.0.53 - - [2025-01-09 02:17:12] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.018413 10.0.0.53 - - [2025-01-09 02:17:12] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060411 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/network HTTP/1.1" 200 929 0.015232 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/network HTTP/1.1" 200 929 0.006964 10.0.0.53 - - [2025-01-09 02:17:12] "POST /neutron/port HTTP/1.1" 200 1091 0.030351 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010626 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.012352 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1091 0.038187 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010666 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/network HTTP/1.1" 200 939 0.006324 10.0.0.53 - - [2025-01-09 02:17:13] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001570 10.0.0.53 - - [2025-01-09 02:17:13] "PUT /access-control-list/6cfb30f6-f635-43e2-a2f0-61b670bc20d7 HTTP/1.1" 200 272 0.028480 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1063 0.295979 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1063 0.017574 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1063 0.011737 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1117 0.062985 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 1091 0.018268 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003945 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.010845 10.0.0.53 - - [2025-01-09 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.53 - - [2025-01-09 02:17:14] "POST /neutron/network HTTP/1.1" 200 929 0.006864 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/port HTTP/1.1" 200 1091 0.021425 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006513 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/port HTTP/1.1" 200 1091 0.016428 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006767 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/port HTTP/1.1" 200 1091 0.017306 10.0.0.53 - - [2025-01-09 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006018 10.0.0.53 - - [2025-01-09 02:17:18] "GET /virtual-machine/d86cbd3d-ce8c-4644-ae79-764cd27b3803 HTTP/1.1" 200 1295 0.005483 10.0.0.53 - - [2025-01-09 02:17:18] "GET /virtual-machine-interface/e3e23af9-7a84-4440-8f25-09dd191ffcc7 HTTP/1.1" 200 2951 0.005580 10.0.0.53 - - [2025-01-09 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.53 - - [2025-01-09 02:17:18] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004821 10.0.0.53 - - [2025-01-09 02:17:18] "GET /virtual-networks?parent_id=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003480 10.0.0.53 - - [2025-01-09 02:17:18] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006183 10.0.0.53 - - [2025-01-09 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.53 - - [2025-01-09 02:17:21] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005300 10.0.0.53 - - [2025-01-09 02:17:21] "POST /neutron/port HTTP/1.1" 200 1091 0.023457 10.0.0.53 - - [2025-01-09 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006382 10.0.0.53 - - [2025-01-09 02:17:23] "POST /neutron/port HTTP/1.1" 200 1091 0.016352 10.0.0.53 - - [2025-01-09 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006717 10.0.0.53 - - [2025-01-09 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.53 - - [2025-01-09 02:17:23] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003713 10.0.0.53 - - [2025-01-09 02:17:23] "GET /virtual-networks?parent_id=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003198 10.0.0.53 - - [2025-01-09 02:17:23] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005725 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/port HTTP/1.1" 200 1091 0.016922 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011091 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/port HTTP/1.1" 200 1091 0.017769 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008244 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/port HTTP/1.1" 200 1091 0.016960 10.0.0.53 - - [2025-01-09 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006859 10.0.0.53 - - [2025-01-09 02:17:24] "GET /virtual-machine/285c1bb7-9c6c-4007-9835-586d9859f33e HTTP/1.1" 200 1294 0.005187 10.0.0.53 - - [2025-01-09 02:17:24] "GET /virtual-machine-interface/0aea47ba-2525-4336-ab92-63d4aa5c144c HTTP/1.1" 200 2949 0.005190 10.0.0.53 - - [2025-01-09 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.53 - - [2025-01-09 02:17:24] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003057 10.0.0.53 - - [2025-01-09 02:17:24] "GET /virtual-networks?parent_id=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004533 10.0.0.53 - - [2025-01-09 02:17:24] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007079 10.0.0.53 - - [2025-01-09 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.53 - - [2025-01-09 02:17:25] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005134 10.0.0.53 - - [2025-01-09 02:17:25] "GET /virtual-networks?parent_id=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004118 10.0.0.53 - - [2025-01-09 02:17:25] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006080 10.0.0.53 - - [2025-01-09 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.53 - - [2025-01-09 02:17:30] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001535 10.0.0.53 - - [2025-01-09 02:17:30] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026656 10.0.0.53 - - [2025-01-09 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.53 - - [2025-01-09 02:17:30] "PUT /network-policy/f75cb968-42b9-4a7e-9b56-51449241ff19 HTTP/1.1" 200 262 0.011572 10.0.0.53 - - [2025-01-09 02:17:30] "PUT /access-control-list/6cfb30f6-f635-43e2-a2f0-61b670bc20d7 HTTP/1.1" 200 272 0.052876 10.0.0.53 - - [2025-01-09 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.012460 10.0.0.53 - - [2025-01-09 02:17:30] "PUT /access-control-list/ef795f9b-4fef-4190-8ecc-bc4eff68b84f HTTP/1.1" 200 272 0.053086 10.0.0.53 - - [2025-01-09 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.013574 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /project/0e52fc46cc2640428ef1633f1190f8d3 HTTP/1.1" 404 173 0.011429 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /project/51b0e76715dc413a89e74e9ead327f91 HTTP/1.1" 404 173 0.007632 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000905 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.030768 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.036683 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?fields=security_groups HTTP/1.1" 200 1371 0.036803 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?fields=security_groups HTTP/1.1" 200 1385 0.039850 10.0.0.53 - - [2025-01-09 02:17:33] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006403 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /security-group/b0cc744b-4173-48a7-a851-351a4c81e563 HTTP/1.1" 200 115 0.059438 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /security-group/9839b0e3-d05d-410e-a443-f8ac18f65b38 HTTP/1.1" 200 115 0.067760 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=6fcda140-ac1f-4b3c-b5db-fe52f0969c20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001353 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 929 0.012215 10.0.0.53 - - [2025-01-09 02:17:33] "GET /projects?obj_uuids=51b0e767-15dc-413a-89e7-4e9ead327f91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/833b6dcb-eda7-46af-8d3d-dbf2b03d10bf HTTP/1.1" 200 115 0.054415 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20?fields=application_policy_sets HTTP/1.1" 200 1410 0.064005 10.0.0.53 - - [2025-01-09 02:17:33] "GET /project/51b0e767-15dc-413a-89e7-4e9ead327f91?fields=application_policy_sets HTTP/1.1" 200 1424 0.058402 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/0da40812-0d08-493b-9d9d-213a8dfc9208 HTTP/1.1" 200 115 0.054926 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.079645 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/6621e9a3-df10-4e65-9f0d-86fedd99d5e6 HTTP/1.1" 200 115 0.028829 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.013071 10.0.0.53 - - [2025-01-09 02:17:33] "GET /virtual-network/025b6fb7-39f1-4cae-ac1b-852612e6cd92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009291 10.0.0.53 - - [2025-01-09 02:17:33] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006956 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/3a6eb98d-bbfe-4e92-a241-5d4b4accc402 HTTP/1.1" 200 115 0.048150 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 929 0.018347 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /project/6fcda140-ac1f-4b3c-b5db-fe52f0969c20 HTTP/1.1" 200 115 0.467460 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/6cfb30f6-f635-43e2-a2f0-61b670bc20d7 HTTP/1.1" 200 115 0.076414 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /project/51b0e767-15dc-413a-89e7-4e9ead327f91 HTTP/1.1" 200 115 0.485924 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.059475 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.011412 10.0.0.53 - - [2025-01-09 02:17:33] "GET /virtual-network/285c7a8a-d0c7-42b0-b03c-a2ca1d1956cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006320 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /access-control-list/ef795f9b-4fef-4190-8ecc-bc4eff68b84f HTTP/1.1" 200 115 0.053730 10.0.0.53 - - [2025-01-09 02:17:33] "DELETE /network-policy/f75cb968-42b9-4a7e-9b56-51449241ff19 HTTP/1.1" 200 115 0.042392 10.0.0.53 - - [2025-01-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.005960 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/network HTTP/1.1" 400 204 0.011862 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1091 0.015388 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1117 0.009218 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1091 0.023825 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1117 0.012684 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.114153 10.0.0.53 - - [2025-01-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.099370 10.0.0.53 - - [2025-01-09 02:17:36] "POST /neutron/network HTTP/1.1" 200 827 0.008349 10.0.0.53 - - [2025-01-09 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.53 - - [2025-01-09 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.53 - - [2025-01-09 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003104 10.0.0.53 - - [2025-01-09 02:17:36] "POST /neutron/network HTTP/1.1" 200 151 0.088345 10.0.0.53 - - [2025-01-09 02:17:36] "DELETE /route-target/559b962a-b35b-4174-baf9-dd74ce24e4ee HTTP/1.1" 200 115 0.015662 10.0.0.53 - - [2025-01-09 02:17:36] "GET /routing-instance/e11c11f3-6b25-47a7-9f7b-ac675ea2ef6e HTTP/1.1" 404 171 0.002883 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domains HTTP/1.1" 200 280 0.002512 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2575 0.058965 10.0.0.53 - - [2025-01-09 02:17:36] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001676 10.0.0.53 - - [2025-01-09 02:17:36] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 2102 0.070143 10.0.0.53 - - [2025-01-09 02:17:36] "POST /neutron/network HTTP/1.1" 200 827 0.006135 10.0.0.53 - - [2025-01-09 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.53 - - [2025-01-09 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.53 - - [2025-01-09 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001937 10.0.0.53 - - [2025-01-09 02:17:36] "POST /neutron/network HTTP/1.1" 200 151 0.085557 10.0.0.53 - - [2025-01-09 02:17:36] "DELETE /route-target/e88449c1-04b0-41ee-89f9-8a907d5ebe79 HTTP/1.1" 200 115 0.019785 10.0.0.53 - - [2025-01-09 02:17:36] "GET /routing-instance/23c17683-e1b1-4b47-9739-07cd4d9876d7 HTTP/1.1" 404 171 0.002323 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domains HTTP/1.1" 200 280 0.003353 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.53 - - [2025-01-09 02:17:36] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2575 0.051387 10.0.0.53 - - [2025-01-09 02:17:36] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.53 - - [2025-01-09 02:17:36] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 1863 0.072417 10.0.0.53 - - [2025-01-09 02:17:36] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.53 - - [2025-01-09 02:17:36] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026114 10.0.0.53 - - [2025-01-09 02:17:36] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001482 10.0.0.53 - - [2025-01-09 02:17:36] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?fields=virtual_networks HTTP/1.1" 200 1035 0.070794 10.0.0.53 - - [2025-01-09 02:17:37] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.53 - - [2025-01-09 02:17:37] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026748 10.0.0.53 - - [2025-01-09 02:17:37] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001129 10.0.0.53 - - [2025-01-09 02:17:37] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?fields=security_groups HTTP/1.1" 200 1263 0.024666 10.0.0.53 - - [2025-01-09 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.024828 10.0.0.53 - - [2025-01-09 02:17:37] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002426 10.0.0.53 - - [2025-01-09 02:17:38] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.53 - - [2025-01-09 02:17:38] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008007 10.0.0.53 - - [2025-01-09 02:17:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.001195 10.0.0.53 - - [2025-01-09 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.004431 10.0.0.53 - - [2025-01-09 02:17:38] "POST /security-groups HTTP/1.1" 200 589 0.060086 10.0.0.53 - - [2025-01-09 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.002708 10.0.0.53 - - [2025-01-09 02:17:38] "POST /projects HTTP/1.1" 200 581 0.208257 10.0.0.53 - - [2025-01-09 02:17:38] "POST /access-control-lists HTTP/1.1" 200 594 0.059854 10.0.0.53 - - [2025-01-09 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.278590 10.0.0.53 - - [2025-01-09 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.003019 10.0.0.53 - - [2025-01-09 02:17:38] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.402297 10.0.0.53 - - [2025-01-09 02:17:38] "POST /access-control-lists HTTP/1.1" 200 592 0.060477 10.0.0.53 - - [2025-01-09 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.069132 10.0.0.53 - - [2025-01-09 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.406045 10.0.0.53 - - [2025-01-09 02:17:39] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.53 - - [2025-01-09 02:17:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.53 - - [2025-01-09 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.025669 10.0.0.53 - - [2025-01-09 02:17:41] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.53 - - [2025-01-09 02:17:41] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029316 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/network HTTP/1.1" 200 117 0.030633 10.0.0.53 - - [2025-01-09 02:17:41] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001796 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/network HTTP/1.1" 200 613 0.067430 10.0.0.53 - - [2025-01-09 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.014214 10.0.0.53 - - [2025-01-09 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.012771 10.0.0.53 - - [2025-01-09 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004614 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.158704 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/network HTTP/1.1" 200 831 0.006109 10.0.0.53 - - [2025-01-09 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001479 10.0.0.53 - - [2025-01-09 02:17:41] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007026 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/network HTTP/1.1" 200 831 0.005873 10.0.0.53 - - [2025-01-09 02:17:41] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004853 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/network HTTP/1.1" 200 831 0.006718 10.0.0.53 - - [2025-01-09 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.007889 10.0.0.53 - - [2025-01-09 02:17:41] "GET /domains HTTP/1.1" 401 292 0.000431 10.0.0.53 - - [2025-01-09 02:17:41] "GET /domains HTTP/1.1" 200 280 0.030668 10.0.0.53 - - [2025-01-09 02:17:41] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001571 10.0.0.53 - - [2025-01-09 02:17:41] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.010247 10.0.0.53 - - [2025-01-09 02:17:41] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001696 10.0.0.53 - - [2025-01-09 02:17:41] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2080 0.067619 10.0.0.53 - - [2025-01-09 02:17:41] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c HTTP/1.1" 200 2312 0.006298 10.0.0.53 - - [2025-01-09 02:17:42] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c HTTP/1.1" 200 2312 0.005250 10.0.0.53 - - [2025-01-09 02:17:42] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 200 1493 0.003973 10.0.0.53 - - [2025-01-09 02:17:42] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 200 1493 0.003644 10.0.0.53 - - [2025-01-09 02:17:42] "GET /route-target/0a3d5538-2967-4bc3-9ebc-c1eee7013e09 HTTP/1.1" 200 1211 0.003582 10.0.0.53 - - [2025-01-09 02:17:42] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c HTTP/1.1" 200 2312 0.005019 10.0.0.53 - - [2025-01-09 02:17:42] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 200 1493 0.003812 10.0.0.53 - - [2025-01-09 02:17:42] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005349 10.0.0.53 - - [2025-01-09 02:17:42] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c HTTP/1.1" 200 2312 0.005413 10.0.0.53 - - [2025-01-09 02:17:42] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 200 1493 0.003340 10.0.0.53 - - [2025-01-09 02:17:42] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 200 1493 0.003316 10.0.0.53 - - [2025-01-09 02:17:42] "GET /route-target/0a3d5538-2967-4bc3-9ebc-c1eee7013e09 HTTP/1.1" 200 1211 0.003145 10.0.0.53 - - [2025-01-09 02:17:42] "GET /domains HTTP/1.1" 200 280 0.003473 10.0.0.53 - - [2025-01-09 02:17:42] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.53 - - [2025-01-09 02:17:42] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.007165 10.0.0.53 - - [2025-01-09 02:17:42] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.53 - - [2025-01-09 02:17:42] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2080 0.069803 10.0.0.53 - - [2025-01-09 02:17:42] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c HTTP/1.1" 200 2312 0.005025 10.0.0.53 - - [2025-01-09 02:17:42] "GET /obj-perms HTTP/1.1" 200 5026 0.046635 10.0.0.53 - - [2025-01-09 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.53 - - [2025-01-09 02:17:42] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.53 - - [2025-01-09 02:17:42] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029104 10.0.0.53 - - [2025-01-09 02:17:42] "POST /neutron/network HTTP/1.1" 200 117 0.009073 10.0.0.53 - - [2025-01-09 02:17:42] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001676 10.0.0.53 - - [2025-01-09 02:17:42] "POST /neutron/network HTTP/1.1" 200 613 0.071755 10.0.0.53 - - [2025-01-09 02:17:42] "POST /route-targets HTTP/1.1" 200 327 0.011476 10.0.0.53 - - [2025-01-09 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.014293 10.0.0.53 - - [2025-01-09 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.53 - - [2025-01-09 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.178170 10.0.0.53 - - [2025-01-09 02:17:42] "POST /neutron/network HTTP/1.1" 200 832 0.006117 10.0.0.53 - - [2025-01-09 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001283 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005582 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/network HTTP/1.1" 200 832 0.006868 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005981 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/network HTTP/1.1" 200 832 0.006717 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.007246 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domains HTTP/1.1" 200 280 0.002387 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.010575 10.0.0.53 - - [2025-01-09 02:17:43] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.53 - - [2025-01-09 02:17:43] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2298 0.068748 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821 HTTP/1.1" 200 2318 0.006032 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821 HTTP/1.1" 200 2318 0.004653 10.0.0.53 - - [2025-01-09 02:17:43] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 200 1493 0.003646 10.0.0.53 - - [2025-01-09 02:17:43] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 200 1493 0.003224 10.0.0.53 - - [2025-01-09 02:17:43] "GET /route-target/d6262727-7bb3-42b2-8221-c67ed86356b6 HTTP/1.1" 200 1212 0.002830 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821 HTTP/1.1" 200 2318 0.004391 10.0.0.53 - - [2025-01-09 02:17:43] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 200 1493 0.003728 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004808 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821 HTTP/1.1" 200 2318 0.005255 10.0.0.53 - - [2025-01-09 02:17:43] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 200 1493 0.003651 10.0.0.53 - - [2025-01-09 02:17:43] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 200 1493 0.003414 10.0.0.53 - - [2025-01-09 02:17:43] "GET /route-target/d6262727-7bb3-42b2-8221-c67ed86356b6 HTTP/1.1" 200 1212 0.002777 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domains HTTP/1.1" 200 280 0.003123 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.53 - - [2025-01-09 02:17:43] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.007256 10.0.0.53 - - [2025-01-09 02:17:43] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001736 10.0.0.53 - - [2025-01-09 02:17:43] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2298 0.072198 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821 HTTP/1.1" 200 2318 0.005058 10.0.0.53 - - [2025-01-09 02:17:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003268 10.0.0.53 - - [2025-01-09 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.53 - - [2025-01-09 02:17:43] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.53 - - [2025-01-09 02:17:43] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025018 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.010743 10.0.0.53 - - [2025-01-09 02:17:43] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/network HTTP/1.1" 200 615 0.063596 10.0.0.53 - - [2025-01-09 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.012191 10.0.0.53 - - [2025-01-09 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002713 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.155044 10.0.0.53 - - [2025-01-09 02:17:43] "POST /neutron/network HTTP/1.1" 200 833 0.068773 10.0.0.53 - - [2025-01-09 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001383 10.0.0.53 - - [2025-01-09 02:17:43] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005367 10.0.0.53 - - [2025-01-09 02:17:44] "POST /neutron/network HTTP/1.1" 200 833 0.005993 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004846 10.0.0.53 - - [2025-01-09 02:17:44] "POST /neutron/network HTTP/1.1" 200 833 0.006978 10.0.0.53 - - [2025-01-09 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.008281 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domains HTTP/1.1" 200 280 0.003856 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001775 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.008449 10.0.0.53 - - [2025-01-09 02:17:44] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.53 - - [2025-01-09 02:17:44] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2517 0.070237 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5 HTTP/1.1" 200 2319 0.006804 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5 HTTP/1.1" 200 2319 0.005359 10.0.0.53 - - [2025-01-09 02:17:44] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 200 1498 0.004832 10.0.0.53 - - [2025-01-09 02:17:44] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 200 1498 0.005065 10.0.0.53 - - [2025-01-09 02:17:44] "GET /route-target/bde10d15-f65a-4043-9eb8-0a4ec56e9e25 HTTP/1.1" 200 1215 0.004646 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5 HTTP/1.1" 200 2319 0.008326 10.0.0.53 - - [2025-01-09 02:17:44] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 200 1498 0.003687 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005724 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5 HTTP/1.1" 200 2319 0.004715 10.0.0.53 - - [2025-01-09 02:17:44] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 200 1498 0.003256 10.0.0.53 - - [2025-01-09 02:17:44] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 200 1498 0.003662 10.0.0.53 - - [2025-01-09 02:17:44] "GET /route-target/bde10d15-f65a-4043-9eb8-0a4ec56e9e25 HTTP/1.1" 200 1215 0.002830 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domains HTTP/1.1" 200 280 0.003014 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.53 - - [2025-01-09 02:17:44] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2759 0.007462 10.0.0.53 - - [2025-01-09 02:17:44] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.53 - - [2025-01-09 02:17:44] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2517 0.072565 10.0.0.53 - - [2025-01-09 02:17:44] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5 HTTP/1.1" 200 2319 0.004920 10.0.0.53 - - [2025-01-09 02:17:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003380 10.0.0.53 - - [2025-01-09 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001607 10.0.0.53 - - [2025-01-09 02:17:44] "POST /neutron/network HTTP/1.1" 200 842 0.005759 10.0.0.53 - - [2025-01-09 02:17:44] "GET /aaa-mode HTTP/1.1" 401 292 0.008557 10.0.0.53 - - [2025-01-09 02:17:45] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.53 - - [2025-01-09 02:17:45] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.53 - - [2025-01-09 02:17:45] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.53 - - [2025-01-09 02:17:45] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055881 10.0.0.53 - - [2025-01-09 02:17:45] "POST /neutron/network HTTP/1.1" 200 832 0.005901 10.0.0.53 - - [2025-01-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.53 - - [2025-01-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.006601 10.0.0.53 - - [2025-01-09 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001491 10.0.0.53 - - [2025-01-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.006229 10.0.0.53 - - [2025-01-09 02:17:45] "POST /neutron/network HTTP/1.1" 200 843 0.006031 10.0.0.53 - - [2025-01-09 02:17:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/network HTTP/1.1" 200 842 0.008420 10.0.0.53 - - [2025-01-09 02:17:46] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.53 - - [2025-01-09 02:17:46] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.53 - - [2025-01-09 02:17:46] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000686 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1058 0.365341 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1058 0.013837 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1058 0.013966 10.0.0.53 - - [2025-01-09 02:17:46] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.53 - - [2025-01-09 02:17:46] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064249 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1112 0.104015 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/network HTTP/1.1" 200 833 0.008159 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1086 0.024699 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.030476 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.001567 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/network HTTP/1.1" 200 832 0.007254 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 1086 0.038049 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.025868 10.0.0.53 - - [2025-01-09 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.006993 10.0.0.53 - - [2025-01-09 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.002723 10.0.0.53 - - [2025-01-09 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.53 - - [2025-01-09 02:17:46] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001577 10.0.0.53 - - [2025-01-09 02:17:46] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008494 10.0.0.53 - - [2025-01-09 02:17:47] "POST /service-templates HTTP/1.1" 200 543 0.030355 10.0.0.53 - - [2025-01-09 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.53 - - [2025-01-09 02:17:47] "GET /service-template/27854a48-e692-4016-9b43-e24793d363fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005587 10.0.0.53 - - [2025-01-09 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/network HTTP/1.1" 200 843 0.008211 10.0.0.53 - - [2025-01-09 02:17:47] "GET /service-template/27854a48-e692-4016-9b43-e24793d363fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003772 10.0.0.53 - - [2025-01-09 02:17:47] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.53 - - [2025-01-09 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.53 - - [2025-01-09 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001503 10.0.0.53 - - [2025-01-09 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.002119 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 1057 0.289165 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 1057 0.015614 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 2001 0.037057 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 1057 0.016857 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010383 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 1111 0.106621 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 1085 0.020836 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.011845 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.53 - - [2025-01-09 02:17:47] "POST /neutron/network HTTP/1.1" 200 833 0.006260 10.0.0.53 - - [2025-01-09 02:17:48] "POST /neutron/network HTTP/1.1" 200 2221 0.013989 10.0.0.53 - - [2025-01-09 02:17:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000686 10.0.0.53 - - [2025-01-09 02:17:48] "GET / HTTP/1.1" 200 35931 0.002315 10.0.0.53 - - [2025-01-09 02:17:48] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000621 10.0.0.53 - - [2025-01-09 02:17:49] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.53 - - [2025-01-09 02:17:49] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054175 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/network HTTP/1.1" 200 831 0.010761 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/network HTTP/1.1" 200 832 0.006507 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/network HTTP/1.1" 200 833 0.005788 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/port HTTP/1.1" 200 2055 0.027081 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005932 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.005521 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.53 - - [2025-01-09 02:17:49] "POST /neutron/network HTTP/1.1" 200 2221 0.012561 10.0.0.53 - - [2025-01-09 02:17:49] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002009 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.244974 10.0.0.53 - - [2025-01-09 02:17:50] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001242 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.234276 10.0.0.53 - - [2025-01-09 02:17:50] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.201986 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.017872 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.009522 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1111 0.085277 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.010619 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.010703 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1112 0.113414 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.010825 10.0.0.53 - - [2025-01-09 02:17:50] "POST /neutron/port HTTP/1.1" 200 1057 0.010370 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 1111 0.084134 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 3023 0.025943 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005417 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.010849 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/network HTTP/1.1" 200 831 0.006189 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004574 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.013065 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.006425 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 693 0.015116 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001818 10.0.0.53 - - [2025-01-09 02:17:51] "POST /neutron/network HTTP/1.1" 200 833 0.008430 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/port HTTP/1.1" 200 3023 0.027734 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011336 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/port HTTP/1.1" 200 3023 0.036968 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010900 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/port HTTP/1.1" 200 3023 0.035508 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008047 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/port HTTP/1.1" 200 3023 0.018223 10.0.0.53 - - [2025-01-09 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006443 10.0.0.53 - - [2025-01-09 02:17:55] "POST /neutron/port HTTP/1.1" 200 3023 0.020817 10.0.0.53 - - [2025-01-09 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006691 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-machine/568a2d06-670a-4149-a517-eb78682b05bc HTTP/1.1" 200 1802 0.005294 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb HTTP/1.1" 200 2945 0.007946 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e HTTP/1.1" 200 2945 0.007170 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98 HTTP/1.1" 200 2948 0.006201 10.0.0.53 - - [2025-01-09 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.53 - - [2025-01-09 02:17:55] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003352 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004035 10.0.0.53 - - [2025-01-09 02:17:55] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006734 10.0.0.53 - - [2025-01-09 02:17:55] "POST /neutron/port HTTP/1.1" 200 1086 0.016757 10.0.0.53 - - [2025-01-09 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006483 10.0.0.53 - - [2025-01-09 02:17:57] "POST /neutron/port HTTP/1.1" 200 1085 0.020694 10.0.0.53 - - [2025-01-09 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007290 10.0.0.53 - - [2025-01-09 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.53 - - [2025-01-09 02:17:58] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005193 10.0.0.53 - - [2025-01-09 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.53 - - [2025-01-09 02:18:02] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005682 10.0.0.53 - - [2025-01-09 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.53 - - [2025-01-09 02:18:06] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004988 10.0.0.53 - - [2025-01-09 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.53 - - [2025-01-09 02:18:10] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006219 10.0.0.53 - - [2025-01-09 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.53 - - [2025-01-09 02:18:12] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003758 10.0.0.53 - - [2025-01-09 02:18:13] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003449 10.0.0.53 - - [2025-01-09 02:18:13] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005628 10.0.0.53 - - [2025-01-09 02:18:13] "POST /neutron/port HTTP/1.1" 200 3023 0.051717 10.0.0.53 - - [2025-01-09 02:18:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007946 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/port HTTP/1.1" 200 3023 0.022127 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006044 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/port HTTP/1.1" 200 1086 0.022746 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/port HTTP/1.1" 200 1086 0.015621 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/network HTTP/1.1" 200 842 0.006016 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.011391 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001644 10.0.0.53 - - [2025-01-09 02:18:18] "POST /neutron/network HTTP/1.1" 200 832 0.005959 10.0.0.53 - - [2025-01-09 02:18:22] "POST /neutron/port HTTP/1.1" 200 3023 0.021069 10.0.0.53 - - [2025-01-09 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006162 10.0.0.53 - - [2025-01-09 02:18:23] "POST /neutron/port HTTP/1.1" 200 3023 0.030809 10.0.0.53 - - [2025-01-09 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007970 10.0.0.53 - - [2025-01-09 02:18:28] "POST /neutron/port HTTP/1.1" 200 3023 0.025172 10.0.0.53 - - [2025-01-09 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007757 10.0.0.53 - - [2025-01-09 02:18:33] "DELETE /project/90d4c412f1e64c7aabfb54c603b33d75 HTTP/1.1" 404 173 0.007985 10.0.0.53 - - [2025-01-09 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008531 10.0.0.53 - - [2025-01-09 02:18:33] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.53 - - [2025-01-09 02:18:33] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003834 10.0.0.53 - - [2025-01-09 02:18:33] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.033956 10.0.0.53 - - [2025-01-09 02:18:33] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.53 - - [2025-01-09 02:18:33] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003088 10.0.0.53 - - [2025-01-09 02:18:34] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?fields=security_groups HTTP/1.1" 200 1368 0.063884 10.0.0.53 - - [2025-01-09 02:18:34] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006259 10.0.0.53 - - [2025-01-09 02:18:34] "DELETE /access-control-list/9caaf086-7382-44c9-847d-77020782abb0 HTTP/1.1" 200 115 0.112627 10.0.0.53 - - [2025-01-09 02:18:34] "DELETE /security-group/b126592c-f5cc-44b3-a3d3-ff26d72f9ac6 HTTP/1.1" 200 115 0.144862 10.0.0.53 - - [2025-01-09 02:18:34] "GET /projects?obj_uuids=0e52fc46-cc26-4042-8ef1-633f1190f8d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.53 - - [2025-01-09 02:18:34] "GET /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3?fields=application_policy_sets HTTP/1.1" 200 1407 0.031472 10.0.0.53 - - [2025-01-09 02:18:34] "DELETE /access-control-list/77f3639a-de47-4807-b369-59d140698606 HTTP/1.1" 200 115 0.039722 10.0.0.53 - - [2025-01-09 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005423 10.0.0.53 - - [2025-01-09 02:18:34] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003403 10.0.0.53 - - [2025-01-09 02:18:34] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003677 10.0.0.53 - - [2025-01-09 02:18:34] "DELETE /project/0e52fc46-cc26-4042-8ef1-633f1190f8d3 HTTP/1.1" 200 115 0.441401 10.0.0.53 - - [2025-01-09 02:18:34] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005436 10.0.0.53 - - [2025-01-09 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.006415 10.0.0.53 - - [2025-01-09 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.53 - - [2025-01-09 02:18:34] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.53 - - [2025-01-09 02:18:34] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029570 10.0.0.53 - - [2025-01-09 02:18:34] "POST /service-instances HTTP/1.1" 200 543 0.060522 10.0.0.53 - - [2025-01-09 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.53 - - [2025-01-09 02:18:34] "GET /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008028 10.0.0.53 - - [2025-01-09 02:18:34] "POST /port-tuples HTTP/1.1" 200 586 0.043269 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.016706 10.0.0.53 - - [2025-01-09 02:18:35] "PUT /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e HTTP/1.1" 200 284 0.011907 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.011404 10.0.0.53 - - [2025-01-09 02:18:35] "POST /instance-ips HTTP/1.1" 200 385 0.024818 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006845 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.017158 10.0.0.53 - - [2025-01-09 02:18:35] "PUT /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb HTTP/1.1" 200 284 0.011807 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.014962 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.011801 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002929 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005828 10.0.0.53 - - [2025-01-09 02:18:35] "POST /instance-ips HTTP/1.1" 200 385 0.024342 10.0.0.53 - - [2025-01-09 02:18:35] "PUT /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98 HTTP/1.1" 200 284 0.010028 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003257 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014718 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007251 10.0.0.53 - - [2025-01-09 02:18:35] "POST /instance-ips HTTP/1.1" 200 373 0.021275 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014396 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008490 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.012255 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.011312 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 1086 0.025886 10.0.0.53 - - [2025-01-09 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005929 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-machine/c75e6a29-8f0a-49ac-bd2a-c1f43bc175c2 HTTP/1.1" 200 1291 0.004323 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002558 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-machine-interface/61cfb83e-9e37-4bf8-9826-e3c8b03020f6 HTTP/1.1" 200 2945 0.004834 10.0.0.53 - - [2025-01-09 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.53 - - [2025-01-09 02:18:35] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003134 10.0.0.53 - - [2025-01-09 02:18:35] "POST /instance-ips HTTP/1.1" 200 373 0.016013 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006115 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.009790 10.0.0.53 - - [2025-01-09 02:18:35] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005070 10.0.0.53 - - [2025-01-09 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004338 10.0.0.53 - - [2025-01-09 02:18:36] "POST /instance-ips HTTP/1.1" 200 375 0.118272 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.009232 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004336 10.0.0.53 - - [2025-01-09 02:18:36] "POST /instance-ips HTTP/1.1" 200 375 0.015922 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.009778 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.53 - - [2025-01-09 02:18:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003152 10.0.0.53 - - [2025-01-09 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.53 - - [2025-01-09 02:18:37] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003743 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003261 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007061 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1085 0.014861 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006029 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1085 0.015663 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005819 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1085 0.015982 10.0.0.53 - - [2025-01-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008325 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-machine/d591367d-c406-4c31-90a4-276b48adc98d HTTP/1.1" 200 1291 0.004847 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-machine-interface/73b7822c-f260-42c8-a431-1069263004be HTTP/1.1" 200 2948 0.004987 10.0.0.53 - - [2025-01-09 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.53 - - [2025-01-09 02:18:37] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003606 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003378 10.0.0.53 - - [2025-01-09 02:18:37] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006219 10.0.0.53 - - [2025-01-09 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.53 - - [2025-01-09 02:18:38] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003153 10.0.0.53 - - [2025-01-09 02:18:38] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004027 10.0.0.53 - - [2025-01-09 02:18:38] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005791 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.005208 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.53 - - [2025-01-09 02:18:39] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.53 - - [2025-01-09 02:18:39] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026071 10.0.0.53 - - [2025-01-09 02:18:39] "POST /network-policys HTTP/1.1" 200 547 0.019573 10.0.0.53 - - [2025-01-09 02:18:39] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005172 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.53 - - [2025-01-09 02:18:39] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005864 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.53 - - [2025-01-09 02:18:39] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004861 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.002874 10.0.0.53 - - [2025-01-09 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.036373 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.53 - - [2025-01-09 02:18:39] "POST /access-control-lists HTTP/1.1" 200 601 0.061590 10.0.0.53 - - [2025-01-09 02:18:39] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003649 10.0.0.53 - - [2025-01-09 02:18:39] "POST /neutron/network HTTP/1.1" 200 920 0.007426 10.0.0.53 - - [2025-01-09 02:18:39] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004641 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.53 - - [2025-01-09 02:18:39] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004257 10.0.0.53 - - [2025-01-09 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.53 - - [2025-01-09 02:18:39] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006685 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.53 - - [2025-01-09 02:18:40] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003705 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.005429 10.0.0.53 - - [2025-01-09 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.041932 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.53 - - [2025-01-09 02:18:40] "POST /access-control-lists HTTP/1.1" 200 604 0.073136 10.0.0.53 - - [2025-01-09 02:18:40] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003992 10.0.0.53 - - [2025-01-09 02:18:40] "POST /routing-instances HTTP/1.1" 200 759 0.022197 10.0.0.53 - - [2025-01-09 02:18:40] "POST /neutron/network HTTP/1.1" 200 921 0.010046 10.0.0.53 - - [2025-01-09 02:18:40] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010906 10.0.0.53 - - [2025-01-09 02:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.062636 10.0.0.53 - - [2025-01-09 02:18:40] "POST /route-targets HTTP/1.1" 200 327 0.011892 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.53 - - [2025-01-09 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.010855 10.0.0.53 - - [2025-01-09 02:18:40] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005587 10.0.0.53 - - [2025-01-09 02:18:40] "GET /routing-instance/26a61485-8c87-4ef4-82b3-3b52afc47176?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.005668 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.53 - - [2025-01-09 02:18:40] "GET /routing-instance/26a61485-8c87-4ef4-82b3-3b52afc47176?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003827 10.0.0.53 - - [2025-01-09 02:18:40] "GET /service-template/27854a48-e692-4016-9b43-e24793d363fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003297 10.0.0.53 - - [2025-01-09 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.010686 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012920 10.0.0.53 - - [2025-01-09 02:18:40] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001517 10.0.0.53 - - [2025-01-09 02:18:40] "POST /routing-instances HTTP/1.1" 200 760 0.023648 10.0.0.53 - - [2025-01-09 02:18:40] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034843 10.0.0.53 - - [2025-01-09 02:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056604 10.0.0.53 - - [2025-01-09 02:18:40] "POST /route-targets HTTP/1.1" 200 327 0.014142 10.0.0.53 - - [2025-01-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.53 - - [2025-01-09 02:18:40] "GET /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005030 10.0.0.53 - - [2025-01-09 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.014053 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domains HTTP/1.1" 200 280 0.003301 10.0.0.53 - - [2025-01-09 02:18:40] "GET /routing-instance/01a155a5-07d7-450a-b779-5d67b4cbd197?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003599 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2771 0.008275 10.0.0.53 - - [2025-01-09 02:18:40] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.53 - - [2025-01-09 02:18:40] "GET /routing-instance/01a155a5-07d7-450a-b779-5d67b4cbd197?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005664 10.0.0.53 - - [2025-01-09 02:18:40] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 4233 0.073254 10.0.0.53 - - [2025-01-09 02:18:40] "GET /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f HTTP/1.1" 200 3783 0.005190 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domains HTTP/1.1" 200 280 0.002422 10.0.0.53 - - [2025-01-09 02:18:40] "PUT /routing-instance/26a61485-8c87-4ef4-82b3-3b52afc47176 HTTP/1.1" 200 266 0.010536 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.53 - - [2025-01-09 02:18:40] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2771 0.007753 10.0.0.53 - - [2025-01-09 02:18:40] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.53 - - [2025-01-09 02:18:40] "PUT /routing-instance/01a155a5-07d7-450a-b779-5d67b4cbd197 HTTP/1.1" 200 266 0.012725 10.0.0.53 - - [2025-01-09 02:18:41] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 4233 0.070558 10.0.0.53 - - [2025-01-09 02:18:41] "GET /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f HTTP/1.1" 200 3783 0.007956 10.0.0.53 - - [2025-01-09 02:18:41] "GET /port-tuple/6e3a0652-69ca-4535-a4c8-3a1d55b67084 HTTP/1.1" 200 1978 0.003273 10.0.0.53 - - [2025-01-09 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.017319 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb HTTP/1.1" 200 3797 0.010395 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e HTTP/1.1" 200 3815 0.007581 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98 HTTP/1.1" 200 3803 0.007093 10.0.0.53 - - [2025-01-09 02:18:41] "PUT /access-control-list/21d989b2-2172-41d1-85ca-ff30dfc2c8e4 HTTP/1.1" 200 272 0.011390 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/port HTTP/1.1" 200 3830 0.041386 10.0.0.53 - - [2025-01-09 02:18:41] "PUT /access-control-list/4ba402d0-0c77-4fda-90f1-acc71508dbdc HTTP/1.1" 200 272 0.010945 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005895 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/port HTTP/1.1" 200 3830 0.037190 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005924 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/port HTTP/1.1" 200 3830 0.033724 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009497 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/port HTTP/1.1" 200 3830 0.038850 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006436 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 894 0.014731 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 920 0.008137 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 805 0.013018 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 831 0.005802 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 895 0.012560 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/network HTTP/1.1" 200 921 0.005859 10.0.0.53 - - [2025-01-09 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001346 10.0.0.53 - - [2025-01-09 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001256 10.0.0.53 - - [2025-01-09 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001635 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine/568a2d06-670a-4149-a517-eb78682b05bc HTTP/1.1" 200 1802 0.004033 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb HTTP/1.1" 200 3797 0.005520 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e HTTP/1.1" 200 3815 0.004768 10.0.0.53 - - [2025-01-09 02:18:41] "GET /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98 HTTP/1.1" 200 3803 0.005740 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/0583a588-0d85-48fe-a500-39812e2467c2 HTTP/1.1" 200 1955 0.004055 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/1364e755-554c-4f99-81ac-8dbfe168ed6e HTTP/1.1" 200 1620 0.004657 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/fa305823-2c66-4b7c-b535-38436992f2f0 HTTP/1.1" 200 1955 0.003516 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/6633504a-e680-4efa-8cec-7b071280a785 HTTP/1.1" 200 1980 0.004287 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/8cde042b-e6e8-4ff9-beda-c5de8a7401f0 HTTP/1.1" 200 1621 0.004601 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/9a3995c0-e3a5-4c9c-aab2-3240206eb0b2 HTTP/1.1" 200 1979 0.005354 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/25520d48-28b4-45b7-a8f5-477473c9104b HTTP/1.1" 200 1960 0.003609 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/59ae3a4d-218b-41e9-b3cf-8bf3bb560941 HTTP/1.1" 200 1958 0.019322 10.0.0.53 - - [2025-01-09 02:18:41] "GET /instance-ip/f99fd69e-117f-4726-9789-22668059f153 HTTP/1.1" 200 1622 0.009877 10.0.0.53 - - [2025-01-09 02:18:41] "POST /neutron/port HTTP/1.1" 200 3830 0.039665 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007535 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/port HTTP/1.1" 200 3830 0.033390 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006799 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/port HTTP/1.1" 200 3830 0.041373 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007557 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/port HTTP/1.1" 200 3830 0.033409 10.0.0.53 - - [2025-01-09 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006420 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-machine/568a2d06-670a-4149-a517-eb78682b05bc HTTP/1.1" 200 1802 0.003922 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-machine-interface/3e9197e0-8beb-4544-b887-995acc0d27cb HTTP/1.1" 200 3797 0.005774 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-machine-interface/81d06193-7785-460b-8db4-455f4f506f3e HTTP/1.1" 200 3815 0.005365 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-machine-interface/b4f29ca4-09ac-49b8-87cc-281a4c930e98 HTTP/1.1" 200 3803 0.005296 10.0.0.53 - - [2025-01-09 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.53 - - [2025-01-09 02:18:42] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003084 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003219 10.0.0.53 - - [2025-01-09 02:18:42] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006034 10.0.0.53 - - [2025-01-09 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.53 - - [2025-01-09 02:18:43] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002878 10.0.0.53 - - [2025-01-09 02:18:43] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003352 10.0.0.53 - - [2025-01-09 02:18:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005441 10.0.0.53 - - [2025-01-09 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.53 - - [2025-01-09 02:18:43] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004001 10.0.0.53 - - [2025-01-09 02:18:43] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003797 10.0.0.53 - - [2025-01-09 02:18:43] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005471 10.0.0.53 - - [2025-01-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.53 - - [2025-01-09 02:18:44] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004528 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004116 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005664 10.0.0.53 - - [2025-01-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.53 - - [2025-01-09 02:18:44] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004564 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003273 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007176 10.0.0.53 - - [2025-01-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.53 - - [2025-01-09 02:18:44] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003295 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004905 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006727 10.0.0.53 - - [2025-01-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.53 - - [2025-01-09 02:18:44] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004088 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003564 10.0.0.53 - - [2025-01-09 02:18:44] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007259 10.0.0.53 - - [2025-01-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.53 - - [2025-01-09 02:18:44] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004093 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003792 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005901 10.0.0.53 - - [2025-01-09 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.53 - - [2025-01-09 02:18:45] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003963 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003580 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-network/01249054-4a97-4bcd-acc5-b0b72e070f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007060 10.0.0.53 - - [2025-01-09 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.53 - - [2025-01-09 02:18:45] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003459 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003946 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005443 10.0.0.53 - - [2025-01-09 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.53 - - [2025-01-09 02:18:45] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003699 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004751 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005346 10.0.0.53 - - [2025-01-09 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.53 - - [2025-01-09 02:18:45] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003701 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003420 10.0.0.53 - - [2025-01-09 02:18:45] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005878 10.0.0.53 - - [2025-01-09 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.53 - - [2025-01-09 02:18:46] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003972 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-networks?parent_id=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003552 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005781 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-machine/568a2d06-670a-4149-a517-eb78682b05bc HTTP/1.1" 200 1802 0.004786 10.0.0.53 - - [2025-01-09 02:18:46] "GET /domains HTTP/1.1" 200 280 0.002896 10.0.0.53 - - [2025-01-09 02:18:46] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.53 - - [2025-01-09 02:18:46] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2771 0.007105 10.0.0.53 - - [2025-01-09 02:18:46] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.53 - - [2025-01-09 02:18:46] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 4233 0.069372 10.0.0.53 - - [2025-01-09 02:18:46] "GET /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f HTTP/1.1" 200 3783 0.004055 10.0.0.53 - - [2025-01-09 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.53 - - [2025-01-09 02:18:46] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003455 10.0.0.53 - - [2025-01-09 02:18:46] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006388 10.0.0.53 - - [2025-01-09 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.53 - - [2025-01-09 02:18:46] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004537 10.0.0.53 - - [2025-01-09 02:18:46] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005268 10.0.0.53 - - [2025-01-09 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005643 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?fields=routing_instances HTTP/1.1" 200 1683 0.006952 10.0.0.53 - - [2025-01-09 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005213 10.0.0.53 - - [2025-01-09 02:18:46] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?fields=routing_instances HTTP/1.1" 200 1686 0.008572 10.0.0.53 - - [2025-01-09 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.032205 10.0.0.53 - - [2025-01-09 02:18:50] "DELETE /access-control-list/4ba402d0-0c77-4fda-90f1-acc71508dbdc HTTP/1.1" 200 115 0.029234 10.0.0.53 - - [2025-01-09 02:18:50] "POST /neutron/network HTTP/1.1" 200 833 0.009977 10.0.0.53 - - [2025-01-09 02:18:50] "GET /virtual-network/51ecc5c3-f81b-44ad-89d0-ce121dcc01f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006122 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /routing-instance/26a61485-8c87-4ef4-82b3-3b52afc47176 HTTP/1.1" 200 115 0.034843 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.53 - - [2025-01-09 02:18:51] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004108 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /route-target/3c3fb7ca-02fa-4683-8ba0-20aea4387d3c HTTP/1.1" 200 115 0.022879 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.036595 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /routing-instance/01a155a5-07d7-450a-b779-5d67b4cbd197 HTTP/1.1" 200 115 0.032138 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012007 10.0.0.53 - - [2025-01-09 02:18:51] "POST /neutron/network HTTP/1.1" 200 832 0.009891 10.0.0.53 - - [2025-01-09 02:18:51] "GET /virtual-network/d1db5f93-35e5-422e-bfaf-d1b97bd55821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005419 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /route-target/eac2136d-b748-4806-beb6-adb8ae1433e8 HTTP/1.1" 200 115 0.016069 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /access-control-list/21d989b2-2172-41d1-85ca-ff30dfc2c8e4 HTTP/1.1" 200 115 0.024848 10.0.0.53 - - [2025-01-09 02:18:51] "GET /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003769 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /network-policy/5ea58244-7ee5-43ff-b487-3bc5248a6272 HTTP/1.1" 200 115 0.022122 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /service-instance/8d697be2-a878-429a-a6aa-5c10e763b20f HTTP/1.1" 200 115 0.048054 10.0.0.53 - - [2025-01-09 02:18:51] "GET /domains HTTP/1.1" 200 280 0.003066 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.016333 10.0.0.53 - - [2025-01-09 02:18:51] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.53 - - [2025-01-09 02:18:51] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2771 0.011720 10.0.0.53 - - [2025-01-09 02:18:51] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/25520d48-28b4-45b7-a8f5-477473c9104b HTTP/1.1" 200 115 0.034799 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.009325 10.0.0.53 - - [2025-01-09 02:18:51] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 3759 0.073854 10.0.0.53 - - [2025-01-09 02:18:51] "GET /virtual-machine/568a2d06-670a-4149-a517-eb78682b05bc HTTP/1.1" 200 1802 0.002985 10.0.0.53 - - [2025-01-09 02:18:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002012 10.0.0.53 - - [2025-01-09 02:18:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001698 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/6633504a-e680-4efa-8cec-7b071280a785 HTTP/1.1" 200 115 0.027277 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/0583a588-0d85-48fe-a500-39812e2467c2 HTTP/1.1" 200 115 0.027329 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.010438 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /service-template/27854a48-e692-4016-9b43-e24793d363fe HTTP/1.1" 200 115 0.028213 10.0.0.53 - - [2025-01-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.007654 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/59ae3a4d-218b-41e9-b3cf-8bf3bb560941 HTTP/1.1" 200 115 0.040534 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.019657 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/fa305823-2c66-4b7c-b535-38436992f2f0 HTTP/1.1" 200 115 0.028436 10.0.0.53 - - [2025-01-09 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.011017 10.0.0.53 - - [2025-01-09 02:18:51] "DELETE /instance-ip/9a3995c0-e3a5-4c9c-aab2-3240206eb0b2 HTTP/1.1" 200 115 0.031328 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/network HTTP/1.1" 200 833 0.008512 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/network HTTP/1.1" 400 204 0.013433 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1085 0.016384 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1111 0.011549 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017585 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1112 0.009451 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 151 0.132921 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 151 0.101876 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 3023 0.033617 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1111 0.009472 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 151 0.123608 10.0.0.53 - - [2025-01-09 02:18:52] "POST /neutron/port HTTP/1.1" 200 1112 0.011833 10.0.0.53 - - [2025-01-09 02:18:53] "POST /neutron/port HTTP/1.1" 200 151 0.094430 10.0.0.53 - - [2025-01-09 02:18:53] "POST /neutron/port HTTP/1.1" 200 1111 0.010399 10.0.0.53 - - [2025-01-09 02:18:53] "POST /neutron/port HTTP/1.1" 200 151 0.114436 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 833 0.005557 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002405 10.0.0.53 - - [2025-01-09 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005755 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003452 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 151 0.099273 10.0.0.53 - - [2025-01-09 02:18:54] "GET /routing-instance/c05c254a-192f-4cb4-a3f5-fc720f12afbc HTTP/1.1" 404 171 0.003187 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains HTTP/1.1" 200 280 0.005072 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602 10.0.0.53 - - [2025-01-09 02:18:54] "DELETE /route-target/bde10d15-f65a-4043-9eb8-0a4ec56e9e25 HTTP/1.1" 200 115 0.035203 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2571 0.052087 10.0.0.53 - - [2025-01-09 02:18:54] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001479 10.0.0.53 - - [2025-01-09 02:18:54] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2298 0.071835 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 832 0.006064 10.0.0.53 - - [2025-01-09 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002269 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 151 0.096964 10.0.0.53 - - [2025-01-09 02:18:54] "DELETE /route-target/d6262727-7bb3-42b2-8221-c67ed86356b6 HTTP/1.1" 200 115 0.022404 10.0.0.53 - - [2025-01-09 02:18:54] "GET /routing-instance/373540bc-0bda-43c8-9d05-ab0254ddd186 HTTP/1.1" 404 171 0.002808 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains HTTP/1.1" 200 280 0.002621 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2571 0.049740 10.0.0.53 - - [2025-01-09 02:18:54] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.53 - - [2025-01-09 02:18:54] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 2080 0.072326 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 831 0.006209 10.0.0.53 - - [2025-01-09 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002269 10.0.0.53 - - [2025-01-09 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003441 10.0.0.53 - - [2025-01-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 151 0.089538 10.0.0.53 - - [2025-01-09 02:18:54] "DELETE /route-target/0a3d5538-2967-4bc3-9ebc-c1eee7013e09 HTTP/1.1" 200 115 0.014294 10.0.0.53 - - [2025-01-09 02:18:54] "GET /routing-instance/89cff1b4-3ff6-4a35-b156-d5d6d65ae023 HTTP/1.1" 404 171 0.002375 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.53 - - [2025-01-09 02:18:54] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2571 0.049427 10.0.0.53 - - [2025-01-09 02:18:54] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001633 10.0.0.53 - - [2025-01-09 02:18:54] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 1840 0.074267 10.0.0.53 - - [2025-01-09 02:18:55] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.53 - - [2025-01-09 02:18:55] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025018 10.0.0.53 - - [2025-01-09 02:18:55] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.53 - - [2025-01-09 02:18:55] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?fields=virtual_networks HTTP/1.1" 200 1028 0.066967 10.0.0.53 - - [2025-01-09 02:18:55] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.53 - - [2025-01-09 02:18:55] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024431 10.0.0.53 - - [2025-01-09 02:18:55] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.53 - - [2025-01-09 02:18:55] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?fields=security_groups HTTP/1.1" 200 1252 0.034360 10.0.0.53 - - [2025-01-09 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.024724 10.0.0.53 - - [2025-01-09 02:18:56] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002688 10.0.0.53 - - [2025-01-09 02:18:56] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.53 - - [2025-01-09 02:18:56] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008284 10.0.0.53 - - [2025-01-09 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001302 10.0.0.53 - - [2025-01-09 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003142 10.0.0.53 - - [2025-01-09 02:18:56] "POST /security-groups HTTP/1.1" 200 592 0.059684 10.0.0.53 - - [2025-01-09 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.002754 10.0.0.53 - - [2025-01-09 02:18:56] "POST /projects HTTP/1.1" 200 587 0.219788 10.0.0.53 - - [2025-01-09 02:18:56] "POST /access-control-lists HTTP/1.1" 200 597 0.058825 10.0.0.53 - - [2025-01-09 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.288594 10.0.0.53 - - [2025-01-09 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002955 10.0.0.53 - - [2025-01-09 02:18:56] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.413957 10.0.0.53 - - [2025-01-09 02:18:56] "POST /access-control-lists HTTP/1.1" 200 595 0.060365 10.0.0.53 - - [2025-01-09 02:18:57] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.53 - - [2025-01-09 02:18:59] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.53 - - [2025-01-09 02:18:59] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.53 - - [2025-01-09 02:18:59] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053780 10.0.0.53 - - [2025-01-09 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.003867 10.0.0.53 - - [2025-01-09 02:18:59] "POST /virtual-DNSs HTTP/1.1" 200 507 0.024000 10.0.0.53 - - [2025-01-09 02:18:59] "GET /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005927 10.0.0.53 - - [2025-01-09 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017900 10.0.0.53 - - [2025-01-09 02:18:59] "GET /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004308 10.0.0.53 - - [2025-01-09 02:18:59] "GET /domains HTTP/1.1" 401 292 0.000930 10.0.0.53 - - [2025-01-09 02:19:00] "GET /domains HTTP/1.1" 200 280 0.032493 10.0.0.53 - - [2025-01-09 02:19:00] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003894 10.0.0.53 - - [2025-01-09 02:19:00] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2958 0.012687 10.0.0.53 - - [2025-01-09 02:19:00] "GET /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773 HTTP/1.1" 200 1437 0.006913 10.0.0.53 - - [2025-01-09 02:19:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003968 10.0.0.53 - - [2025-01-09 02:19:00] "POST /network-ipams HTTP/1.1" 200 514 0.021420 10.0.0.53 - - [2025-01-09 02:19:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004307 10.0.0.53 - - [2025-01-09 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.53 - - [2025-01-09 02:19:00] "GET /network-ipam/ead37d8b-587f-4149-b356-574805f93965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005461 10.0.0.53 - - [2025-01-09 02:19:00] "PUT /network-ipam/ead37d8b-587f-4149-b356-574805f93965 HTTP/1.1" 200 258 0.012204 10.0.0.53 - - [2025-01-09 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.008449 10.0.0.53 - - [2025-01-09 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.53 - - [2025-01-09 02:19:00] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001667 10.0.0.53 - - [2025-01-09 02:19:00] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030827 10.0.0.53 - - [2025-01-09 02:19:00] "POST /neutron/network HTTP/1.1" 200 117 0.035363 10.0.0.53 - - [2025-01-09 02:19:00] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.53 - - [2025-01-09 02:19:00] "POST /neutron/network HTTP/1.1" 200 618 0.078715 10.0.0.53 - - [2025-01-09 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.010315 10.0.0.53 - - [2025-01-09 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.010438 10.0.0.53 - - [2025-01-09 02:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.53 - - [2025-01-09 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.218418 10.0.0.53 - - [2025-01-09 02:19:00] "POST /neutron/network HTTP/1.1" 200 833 0.006497 10.0.0.53 - - [2025-01-09 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001382 10.0.0.53 - - [2025-01-09 02:19:00] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005332 10.0.0.53 - - [2025-01-09 02:19:00] "POST /neutron/network HTTP/1.1" 200 833 0.005970 10.0.0.53 - - [2025-01-09 02:19:00] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005279 10.0.0.53 - - [2025-01-09 02:19:01] "POST /neutron/network HTTP/1.1" 200 833 0.006616 10.0.0.53 - - [2025-01-09 02:19:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.007052 10.0.0.53 - - [2025-01-09 02:19:01] "POST /neutron/network HTTP/1.1" 200 807 0.010660 10.0.0.53 - - [2025-01-09 02:19:01] "POST /neutron/network HTTP/1.1" 200 833 0.006111 10.0.0.53 - - [2025-01-09 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.004046 10.0.0.53 - - [2025-01-09 02:19:01] "POST /neutron/network HTTP/1.1" 200 843 0.006791 10.0.0.53 - - [2025-01-09 02:19:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000561 10.0.0.53 - - [2025-01-09 02:19:01] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.53 - - [2025-01-09 02:19:01] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.53 - - [2025-01-09 02:19:02] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.53 - - [2025-01-09 02:19:02] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054704 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.008025 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.005820 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.005515 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.008606 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/network HTTP/1.1" 200 843 0.006019 10.0.0.53 - - [2025-01-09 02:19:02] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001310 10.0.0.53 - - [2025-01-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 1058 0.222537 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/port HTTP/1.1" 200 1058 0.020383 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/port HTTP/1.1" 200 1058 0.012437 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/port HTTP/1.1" 200 1112 0.075696 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015131 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003739 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.014184 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.53 - - [2025-01-09 02:19:03] "POST /neutron/network HTTP/1.1" 200 833 0.007723 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/port HTTP/1.1" 200 1086 0.018230 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006757 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017228 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008072 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/port HTTP/1.1" 200 1086 0.018600 10.0.0.53 - - [2025-01-09 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006968 10.0.0.53 - - [2025-01-09 02:19:07] "GET /virtual-machine/bc9f6807-0e12-4c48-bf9b-9c2e754ccc3e HTTP/1.1" 200 1294 0.005890 10.0.0.53 - - [2025-01-09 02:19:07] "GET /virtual-machine-interface/999d6672-164c-4772-b8aa-661cbb97ca67 HTTP/1.1" 200 2964 0.005802 10.0.0.53 - - [2025-01-09 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.53 - - [2025-01-09 02:19:07] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003605 10.0.0.53 - - [2025-01-09 02:19:07] "GET /virtual-networks?parent_id=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003192 10.0.0.53 - - [2025-01-09 02:19:07] "GET /global-system-configs HTTP/1.1" 200 322 0.043556 10.0.0.53 - - [2025-01-09 02:19:07] "GET /obj-perms HTTP/1.1" 200 5056 0.079903 10.0.0.53 - - [2025-01-09 02:19:07] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005939 10.0.0.53 - - [2025-01-09 02:19:08] "GET /global-system-configs HTTP/1.1" 200 322 0.034288 10.0.0.53 - - [2025-01-09 02:19:08] "GET /obj-perms HTTP/1.1" 200 5056 0.069591 10.0.0.53 - - [2025-01-09 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.53 - - [2025-01-09 02:19:10] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006819 10.0.0.53 - - [2025-01-09 02:19:12] "POST /neutron/port HTTP/1.1" 200 1086 0.024638 10.0.0.53 - - [2025-01-09 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007185 10.0.0.53 - - [2025-01-09 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.53 - - [2025-01-09 02:19:13] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003764 10.0.0.53 - - [2025-01-09 02:19:13] "GET /virtual-networks?parent_id=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003510 10.0.0.53 - - [2025-01-09 02:19:13] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007233 10.0.0.53 - - [2025-01-09 02:19:13] "POST /neutron/port HTTP/1.1" 200 1086 0.018620 10.0.0.53 - - [2025-01-09 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008410 10.0.0.53 - - [2025-01-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 807 0.011286 10.0.0.53 - - [2025-01-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 833 0.005834 10.0.0.53 - - [2025-01-09 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001565 10.0.0.53 - - [2025-01-09 02:19:22] "POST /neutron/port HTTP/1.1" 200 1086 0.019033 10.0.0.53 - - [2025-01-09 02:19:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011289 10.0.0.53 - - [2025-01-09 02:19:23] "POST /neutron/network HTTP/1.1" 200 843 0.006673 10.0.0.53 - - [2025-01-09 02:19:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.53 - - [2025-01-09 02:19:23] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.53 - - [2025-01-09 02:19:23] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.53 - - [2025-01-09 02:19:23] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.53 - - [2025-01-09 02:19:23] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055092 10.0.0.53 - - [2025-01-09 02:19:23] "POST /neutron/network HTTP/1.1" 200 833 0.006567 10.0.0.53 - - [2025-01-09 02:19:23] "POST /neutron/port HTTP/1.1" 200 1086 0.022853 10.0.0.53 - - [2025-01-09 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006488 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.005209 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.006530 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 843 0.005897 10.0.0.53 - - [2025-01-09 02:19:24] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 1058 0.189741 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 1058 0.009045 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 1058 0.008761 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 1112 0.059250 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015046 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005690 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 685 0.011302 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.53 - - [2025-01-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 833 0.006080 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017396 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006610 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/port HTTP/1.1" 200 1086 0.014550 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006558 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/port HTTP/1.1" 200 1086 0.016324 10.0.0.53 - - [2025-01-09 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006994 10.0.0.53 - - [2025-01-09 02:19:29] "GET /virtual-machine/44b9cb41-5fa0-469e-ad90-81337fa42891 HTTP/1.1" 200 1293 0.005661 10.0.0.53 - - [2025-01-09 02:19:29] "GET /virtual-machine-interface/6201fc75-7354-4192-a96e-451caaef4ab4 HTTP/1.1" 200 2963 0.005656 10.0.0.53 - - [2025-01-09 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.53 - - [2025-01-09 02:19:29] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003324 10.0.0.53 - - [2025-01-09 02:19:29] "GET /virtual-networks?parent_id=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003302 10.0.0.53 - - [2025-01-09 02:19:29] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006032 10.0.0.53 - - [2025-01-09 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.53 - - [2025-01-09 02:19:32] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005502 10.0.0.53 - - [2025-01-09 02:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.021029 10.0.0.53 - - [2025-01-09 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005652 10.0.0.53 - - [2025-01-09 02:19:34] "DELETE /project/1c2464380209404d9b1465e65032dcdb HTTP/1.1" 404 173 0.004917 10.0.0.53 - - [2025-01-09 02:19:34] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.53 - - [2025-01-09 02:19:34] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.022464 10.0.0.53 - - [2025-01-09 02:19:34] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.53 - - [2025-01-09 02:19:34] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?fields=security_groups HTTP/1.1" 200 1357 0.077919 10.0.0.53 - - [2025-01-09 02:19:34] "DELETE /security-group/5f4efc4e-e4f6-4433-a725-015751a3c54f HTTP/1.1" 200 115 0.039081 10.0.0.53 - - [2025-01-09 02:19:34] "GET /projects?obj_uuids=90d4c412-f1e6-4c7a-abfb-54c603b33d75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.53 - - [2025-01-09 02:19:34] "GET /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75?fields=application_policy_sets HTTP/1.1" 200 1396 0.042849 10.0.0.53 - - [2025-01-09 02:19:34] "DELETE /access-control-list/fde80ed8-063a-4b71-b243-f61e82659741 HTTP/1.1" 200 115 0.072097 10.0.0.53 - - [2025-01-09 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.53 - - [2025-01-09 02:19:34] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004499 10.0.0.53 - - [2025-01-09 02:19:34] "DELETE /access-control-list/0bd10a48-7c0d-4836-8b1c-fe27cacc2cd3 HTTP/1.1" 200 115 0.025374 10.0.0.53 - - [2025-01-09 02:19:34] "GET /virtual-networks?parent_id=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002484 10.0.0.53 - - [2025-01-09 02:19:34] "DELETE /project/90d4c412-f1e6-4c7a-abfb-54c603b33d75 HTTP/1.1" 200 115 0.348522 10.0.0.53 - - [2025-01-09 02:19:34] "GET /virtual-network/962ca7fd-5c5f-4731-8953-095d5cce8068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005641 10.0.0.53 - - [2025-01-09 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.53 - - [2025-01-09 02:19:40] "DELETE /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773 HTTP/1.1" 409 235 0.007270 10.0.0.53 - - [2025-01-09 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.003255 10.0.0.53 - - [2025-01-09 02:19:40] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016354 10.0.0.53 - - [2025-01-09 02:19:40] "GET /virtual-DNS-record/85cac072-85f3-4de2-acb2-5f99b2e3c697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005173 10.0.0.53 - - [2025-01-09 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.53 - - [2025-01-09 02:19:41] "GET /virtual-DNS-record/85cac072-85f3-4de2-acb2-5f99b2e3c697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003582 10.0.0.53 - - [2025-01-09 02:19:41] "GET /obj-perms HTTP/1.1" 200 5056 0.047903 10.0.0.53 - - [2025-01-09 02:19:41] "GET /domains HTTP/1.1" 200 280 0.003726 10.0.0.53 - - [2025-01-09 02:19:41] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.53 - - [2025-01-09 02:19:41] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2774 0.009085 10.0.0.53 - - [2025-01-09 02:19:41] "GET /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773 HTTP/1.1" 200 1906 0.003968 10.0.0.53 - - [2025-01-09 02:19:41] "GET /virtual-DNS-record/85cac072-85f3-4de2-acb2-5f99b2e3c697 HTTP/1.1" 200 1335 0.002743 10.0.0.53 - - [2025-01-09 02:19:41] "GET /obj-perms HTTP/1.1" 200 5056 0.045928 10.0.0.53 - - [2025-01-09 02:19:46] "DELETE /virtual-DNS-record/85cac072-85f3-4de2-acb2-5f99b2e3c697 HTTP/1.1" 200 115 0.022224 10.0.0.53 - - [2025-01-09 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.013859 10.0.0.53 - - [2025-01-09 02:19:46] "POST /neutron/network HTTP/1.1" 200 833 0.007784 10.0.0.53 - - [2025-01-09 02:19:46] "POST /neutron/network HTTP/1.1" 400 204 0.010381 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 1086 0.014714 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 1112 0.008600 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 1086 0.038258 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 1112 0.012132 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 151 0.111669 10.0.0.53 - - [2025-01-09 02:19:47] "POST /neutron/port HTTP/1.1" 200 151 0.140516 10.0.0.53 - - [2025-01-09 02:19:48] "POST /neutron/network HTTP/1.1" 200 833 0.006530 10.0.0.53 - - [2025-01-09 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.53 - - [2025-01-09 02:19:49] "DELETE /route-target/85e95c74-aa08-4a6a-8254-e819b6fb864d HTTP/1.1" 200 115 0.090776 10.0.0.53 - - [2025-01-09 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.53 - - [2025-01-09 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.53 - - [2025-01-09 02:19:49] "POST /neutron/network HTTP/1.1" 200 151 0.183114 10.0.0.53 - - [2025-01-09 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.53 - - [2025-01-09 02:19:49] "DELETE /network-ipam/ead37d8b-587f-4149-b356-574805f93965 HTTP/1.1" 200 115 0.023400 10.0.0.53 - - [2025-01-09 02:19:49] "DELETE /virtual-DNS/501fbd77-ff45-4fc6-b2b3-51456adee773 HTTP/1.1" 200 115 0.032149 10.0.0.53 - - [2025-01-09 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003211 10.0.0.53 - - [2025-01-09 02:19:49] "GET /domains HTTP/1.1" 200 280 0.003170 10.0.0.53 - - [2025-01-09 02:19:49] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001566 10.0.0.53 - - [2025-01-09 02:19:49] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2574 0.012647 10.0.0.53 - - [2025-01-09 02:19:49] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001715 10.0.0.53 - - [2025-01-09 02:19:49] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028315 10.0.0.53 - - [2025-01-09 02:19:49] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.53 - - [2025-01-09 02:19:49] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?fields=virtual_networks HTTP/1.1" 200 1033 0.083103 10.0.0.53 - - [2025-01-09 02:19:49] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.53 - - [2025-01-09 02:19:49] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.030775 10.0.0.53 - - [2025-01-09 02:19:49] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001703 10.0.0.53 - - [2025-01-09 02:19:49] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?fields=security_groups HTTP/1.1" 200 1260 0.046223 10.0.0.53 - - [2025-01-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.024534 10.0.0.53 - - [2025-01-09 02:19:50] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.53 - - [2025-01-09 02:19:50] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.53 - - [2025-01-09 02:19:50] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007577 10.0.0.53 - - [2025-01-09 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001320 10.0.0.53 - - [2025-01-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.004287 10.0.0.53 - - [2025-01-09 02:19:50] "POST /security-groups HTTP/1.1" 200 592 0.069204 10.0.0.53 - - [2025-01-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002635 10.0.0.53 - - [2025-01-09 02:19:51] "POST /projects HTTP/1.1" 200 587 0.228564 10.0.0.53 - - [2025-01-09 02:19:51] "POST /access-control-lists HTTP/1.1" 200 597 0.059129 10.0.0.53 - - [2025-01-09 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.300223 10.0.0.53 - - [2025-01-09 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003075 10.0.0.53 - - [2025-01-09 02:19:51] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.427468 10.0.0.53 - - [2025-01-09 02:19:51] "POST /access-control-lists HTTP/1.1" 200 595 0.060455 10.0.0.53 - - [2025-01-09 02:19:52] "GET / HTTP/1.1" 200 35931 0.002191 10.0.0.53 - - [2025-01-09 02:19:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000724 10.0.0.53 - - [2025-01-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054341 10.0.0.53 - - [2025-01-09 02:19:53] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.53 - - [2025-01-09 02:19:53] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027387 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.030403 10.0.0.53 - - [2025-01-09 02:19:53] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001607 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 606 0.069680 10.0.0.53 - - [2025-01-09 02:19:53] "POST /route-targets HTTP/1.1" 200 327 0.013913 10.0.0.53 - - [2025-01-09 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.013493 10.0.0.53 - - [2025-01-09 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004702 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.180070 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 826 0.006497 10.0.0.53 - - [2025-01-09 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001547 10.0.0.53 - - [2025-01-09 02:19:53] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005265 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 826 0.007332 10.0.0.53 - - [2025-01-09 02:19:53] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006244 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 826 0.006639 10.0.0.53 - - [2025-01-09 02:19:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.008111 10.0.0.53 - - [2025-01-09 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.002361 10.0.0.53 - - [2025-01-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 836 0.006093 10.0.0.53 - - [2025-01-09 02:19:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000627 10.0.0.53 - - [2025-01-09 02:19:54] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.53 - - [2025-01-09 02:19:54] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000663 10.0.0.53 - - [2025-01-09 02:19:54] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.53 - - [2025-01-09 02:19:54] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049426 10.0.0.53 - - [2025-01-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 826 0.005835 10.0.0.53 - - [2025-01-09 02:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.005128 10.0.0.53 - - [2025-01-09 02:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.007854 10.0.0.53 - - [2025-01-09 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001434 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.007957 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 836 0.006220 10.0.0.53 - - [2025-01-09 02:19:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 836 0.006123 10.0.0.53 - - [2025-01-09 02:19:55] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.53 - - [2025-01-09 02:19:55] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.53 - - [2025-01-09 02:19:55] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000956 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 1062 0.209054 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 1062 0.009397 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 1062 0.008646 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 1116 0.061627 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 1090 0.017427 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004157 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.011468 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 826 0.006178 10.0.0.53 - - [2025-01-09 02:19:55] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001791 10.0.0.53 - - [2025-01-09 02:19:55] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052860 10.0.0.53 - - [2025-01-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 826 0.006315 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1090 0.029103 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009861 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.007624 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1090 0.022977 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009389 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 836 0.007067 10.0.0.53 - - [2025-01-09 02:19:56] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002211 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1062 0.246008 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1062 0.011148 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1062 0.012274 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1116 0.064773 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1090 0.023670 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004066 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.011365 10.0.0.53 - - [2025-01-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.001883 10.0.0.53 - - [2025-01-09 02:19:57] "POST /neutron/network HTTP/1.1" 200 826 0.008509 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016736 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007234 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.020639 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006717 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.021464 10.0.0.53 - - [2025-01-09 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009107 10.0.0.53 - - [2025-01-09 02:20:01] "GET /virtual-machine/248242ba-c41b-4985-ae04-99e66d071489 HTTP/1.1" 401 292 0.000623 10.0.0.53 - - [2025-01-09 02:20:01] "GET /virtual-machine/248242ba-c41b-4985-ae04-99e66d071489 HTTP/1.1" 200 1293 0.030043 10.0.0.53 - - [2025-01-09 02:20:01] "GET /virtual-machine-interface/0fbeef93-60c6-42ce-948e-7c25ffecffed HTTP/1.1" 200 2945 0.006637 10.0.0.53 - - [2025-01-09 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.53 - - [2025-01-09 02:20:01] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004054 10.0.0.53 - - [2025-01-09 02:20:01] "GET /virtual-networks?parent_id=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005313 10.0.0.53 - - [2025-01-09 02:20:02] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006006 10.0.0.53 - - [2025-01-09 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.53 - - [2025-01-09 02:20:05] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005318 10.0.0.53 - - [2025-01-09 02:20:05] "POST /neutron/port HTTP/1.1" 200 1090 0.016610 10.0.0.53 - - [2025-01-09 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005056 10.0.0.53 - - [2025-01-09 02:20:06] "POST /neutron/port HTTP/1.1" 200 1090 0.015822 10.0.0.53 - - [2025-01-09 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006197 10.0.0.53 - - [2025-01-09 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.53 - - [2025-01-09 02:20:07] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003077 10.0.0.53 - - [2025-01-09 02:20:07] "GET /virtual-networks?parent_id=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.53 - - [2025-01-09 02:20:07] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005826 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/port HTTP/1.1" 200 1090 0.017568 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006691 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015704 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005852 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016007 10.0.0.53 - - [2025-01-09 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006009 10.0.0.53 - - [2025-01-09 02:20:07] "GET /virtual-machine/dc2abad6-82e4-4b1f-bad6-589dea288553 HTTP/1.1" 200 1294 0.005911 10.0.0.53 - - [2025-01-09 02:20:07] "GET /virtual-machine-interface/dbbff063-b210-41d5-aa4e-f82042f74950 HTTP/1.1" 200 2946 0.005832 10.0.0.53 - - [2025-01-09 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.53 - - [2025-01-09 02:20:07] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004214 10.0.0.53 - - [2025-01-09 02:20:07] "GET /virtual-networks?parent_id=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003294 10.0.0.53 - - [2025-01-09 02:20:08] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007330 10.0.0.53 - - [2025-01-09 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.53 - - [2025-01-09 02:20:09] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003906 10.0.0.53 - - [2025-01-09 02:20:09] "GET /virtual-networks?parent_id=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003646 10.0.0.53 - - [2025-01-09 02:20:09] "GET /virtual-network/5ca8126c-15ae-42c5-847c-bceae9ac827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006249 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/network HTTP/1.1" 200 826 0.006985 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/network HTTP/1.1" 400 204 0.011812 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 1090 0.018315 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 1116 0.009899 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 151 0.097514 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 1090 0.015340 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 1116 0.011442 10.0.0.53 - - [2025-01-09 02:20:14] "POST /neutron/port HTTP/1.1" 200 151 0.099719 10.0.0.53 - - [2025-01-09 02:20:16] "POST /neutron/network HTTP/1.1" 200 826 0.007866 10.0.0.53 - - [2025-01-09 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003604 10.0.0.53 - - [2025-01-09 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.53 - - [2025-01-09 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004247 10.0.0.53 - - [2025-01-09 02:20:16] "POST /neutron/network HTTP/1.1" 200 151 0.091874 10.0.0.53 - - [2025-01-09 02:20:16] "DELETE /route-target/36bd5c0e-cb26-4b95-8ab6-cdddb9324869 HTTP/1.1" 200 115 0.019589 10.0.0.53 - - [2025-01-09 02:20:16] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001674 10.0.0.53 - - [2025-01-09 02:20:16] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028522 10.0.0.53 - - [2025-01-09 02:20:16] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.53 - - [2025-01-09 02:20:16] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?fields=virtual_networks HTTP/1.1" 200 1034 0.066743 10.0.0.53 - - [2025-01-09 02:20:16] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.53 - - [2025-01-09 02:20:16] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027896 10.0.0.53 - - [2025-01-09 02:20:16] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001601 10.0.0.53 - - [2025-01-09 02:20:16] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?fields=security_groups HTTP/1.1" 200 1261 0.028045 10.0.0.53 - - [2025-01-09 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.027406 10.0.0.53 - - [2025-01-09 02:20:17] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002975 10.0.0.53 - - [2025-01-09 02:20:17] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.53 - - [2025-01-09 02:20:17] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007767 10.0.0.53 - - [2025-01-09 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001345 10.0.0.53 - - [2025-01-09 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002752 10.0.0.53 - - [2025-01-09 02:20:18] "POST /security-groups HTTP/1.1" 200 591 0.078749 10.0.0.53 - - [2025-01-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003735 10.0.0.53 - - [2025-01-09 02:20:18] "POST /projects HTTP/1.1" 200 585 0.250362 10.0.0.53 - - [2025-01-09 02:20:18] "POST /access-control-lists HTTP/1.1" 200 596 0.057668 10.0.0.53 - - [2025-01-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.319205 10.0.0.53 - - [2025-01-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.003849 10.0.0.53 - - [2025-01-09 02:20:18] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.439085 10.0.0.53 - - [2025-01-09 02:20:18] "POST /access-control-lists HTTP/1.1" 200 594 0.060128 10.0.0.53 - - [2025-01-09 02:20:19] "GET / HTTP/1.1" 200 35931 0.002463 10.0.0.53 - - [2025-01-09 02:20:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.53 - - [2025-01-09 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.059727 10.0.0.53 - - [2025-01-09 02:20:20] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.027034 10.0.0.53 - - [2025-01-09 02:20:20] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054886 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 117 0.029244 10.0.0.53 - - [2025-01-09 02:20:20] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002353 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 625 0.069604 10.0.0.53 - - [2025-01-09 02:20:20] "POST /route-targets HTTP/1.1" 200 327 0.009893 10.0.0.53 - - [2025-01-09 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.013439 10.0.0.53 - - [2025-01-09 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004382 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.177993 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.005638 10.0.0.53 - - [2025-01-09 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001905 10.0.0.53 - - [2025-01-09 02:20:20] "GET /virtual-network/b223d0e4-367a-4bcd-aed2-6312b637b9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006433 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.006240 10.0.0.53 - - [2025-01-09 02:20:20] "GET /virtual-network/b223d0e4-367a-4bcd-aed2-6312b637b9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005013 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.005749 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.006609 10.0.0.53 - - [2025-01-09 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.006216 10.0.0.53 - - [2025-01-09 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001385 10.0.0.53 - - [2025-01-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 849 0.007689 10.0.0.53 - - [2025-01-09 02:20:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.53 - - [2025-01-09 02:20:21] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.53 - - [2025-01-09 02:20:21] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.53 - - [2025-01-09 02:20:21] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.53 - - [2025-01-09 02:20:21] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050780 10.0.0.53 - - [2025-01-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 839 0.005814 10.0.0.53 - - [2025-01-09 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.005997 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.006623 10.0.0.53 - - [2025-01-09 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.53 - - [2025-01-09 02:20:22] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003151 10.0.0.53 - - [2025-01-09 02:20:22] "PUT /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 276 0.013352 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.005873 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 849 0.006299 10.0.0.53 - - [2025-01-09 02:20:22] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 1055 0.209289 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 1055 0.010864 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 1055 0.009637 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 1109 0.060317 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015819 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.010646 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.53 - - [2025-01-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 839 0.005413 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/port HTTP/1.1" 200 1083 0.019987 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008253 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015840 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006950 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016515 10.0.0.53 - - [2025-01-09 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006922 10.0.0.53 - - [2025-01-09 02:20:27] "GET /virtual-machine/88e2f138-1ec1-40dc-a599-9d62548fdc96 HTTP/1.1" 401 292 0.000512 10.0.0.53 - - [2025-01-09 02:20:27] "GET /virtual-machine/88e2f138-1ec1-40dc-a599-9d62548fdc96 HTTP/1.1" 200 1292 0.029626 10.0.0.53 - - [2025-01-09 02:20:27] "GET /virtual-machine-interface/dc50e698-608f-4f80-8e53-b0e532cb976d HTTP/1.1" 200 2971 0.005531 10.0.0.53 - - [2025-01-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.53 - - [2025-01-09 02:20:28] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003608 10.0.0.53 - - [2025-01-09 02:20:28] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003221 10.0.0.53 - - [2025-01-09 02:20:28] "GET /virtual-network/b223d0e4-367a-4bcd-aed2-6312b637b9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006226 10.0.0.53 - - [2025-01-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.53 - - [2025-01-09 02:20:31] "GET /virtual-network/b223d0e4-367a-4bcd-aed2-6312b637b9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008819 10.0.0.53 - - [2025-01-09 02:20:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015305 10.0.0.53 - - [2025-01-09 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005965 10.0.0.53 - - [2025-01-09 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.53 - - [2025-01-09 02:20:33] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004217 10.0.0.53 - - [2025-01-09 02:20:33] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003118 10.0.0.53 - - [2025-01-09 02:20:33] "GET /virtual-network/b223d0e4-367a-4bcd-aed2-6312b637b9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005908 10.0.0.53 - - [2025-01-09 02:20:33] "POST /neutron/port HTTP/1.1" 200 1083 0.016604 10.0.0.53 - - [2025-01-09 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006768 10.0.0.53 - - [2025-01-09 02:20:34] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.53 - - [2025-01-09 02:20:34] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.53 - - [2025-01-09 02:20:34] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.037429 10.0.0.53 - - [2025-01-09 02:20:34] "DELETE /project/e0b4b665c07642ef99849cc61952f679 HTTP/1.1" 404 173 0.078668 10.0.0.53 - - [2025-01-09 02:20:34] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.53 - - [2025-01-09 02:20:34] "DELETE /project/9979441f41c44f5b9f93eba163f6ada7 HTTP/1.1" 404 173 0.098777 10.0.0.53 - - [2025-01-09 02:20:34] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.051643 10.0.0.53 - - [2025-01-09 02:20:34] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?fields=security_groups HTTP/1.1" 200 1365 0.069896 10.0.0.53 - - [2025-01-09 02:20:34] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.53 - - [2025-01-09 02:20:35] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?fields=security_groups HTTP/1.1" 200 1366 0.090117 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /security-group/18872f70-6d44-4f06-bb2f-d50e81807b0b HTTP/1.1" 200 115 0.080369 10.0.0.53 - - [2025-01-09 02:20:35] "GET /projects?obj_uuids=1c246438-0209-404d-9b14-65e65032dcdb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /access-control-list/cf45ae74-5379-4347-b962-c754b9c7a333 HTTP/1.1" 200 115 0.032390 10.0.0.53 - - [2025-01-09 02:20:35] "GET /project/1c246438-0209-404d-9b14-65e65032dcdb?fields=application_policy_sets HTTP/1.1" 200 1404 0.045478 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /access-control-list/f668d13b-5329-4170-b6b3-d4e194cd2eda HTTP/1.1" 200 115 0.035313 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /security-group/4d8683f8-f181-4361-b181-eb09b956f77d HTTP/1.1" 200 115 0.053933 10.0.0.53 - - [2025-01-09 02:20:35] "GET /projects?obj_uuids=9979441f-41c4-4f5b-9f93-eba163f6ada7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.53 - - [2025-01-09 02:20:35] "GET /project/9979441f-41c4-4f5b-9f93-eba163f6ada7?fields=application_policy_sets HTTP/1.1" 200 1405 0.032216 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /access-control-list/0fb6bbeb-b000-4064-8ae6-97c5f91c9547 HTTP/1.1" 200 115 0.043042 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /access-control-list/a62db2dc-db3e-4b57-9640-f36641b8f5f5 HTTP/1.1" 200 115 0.031855 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /project/1c246438-0209-404d-9b14-65e65032dcdb HTTP/1.1" 200 115 0.482883 10.0.0.53 - - [2025-01-09 02:20:35] "DELETE /project/9979441f-41c4-4f5b-9f93-eba163f6ada7 HTTP/1.1" 200 115 0.497811 10.0.0.53 - - [2025-01-09 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.53 - - [2025-01-09 02:20:40] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003632 10.0.0.53 - - [2025-01-09 02:20:40] "PUT /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 276 0.018803 10.0.0.53 - - [2025-01-09 02:20:40] "POST /neutron/network HTTP/1.1" 200 839 0.011404 10.0.0.53 - - [2025-01-09 02:20:40] "POST /neutron/network HTTP/1.1" 400 204 0.011147 10.0.0.53 - - [2025-01-09 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.016249 10.0.0.53 - - [2025-01-09 02:20:41] "POST /neutron/port HTTP/1.1" 200 1109 0.009153 10.0.0.53 - - [2025-01-09 02:20:41] "POST /neutron/port HTTP/1.1" 200 151 0.088253 10.0.0.53 - - [2025-01-09 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.054312 10.0.0.53 - - [2025-01-09 02:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.047746 10.0.0.53 - - [2025-01-09 02:20:42] "POST /neutron/network HTTP/1.1" 200 839 0.006065 10.0.0.53 - - [2025-01-09 02:20:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004333 10.0.0.53 - - [2025-01-09 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.53 - - [2025-01-09 02:20:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001736 10.0.0.53 - - [2025-01-09 02:20:42] "POST /neutron/network HTTP/1.1" 200 151 0.106245 10.0.0.53 - - [2025-01-09 02:20:42] "DELETE /route-target/368f6d49-ac60-4f8f-9193-d59a27cccca8 HTTP/1.1" 200 115 0.019088 10.0.0.53 - - [2025-01-09 02:20:43] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003309 10.0.0.53 - - [2025-01-09 02:20:43] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f HTTP/1.1" 200 1825 0.003641 10.0.0.53 - - [2025-01-09 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.53 - - [2025-01-09 02:20:43] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.53 - - [2025-01-09 02:20:43] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.029065 10.0.0.53 - - [2025-01-09 02:20:43] "POST /neutron/network HTTP/1.1" 200 117 0.009187 10.0.0.53 - - [2025-01-09 02:20:43] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.53 - - [2025-01-09 02:20:43] "POST /neutron/network HTTP/1.1" 200 605 0.068914 10.0.0.53 - - [2025-01-09 02:20:43] "POST /route-targets HTTP/1.1" 200 327 0.013129 10.0.0.53 - - [2025-01-09 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.014943 10.0.0.53 - - [2025-01-09 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003909 10.0.0.53 - - [2025-01-09 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.210265 10.0.0.53 - - [2025-01-09 02:20:43] "POST /neutron/network HTTP/1.1" 200 822 0.008781 10.0.0.53 - - [2025-01-09 02:20:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001269 10.0.0.53 - - [2025-01-09 02:20:43] "GET /virtual-network/a1aae001-4168-4b88-9310-4127184f1de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004702 10.0.0.53 - - [2025-01-09 02:20:43] "POST /neutron/network HTTP/1.1" 200 822 0.005555 10.0.0.53 - - [2025-01-09 02:20:43] "GET /virtual-network/a1aae001-4168-4b88-9310-4127184f1de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006535 10.0.0.53 - - [2025-01-09 02:20:44] "POST /neutron/network HTTP/1.1" 200 822 0.009189 10.0.0.53 - - [2025-01-09 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.006926 10.0.0.53 - - [2025-01-09 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.53 - - [2025-01-09 02:20:44] "POST /neutron/network HTTP/1.1" 200 832 0.006959 10.0.0.53 - - [2025-01-09 02:20:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000661 10.0.0.53 - - [2025-01-09 02:20:44] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.53 - - [2025-01-09 02:20:44] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.53 - - [2025-01-09 02:20:44] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.53 - - [2025-01-09 02:20:44] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062044 10.0.0.53 - - [2025-01-09 02:20:45] "POST /neutron/network HTTP/1.1" 200 822 0.032151 10.0.0.53 - - [2025-01-09 02:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.008421 10.0.0.53 - - [2025-01-09 02:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.007011 10.0.0.53 - - [2025-01-09 02:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/network HTTP/1.1" 200 832 0.006255 10.0.0.53 - - [2025-01-09 02:20:46] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1058 0.185584 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1058 0.041909 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1058 0.009401 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1112 0.063203 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1086 0.016688 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003619 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.013556 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.53 - - [2025-01-09 02:20:46] "POST /neutron/network HTTP/1.1" 200 822 0.005953 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016480 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016494 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/port HTTP/1.1" 200 1086 0.018415 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008211 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016792 10.0.0.53 - - [2025-01-09 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006584 10.0.0.53 - - [2025-01-09 02:20:50] "GET /virtual-machine/f1bdb7b7-94ae-471e-bea6-d6fc43fa8a2d HTTP/1.1" 200 1293 0.005071 10.0.0.53 - - [2025-01-09 02:20:50] "GET /virtual-machine-interface/d13f6477-b007-44c4-bcdf-1e9b554147bb HTTP/1.1" 200 2941 0.005050 10.0.0.53 - - [2025-01-09 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.53 - - [2025-01-09 02:20:50] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003413 10.0.0.53 - - [2025-01-09 02:20:50] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003867 10.0.0.53 - - [2025-01-09 02:20:50] "GET /virtual-network/a1aae001-4168-4b88-9310-4127184f1de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006067 10.0.0.53 - - [2025-01-09 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.53 - - [2025-01-09 02:20:53] "GET /virtual-network/a1aae001-4168-4b88-9310-4127184f1de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005714 10.0.0.53 - - [2025-01-09 02:20:55] "POST /neutron/port HTTP/1.1" 200 1086 0.018206 10.0.0.53 - - [2025-01-09 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006827 10.0.0.53 - - [2025-01-09 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.53 - - [2025-01-09 02:20:57] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003305 10.0.0.53 - - [2025-01-09 02:20:57] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003291 10.0.0.53 - - [2025-01-09 02:20:58] "GET /virtual-network/a1aae001-4168-4b88-9310-4127184f1de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007136 10.0.0.53 - - [2025-01-09 02:20:59] "POST /neutron/network HTTP/1.1" 200 822 0.010911 10.0.0.53 - - [2025-01-09 02:20:59] "POST /neutron/network HTTP/1.1" 400 204 0.020428 10.0.0.53 - - [2025-01-09 02:21:00] "POST /neutron/port HTTP/1.1" 200 1086 0.016514 10.0.0.53 - - [2025-01-09 02:21:00] "POST /neutron/port HTTP/1.1" 200 1112 0.013532 10.0.0.53 - - [2025-01-09 02:21:00] "POST /neutron/port HTTP/1.1" 200 151 0.088430 10.0.0.53 - - [2025-01-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 822 0.006144 10.0.0.53 - - [2025-01-09 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.53 - - [2025-01-09 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003994 10.0.0.53 - - [2025-01-09 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002365 10.0.0.53 - - [2025-01-09 02:21:02] "POST /neutron/network HTTP/1.1" 200 151 0.094333 10.0.0.53 - - [2025-01-09 02:21:02] "DELETE /route-target/a5d13ab6-7b5e-4ff6-bdaa-e42a908cc233 HTTP/1.1" 200 115 0.020262 10.0.0.53 - - [2025-01-09 02:21:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003026 10.0.0.53 - - [2025-01-09 02:21:02] "POST /network-ipams HTTP/1.1" 200 541 0.016423 10.0.0.53 - - [2025-01-09 02:21:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004443 10.0.0.53 - - [2025-01-09 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.53 - - [2025-01-09 02:21:02] "GET /network-ipam/b78c2e9c-82c8-4f47-8207-4cbed03a1a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.005573 10.0.0.53 - - [2025-01-09 02:21:02] "PUT /network-ipam/b78c2e9c-82c8-4f47-8207-4cbed03a1a2a HTTP/1.1" 200 258 0.011051 10.0.0.53 - - [2025-01-09 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.53 - - [2025-01-09 02:21:02] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.53 - - [2025-01-09 02:21:03] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026370 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 117 0.007909 10.0.0.53 - - [2025-01-09 02:21:03] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001794 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 605 0.072202 10.0.0.53 - - [2025-01-09 02:21:03] "POST /route-targets HTTP/1.1" 200 327 0.011482 10.0.0.53 - - [2025-01-09 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.010785 10.0.0.53 - - [2025-01-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.211589 10.0.0.53 - - [2025-01-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.201981 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 994 0.012800 10.0.0.53 - - [2025-01-09 02:21:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001469 10.0.0.53 - - [2025-01-09 02:21:03] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005822 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 994 0.008210 10.0.0.53 - - [2025-01-09 02:21:03] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011335 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 994 0.007337 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.007186 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.006943 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 994 0.007212 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.006963 10.0.0.53 - - [2025-01-09 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.008099 10.0.0.53 - - [2025-01-09 02:21:03] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.152075 10.0.0.53 - - [2025-01-09 02:21:04] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.157771 10.0.0.53 - - [2025-01-09 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001394 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.007923 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008820 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/network HTTP/1.1" 200 994 0.008298 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008082 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.006529 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.005670 10.0.0.53 - - [2025-01-09 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001621 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.005633 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.013217 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009726 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/network HTTP/1.1" 200 994 0.008497 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008442 10.0.0.53 - - [2025-01-09 02:21:04] "POST /neutron/port HTTP/1.1" 200 1017 0.006763 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008892 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.010161 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.006504 10.0.0.53 - - [2025-01-09 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001442 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.007259 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/network HTTP/1.1" 200 1004 0.010198 10.0.0.53 - - [2025-01-09 02:21:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000515 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008491 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/network HTTP/1.1" 200 1004 0.012573 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.011210 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.011433 10.0.0.53 - - [2025-01-09 02:21:05] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.53 - - [2025-01-09 02:21:05] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.014266 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1109 0.105217 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/network HTTP/1.1" 200 1004 0.016141 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.010033 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1017 0.021717 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1083 0.027993 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003099 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1109 0.102169 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.021240 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/network HTTP/1.1" 200 994 0.012737 10.0.0.53 - - [2025-01-09 02:21:05] "POST /neutron/port HTTP/1.1" 200 1083 0.018219 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005119 10.0.0.53 - - [2025-01-09 02:21:06] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.025345 10.0.0.53 - - [2025-01-09 02:21:06] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080900 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/network HTTP/1.1" 200 994 0.014997 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/network HTTP/1.1" 200 994 0.008890 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/port HTTP/1.1" 200 2050 0.037613 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010275 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2573 0.010947 10.0.0.53 - - [2025-01-09 02:21:06] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001788 10.0.0.53 - - [2025-01-09 02:21:06] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679 HTTP/1.1" 200 2842 0.072852 10.0.0.53 - - [2025-01-09 02:21:06] "GET /network-ipam/b78c2e9c-82c8-4f47-8207-4cbed03a1a2a HTTP/1.1" 200 2600 0.005884 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains HTTP/1.1" 200 280 0.004723 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001751 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2573 0.014628 10.0.0.53 - - [2025-01-09 02:21:06] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.53 - - [2025-01-09 02:21:06] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679 HTTP/1.1" 200 2842 0.098697 10.0.0.53 - - [2025-01-09 02:21:06] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8 HTTP/1.1" 200 3779 0.006507 10.0.0.53 - - [2025-01-09 02:21:06] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8 HTTP/1.1" 200 3779 0.005841 10.0.0.53 - - [2025-01-09 02:21:06] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 200 2379 0.004287 10.0.0.53 - - [2025-01-09 02:21:06] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 200 2379 0.005497 10.0.0.53 - - [2025-01-09 02:21:06] "GET /route-target/dd42f04c-3801-41a0-baf0-c6c2ae3b8faa HTTP/1.1" 200 1205 0.003558 10.0.0.53 - - [2025-01-09 02:21:06] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8 HTTP/1.1" 200 3779 0.005567 10.0.0.53 - - [2025-01-09 02:21:06] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 200 2379 0.003870 10.0.0.53 - - [2025-01-09 02:21:06] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.009444 10.0.0.53 - - [2025-01-09 02:21:06] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8 HTTP/1.1" 200 3779 0.010064 10.0.0.53 - - [2025-01-09 02:21:06] "POST /neutron/network HTTP/1.1" 200 1004 0.009806 10.0.0.53 - - [2025-01-09 02:21:06] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 200 2379 0.003973 10.0.0.53 - - [2025-01-09 02:21:06] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 200 2379 0.003649 10.0.0.53 - - [2025-01-09 02:21:06] "GET /route-target/dd42f04c-3801-41a0-baf0-c6c2ae3b8faa HTTP/1.1" 200 1205 0.005342 10.0.0.53 - - [2025-01-09 02:21:06] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains HTTP/1.1" 200 280 0.013569 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001960 10.0.0.53 - - [2025-01-09 02:21:06] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2573 0.016268 10.0.0.53 - - [2025-01-09 02:21:06] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001791 10.0.0.53 - - [2025-01-09 02:21:07] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679 HTTP/1.1" 200 3086 0.156414 10.0.0.53 - - [2025-01-09 02:21:07] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8 HTTP/1.1" 200 4037 0.023019 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1055 0.342364 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1055 0.022945 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1055 0.018701 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1109 0.126873 10.0.0.53 - - [2025-01-09 02:21:07] "GET /obj-perms HTTP/1.1" 200 5030 0.045995 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1083 0.026413 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011795 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.018270 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1083 0.030508 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009429 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/network HTTP/1.1" 200 994 0.009768 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1083 0.019261 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007611 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/port HTTP/1.1" 200 1083 0.021556 10.0.0.53 - - [2025-01-09 02:21:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010025 10.0.0.53 - - [2025-01-09 02:21:07] "GET /virtual-machine/712a876c-2e9b-4c23-9a2d-91cd8073e883 HTTP/1.1" 200 1288 0.008008 10.0.0.53 - - [2025-01-09 02:21:07] "GET /virtual-machine-interface/4d0d4469-44c2-4d40-8fba-7eabae1df210 HTTP/1.1" 200 2940 0.005940 10.0.0.53 - - [2025-01-09 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011455 10.0.0.53 - - [2025-01-09 02:21:07] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.009057 10.0.0.53 - - [2025-01-09 02:21:07] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004153 10.0.0.53 - - [2025-01-09 02:21:07] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006664 10.0.0.53 - - [2025-01-09 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.53 - - [2025-01-09 02:21:11] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006635 10.0.0.53 - - [2025-01-09 02:21:15] "POST /neutron/port HTTP/1.1" 200 1083 0.052793 10.0.0.53 - - [2025-01-09 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009104 10.0.0.53 - - [2025-01-09 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.53 - - [2025-01-09 02:21:15] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010771 10.0.0.53 - - [2025-01-09 02:21:15] "POST /neutron/port HTTP/1.1" 200 1083 0.035767 10.0.0.53 - - [2025-01-09 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010011 10.0.0.53 - - [2025-01-09 02:21:16] "POST /neutron/port HTTP/1.1" 200 1083 0.020701 10.0.0.53 - - [2025-01-09 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009769 10.0.0.53 - - [2025-01-09 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.53 - - [2025-01-09 02:21:17] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003034 10.0.0.53 - - [2025-01-09 02:21:17] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003518 10.0.0.53 - - [2025-01-09 02:21:17] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006026 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1083 0.016115 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006737 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015824 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007423 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015966 10.0.0.53 - - [2025-01-09 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006721 10.0.0.53 - - [2025-01-09 02:21:17] "GET /virtual-machine/a452f1b9-f50a-4313-bac2-1bb1ce5062da HTTP/1.1" 200 1289 0.005390 10.0.0.53 - - [2025-01-09 02:21:17] "GET /virtual-machine-interface/e1805bec-5964-492a-a5a9-e5041a1ba5f2 HTTP/1.1" 200 2941 0.005027 10.0.0.53 - - [2025-01-09 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.53 - - [2025-01-09 02:21:18] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003503 10.0.0.53 - - [2025-01-09 02:21:18] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003280 10.0.0.53 - - [2025-01-09 02:21:18] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005634 10.0.0.53 - - [2025-01-09 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.53 - - [2025-01-09 02:21:19] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003148 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004957 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008153 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019042 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008528 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019043 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009064 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/port HTTP/1.1" 200 1083 0.021105 10.0.0.53 - - [2025-01-09 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007011 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-machine/88cb953c-ed18-4313-88df-84ffc8bbdc32 HTTP/1.1" 200 1291 0.005152 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-machine-interface/ca3e8142-4e46-400e-aa86-87dd04210ed2 HTTP/1.1" 200 2941 0.006520 10.0.0.53 - - [2025-01-09 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.53 - - [2025-01-09 02:21:19] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004414 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003905 10.0.0.53 - - [2025-01-09 02:21:19] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005706 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016059 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016728 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/network HTTP/1.1" 200 1004 0.007889 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004406 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 673 0.014055 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.53 - - [2025-01-09 02:21:20] "POST /neutron/network HTTP/1.1" 200 994 0.007946 10.0.0.53 - - [2025-01-09 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.53 - - [2025-01-09 02:21:21] "GET /global-vrouter-config/3477b924-a723-4b7e-804d-2bf48a3f760f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003674 10.0.0.53 - - [2025-01-09 02:21:21] "GET /virtual-networks?parent_id=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005439 10.0.0.53 - - [2025-01-09 02:21:21] "GET /virtual-network/8f607ebf-b957-463a-8b46-908dea025ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006648 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1083 0.025070 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1109 0.010199 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1109 0.019148 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1109 0.012756 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.143727 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.123054 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1109 0.018415 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 1109 0.009021 10.0.0.53 - - [2025-01-09 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.135016 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/network HTTP/1.1" 200 994 0.008055 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/port HTTP/1.1" 400 205 0.003945 10.0.0.53 - - [2025-01-09 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007676 10.0.0.53 - - [2025-01-09 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 10.0.0.53 - - [2025-01-09 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.53 - - [2025-01-09 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.53 - - [2025-01-09 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002603 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.140539 10.0.0.53 - - [2025-01-09 02:21:38] "DELETE /route-target/dd42f04c-3801-41a0-baf0-c6c2ae3b8faa HTTP/1.1" 200 115 0.032574 10.0.0.53 - - [2025-01-09 02:21:38] "GET /routing-instance/0a77b7c3-43e1-41b3-8ca5-66eb567580cc HTTP/1.1" 404 171 0.003351 10.0.0.53 - - [2025-01-09 02:21:38] "GET /domains HTTP/1.1" 200 280 0.003012 10.0.0.53 - - [2025-01-09 02:21:38] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.006318 10.0.0.53 - - [2025-01-09 02:21:38] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333 HTTP/1.1" 200 2573 0.050100 10.0.0.53 - - [2025-01-09 02:21:38] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/port HTTP/1.1" 400 205 0.004470 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.005021 10.0.0.53 - - [2025-01-09 02:21:38] "POST /neutron/port HTTP/1.1" 400 205 0.004111 10.0.0.53 - - [2025-01-09 02:21:38] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679 HTTP/1.1" 200 2085 0.072758 10.0.0.53 - - [2025-01-09 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.53 - - [2025-01-09 02:21:38] "DELETE /network-ipam/b78c2e9c-82c8-4f47-8207-4cbed03a1a2a HTTP/1.1" 200 115 0.028568 10.0.0.53 - - [2025-01-09 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003000 10.0.0.53 - - [2025-01-09 02:21:39] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.53 - - [2025-01-09 02:21:39] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048046 10.0.0.53 - - [2025-01-09 02:21:39] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001766 10.0.0.53 - - [2025-01-09 02:21:39] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?fields=virtual_networks HTTP/1.1" 200 1032 0.069029 10.0.0.53 - - [2025-01-09 02:21:39] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.53 - - [2025-01-09 02:21:39] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.031170 10.0.0.53 - - [2025-01-09 02:21:39] "GET /projects?obj_uuids=e0b4b665-c076-42ef-9984-9cc61952f679&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.53 - - [2025-01-09 02:21:39] "GET /project/e0b4b665-c076-42ef-9984-9cc61952f679?fields=security_groups HTTP/1.1" 200 1258 0.026220 10.0.0.53 - - [2025-01-09 02:21:42] "GET /obj-perms HTTP/1.1" 200 5056 0.061985 10.0.0.53 - - [2025-01-09 02:21:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056464 10.0.0.53 - - [2025-01-09 02:21:47] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.53 - - [2025-01-09 02:21:47] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.53 - - [2025-01-09 02:21:48] "GET /projects?obj_uuids=d3ab7fb8-6371-4c9b-a596-f1973b9bc67e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001247 10.0.0.53 - - [2025-01-09 02:21:48] "GET /project/d3ab7fb8-6371-4c9b-a596-f1973b9bc67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.057602 [Introspect:8084]10.0.0.53 - - [2025-01-09 02:21:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001218 10.0.0.53 - - [2025-01-09 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.024474 10.0.0.53 - - [2025-01-09 02:21:49] "GET /projects?obj_uuids=6f8909ca-36b9-410b-a7cd-5def74e1e91b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002797 10.0.0.53 - - [2025-01-09 02:21:49] "GET /domains?obj_uuids=1c81a2ce-5e3e-45a1-9554-609c9d414333&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.53 - - [2025-01-09 02:21:49] "GET /domain/1c81a2ce-5e3e-45a1-9554-609c9d414333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010542