++ 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 Apr 3 02:14:33 UTC 2025 ===================' INFO: =================== Thu Apr 3 02:14:33 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.54 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.54 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.54 ++ ANALYTICSDB_NODES=10.0.0.54 ++ ANALYTICS_SNMP_NODES=10.0.0.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:8081 ' +++ '[' -n '10.0.0.54:8081 ' ']' +++ echo 10.0.0.54:8081 ++ ANALYTICS_SERVERS=10.0.0.54: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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:9042 ' +++ '[' -n '10.0.0.54:9042 ' ']' +++ echo 10.0.0.54:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.54:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:8086 ' +++ '[' -n '10.0.0.54:8086 ' ']' +++ echo 10.0.0.54:8086 ++ COLLECTOR_SERVERS=10.0.0.54: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.54 ++ CONFIGDB_NODES=10.0.0.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:8082 ' +++ '[' -n '10.0.0.54:8082 ' ']' +++ echo 10.0.0.54:8082 ++ CONFIG_SERVERS=10.0.0.54: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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:9161 ' +++ '[' -n '10.0.0.54:9161 ' ']' +++ echo 10.0.0.54:9161 ++ CONFIGDB_SERVERS=10.0.0.54: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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:9041 ' +++ '[' -n '10.0.0.54:9041 ' ']' +++ echo 10.0.0.54:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.54:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.8 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.8 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+=10.0.0.54:2181, +++ '[' -n 10.0.0.54:2181, ']' +++ echo 10.0.0.54:2181 ++ ZOOKEEPER_SERVERS=10.0.0.54: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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:2181 ' +++ '[' -n '10.0.0.54:2181 ' ']' +++ echo 10.0.0.54:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.54:2181 ++ RABBITMQ_NODES=10.0.0.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+=10.0.0.54:5673, +++ '[' -n 10.0.0.54:5673, ']' +++ echo 10.0.0.54:5673 ++ RABBITMQ_SERVERS=10.0.0.54: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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:6379 ' +++ '[' -n '10.0.0.54:6379 ' ']' +++ echo 10.0.0.54:6379 ++ REDIS_SERVERS=10.0.0.54: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.54 ++ 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.54 +++ local server_address=10.0.0.54 +++ extended_server_list+='10.0.0.54:9092 ' +++ '[' -n '10.0.0.54:9092 ' ']' +++ echo 10.0.0.54:9092 ++ KAFKA_SERVERS=10.0.0.54: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.54 ++ 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.54 ++ 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.54 ++ 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.54 ++ cut -d , -f 1 + local cassandra=10.0.0.54 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.54 9041 + echo -e '\035\nquit' + 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.54 +++ local servers=10.0.0.54 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.54,10.20.0.8,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.54'\''))' +++ local server_ip=10.0.0.54 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.54 ]] +++ [[ ,10.0.0.54,10.20.0.8,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.54, ]] +++ echo 10.0.0.54 1 +++ return ++ local ip=10.0.0.54 ++ [[ -z 10.0.0.54 ]] ++ echo 10.0.0.54 + host_ip=10.0.0.54 + [[ cql == \c\q\l ]] ++ echo 10.0.0.54:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.54:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.54: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 04/03/2025 02:14:42.276 7ff776ec0508 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/03/2025 02:14:42.428 7ff776ec0508 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/03/2025 02:14:42.442 7ff776ec0508 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/03/2025 02:14:42.442 7ff776ec0508 [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.54:8082/ Hit Ctrl-C to quit. 10.0.0.54 - - [2025-04-03 02:14:47] "GET / HTTP/1.1" 503 181 0.000498 10.0.0.54 - - [2025-04-03 02:14:47] "GET / HTTP/1.1" 503 181 0.000165 10.0.0.54 - - [2025-04-03 02:14:48] "GET / HTTP/1.1" 200 35931 0.001769 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.54 - - [2025-04-03 02:14:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000672 10.0.0.54 - - [2025-04-03 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.342718 10.0.0.54 - - [2025-04-03 02:14:48] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006345 10.0.0.54 - - [2025-04-03 02:14:48] "GET / HTTP/1.1" 200 45871 0.001998 10.0.0.54 - - [2025-04-03 02:14:48] "GET / HTTP/1.1" 200 45871 0.001144 10.0.0.54 - - [2025-04-03 02:14:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000410 10.0.0.54 - - [2025-04-03 02:14:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000338 10.0.0.54 - - [2025-04-03 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003932 10.0.0.54 - - [2025-04-03 02:14:48] "POST /config-nodes HTTP/1.1" 200 599 0.090455 10.0.0.54 - - [2025-04-03 02:14:49] "GET / HTTP/1.1" 200 35931 0.002388 10.0.0.54 - - [2025-04-03 02:14:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000489 10.0.0.54 - - [2025-04-03 02:14:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.318345 10.0.0.54 - - [2025-04-03 02:14:49] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002904 10.0.0.54 - - [2025-04-03 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.340458 10.0.0.54 - - [2025-04-03 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.54 - - [2025-04-03 02:14:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.048681 10.0.0.54 - - [2025-04-03 02:14:50] "GET / HTTP/1.1" 200 35931 0.020380 /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.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.54 - - [2025-04-03 02:14:50] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.54 - - [2025-04-03 02:14:50] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.54 - - [2025-04-03 02:14:50] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.314347 10.0.0.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.047928 10.0.0.54 - - [2025-04-03 02:14:50] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007075 10.0.0.54 - - [2025-04-03 02:14:50] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012648 10.0.0.54 - - [2025-04-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.004207 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-appliance-sets HTTP/1.1" 200 553 0.034477 10.0.0.54 - - [2025-04-03 02:14:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.045032 10.0.0.54 - - [2025-04-03 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 180 0.003910 10.0.0.54 - - [2025-04-03 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.54 - - [2025-04-03 02:14:51] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006807 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-appliance-sets HTTP/1.1" 200 541 0.026656 10.0.0.54 - - [2025-04-03 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.54 - - [2025-04-03 02:14:51] "GET /network-ipam/75f34708-dacd-421c-8846-0b5ed72d09fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008085 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-templates HTTP/1.1" 200 511 0.026543 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-templates HTTP/1.1" 200 501 0.024335 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-templates HTTP/1.1" 200 515 0.029560 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-templates HTTP/1.1" 200 535 0.035101 10.0.0.54 - - [2025-04-03 02:14:51] "POST /service-templates HTTP/1.1" 200 507 0.033813 10.0.0.54 - - [2025-04-03 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.54 - - [2025-04-03 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.025416 10.0.0.54 - - [2025-04-03 02:14:53] "GET /network-ipam/75f34708-dacd-421c-8846-0b5ed72d09fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004939 10.0.0.54 - - [2025-04-03 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003314 10.0.0.54 - - [2025-04-03 02:14:53] "POST /access-control-lists HTTP/1.1" 200 587 0.019769 10.0.0.54 - - [2025-04-03 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.004424 10.0.0.54 - - [2025-04-03 02:14:53] "POST /access-control-lists HTTP/1.1" 200 585 0.019279 10.0.0.54 - - [2025-04-03 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.011786 10.0.0.54 - - [2025-04-03 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.016623 10.0.0.54 - - [2025-04-03 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.012949 10.0.0.54 - - [2025-04-03 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.54 - - [2025-04-03 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.011244 10.0.0.54 - - [2025-04-03 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.012417 10.0.0.54 - - [2025-04-03 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.012540 10.0.0.54 - - [2025-04-03 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.011345 10.0.0.54 - - [2025-04-03 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.003226 10.0.0.54 - - [2025-04-03 02:14:54] "POST /access-control-lists HTTP/1.1" 200 551 0.068099 10.0.0.54 - - [2025-04-03 02:14:54] "PUT /access-control-list/3654e426-bbb3-45a9-b1ba-0b365025b618 HTTP/1.1" 200 272 0.013289 10.0.0.54 - - [2025-04-03 02:14:54] "PUT /access-control-list/59416ebc-bc2d-470d-a423-4e97f47b9d4e HTTP/1.1" 200 272 0.012973 10.0.0.54 - - [2025-04-03 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.54 - - [2025-04-03 02:14:54] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004772 10.0.0.54 - - [2025-04-03 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.54 - - [2025-04-03 02:14:54] "PUT /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 276 0.013137 10.0.0.54 - - [2025-04-03 02:14:55] "GET / HTTP/1.1" 200 35931 0.001923 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 401 292 0.000462 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 581 0.046563 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 575 0.025622 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 575 0.022398 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 559 0.023010 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 555 0.021601 10.0.0.54 - - [2025-04-03 02:14:55] "POST /alarms HTTP/1.1" 200 557 0.022385 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 565 0.025987 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 549 0.022105 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 557 0.022866 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 567 0.023815 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 555 0.025335 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 567 0.034446 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 575 0.068442 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 569 0.031373 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 561 0.027319 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 561 0.022316 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 561 0.028171 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 547 0.022291 10.0.0.54 - - [2025-04-03 02:14:56] "POST /alarms HTTP/1.1" 200 595 0.027468 10.0.0.54 - - [2025-04-03 02:14:57] "POST /alarms HTTP/1.1" 200 575 0.023424 10.0.0.54 - - [2025-04-03 02:14:57] "POST /alarms HTTP/1.1" 200 571 0.026781 10.0.0.54 - - [2025-04-03 02:14:57] "POST /alarms HTTP/1.1" 200 583 0.027679 10.0.0.54 - - [2025-04-03 02:14:57] "POST /alarms HTTP/1.1" 200 609 0.022642 10.0.0.54 - - [2025-04-03 02:14:57] "GET / HTTP/1.1" 200 35931 0.004449 10.0.0.54 - - [2025-04-03 02:14:57] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.001014 10.0.0.54 - - [2025-04-03 02:14:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.043729 10.0.0.54 - - [2025-04-03 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.54 - - [2025-04-03 02:14:58] "PUT /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 276 0.014421 10.0.0.54 - - [2025-04-03 02:14:58] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.54 - - [2025-04-03 02:14:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.54 - - [2025-04-03 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.035321 10.0.0.54 - - [2025-04-03 02:14:58] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005430 10.0.0.54 - - [2025-04-03 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.54 - - [2025-04-03 02:14:58] "PUT /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 276 0.010971 10.0.0.54 - - [2025-04-03 02:14:59] "GET / HTTP/1.1" 200 35931 0.002451 10.0.0.54 - - [2025-04-03 02:14:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000780 10.0.0.54 - - [2025-04-03 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.037917 10.0.0.54 - - [2025-04-03 02:14:59] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008639 10.0.0.54 - - [2025-04-03 02:14:59] "PUT /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab HTTP/1.1" 200 274 0.022856 10.0.0.54 - - [2025-04-03 02:15:29] "GET /global-system-configs HTTP/1.1" 200 322 0.599853 10.0.0.54 - - [2025-04-03 02:15:30] "GET /global-system-configs HTTP/1.1" 200 322 0.083107 10.0.0.54 - - [2025-04-03 02:16:23] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.54 - - [2025-04-03 02:16:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.54 - - [2025-04-03 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.035096 10.0.0.54 - - [2025-04-03 02:16:23] "GET /routing-instance/bfaf336d-09e4-41c9-9d88-640db8f3e9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005885 10.0.0.54 - - [2025-04-03 02:16:23] "POST /bgp-routers HTTP/1.1" 200 620 0.030249 10.0.0.54 - - [2025-04-03 02:16:23] "GET /bgp-router/878604d0-8d50-48af-b705-fb912df27c0f?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.007956 10.0.0.54 - - [2025-04-03 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.54 - - [2025-04-03 02:16:23] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008526 10.0.0.54 - - [2025-04-03 02:16:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004454 10.0.0.54 - - [2025-04-03 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009707 10.0.0.54 - - [2025-04-03 02:17:18] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.54 - - [2025-04-03 02:17:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.54 - - [2025-04-03 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033280 10.0.0.54 - - [2025-04-03 02:17:19] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.011261 10.0.0.54 - - [2025-04-03 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003538 10.0.0.54 - - [2025-04-03 02:17:19] "POST /database-nodes HTTP/1.1" 200 603 0.030856 10.0.0.54 - - [2025-04-03 02:18:13] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.54 - - [2025-04-03 02:18:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.54 - - [2025-04-03 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.025305 10.0.0.54 - - [2025-04-03 02:18:13] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006136 10.0.0.54 - - [2025-04-03 02:18:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003270 10.0.0.54 - - [2025-04-03 02:18:13] "POST /analytics-nodes HTTP/1.1" 200 605 0.027230 10.0.0.54 - - [2025-04-03 02:18:19] "GET / HTTP/1.1" 200 35931 0.003328 10.0.0.54 - - [2025-04-03 02:18:31] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.54 - - [2025-04-03 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.54 - - [2025-04-03 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031201 10.0.0.54 - - [2025-04-03 02:18:31] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.010823 10.0.0.54 - - [2025-04-03 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.004823 10.0.0.54 - - [2025-04-03 02:18:32] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.047398 10.0.0.54 - - [2025-04-03 02:18:44] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.54 - - [2025-04-03 02:18:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.54 - - [2025-04-03 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026085 10.0.0.54 - - [2025-04-03 02:18:45] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007493 10.0.0.54 - - [2025-04-03 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003493 10.0.0.54 - - [2025-04-03 02:18:45] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023932 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.54 - - [2025-04-03 02:18:53] "GET /obj-perms HTTP/1.1" 200 5056 0.374471 10.0.0.54 - - [2025-04-03 02:18:54] "GET /obj-perms HTTP/1.1" 200 5056 0.049121 10.0.0.54 - - [2025-04-03 02:19:54] "GET /obj-perms HTTP/1.1" 200 5056 0.051149 10.0.0.54 - - [2025-04-03 02:19:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054563 10.0.0.54 - - [2025-04-03 02:20:27] "GET /global-system-configs HTTP/1.1" 200 322 0.012829 10.0.0.54 - - [2025-04-03 02:20:27] "GET /obj-perms HTTP/1.1" 200 5056 0.036566 10.0.0.54 - - [2025-04-03 02:20:27] "GET /global-system-configs HTTP/1.1" 200 322 0.003223 10.0.0.54 - - [2025-04-03 02:20:27] "GET /obj-perms HTTP/1.1" 200 5056 0.031180 10.0.0.54 - - [2025-04-03 02:20:29] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.54 - - [2025-04-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.034523 10.0.0.54 - - [2025-04-03 02:20:30] "GET /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007619 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.54 - - [2025-04-03 02:20:30] "GET /routing-instance/bfaf336d-09e4-41c9-9d88-640db8f3e9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004598 10.0.0.54 - - [2025-04-03 02:20:30] "PUT /global-system-config/d52dc611-9763-4303-9204-45c8b3352eab HTTP/1.1" 200 274 0.013591 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 218 0.004959 10.0.0.54 - - [2025-04-03 02:20:30] "POST /virtual-routers HTTP/1.1" 200 603 0.031596 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.54 - - [2025-04-03 02:20:30] "GET /virtual-router/2c109cfc-2c54-419b-b4e7-cd03bd6a5b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007546 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.004013 10.0.0.54 - - [2025-04-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.54 - - [2025-04-03 02:20:30] "GET /virtual-network/a61e8720-c899-4858-81c4-754b605c55b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006187 10.0.0.54 - - [2025-04-03 02:20:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040451 10.0.0.54 - - [2025-04-03 02:20:31] "PUT /access-control-list/b50d9ce8-15fc-451e-ac45-dcbfe62e1afd HTTP/1.1" 200 272 0.046538 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:20:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001100 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:20:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000903 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:20:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001276 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:20:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000955 10.0.0.54 - - [2025-04-03 02:20:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055356 10.0.0.54 - - [2025-04-03 02:20:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052268 10.0.0.54 - - [2025-04-03 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.54 - - [2025-04-03 02:20:55] "GET /virtual-router/2c109cfc-2c54-419b-b4e7-cd03bd6a5b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.005361 10.0.0.54 - - [2025-04-03 02:21:46] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.54 - - [2025-04-03 02:21:47] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000489 10.0.0.54 - - [2025-04-03 02:21:48] "GET /projects?obj_uuids=ab1501f6-7cea-4712-92de-3e3e952746e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.030534 10.0.0.54 - - [2025-04-03 02:21:48] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.54 - - [2025-04-03 02:21:48] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035807 10.0.0.54 - - [2025-04-03 02:21:48] "POST /id-to-fqname HTTP/1.1" 200 167 0.003072 10.0.0.54 - - [2025-04-03 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 176 0.003323 10.0.0.54 - - [2025-04-03 02:21:48] "POST /security-groups HTTP/1.1" 200 568 0.068124 10.0.0.54 - - [2025-04-03 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003170 10.0.0.54 - - [2025-04-03 02:21:48] "POST /projects HTTP/1.1" 200 539 0.249578 10.0.0.54 - - [2025-04-03 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.321127 10.0.0.54 - - [2025-04-03 02:21:48] "POST /access-control-lists HTTP/1.1" 200 573 0.079143 10.0.0.54 - - [2025-04-03 02:21:48] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.503781 10.0.0.54 - - [2025-04-03 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.008637 10.0.0.54 - - [2025-04-03 02:21:48] "POST /access-control-lists HTTP/1.1" 200 571 0.072610 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:21:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001472 10.0.0.54 - - [2025-04-03 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.028965 10.0.0.54 - - [2025-04-03 02:21:49] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004014 10.0.0.54 - - [2025-04-03 02:21:49] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.54 - - [2025-04-03 02:21:49] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009734 10.0.0.54 - - [2025-04-03 02:21:49] "POST /id-to-fqname HTTP/1.1" 200 201 0.001320 10.0.0.54 - - [2025-04-03 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.003021 10.0.0.54 - - [2025-04-03 02:21:49] "POST /security-groups HTTP/1.1" 200 602 0.070680 10.0.0.54 - - [2025-04-03 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003243 10.0.0.54 - - [2025-04-03 02:21:49] "POST /projects HTTP/1.1" 200 607 0.249544 10.0.0.54 - - [2025-04-03 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.338399 10.0.0.54 - - [2025-04-03 02:21:49] "POST /access-control-lists HTTP/1.1" 200 607 0.076020 10.0.0.54 - - [2025-04-03 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.005294 10.0.0.54 - - [2025-04-03 02:21:50] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.486864 10.0.0.54 - - [2025-04-03 02:21:50] "POST /access-control-lists HTTP/1.1" 200 605 0.072687 10.0.0.54 - - [2025-04-03 02:21:50] "DELETE /project/ab1501f67cea471292de3e3e952746e2 HTTP/1.1" 404 173 0.004985 10.0.0.54 - - [2025-04-03 02:21:50] "DELETE /project/cb1d9945359540e7b5bdcfb7e77c1837 HTTP/1.1" 404 173 0.003755 10.0.0.54 - - [2025-04-03 02:21:51] "GET / HTTP/1.1" 200 35931 0.002537 10.0.0.54 - - [2025-04-03 02:21:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.54 - - [2025-04-03 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.063114 10.0.0.54 - - [2025-04-03 02:21:52] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001296 10.0.0.54 - - [2025-04-03 02:21:52] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039922 10.0.0.54 - - [2025-04-03 02:21:52] "POST /neutron/network HTTP/1.1" 200 117 0.049423 10.0.0.54 - - [2025-04-03 02:21:52] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001268 10.0.0.54 - - [2025-04-03 02:21:52] "POST /neutron/network HTTP/1.1" 200 620 0.104517 10.0.0.54 - - [2025-04-03 02:21:52] "POST /route-targets HTTP/1.1" 200 327 0.022185 10.0.0.54 - - [2025-04-03 02:21:52] "POST /ref-update HTTP/1.1" 200 156 0.022511 10.0.0.54 - - [2025-04-03 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006490 10.0.0.54 - - [2025-04-03 02:21:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.222527 10.0.0.54 - - [2025-04-03 02:21:52] "POST /neutron/network HTTP/1.1" 200 838 0.008796 10.0.0.54 - - [2025-04-03 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001534 10.0.0.54 - - [2025-04-03 02:21:52] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006276 10.0.0.54 - - [2025-04-03 02:21:53] "POST /neutron/network HTTP/1.1" 200 838 0.008044 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006220 10.0.0.54 - - [2025-04-03 02:21:53] "POST /neutron/network HTTP/1.1" 200 838 0.008917 10.0.0.54 - - [2025-04-03 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.012299 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domains HTTP/1.1" 401 292 0.000675 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domains HTTP/1.1" 200 280 0.032512 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2584 0.019284 10.0.0.54 - - [2025-04-03 02:21:53] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001816 10.0.0.54 - - [2025-04-03 02:21:53] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837 HTTP/1.1" 200 2169 0.092692 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c HTTP/1.1" 200 2339 0.011586 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c HTTP/1.1" 200 2339 0.009421 10.0.0.54 - - [2025-04-03 02:21:53] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 200 1494 0.006281 10.0.0.54 - - [2025-04-03 02:21:53] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 200 1494 0.005569 10.0.0.54 - - [2025-04-03 02:21:53] "GET /route-target/f7d4a533-abe5-4684-b797-5171787d2c01 HTTP/1.1" 200 1220 0.006002 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c HTTP/1.1" 200 2339 0.007673 10.0.0.54 - - [2025-04-03 02:21:53] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 200 1494 0.015060 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006067 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c HTTP/1.1" 200 2339 0.005898 10.0.0.54 - - [2025-04-03 02:21:53] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 200 1494 0.005072 10.0.0.54 - - [2025-04-03 02:21:53] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 200 1494 0.004803 10.0.0.54 - - [2025-04-03 02:21:53] "GET /route-target/f7d4a533-abe5-4684-b797-5171787d2c01 HTTP/1.1" 200 1220 0.004083 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domains HTTP/1.1" 200 280 0.005924 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.54 - - [2025-04-03 02:21:53] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2584 0.009573 10.0.0.54 - - [2025-04-03 02:21:53] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.54 - - [2025-04-03 02:21:53] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837 HTTP/1.1" 200 2169 0.093851 10.0.0.54 - - [2025-04-03 02:21:53] "GET /virtual-network/86d1240c-331f-4f3d-a1d2-11b40c7ea84c HTTP/1.1" 200 2339 0.008542 10.0.0.54 - - [2025-04-03 02:21:54] "GET /obj-perms HTTP/1.1" 200 5052 0.058578 10.0.0.54 - - [2025-04-03 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001990 10.0.0.54 - - [2025-04-03 02:21:55] "GET /obj-perms HTTP/1.1" 200 5056 0.058718 10.0.0.54 - - [2025-04-03 02:21:56] "POST /neutron/network HTTP/1.1" 200 848 0.011542 10.0.0.54 - - [2025-04-03 02:21:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000681 10.0.0.54 - - [2025-04-03 02:21:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060597 10.0.0.54 - - [2025-04-03 02:21:56] "GET / HTTP/1.1" 200 35931 0.002458 10.0.0.54 - - [2025-04-03 02:21:56] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000806 10.0.0.54 - - [2025-04-03 02:21:56] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.54 - - [2025-04-03 02:21:56] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.060244 10.0.0.54 - - [2025-04-03 02:21:57] "POST /neutron/network HTTP/1.1" 200 838 0.032051 10.0.0.54 - - [2025-04-03 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.006229 10.0.0.54 - - [2025-04-03 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.007300 10.0.0.54 - - [2025-04-03 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.007374 10.0.0.54 - - [2025-04-03 02:21:58] "POST /neutron/network HTTP/1.1" 200 848 0.006823 10.0.0.54 - - [2025-04-03 02:21:58] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001323 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 1070 0.283973 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 1070 0.037665 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 1070 0.011574 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 1124 0.091872 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 1098 0.016420 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.011863 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.54 - - [2025-04-03 02:21:59] "POST /neutron/network HTTP/1.1" 200 838 0.008509 10.0.0.54 - - [2025-04-03 02:22:02] "POST /neutron/port HTTP/1.1" 200 1098 0.029610 10.0.0.54 - - [2025-04-03 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008293 10.0.0.54 - - [2025-04-03 02:22:08] "POST /neutron/port HTTP/1.1" 200 1098 0.032531 10.0.0.54 - - [2025-04-03 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.015631 10.0.0.54 - - [2025-04-03 02:22:08] "GET /obj-perms HTTP/1.1" 200 5052 0.004198 10.0.0.54 - - [2025-04-03 02:22:09] "GET /obj-perms HTTP/1.1" 200 5052 0.004428 10.0.0.54 - - [2025-04-03 02:22:10] "GET /obj-perms HTTP/1.1" 200 5052 0.006708 10.0.0.54 - - [2025-04-03 02:22:11] "GET /obj-perms HTTP/1.1" 200 5052 0.004101 10.0.0.54 - - [2025-04-03 02:22:12] "GET /obj-perms HTTP/1.1" 200 5052 0.005142 10.0.0.54 - - [2025-04-03 02:22:13] "POST /neutron/network HTTP/1.1" 200 838 0.014781 10.0.0.54 - - [2025-04-03 02:22:13] "POST /neutron/network HTTP/1.1" 400 204 0.026474 10.0.0.54 - - [2025-04-03 02:22:14] "POST /neutron/port HTTP/1.1" 200 1098 0.022960 10.0.0.54 - - [2025-04-03 02:22:14] "POST /neutron/port HTTP/1.1" 200 1124 0.017929 10.0.0.54 - - [2025-04-03 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.047270 10.0.0.54 - - [2025-04-03 02:22:14] "POST /neutron/port HTTP/1.1" 200 151 0.156082 10.0.0.54 - - [2025-04-03 02:22:15] "POST /neutron/network HTTP/1.1" 200 838 0.007245 10.0.0.54 - - [2025-04-03 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.011657 10.0.0.54 - - [2025-04-03 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011740 10.0.0.54 - - [2025-04-03 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.54 - - [2025-04-03 02:22:15] "POST /neutron/network HTTP/1.1" 200 151 0.114740 10.0.0.54 - - [2025-04-03 02:22:15] "GET /routing-instance/eb15bb81-64c2-42d2-801f-90c6e3f24766 HTTP/1.1" 404 171 0.003850 10.0.0.54 - - [2025-04-03 02:22:15] "DELETE /route-target/f7d4a533-abe5-4684-b797-5171787d2c01 HTTP/1.1" 200 115 0.028274 10.0.0.54 - - [2025-04-03 02:22:15] "GET /domains HTTP/1.1" 200 280 0.005448 10.0.0.54 - - [2025-04-03 02:22:15] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.54 - - [2025-04-03 02:22:15] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2584 0.008384 10.0.0.54 - - [2025-04-03 02:22:15] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001183 10.0.0.54 - - [2025-04-03 02:22:15] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837 HTTP/1.1" 200 1919 0.081880 10.0.0.54 - - [2025-04-03 02:22:16] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001256 10.0.0.54 - - [2025-04-03 02:22:16] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.033285 10.0.0.54 - - [2025-04-03 02:22:16] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001245 10.0.0.54 - - [2025-04-03 02:22:16] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?fields=virtual_networks HTTP/1.1" 200 1055 0.075551 10.0.0.54 - - [2025-04-03 02:22:16] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002138 10.0.0.54 - - [2025-04-03 02:22:16] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.038951 10.0.0.54 - - [2025-04-03 02:22:16] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001236 10.0.0.54 - - [2025-04-03 02:22:16] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?fields=security_groups HTTP/1.1" 200 1292 0.035425 10.0.0.54 - - [2025-04-03 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.027474 10.0.0.54 - - [2025-04-03 02:22:17] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.54 - - [2025-04-03 02:22:17] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001818 10.0.0.54 - - [2025-04-03 02:22:17] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012993 10.0.0.54 - - [2025-04-03 02:22:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.001477 10.0.0.54 - - [2025-04-03 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003819 10.0.0.54 - - [2025-04-03 02:22:17] "POST /security-groups HTTP/1.1" 200 603 0.072027 10.0.0.54 - - [2025-04-03 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.004551 10.0.0.54 - - [2025-04-03 02:22:17] "POST /projects HTTP/1.1" 200 609 0.257868 10.0.0.54 - - [2025-04-03 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.289630 10.0.0.54 - - [2025-04-03 02:22:17] "POST /access-control-lists HTTP/1.1" 200 608 0.063591 10.0.0.54 - - [2025-04-03 02:22:17] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.457722 10.0.0.54 - - [2025-04-03 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.003023 10.0.0.54 - - [2025-04-03 02:22:17] "POST /access-control-lists HTTP/1.1" 200 606 0.069562 10.0.0.54 - - [2025-04-03 02:22:18] "GET / HTTP/1.1" 200 35931 0.002949 10.0.0.54 - - [2025-04-03 02:22:19] "GET /projects?obj_uuids=ab1501f6-7cea-4712-92de-3e3e952746e2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001323 10.0.0.54 - - [2025-04-03 02:22:19] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.045405 10.0.0.54 - - [2025-04-03 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.54 - - [2025-04-03 02:22:20] "GET /security-group/39ba04ca-9447-44af-ba8d-410c21a51a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006958 10.0.0.54 - - [2025-04-03 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.54 - - [2025-04-03 02:22:20] "GET /projects?obj_uuids=ab1501f6-7cea-4712-92de-3e3e952746e2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001701 10.0.0.54 - - [2025-04-03 02:22:20] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.029195 10.0.0.54 - - [2025-04-03 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.54 - - [2025-04-03 02:22:20] "GET /security-group/39ba04ca-9447-44af-ba8d-410c21a51a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006566 10.0.0.54 - - [2025-04-03 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.54 - - [2025-04-03 02:22:20] "PUT /security-group/39ba04ca-9447-44af-ba8d-410c21a51a36 HTTP/1.1" 200 262 0.029412 10.0.0.54 - - [2025-04-03 02:22:20] "PUT /access-control-list/c5db64bf-ae75-4e6d-8f46-ea534c4997b3 HTTP/1.1" 200 272 0.011465 10.0.0.54 - - [2025-04-03 02:22:20] "PUT /access-control-list/033484a7-629b-4fbd-a2ee-e30a3fe5fc45 HTTP/1.1" 200 272 0.016501 10.0.0.54 - - [2025-04-03 02:22:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.54 - - [2025-04-03 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.074317 10.0.0.54 - - [2025-04-03 02:22:21] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001662 10.0.0.54 - - [2025-04-03 02:22:21] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035942 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.045179 10.0.0.54 - - [2025-04-03 02:22:21] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/network HTTP/1.1" 200 619 0.100723 10.0.0.54 - - [2025-04-03 02:22:21] "POST /route-targets HTTP/1.1" 200 327 0.018496 10.0.0.54 - - [2025-04-03 02:22:21] "POST /ref-update HTTP/1.1" 200 156 0.040687 10.0.0.54 - - [2025-04-03 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003940 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.218849 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/network HTTP/1.1" 200 840 0.027102 10.0.0.54 - - [2025-04-03 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001401 10.0.0.54 - - [2025-04-03 02:22:21] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005943 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/network HTTP/1.1" 200 840 0.010687 10.0.0.54 - - [2025-04-03 02:22:21] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006637 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/network HTTP/1.1" 200 840 0.008044 10.0.0.54 - - [2025-04-03 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.009972 10.0.0.54 - - [2025-04-03 02:22:21] "GET /domains HTTP/1.1" 401 292 0.000593 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domains HTTP/1.1" 200 280 0.028059 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001984 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.013120 10.0.0.54 - - [2025-04-03 02:22:22] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.54 - - [2025-04-03 02:22:22] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 2174 0.076368 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2347 0.008395 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2347 0.006972 10.0.0.54 - - [2025-04-03 02:22:22] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 200 1491 0.005602 10.0.0.54 - - [2025-04-03 02:22:22] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 200 1491 0.006149 10.0.0.54 - - [2025-04-03 02:22:22] "GET /route-target/6bd29b6e-daa0-4355-98bb-116800ee3950 HTTP/1.1" 200 1218 0.004630 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2347 0.006448 10.0.0.54 - - [2025-04-03 02:22:22] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 200 1491 0.007243 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005867 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2347 0.005921 10.0.0.54 - - [2025-04-03 02:22:22] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 200 1491 0.004378 10.0.0.54 - - [2025-04-03 02:22:22] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 200 1491 0.004466 10.0.0.54 - - [2025-04-03 02:22:22] "GET /route-target/6bd29b6e-daa0-4355-98bb-116800ee3950 HTTP/1.1" 200 1218 0.003360 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domains HTTP/1.1" 200 280 0.003495 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.54 - - [2025-04-03 02:22:22] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.008080 10.0.0.54 - - [2025-04-03 02:22:22] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001556 10.0.0.54 - - [2025-04-03 02:22:22] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 2174 0.076214 10.0.0.54 - - [2025-04-03 02:22:22] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2347 0.006298 10.0.0.54 - - [2025-04-03 02:22:22] "GET /obj-perms HTTP/1.1" 200 5054 0.056003 10.0.0.54 - - [2025-04-03 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.54 - - [2025-04-03 02:22:22] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.54 - - [2025-04-03 02:22:22] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027463 10.0.0.54 - - [2025-04-03 02:22:22] "POST /neutron/network HTTP/1.1" 200 117 0.010904 10.0.0.54 - - [2025-04-03 02:22:22] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/network HTTP/1.1" 200 619 0.097166 10.0.0.54 - - [2025-04-03 02:22:23] "POST /route-targets HTTP/1.1" 200 327 0.012851 10.0.0.54 - - [2025-04-03 02:22:23] "POST /ref-update HTTP/1.1" 200 156 0.021757 10.0.0.54 - - [2025-04-03 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008419 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.216682 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/network HTTP/1.1" 200 840 0.009956 10.0.0.54 - - [2025-04-03 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.002306 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006949 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/network HTTP/1.1" 200 840 0.006672 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005514 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/network HTTP/1.1" 200 840 0.006797 10.0.0.54 - - [2025-04-03 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.007972 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domains HTTP/1.1" 200 280 0.003484 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.007885 10.0.0.54 - - [2025-04-03 02:22:23] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.54 - - [2025-04-03 02:22:23] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 2402 0.071869 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf HTTP/1.1" 200 2346 0.007095 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf HTTP/1.1" 200 2346 0.005051 10.0.0.54 - - [2025-04-03 02:22:23] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 200 1491 0.005647 10.0.0.54 - - [2025-04-03 02:22:23] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 200 1491 0.003628 10.0.0.54 - - [2025-04-03 02:22:23] "GET /route-target/9a690a03-c6ef-47a9-8db0-af5589a83330 HTTP/1.1" 200 1219 0.003563 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf HTTP/1.1" 200 2346 0.005450 10.0.0.54 - - [2025-04-03 02:22:23] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 200 1491 0.003841 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005557 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf HTTP/1.1" 200 2346 0.005648 10.0.0.54 - - [2025-04-03 02:22:23] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 200 1491 0.004210 10.0.0.54 - - [2025-04-03 02:22:23] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 200 1491 0.005492 10.0.0.54 - - [2025-04-03 02:22:23] "GET /route-target/9a690a03-c6ef-47a9-8db0-af5589a83330 HTTP/1.1" 200 1219 0.005093 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domains HTTP/1.1" 200 280 0.003623 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.54 - - [2025-04-03 02:22:23] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.008846 10.0.0.54 - - [2025-04-03 02:22:23] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.54 - - [2025-04-03 02:22:23] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 2402 0.079704 10.0.0.54 - - [2025-04-03 02:22:23] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf HTTP/1.1" 200 2346 0.005468 10.0.0.54 - - [2025-04-03 02:22:23] "GET /obj-perms HTTP/1.1" 200 5054 0.003749 10.0.0.54 - - [2025-04-03 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.002087 10.0.0.54 - - [2025-04-03 02:22:24] "POST /neutron/network HTTP/1.1" 200 850 0.010729 10.0.0.54 - - [2025-04-03 02:22:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.54 - - [2025-04-03 02:22:24] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.54 - - [2025-04-03 02:22:24] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491 10.0.0.54 - - [2025-04-03 02:22:24] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.54 - - [2025-04-03 02:22:24] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054187 10.0.0.54 - - [2025-04-03 02:22:24] "POST /neutron/network HTTP/1.1" 200 840 0.006895 10.0.0.54 - - [2025-04-03 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.005892 10.0.0.54 - - [2025-04-03 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.006020 10.0.0.54 - - [2025-04-03 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001557 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.006165 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/network HTTP/1.1" 200 850 0.010009 10.0.0.54 - - [2025-04-03 02:22:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/network HTTP/1.1" 200 850 0.011227 10.0.0.54 - - [2025-04-03 02:22:25] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002814 10.0.0.54 - - [2025-04-03 02:22:25] "GET / HTTP/1.1" 200 35931 0.002487 10.0.0.54 - - [2025-04-03 02:22:25] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 1074 0.304896 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 1074 0.011002 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 1074 0.012262 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 1128 0.100793 10.0.0.54 - - [2025-04-03 02:22:25] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.54 - - [2025-04-03 02:22:25] "POST /neutron/port HTTP/1.1" 200 1102 0.030331 10.0.0.54 - - [2025-04-03 02:22:25] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078902 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005150 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/network HTTP/1.1" 200 840 0.007986 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.015010 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/network HTTP/1.1" 200 840 0.008403 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/port HTTP/1.1" 200 1102 0.036514 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009794 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.006275 10.0.0.54 - - [2025-04-03 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.54 - - [2025-04-03 02:22:26] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002020 10.0.0.54 - - [2025-04-03 02:22:26] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038580 10.0.0.54 - - [2025-04-03 02:22:26] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011945 10.0.0.54 - - [2025-04-03 02:22:26] "GET /floating-ip-pools?parent_id=b96a8642-277f-43d9-8ed6-8a735843be07&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003935 10.0.0.54 - - [2025-04-03 02:22:26] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006809 10.0.0.54 - - [2025-04-03 02:22:26] "POST /floating-ip-pools HTTP/1.1" 200 609 0.044049 10.0.0.54 - - [2025-04-03 02:22:26] "POST /neutron/network HTTP/1.1" 200 850 0.012388 10.0.0.54 - - [2025-04-03 02:22:26] "POST /ref-update HTTP/1.1" 200 156 0.023078 10.0.0.54 - - [2025-04-03 02:22:26] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.54 - - [2025-04-03 02:22:26] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.015930 10.0.0.54 - - [2025-04-03 02:22:26] "GET /domains HTTP/1.1" 200 280 0.018138 10.0.0.54 - - [2025-04-03 02:22:26] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.54 - - [2025-04-03 02:22:26] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.028848 10.0.0.54 - - [2025-04-03 02:22:26] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003790 10.0.0.54 - - [2025-04-03 02:22:27] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 3244 0.130208 10.0.0.54 - - [2025-04-03 02:22:27] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 2938 0.018869 10.0.0.54 - - [2025-04-03 02:22:27] "GET /floating-ip-pool/0cd9af71-0664-41fa-b498-56306d08949f HTTP/1.1" 200 1440 0.003848 10.0.0.54 - - [2025-04-03 02:22:27] "GET /domains HTTP/1.1" 200 280 0.013449 10.0.0.54 - - [2025-04-03 02:22:27] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.54 - - [2025-04-03 02:22:27] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.013394 10.0.0.54 - - [2025-04-03 02:22:27] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423 10.0.0.54 - - [2025-04-03 02:22:27] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 3244 0.177239 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1074 0.582709 10.0.0.54 - - [2025-04-03 02:22:27] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07 HTTP/1.1" 200 3159 0.021265 10.0.0.54 - - [2025-04-03 02:22:27] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.019728 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1074 0.021394 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1074 0.027785 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1102 0.068315 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.026860 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1128 0.176598 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 1102 0.024592 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.019440 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.001645 10.0.0.54 - - [2025-04-03 02:22:27] "POST /neutron/network HTTP/1.1" 200 840 0.012509 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/port HTTP/1.1" 200 1102 0.029244 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008263 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/port HTTP/1.1" 200 1102 0.017015 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008207 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/port HTTP/1.1" 200 1102 0.015788 10.0.0.54 - - [2025-04-03 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011198 10.0.0.54 - - [2025-04-03 02:22:32] "GET /virtual-machine/d3c9c5ff-5f16-441c-8ec2-56e92bbbb126 HTTP/1.1" 200 1305 0.014207 10.0.0.54 - - [2025-04-03 02:22:32] "GET /virtual-machine-interface/a7a82b72-50e6-4ef7-af6f-adf5751e7d37 HTTP/1.1" 200 3005 0.012510 10.0.0.54 - - [2025-04-03 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.54 - - [2025-04-03 02:22:33] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006237 10.0.0.54 - - [2025-04-03 02:22:33] "GET /virtual-networks?parent_id=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003888 10.0.0.54 - - [2025-04-03 02:22:33] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.025623 10.0.0.54 - - [2025-04-03 02:22:35] "POST /neutron/port HTTP/1.1" 200 1102 0.018878 10.0.0.54 - - [2025-04-03 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007512 10.0.0.54 - - [2025-04-03 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.54 - - [2025-04-03 02:22:36] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005220 10.0.0.54 - - [2025-04-03 02:22:36] "POST /neutron/port HTTP/1.1" 200 1102 0.016328 10.0.0.54 - - [2025-04-03 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006243 10.0.0.54 - - [2025-04-03 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.54 - - [2025-04-03 02:22:38] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003914 10.0.0.54 - - [2025-04-03 02:22:38] "GET /virtual-networks?parent_id=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004372 10.0.0.54 - - [2025-04-03 02:22:38] "GET /virtual-network/6f74b914-b442-4e03-8ea5-08c2dbdbfdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006123 10.0.0.54 - - [2025-04-03 02:22:38] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001853 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/floatingip HTTP/1.1" 200 532 0.086173 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/port HTTP/1.1" 200 1102 0.017239 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009053 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/floatingip HTTP/1.1" 200 581 0.040470 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/port HTTP/1.1" 200 1102 0.028808 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008108 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/port HTTP/1.1" 200 1102 0.019759 10.0.0.54 - - [2025-04-03 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008364 10.0.0.54 - - [2025-04-03 02:22:39] "POST /neutron/port HTTP/1.1" 200 1102 0.017705 10.0.0.54 - - [2025-04-03 02:22:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008264 10.0.0.54 - - [2025-04-03 02:22:39] "GET /virtual-machine/a9a83768-bf51-425e-9335-4279f3a2b44a HTTP/1.1" 200 1305 0.006946 10.0.0.54 - - [2025-04-03 02:22:39] "GET /virtual-machine-interface/a71460da-8072-4973-a1c8-9913e2c26775 HTTP/1.1" 200 3005 0.005834 10.0.0.54 - - [2025-04-03 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.54 - - [2025-04-03 02:22:39] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005323 10.0.0.54 - - [2025-04-03 02:22:39] "GET /virtual-networks?parent_id=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004046 10.0.0.54 - - [2025-04-03 02:22:39] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006622 10.0.0.54 - - [2025-04-03 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.54 - - [2025-04-03 02:22:40] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003435 10.0.0.54 - - [2025-04-03 02:22:40] "GET /virtual-networks?parent_id=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004082 10.0.0.54 - - [2025-04-03 02:22:40] "GET /virtual-network/b96a8642-277f-43d9-8ed6-8a735843be07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007523 10.0.0.54 - - [2025-04-03 02:22:40] "POST /neutron/floatingip HTTP/1.1" 200 581 0.011154 10.0.0.54 - - [2025-04-03 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.54 - - [2025-04-03 02:22:40] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003929 10.0.0.54 - - [2025-04-03 02:22:40] "GET /route-target/6bd29b6e-daa0-4355-98bb-116800ee3950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004983 10.0.0.54 - - [2025-04-03 02:22:40] "GET /floating-ip/d3913632-5eb0-4a0a-8ea8-4e4f6c252d47 HTTP/1.1" 200 1894 0.005380 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 581 0.011925 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 532 0.030956 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 532 0.007135 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 115 0.042887 10.0.0.54 - - [2025-04-03 02:22:43] "GET /floating-ip-pool/0cd9af71-0664-41fa-b498-56306d08949f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.005410 10.0.0.54 - - [2025-04-03 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.012280 10.0.0.54 - - [2025-04-03 02:22:43] "DELETE /floating-ip-pool/0cd9af71-0664-41fa-b498-56306d08949f HTTP/1.1" 200 115 0.031217 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/network HTTP/1.1" 200 840 0.010417 10.0.0.54 - - [2025-04-03 02:22:43] "POST /neutron/network HTTP/1.1" 400 204 0.012650 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 1102 0.018442 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 1128 0.016716 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 1102 0.018792 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 1128 0.014070 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 151 0.159249 10.0.0.54 - - [2025-04-03 02:22:44] "POST /neutron/port HTTP/1.1" 200 151 0.152985 10.0.0.54 - - [2025-04-03 02:22:45] "POST /neutron/network HTTP/1.1" 200 840 0.007254 10.0.0.54 - - [2025-04-03 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.54 - - [2025-04-03 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002654 10.0.0.54 - - [2025-04-03 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003759 10.0.0.54 - - [2025-04-03 02:22:45] "POST /neutron/network HTTP/1.1" 200 151 0.107426 10.0.0.54 - - [2025-04-03 02:22:45] "DELETE /route-target/9a690a03-c6ef-47a9-8db0-af5589a83330 HTTP/1.1" 200 115 0.021322 10.0.0.54 - - [2025-04-03 02:22:45] "GET /routing-instance/24227fc5-d3f9-4486-9b3c-037a883eb054 HTTP/1.1" 404 171 0.003236 10.0.0.54 - - [2025-04-03 02:22:45] "GET /domains HTTP/1.1" 200 280 0.002943 10.0.0.54 - - [2025-04-03 02:22:45] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.54 - - [2025-04-03 02:22:46] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.052684 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 2174 0.074844 10.0.0.54 - - [2025-04-03 02:22:46] "POST /neutron/network HTTP/1.1" 200 840 0.007215 10.0.0.54 - - [2025-04-03 02:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003127 10.0.0.54 - - [2025-04-03 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.54 - - [2025-04-03 02:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002265 10.0.0.54 - - [2025-04-03 02:22:46] "POST /neutron/network HTTP/1.1" 200 151 0.106025 10.0.0.54 - - [2025-04-03 02:22:46] "GET /routing-instance/86c1e28d-77ef-460e-a8c4-1885615b273b HTTP/1.1" 404 171 0.002418 10.0.0.54 - - [2025-04-03 02:22:46] "GET /domains HTTP/1.1" 200 280 0.002407 10.0.0.54 - - [2025-04-03 02:22:46] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.54 - - [2025-04-03 02:22:46] "DELETE /route-target/6bd29b6e-daa0-4355-98bb-116800ee3950 HTTP/1.1" 200 115 0.026156 10.0.0.54 - - [2025-04-03 02:22:46] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2782 0.049861 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001988 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 1924 0.069873 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030381 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?fields=virtual_networks HTTP/1.1" 200 1056 0.072788 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001451 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.031406 10.0.0.54 - - [2025-04-03 02:22:46] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001895 10.0.0.54 - - [2025-04-03 02:22:46] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?fields=security_groups HTTP/1.1" 200 1294 0.033586 10.0.0.54 - - [2025-04-03 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.030654 10.0.0.54 - - [2025-04-03 02:22:47] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002909 10.0.0.54 - - [2025-04-03 02:22:47] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001966 10.0.0.54 - - [2025-04-03 02:22:48] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010663 10.0.0.54 - - [2025-04-03 02:22:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.002498 10.0.0.54 - - [2025-04-03 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.003556 10.0.0.54 - - [2025-04-03 02:22:48] "POST /security-groups HTTP/1.1" 200 586 0.075959 10.0.0.54 - - [2025-04-03 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.003634 10.0.0.54 - - [2025-04-03 02:22:48] "POST /projects HTTP/1.1" 200 575 0.252717 10.0.0.54 - - [2025-04-03 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.323904 10.0.0.54 - - [2025-04-03 02:22:48] "POST /access-control-lists HTTP/1.1" 200 591 0.065513 10.0.0.54 - - [2025-04-03 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003196 10.0.0.54 - - [2025-04-03 02:22:48] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.457879 10.0.0.54 - - [2025-04-03 02:22:48] "POST /access-control-lists HTTP/1.1" 200 589 0.064320 10.0.0.54 - - [2025-04-03 02:22:49] "GET / HTTP/1.1" 200 35931 0.003181 10.0.0.54 - - [2025-04-03 02:22:50] "DELETE /project/497c04f3d7f643a7aa2529821dedc55c HTTP/1.1" 404 173 0.012603 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001057 10.0.0.54 - - [2025-04-03 02:22:50] "DELETE /project/ff8b4ec4445344a789a963a3d61ce5f3 HTTP/1.1" 404 173 0.007845 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.041156 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.041162 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001516 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001572 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?fields=security_groups HTTP/1.1" 200 1397 0.048455 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?fields=security_groups HTTP/1.1" 200 1399 0.052149 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.036021 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.54 - - [2025-04-03 02:22:50] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?fields=virtual_networks HTTP/1.1" 200 1022 0.065088 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002027 10.0.0.54 - - [2025-04-03 02:22:50] "DELETE /security-group/890befe6-ce8f-4220-8efd-ac99743759cc HTTP/1.1" 200 115 0.111252 10.0.0.54 - - [2025-04-03 02:22:50] "DELETE /security-group/d2c5fcd6-f6cb-48aa-aea3-08419c2e6c54 HTTP/1.1" 200 115 0.123562 10.0.0.54 - - [2025-04-03 02:22:50] "GET /projects?obj_uuids=ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001536 10.0.0.54 - - [2025-04-03 02:22:51] "GET /projects?obj_uuids=cb1d9945-3595-40e7-b5bd-cfb7e77c1837&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001488 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /access-control-list/7fb04498-9d4a-42f5-9149-651db0699f3a HTTP/1.1" 200 115 0.072689 10.0.0.54 - - [2025-04-03 02:22:51] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.071230 10.0.0.54 - - [2025-04-03 02:22:51] "GET /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837?fields=application_policy_sets HTTP/1.1" 200 1436 0.070560 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /access-control-list/d3559dfc-264a-4175-a58c-d90f644cee6f HTTP/1.1" 200 115 0.066009 10.0.0.54 - - [2025-04-03 02:22:51] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002020 10.0.0.54 - - [2025-04-03 02:22:51] "GET /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3?fields=application_policy_sets HTTP/1.1" 200 1438 0.121713 10.0.0.54 - - [2025-04-03 02:22:51] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?fields=security_groups HTTP/1.1" 200 1243 0.065786 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /access-control-list/4178242b-08e8-40f9-952c-0b21cefbeef7 HTTP/1.1" 200 115 0.049212 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /access-control-list/4768279e-a7bc-40a8-8330-8135a81e3c3e HTTP/1.1" 200 115 0.088964 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /project/cb1d9945-3595-40e7-b5bd-cfb7e77c1837 HTTP/1.1" 200 115 0.597338 10.0.0.54 - - [2025-04-03 02:22:51] "DELETE /project/ff8b4ec4-4453-44a7-89a9-63a3d61ce5f3 HTTP/1.1" 200 115 0.612794 10.0.0.54 - - [2025-04-03 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.028927 10.0.0.54 - - [2025-04-03 02:22:52] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003077 10.0.0.54 - - [2025-04-03 02:22:52] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.54 - - [2025-04-03 02:22:52] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010873 10.0.0.54 - - [2025-04-03 02:22:52] "POST /id-to-fqname HTTP/1.1" 200 193 0.002314 10.0.0.54 - - [2025-04-03 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.003288 10.0.0.54 - - [2025-04-03 02:22:52] "POST /security-groups HTTP/1.1" 200 594 0.072792 10.0.0.54 - - [2025-04-03 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.002992 10.0.0.54 - - [2025-04-03 02:22:52] "POST /projects HTTP/1.1" 200 591 0.238340 10.0.0.54 - - [2025-04-03 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.316575 10.0.0.54 - - [2025-04-03 02:22:52] "POST /access-control-lists HTTP/1.1" 200 599 0.065227 10.0.0.54 - - [2025-04-03 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.008332 10.0.0.54 - - [2025-04-03 02:22:52] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.469666 10.0.0.54 - - [2025-04-03 02:22:52] "POST /access-control-lists HTTP/1.1" 200 597 0.067752 10.0.0.54 - - [2025-04-03 02:22:53] "GET / HTTP/1.1" 200 35931 0.002764 10.0.0.54 - - [2025-04-03 02:22:54] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000506 10.0.0.54 - - [2025-04-03 02:22:55] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001231 10.0.0.54 - - [2025-04-03 02:22:55] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.063223 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.54 - - [2025-04-03 02:22:55] "GET /security-group/bbf52198-0f11-486a-9d96-1776beb8ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006383 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.54 - - [2025-04-03 02:22:55] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001854 10.0.0.54 - - [2025-04-03 02:22:55] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030854 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.54 - - [2025-04-03 02:22:55] "GET /security-group/bbf52198-0f11-486a-9d96-1776beb8ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005530 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.54 - - [2025-04-03 02:22:55] "PUT /security-group/bbf52198-0f11-486a-9d96-1776beb8ddba HTTP/1.1" 200 262 0.015850 10.0.0.54 - - [2025-04-03 02:22:55] "PUT /access-control-list/dbbc7fe6-a4bc-40c2-8259-fca0bedf8fa0 HTTP/1.1" 200 272 0.010185 10.0.0.54 - - [2025-04-03 02:22:55] "PUT /access-control-list/986b2dc9-9186-41b8-80b8-55be3c712fb9 HTTP/1.1" 200 272 0.011425 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.004956 10.0.0.54 - - [2025-04-03 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.54 - - [2025-04-03 02:22:55] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001958 10.0.0.54 - - [2025-04-03 02:22:55] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028335 10.0.0.54 - - [2025-04-03 02:22:55] "POST /neutron/network HTTP/1.1" 200 117 0.030922 10.0.0.54 - - [2025-04-03 02:22:55] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.54 - - [2025-04-03 02:22:55] "POST /neutron/network HTTP/1.1" 200 608 0.065084 10.0.0.54 - - [2025-04-03 02:22:55] "POST /route-targets HTTP/1.1" 200 327 0.013448 10.0.0.54 - - [2025-04-03 02:22:55] "POST /ref-update HTTP/1.1" 200 156 0.014026 10.0.0.54 - - [2025-04-03 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004675 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.216303 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 826 0.008029 10.0.0.54 - - [2025-04-03 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.002081 10.0.0.54 - - [2025-04-03 02:22:56] "GET /virtual-network/c3b6c9e6-5e4b-487b-9756-5b0ba3914fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007875 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 826 0.006154 10.0.0.54 - - [2025-04-03 02:22:56] "GET /virtual-network/c3b6c9e6-5e4b-487b-9756-5b0ba3914fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005663 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 826 0.007746 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.008084 10.0.0.54 - - [2025-04-03 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.54 - - [2025-04-03 02:22:56] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001358 10.0.0.54 - - [2025-04-03 02:22:56] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028857 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 117 0.009729 10.0.0.54 - - [2025-04-03 02:22:56] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 615 0.113700 10.0.0.54 - - [2025-04-03 02:22:56] "POST /route-targets HTTP/1.1" 200 327 0.015277 10.0.0.54 - - [2025-04-03 02:22:56] "POST /ref-update HTTP/1.1" 200 156 0.012160 10.0.0.54 - - [2025-04-03 02:22:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055082 10.0.0.54 - - [2025-04-03 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006547 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.171535 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 834 0.010513 10.0.0.54 - - [2025-04-03 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001453 10.0.0.54 - - [2025-04-03 02:22:56] "GET /virtual-network/c539a0d9-c51c-4545-8952-366f67324796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005617 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 834 0.006334 10.0.0.54 - - [2025-04-03 02:22:56] "GET /virtual-network/c539a0d9-c51c-4545-8952-366f67324796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005299 10.0.0.54 - - [2025-04-03 02:22:56] "POST /neutron/network HTTP/1.1" 200 834 0.011594 10.0.0.54 - - [2025-04-03 02:22:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.009328 10.0.0.54 - - [2025-04-03 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001575 10.0.0.54 - - [2025-04-03 02:22:57] "GET /obj-perms HTTP/1.1" 200 5056 0.057161 10.0.0.54 - - [2025-04-03 02:22:57] "POST /neutron/network HTTP/1.1" 200 836 0.007245 10.0.0.54 - - [2025-04-03 02:22:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000456 10.0.0.54 - - [2025-04-03 02:22:57] "GET / HTTP/1.1" 200 35931 0.004667 10.0.0.54 - - [2025-04-03 02:22:57] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.54 - - [2025-04-03 02:22:57] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001275 10.0.0.54 - - [2025-04-03 02:22:57] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051793 10.0.0.54 - - [2025-04-03 02:22:57] "POST /neutron/network HTTP/1.1" 200 826 0.009359 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.005620 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.006137 10.0.0.54 - - [2025-04-03 02:22:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.002428 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.009296 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/network HTTP/1.1" 200 844 0.006812 10.0.0.54 - - [2025-04-03 02:22:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000698 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/network HTTP/1.1" 200 836 0.006049 10.0.0.54 - - [2025-04-03 02:22:58] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001221 10.0.0.54 - - [2025-04-03 02:22:58] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.54 - - [2025-04-03 02:22:58] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000555 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/port HTTP/1.1" 200 1062 0.269909 10.0.0.54 - - [2025-04-03 02:22:58] "POST /neutron/port HTTP/1.1" 200 1062 0.013047 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 1062 0.010592 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 1116 0.075464 10.0.0.54 - - [2025-04-03 02:22:59] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001165 10.0.0.54 - - [2025-04-03 02:22:59] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.060691 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 1090 0.028380 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/network HTTP/1.1" 200 834 0.007356 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003267 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.014287 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001894 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/network HTTP/1.1" 200 826 0.010514 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 1090 0.022373 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008038 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.008561 10.0.0.54 - - [2025-04-03 02:22:59] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002646 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/router HTTP/1.1" 200 585 0.071705 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/router HTTP/1.1" 200 585 0.006553 10.0.0.54 - - [2025-04-03 02:22:59] "POST /route-targets HTTP/1.1" 200 327 0.020530 10.0.0.54 - - [2025-04-03 02:22:59] "PUT /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd HTTP/1.1" 200 262 0.034072 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/router HTTP/1.1" 200 656 0.052930 10.0.0.54 - - [2025-04-03 02:22:59] "GET /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007811 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/router HTTP/1.1" 200 656 0.007234 10.0.0.54 - - [2025-04-03 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.54 - - [2025-04-03 02:22:59] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002474 10.0.0.54 - - [2025-04-03 02:22:59] "GET /service-template/22c533c7-6ffd-45ff-808f-977f0c1c26ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.012957 10.0.0.54 - - [2025-04-03 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.002855 10.0.0.54 - - [2025-04-03 02:22:59] "POST /neutron/network HTTP/1.1" 200 844 0.023075 10.0.0.54 - - [2025-04-03 02:22:59] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004564 10.0.0.54 - - [2025-04-03 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012393 10.0.0.54 - - [2025-04-03 02:23:00] "POST /virtual-networks HTTP/1.1" 200 694 0.233524 10.0.0.54 - - [2025-04-03 02:23:00] "POST /route-targets HTTP/1.1" 200 327 0.053457 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/router HTTP/1.1" 200 344 0.461307 10.0.0.54 - - [2025-04-03 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.027611 10.0.0.54 - - [2025-04-03 02:23:00] "POST /service-instances HTTP/1.1" 200 670 0.148791 10.0.0.54 - - [2025-04-03 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.082912 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1090 0.132545 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.022048 10.0.0.54 - - [2025-04-03 02:23:00] "POST /route-tables HTTP/1.1" 200 582 0.085431 10.0.0.54 - - [2025-04-03 02:23:00] "PUT /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd HTTP/1.1" 200 262 0.034958 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1063 0.573911 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1063 0.018620 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1063 0.015006 10.0.0.54 - - [2025-04-03 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.038137 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1117 0.129976 10.0.0.54 - - [2025-04-03 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.54 - - [2025-04-03 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 1091 0.020737 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006379 10.0.0.54 - - [2025-04-03 02:23:00] "POST /virtual-machines HTTP/1.1" 200 553 0.031375 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.050994 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/port HTTP/1.1" 200 117 0.001544 10.0.0.54 - - [2025-04-03 02:23:00] "POST /neutron/network HTTP/1.1" 200 834 0.013612 10.0.0.54 - - [2025-04-03 02:23:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.150599 10.0.0.54 - - [2025-04-03 02:23:00] "POST /chown HTTP/1.1" 200 109 0.010659 10.0.0.54 - - [2025-04-03 02:23:01] "POST /instance-ips HTTP/1.1" 200 551 0.025689 10.0.0.54 - - [2025-04-03 02:23:01] "POST /instance-ips HTTP/1.1" 400 246 0.041495 10.0.0.54 - - [2025-04-03 02:23:01] "POST /chown HTTP/1.1" 200 109 0.020958 10.0.0.54 - - [2025-04-03 02:23:01] "PUT /virtual-machine-interface/e332a344-9a79-426b-b9b5-daab4a86c205 HTTP/1.1" 200 284 0.015165 10.0.0.54 - - [2025-04-03 02:23:01] "PUT /instance-ip/cd3cff11-846b-4c14-bf1a-a9751716f683 HTTP/1.1" 200 256 0.024470 10.0.0.54 - - [2025-04-03 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.023228 10.0.0.54 - - [2025-04-03 02:23:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.135450 10.0.0.54 - - [2025-04-03 02:23:01] "POST /chown HTTP/1.1" 200 109 0.008518 10.0.0.54 - - [2025-04-03 02:23:01] "POST /instance-ips HTTP/1.1" 200 549 0.058726 10.0.0.54 - - [2025-04-03 02:23:01] "POST /instance-ips HTTP/1.1" 400 316 0.030376 10.0.0.54 - - [2025-04-03 02:23:01] "POST /chown HTTP/1.1" 200 109 0.008582 10.0.0.54 - - [2025-04-03 02:23:01] "PUT /virtual-machine-interface/cfed5a53-f642-43ec-b40c-c5dc9fc5f8a0 HTTP/1.1" 200 284 0.020696 10.0.0.54 - - [2025-04-03 02:23:02] "PUT /instance-ip/ab4ec38d-f741-4c39-ad9a-613084742efe HTTP/1.1" 200 256 0.027790 10.0.0.54 - - [2025-04-03 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.023026 10.0.0.54 - - [2025-04-03 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.011513 10.0.0.54 - - [2025-04-03 02:23:02] "PUT /routing-instance/f213d143-593c-4c6e-a8bb-326cc7e57763 HTTP/1.1" 200 266 0.016747 10.0.0.54 - - [2025-04-03 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.014186 10.0.0.54 - - [2025-04-03 02:23:02] "POST /virtual-machines HTTP/1.1" 200 553 0.014813 10.0.0.54 - - [2025-04-03 02:23:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.127260 10.0.0.54 - - [2025-04-03 02:23:02] "POST /chown HTTP/1.1" 200 109 0.012243 10.0.0.54 - - [2025-04-03 02:23:02] "POST /instance-ips HTTP/1.1" 400 246 0.019414 10.0.0.54 - - [2025-04-03 02:23:02] "POST /chown HTTP/1.1" 200 109 0.008545 10.0.0.54 - - [2025-04-03 02:23:02] "PUT /virtual-machine-interface/80ba8204-f53e-4ed5-9bf7-5bee260bd21c HTTP/1.1" 200 284 0.026118 10.0.0.54 - - [2025-04-03 02:23:02] "PUT /instance-ip/cd3cff11-846b-4c14-bf1a-a9751716f683 HTTP/1.1" 200 256 0.024297 10.0.0.54 - - [2025-04-03 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.013283 10.0.0.54 - - [2025-04-03 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.075877 10.0.0.54 - - [2025-04-03 02:23:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.131574 10.0.0.54 - - [2025-04-03 02:23:03] "POST /chown HTTP/1.1" 200 109 0.011972 10.0.0.54 - - [2025-04-03 02:23:03] "POST /instance-ips HTTP/1.1" 400 316 0.025163 10.0.0.54 - - [2025-04-03 02:23:03] "POST /chown HTTP/1.1" 200 109 0.012994 10.0.0.54 - - [2025-04-03 02:23:03] "PUT /virtual-machine-interface/e964b77e-1fbc-4c11-9ac7-16684186d809 HTTP/1.1" 200 284 0.012514 10.0.0.54 - - [2025-04-03 02:23:03] "PUT /instance-ip/ab4ec38d-f741-4c39-ad9a-613084742efe HTTP/1.1" 200 256 0.018115 10.0.0.54 - - [2025-04-03 02:23:03] "POST /ref-update HTTP/1.1" 200 156 0.025769 10.0.0.54 - - [2025-04-03 02:23:03] "POST /ref-update HTTP/1.1" 200 156 0.018851 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/port HTTP/1.1" 200 1090 0.038592 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009519 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/port HTTP/1.1" 200 1090 0.016202 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023481 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/port HTTP/1.1" 200 1090 0.020942 10.0.0.54 - - [2025-04-03 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007464 10.0.0.54 - - [2025-04-03 02:23:05] "GET /virtual-machine/e5d7ac1b-9511-4487-be1e-4c9dfbb24b95 HTTP/1.1" 401 292 0.000562 10.0.0.54 - - [2025-04-03 02:23:06] "GET /virtual-machine/e5d7ac1b-9511-4487-be1e-4c9dfbb24b95 HTTP/1.1" 200 1296 0.033329 10.0.0.54 - - [2025-04-03 02:23:06] "GET /virtual-machine-interface/045b3a6c-413d-45b1-ba0d-265913e05877 HTTP/1.1" 200 2955 0.005571 10.0.0.54 - - [2025-04-03 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.54 - - [2025-04-03 02:23:06] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003884 10.0.0.54 - - [2025-04-03 02:23:06] "GET /virtual-networks?parent_id=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003917 10.0.0.54 - - [2025-04-03 02:23:06] "GET /virtual-network/c3b6c9e6-5e4b-487b-9756-5b0ba3914fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006063 10.0.0.54 - - [2025-04-03 02:23:08] "POST /neutron/port HTTP/1.1" 200 1090 0.023987 10.0.0.54 - - [2025-04-03 02:23:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007386 10.0.0.54 - - [2025-04-03 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.54 - - [2025-04-03 02:23:09] "GET /virtual-network/c3b6c9e6-5e4b-487b-9756-5b0ba3914fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007662 10.0.0.54 - - [2025-04-03 02:23:10] "POST /neutron/port HTTP/1.1" 200 1091 0.016777 10.0.0.54 - - [2025-04-03 02:23:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006395 10.0.0.54 - - [2025-04-03 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.54 - - [2025-04-03 02:23:11] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003771 10.0.0.54 - - [2025-04-03 02:23:11] "GET /virtual-networks?parent_id=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003568 10.0.0.54 - - [2025-04-03 02:23:11] "GET /virtual-network/c3b6c9e6-5e4b-487b-9756-5b0ba3914fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006466 10.0.0.54 - - [2025-04-03 02:23:11] "POST /neutron/port HTTP/1.1" 200 1091 0.028858 10.0.0.54 - - [2025-04-03 02:23:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008453 10.0.0.54 - - [2025-04-03 02:23:11] "POST /neutron/port HTTP/1.1" 200 1091 0.017854 10.0.0.54 - - [2025-04-03 02:23:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007696 10.0.0.54 - - [2025-04-03 02:23:11] "POST /neutron/port HTTP/1.1" 200 1091 0.030304 10.0.0.54 - - [2025-04-03 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009126 10.0.0.54 - - [2025-04-03 02:23:12] "GET /virtual-machine/39a8b3e3-68c9-4238-bc16-0e935ce6b8e9 HTTP/1.1" 200 1295 0.007555 10.0.0.54 - - [2025-04-03 02:23:12] "GET /virtual-machine-interface/140e7557-d3e6-4c1c-a2c6-07fbcb217552 HTTP/1.1" 200 2968 0.009826 10.0.0.54 - - [2025-04-03 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.54 - - [2025-04-03 02:23:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004931 10.0.0.54 - - [2025-04-03 02:23:12] "GET /virtual-networks?parent_id=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003393 10.0.0.54 - - [2025-04-03 02:23:12] "GET /virtual-network/c539a0d9-c51c-4545-8952-366f67324796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008294 10.0.0.54 - - [2025-04-03 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.54 - - [2025-04-03 02:23:13] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006616 10.0.0.54 - - [2025-04-03 02:23:13] "GET /virtual-networks?parent_id=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003334 10.0.0.54 - - [2025-04-03 02:23:13] "GET /virtual-network/c539a0d9-c51c-4545-8952-366f67324796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005894 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/port HTTP/1.1" 200 1090 0.015420 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/port HTTP/1.1" 200 1090 0.017726 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/network HTTP/1.1" 200 836 0.006788 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.023443 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/network HTTP/1.1" 200 826 0.006234 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/router HTTP/1.1" 200 656 0.004453 10.0.0.54 - - [2025-04-03 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.017069 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/router HTTP/1.1" 200 344 0.144262 10.0.0.54 - - [2025-04-03 02:23:17] "POST /neutron/router HTTP/1.1" 200 656 0.005788 10.0.0.54 - - [2025-04-03 02:23:17] "GET /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003609 10.0.0.54 - - [2025-04-03 02:23:17] "GET /service-instance/5775508e-3261-4645-a7fe-8f0cb25d0d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006597 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/router HTTP/1.1" 200 151 0.074016 10.0.0.54 - - [2025-04-03 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /route-target/9a63c679-538b-4990-8cea-addf023e5b59 HTTP/1.1" 409 239 0.009547 10.0.0.54 - - [2025-04-03 02:23:18] "PUT /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd HTTP/1.1" 404 171 0.004341 10.0.0.54 - - [2025-04-03 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.016734 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /route-table/36fa36d0-2fea-4b3c-b99e-9de7a42117d1 HTTP/1.1" 200 115 0.041278 10.0.0.54 - - [2025-04-03 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009130 10.0.0.54 - - [2025-04-03 02:23:18] "PUT /routing-instance/f213d143-593c-4c6e-a8bb-326cc7e57763 HTTP/1.1" 200 266 0.021299 10.0.0.54 - - [2025-04-03 02:23:18] "GET /virtual-network/5ee1ad69-8539-4ac9-910e-ef279a614785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006398 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/network HTTP/1.1" 200 834 0.008834 10.0.0.54 - - [2025-04-03 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.014686 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/network HTTP/1.1" 400 204 0.053767 10.0.0.54 - - [2025-04-03 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /instance-ip/ab4ec38d-f741-4c39-ad9a-613084742efe HTTP/1.1" 200 115 0.048916 10.0.0.54 - - [2025-04-03 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007877 10.0.0.54 - - [2025-04-03 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.54 - - [2025-04-03 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005060 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /virtual-network/5ee1ad69-8539-4ac9-910e-ef279a614785 HTTP/1.1" 200 115 0.174590 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /route-target/50991f28-8e25-46d0-9380-2d1d101edfa5 HTTP/1.1" 200 115 0.024182 10.0.0.54 - - [2025-04-03 02:23:18] "DELETE /service-instance/5775508e-3261-4645-a7fe-8f0cb25d0d1c HTTP/1.1" 200 115 0.049932 10.0.0.54 - - [2025-04-03 02:23:18] "GET /logical-router/9549f7d2-d835-4cdf-92cb-b3bb435565fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008884 10.0.0.54 - - [2025-04-03 02:23:18] "GET /service-instance/5775508e-3261-4645-a7fe-8f0cb25d0d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005885 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/port HTTP/1.1" 200 1091 0.020067 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/port HTTP/1.1" 200 1117 0.015532 10.0.0.54 - - [2025-04-03 02:23:18] "GET /virtual-machine-interface/80ba8204-f53e-4ed5-9bf7-5bee260bd21c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006004 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/port HTTP/1.1" 200 1090 0.024365 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/port HTTP/1.1" 200 1116 0.016171 10.0.0.54 - - [2025-04-03 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.031694 10.0.0.54 - - [2025-04-03 02:23:18] "GET /instance-ip/cd3cff11-846b-4c14-bf1a-a9751716f683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005886 10.0.0.54 - - [2025-04-03 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.235343 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine-interface/80ba8204-f53e-4ed5-9bf7-5bee260bd21c HTTP/1.1" 200 115 0.076903 10.0.0.54 - - [2025-04-03 02:23:19] "GET /virtual-machine-interface/e964b77e-1fbc-4c11-9ac7-16684186d809?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.013752 10.0.0.54 - - [2025-04-03 02:23:19] "POST /neutron/port HTTP/1.1" 200 151 0.228736 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine-interface/e964b77e-1fbc-4c11-9ac7-16684186d809 HTTP/1.1" 200 115 0.045082 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine/929fdca3-65e5-4b6c-8000-ea93aa8375f8 HTTP/1.1" 200 115 0.028297 10.0.0.54 - - [2025-04-03 02:23:19] "GET /virtual-machine-interface/cfed5a53-f642-43ec-b40c-c5dc9fc5f8a0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.008595 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine-interface/cfed5a53-f642-43ec-b40c-c5dc9fc5f8a0 HTTP/1.1" 200 115 0.054415 10.0.0.54 - - [2025-04-03 02:23:19] "GET /virtual-machine-interface/e332a344-9a79-426b-b9b5-daab4a86c205?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.010637 10.0.0.54 - - [2025-04-03 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.030472 10.0.0.54 - - [2025-04-03 02:23:19] "GET /instance-ip/cd3cff11-846b-4c14-bf1a-a9751716f683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.007804 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /instance-ip/cd3cff11-846b-4c14-bf1a-a9751716f683 HTTP/1.1" 200 115 0.047131 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine-interface/e332a344-9a79-426b-b9b5-daab4a86c205 HTTP/1.1" 200 115 0.049099 10.0.0.54 - - [2025-04-03 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.018204 10.0.0.54 - - [2025-04-03 02:23:19] "DELETE /virtual-machine/479822b5-24fb-4ee8-88ba-a73e2a1ee0af HTTP/1.1" 200 115 0.025372 10.0.0.54 - - [2025-04-03 02:23:20] "POST /neutron/network HTTP/1.1" 200 834 0.006597 10.0.0.54 - - [2025-04-03 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.54 - - [2025-04-03 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002463 10.0.0.54 - - [2025-04-03 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.54 - - [2025-04-03 02:23:20] "POST /neutron/network HTTP/1.1" 200 151 0.104144 10.0.0.54 - - [2025-04-03 02:23:20] "DELETE /route-target/a423a112-fdaa-4105-b0b8-f22f98799fcb HTTP/1.1" 200 115 0.026914 10.0.0.54 - - [2025-04-03 02:23:20] "POST /neutron/network HTTP/1.1" 200 826 0.009111 10.0.0.54 - - [2025-04-03 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004057 10.0.0.54 - - [2025-04-03 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.54 - - [2025-04-03 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002212 10.0.0.54 - - [2025-04-03 02:23:20] "POST /neutron/network HTTP/1.1" 200 151 0.093573 10.0.0.54 - - [2025-04-03 02:23:20] "DELETE /route-target/279c1ee4-8952-4ca1-bf24-3a2dbf3e8d37 HTTP/1.1" 200 115 0.019521 10.0.0.54 - - [2025-04-03 02:23:20] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001241 10.0.0.54 - - [2025-04-03 02:23:20] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031855 10.0.0.54 - - [2025-04-03 02:23:20] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001021 10.0.0.54 - - [2025-04-03 02:23:20] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?fields=virtual_networks HTTP/1.1" 200 1038 0.072551 10.0.0.54 - - [2025-04-03 02:23:20] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.54 - - [2025-04-03 02:23:20] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028282 10.0.0.54 - - [2025-04-03 02:23:21] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001223 10.0.0.54 - - [2025-04-03 02:23:21] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?fields=security_groups HTTP/1.1" 200 1267 0.027639 10.0.0.54 - - [2025-04-03 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.026794 10.0.0.54 - - [2025-04-03 02:23:22] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003047 10.0.0.54 - - [2025-04-03 02:23:22] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001931 10.0.0.54 - - [2025-04-03 02:23:22] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008750 10.0.0.54 - - [2025-04-03 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.001357 10.0.0.54 - - [2025-04-03 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002695 10.0.0.54 - - [2025-04-03 02:23:22] "POST /security-groups HTTP/1.1" 200 599 0.067259 10.0.0.54 - - [2025-04-03 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.003833 10.0.0.54 - - [2025-04-03 02:23:22] "POST /projects HTTP/1.1" 200 601 0.252292 10.0.0.54 - - [2025-04-03 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.322922 10.0.0.54 - - [2025-04-03 02:23:22] "POST /access-control-lists HTTP/1.1" 200 604 0.069190 10.0.0.54 - - [2025-04-03 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.002904 10.0.0.54 - - [2025-04-03 02:23:22] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.463618 10.0.0.54 - - [2025-04-03 02:23:22] "POST /access-control-lists HTTP/1.1" 200 602 0.064243 10.0.0.54 - - [2025-04-03 02:23:23] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.54 - - [2025-04-03 02:23:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.54 - - [2025-04-03 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.056144 10.0.0.54 - - [2025-04-03 02:23:24] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.54 - - [2025-04-03 02:23:24] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026718 10.0.0.54 - - [2025-04-03 02:23:24] "POST /neutron/network HTTP/1.1" 200 117 0.031249 10.0.0.54 - - [2025-04-03 02:23:24] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002029 10.0.0.54 - - [2025-04-03 02:23:24] "POST /neutron/network HTTP/1.1" 200 613 0.078728 10.0.0.54 - - [2025-04-03 02:23:24] "POST /route-targets HTTP/1.1" 200 327 0.014683 10.0.0.54 - - [2025-04-03 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.016048 10.0.0.54 - - [2025-04-03 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004971 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.196238 10.0.0.54 - - [2025-04-03 02:23:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.54 - - [2025-04-03 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005463 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.183163 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/network HTTP/1.1" 200 1003 0.008348 10.0.0.54 - - [2025-04-03 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001350 10.0.0.54 - - [2025-04-03 02:23:25] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005106 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/network HTTP/1.1" 200 1003 0.008074 10.0.0.54 - - [2025-04-03 02:23:25] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005997 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/network HTTP/1.1" 200 1003 0.010225 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.007832 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.008237 10.0.0.54 - - [2025-04-03 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.54 - - [2025-04-03 02:23:25] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002894 10.0.0.54 - - [2025-04-03 02:23:25] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035782 10.0.0.54 - - [2025-04-03 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.032199 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/network HTTP/1.1" 200 117 0.009711 10.0.0.54 - - [2025-04-03 02:23:25] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/network HTTP/1.1" 200 613 0.066177 10.0.0.54 - - [2025-04-03 02:23:25] "POST /route-targets HTTP/1.1" 200 327 0.010499 10.0.0.54 - - [2025-04-03 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.011740 10.0.0.54 - - [2025-04-03 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005591 10.0.0.54 - - [2025-04-03 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.179147 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003909 10.0.0.54 - - [2025-04-03 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002553 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.146811 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1004 0.009100 10.0.0.54 - - [2025-04-03 02:23:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001795 10.0.0.54 - - [2025-04-03 02:23:26] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007221 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1004 0.008393 10.0.0.54 - - [2025-04-03 02:23:26] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005486 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1004 0.011385 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.010332 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.008590 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003006 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.54 - - [2025-04-03 02:23:26] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.54 - - [2025-04-03 02:23:26] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054066 10.0.0.54 - - [2025-04-03 02:23:26] "POST /network-policys HTTP/1.1" 200 577 0.064010 10.0.0.54 - - [2025-04-03 02:23:26] "GET /network-policy/5781cc1d-2c2b-408e-ba30-34ad051e0ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.011711 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1003 0.011238 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.015092 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.015679 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1111 0.070832 10.0.0.54 - - [2025-04-03 02:23:26] "POST /access-control-lists HTTP/1.1" 200 596 0.070015 10.0.0.54 - - [2025-04-03 02:23:26] "POST /neutron/network HTTP/1.1" 200 1111 0.038035 10.0.0.54 - - [2025-04-03 02:23:26] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.017803 10.0.0.54 - - [2025-04-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.54 - - [2025-04-03 02:23:26] "GET /network-policy/5781cc1d-2c2b-408e-ba30-34ad051e0ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005032 10.0.0.54 - - [2025-04-03 02:23:27] "POST /neutron/network HTTP/1.1" 200 1004 0.009723 10.0.0.54 - - [2025-04-03 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.011340 10.0.0.54 - - [2025-04-03 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.012986 10.0.0.54 - - [2025-04-03 02:23:27] "POST /neutron/network HTTP/1.1" 200 1112 0.098124 10.0.0.54 - - [2025-04-03 02:23:27] "POST /access-control-lists HTTP/1.1" 200 596 0.101961 10.0.0.54 - - [2025-04-03 02:23:27] "POST /neutron/network HTTP/1.1" 200 1112 0.057673 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006468 10.0.0.54 - - [2025-04-03 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.54 - - [2025-04-03 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.014491 10.0.0.54 - - [2025-04-03 02:23:27] "GET /network-policy/5781cc1d-2c2b-408e-ba30-34ad051e0ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006713 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domains HTTP/1.1" 401 292 0.003909 10.0.0.54 - - [2025-04-03 02:23:27] "PUT /access-control-list/23b87264-ab4c-488c-8d5e-970e7c631984 HTTP/1.1" 200 272 0.055961 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domains HTTP/1.1" 200 280 0.027634 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.009844 10.0.0.54 - - [2025-04-03 02:23:27] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.54 - - [2025-04-03 02:23:27] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 2625 0.087209 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e HTTP/1.1" 200 3497 0.007500 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e HTTP/1.1" 200 3497 0.006294 10.0.0.54 - - [2025-04-03 02:23:27] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 200 1796 0.004316 10.0.0.54 - - [2025-04-03 02:23:27] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 200 1796 0.004028 10.0.0.54 - - [2025-04-03 02:23:27] "GET /route-target/41056b3d-317f-473e-b088-5acffa895ff6 HTTP/1.1" 200 1212 0.004102 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e HTTP/1.1" 200 3497 0.006030 10.0.0.54 - - [2025-04-03 02:23:27] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 200 1796 0.004004 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006008 10.0.0.54 - - [2025-04-03 02:23:27] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e HTTP/1.1" 200 3497 0.007248 10.0.0.54 - - [2025-04-03 02:23:27] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 200 1796 0.004321 10.0.0.54 - - [2025-04-03 02:23:27] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 200 1796 0.004268 10.0.0.54 - - [2025-04-03 02:23:27] "GET /route-target/41056b3d-317f-473e-b088-5acffa895ff6 HTTP/1.1" 200 1212 0.005386 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domains HTTP/1.1" 200 280 0.004267 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001848 10.0.0.54 - - [2025-04-03 02:23:27] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.011532 10.0.0.54 - - [2025-04-03 02:23:27] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.54 - - [2025-04-03 02:23:28] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 2625 0.078134 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e HTTP/1.1" 200 3497 0.005271 10.0.0.54 - - [2025-04-03 02:23:28] "GET /obj-perms HTTP/1.1" 200 5046 0.064696 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domains HTTP/1.1" 200 280 0.004138 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002236 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.012040 10.0.0.54 - - [2025-04-03 02:23:28] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.54 - - [2025-04-03 02:23:28] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 2625 0.079795 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64 HTTP/1.1" 200 3500 0.009203 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64 HTTP/1.1" 200 3500 0.005772 10.0.0.54 - - [2025-04-03 02:23:28] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 200 1794 0.004356 10.0.0.54 - - [2025-04-03 02:23:28] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 200 1794 0.003954 10.0.0.54 - - [2025-04-03 02:23:28] "GET /route-target/040dd441-ce61-478f-b9c2-07f8c646e3e5 HTTP/1.1" 200 1211 0.004005 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64 HTTP/1.1" 200 3500 0.005777 10.0.0.54 - - [2025-04-03 02:23:28] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 200 1794 0.004114 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005922 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64 HTTP/1.1" 200 3500 0.007335 10.0.0.54 - - [2025-04-03 02:23:28] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 200 1794 0.004236 10.0.0.54 - - [2025-04-03 02:23:28] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 200 1794 0.004159 10.0.0.54 - - [2025-04-03 02:23:28] "GET /route-target/040dd441-ce61-478f-b9c2-07f8c646e3e5 HTTP/1.1" 200 1211 0.003832 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domains HTTP/1.1" 200 280 0.003352 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.54 - - [2025-04-03 02:23:28] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.008901 10.0.0.54 - - [2025-04-03 02:23:28] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002498 10.0.0.54 - - [2025-04-03 02:23:28] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 2625 0.102973 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64 HTTP/1.1" 200 3500 0.009421 10.0.0.54 - - [2025-04-03 02:23:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004036 10.0.0.54 - - [2025-04-03 02:23:28] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007972 10.0.0.54 - - [2025-04-03 02:23:28] "POST /neutron/network HTTP/1.1" 200 1112 0.010563 10.0.0.54 - - [2025-04-03 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.013458 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1004 0.087364 10.0.0.54 - - [2025-04-03 02:23:29] "DELETE /access-control-list/79fe3f9b-82b5-490b-83e0-36f68e24c800 HTTP/1.1" 200 115 0.063562 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1004 0.014923 10.0.0.54 - - [2025-04-03 02:23:29] "GET /virtual-network/f77aaddb-e7c4-4595-ad2d-13e921c64d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005174 10.0.0.54 - - [2025-04-03 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.021928 10.0.0.54 - - [2025-04-03 02:23:29] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005202 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1111 0.009188 10.0.0.54 - - [2025-04-03 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.008081 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1003 0.069541 10.0.0.54 - - [2025-04-03 02:23:29] "DELETE /access-control-list/23b87264-ab4c-488c-8d5e-970e7c631984 HTTP/1.1" 200 115 0.040630 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1003 0.011729 10.0.0.54 - - [2025-04-03 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.015132 10.0.0.54 - - [2025-04-03 02:23:29] "GET /virtual-network/cd159494-a825-4d67-9b7a-7c6b5f101c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.011734 10.0.0.54 - - [2025-04-03 02:23:29] "DELETE /network-policy/5781cc1d-2c2b-408e-ba30-34ad051e0ffc HTTP/1.1" 200 115 0.024599 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1004 0.009029 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002404 10.0.0.54 - - [2025-04-03 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007239 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004185 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003560 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002247 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 151 0.108784 10.0.0.54 - - [2025-04-03 02:23:29] "DELETE /route-target/040dd441-ce61-478f-b9c2-07f8c646e3e5 HTTP/1.1" 200 115 0.023451 10.0.0.54 - - [2025-04-03 02:23:29] "GET /routing-instance/81ad8dc9-db77-4595-8256-08358db24543 HTTP/1.1" 404 171 0.004289 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domains HTTP/1.1" 200 280 0.003768 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.049256 10.0.0.54 - - [2025-04-03 02:23:29] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.54 - - [2025-04-03 02:23:29] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 2145 0.072522 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 1003 0.009808 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004917 10.0.0.54 - - [2025-04-03 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006644 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003503 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.54 - - [2025-04-03 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.54 - - [2025-04-03 02:23:29] "POST /neutron/network HTTP/1.1" 200 151 0.110768 10.0.0.54 - - [2025-04-03 02:23:29] "DELETE /route-target/41056b3d-317f-473e-b088-5acffa895ff6 HTTP/1.1" 200 115 0.024307 10.0.0.54 - - [2025-04-03 02:23:29] "GET /routing-instance/9d6654c7-4e31-430b-b37e-ec68b9394642 HTTP/1.1" 404 171 0.002821 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domains HTTP/1.1" 200 280 0.003043 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.54 - - [2025-04-03 02:23:29] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2951 0.052181 10.0.0.54 - - [2025-04-03 02:23:29] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.54 - - [2025-04-03 02:23:29] "GET /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 1900 0.072601 10.0.0.54 - - [2025-04-03 02:23:30] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.54 - - [2025-04-03 02:23:30] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028579 10.0.0.54 - - [2025-04-03 02:23:30] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001732 10.0.0.54 - - [2025-04-03 02:23:30] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?fields=virtual_networks HTTP/1.1" 200 1048 0.080820 10.0.0.54 - - [2025-04-03 02:23:30] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001842 10.0.0.54 - - [2025-04-03 02:23:30] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040794 10.0.0.54 - - [2025-04-03 02:23:30] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002613 10.0.0.54 - - [2025-04-03 02:23:30] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?fields=security_groups HTTP/1.1" 200 1282 0.028655 10.0.0.54 - - [2025-04-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.025968 10.0.0.54 - - [2025-04-03 02:23:31] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002817 10.0.0.54 - - [2025-04-03 02:23:31] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001641 10.0.0.54 - - [2025-04-03 02:23:31] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008223 10.0.0.54 - - [2025-04-03 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.004563 10.0.0.54 - - [2025-04-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.003685 10.0.0.54 - - [2025-04-03 02:23:31] "POST /security-groups HTTP/1.1" 200 593 0.064021 10.0.0.54 - - [2025-04-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003175 10.0.0.54 - - [2025-04-03 02:23:31] "POST /projects HTTP/1.1" 200 589 0.245934 10.0.0.54 - - [2025-04-03 02:23:31] "POST /access-control-lists HTTP/1.1" 200 598 0.057487 10.0.0.54 - - [2025-04-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.322350 10.0.0.54 - - [2025-04-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.002743 10.0.0.54 - - [2025-04-03 02:23:31] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.447763 10.0.0.54 - - [2025-04-03 02:23:31] "POST /access-control-lists HTTP/1.1" 200 596 0.060184 10.0.0.54 - - [2025-04-03 02:23:32] "GET / HTTP/1.1" 200 35931 0.002313 10.0.0.54 - - [2025-04-03 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.54 - - [2025-04-03 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.063329 10.0.0.54 - - [2025-04-03 02:23:34] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001233 10.0.0.54 - - [2025-04-03 02:23:34] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027070 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 117 0.033360 10.0.0.54 - - [2025-04-03 02:23:34] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001791 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 607 0.104856 10.0.0.54 - - [2025-04-03 02:23:34] "POST /route-targets HTTP/1.1" 200 327 0.017847 10.0.0.54 - - [2025-04-03 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.013544 10.0.0.54 - - [2025-04-03 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.166556 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 827 0.008640 10.0.0.54 - - [2025-04-03 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001443 10.0.0.54 - - [2025-04-03 02:23:34] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007216 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 827 0.007163 10.0.0.54 - - [2025-04-03 02:23:34] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006259 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 827 0.008435 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.009151 10.0.0.54 - - [2025-04-03 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.54 - - [2025-04-03 02:23:34] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.54 - - [2025-04-03 02:23:34] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038793 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 117 0.010092 10.0.0.54 - - [2025-04-03 02:23:34] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001312 10.0.0.54 - - [2025-04-03 02:23:34] "POST /neutron/network HTTP/1.1" 200 607 0.074752 10.0.0.54 - - [2025-04-03 02:23:34] "POST /route-targets HTTP/1.1" 200 327 0.014893 10.0.0.54 - - [2025-04-03 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.019280 10.0.0.54 - - [2025-04-03 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.157295 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 825 0.006867 10.0.0.54 - - [2025-04-03 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001925 10.0.0.54 - - [2025-04-03 02:23:35] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007891 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 825 0.006372 10.0.0.54 - - [2025-04-03 02:23:35] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005766 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 825 0.008171 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.010225 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.003137 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.54 - - [2025-04-03 02:23:35] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001628 10.0.0.54 - - [2025-04-03 02:23:35] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039543 10.0.0.54 - - [2025-04-03 02:23:35] "POST /network-policys HTTP/1.1" 200 571 0.021868 10.0.0.54 - - [2025-04-03 02:23:35] "GET /network-policy/8df51b7f-f113-4af8-b96d-aec45a3b4fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006121 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 827 0.008211 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.006130 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 929 0.065923 10.0.0.54 - - [2025-04-03 02:23:35] "POST /access-control-lists HTTP/1.1" 200 590 0.073195 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 929 0.033851 10.0.0.54 - - [2025-04-03 02:23:35] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.013206 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.54 - - [2025-04-03 02:23:35] "GET /network-policy/8df51b7f-f113-4af8-b96d-aec45a3b4fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003712 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 825 0.006537 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.005561 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 927 0.070933 10.0.0.54 - - [2025-04-03 02:23:35] "POST /neutron/network HTTP/1.1" 200 927 0.041342 10.0.0.54 - - [2025-04-03 02:23:35] "POST /access-control-lists HTTP/1.1" 200 590 0.078178 10.0.0.54 - - [2025-04-03 02:23:35] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.012849 10.0.0.54 - - [2025-04-03 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.54 - - [2025-04-03 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.012918 10.0.0.54 - - [2025-04-03 02:23:36] "GET /network-policy/8df51b7f-f113-4af8-b96d-aec45a3b4fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003932 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domains HTTP/1.1" 401 292 0.000485 10.0.0.54 - - [2025-04-03 02:23:36] "PUT /access-control-list/5c68f281-d134-48c6-969c-4e691c020210 HTTP/1.1" 200 272 0.054640 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domains HTTP/1.1" 200 280 0.038143 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 3139 0.009696 10.0.0.54 - - [2025-04-03 02:23:36] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001274 10.0.0.54 - - [2025-04-03 02:23:36] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 2572 0.086502 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509 HTTP/1.1" 200 2894 0.009462 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509 HTTP/1.1" 200 2894 0.005657 10.0.0.54 - - [2025-04-03 02:23:36] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 200 1782 0.005057 10.0.0.54 - - [2025-04-03 02:23:36] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 200 1782 0.006543 10.0.0.54 - - [2025-04-03 02:23:36] "GET /route-target/088600c8-6e9b-4390-b69d-e3020e6df093 HTTP/1.1" 200 1205 0.003812 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509 HTTP/1.1" 200 2894 0.005479 10.0.0.54 - - [2025-04-03 02:23:36] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 200 1782 0.003792 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005712 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509 HTTP/1.1" 200 2894 0.007016 10.0.0.54 - - [2025-04-03 02:23:36] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 200 1782 0.004533 10.0.0.54 - - [2025-04-03 02:23:36] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 200 1782 0.004185 10.0.0.54 - - [2025-04-03 02:23:36] "GET /route-target/088600c8-6e9b-4390-b69d-e3020e6df093 HTTP/1.1" 200 1205 0.004915 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domains HTTP/1.1" 200 280 0.003203 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.54 - - [2025-04-03 02:23:36] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 3139 0.016228 10.0.0.54 - - [2025-04-03 02:23:36] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002338 10.0.0.54 - - [2025-04-03 02:23:36] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 2572 0.079624 10.0.0.54 - - [2025-04-03 02:23:36] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509 HTTP/1.1" 200 2894 0.005751 10.0.0.54 - - [2025-04-03 02:23:37] "GET /obj-perms HTTP/1.1" 200 5034 0.060962 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domains HTTP/1.1" 200 280 0.003208 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 3139 0.008271 10.0.0.54 - - [2025-04-03 02:23:37] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003335 10.0.0.54 - - [2025-04-03 02:23:37] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 2572 0.070419 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08 HTTP/1.1" 200 2887 0.009935 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08 HTTP/1.1" 200 2887 0.005570 10.0.0.54 - - [2025-04-03 02:23:37] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 200 1784 0.004167 10.0.0.54 - - [2025-04-03 02:23:37] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 200 1784 0.004566 10.0.0.54 - - [2025-04-03 02:23:37] "GET /route-target/2d1ba398-c9ae-43b4-b3b2-135cf651014e HTTP/1.1" 200 1206 0.003836 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08 HTTP/1.1" 200 2887 0.005607 10.0.0.54 - - [2025-04-03 02:23:37] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 200 1784 0.003962 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005474 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08 HTTP/1.1" 200 2887 0.005667 10.0.0.54 - - [2025-04-03 02:23:37] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 200 1784 0.004255 10.0.0.54 - - [2025-04-03 02:23:37] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 200 1784 0.004159 10.0.0.54 - - [2025-04-03 02:23:37] "GET /route-target/2d1ba398-c9ae-43b4-b3b2-135cf651014e HTTP/1.1" 200 1206 0.004227 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domains HTTP/1.1" 200 280 0.003761 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.54 - - [2025-04-03 02:23:37] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 3139 0.010518 10.0.0.54 - - [2025-04-03 02:23:37] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002007 10.0.0.54 - - [2025-04-03 02:23:37] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 2572 0.075002 10.0.0.54 - - [2025-04-03 02:23:37] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08 HTTP/1.1" 200 2887 0.005383 10.0.0.54 - - [2025-04-03 02:23:37] "GET /obj-perms HTTP/1.1" 200 5034 0.003441 10.0.0.54 - - [2025-04-03 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001487 10.0.0.54 - - [2025-04-03 02:23:37] "POST /neutron/network HTTP/1.1" 200 939 0.008055 10.0.0.54 - - [2025-04-03 02:23:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000712 10.0.0.54 - - [2025-04-03 02:23:38] "GET / HTTP/1.1" 200 35931 0.003130 10.0.0.54 - - [2025-04-03 02:23:38] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001410 10.0.0.54 - - [2025-04-03 02:23:38] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001553 10.0.0.54 - - [2025-04-03 02:23:38] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.052184 10.0.0.54 - - [2025-04-03 02:23:38] "POST /neutron/network HTTP/1.1" 200 929 0.006759 10.0.0.54 - - [2025-04-03 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.007173 10.0.0.54 - - [2025-04-03 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.009386 10.0.0.54 - - [2025-04-03 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001551 10.0.0.54 - - [2025-04-03 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.008327 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/network HTTP/1.1" 200 937 0.007519 10.0.0.54 - - [2025-04-03 02:23:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/network HTTP/1.1" 200 939 0.007872 10.0.0.54 - - [2025-04-03 02:23:39] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.54 - - [2025-04-03 02:23:39] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.54 - - [2025-04-03 02:23:39] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 1063 0.252109 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 1063 0.012377 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 1063 0.011114 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 1117 0.063882 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 1091 0.021942 10.0.0.54 - - [2025-04-03 02:23:39] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003221 10.0.0.54 - - [2025-04-03 02:23:39] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.054407 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.012210 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/network HTTP/1.1" 200 927 0.006224 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.54 - - [2025-04-03 02:23:39] "POST /neutron/network HTTP/1.1" 200 929 0.007037 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1091 0.018246 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006603 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.006291 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017617 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007586 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/network HTTP/1.1" 200 937 0.008132 10.0.0.54 - - [2025-04-03 02:23:40] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001394 10.0.0.54 - - [2025-04-03 02:23:40] "PUT /access-control-list/333e9c80-779c-4713-a627-9624556fcf1a HTTP/1.1" 200 272 0.032083 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1061 0.367920 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1061 0.013191 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1061 0.009656 10.0.0.54 - - [2025-04-03 02:23:40] "POST /neutron/port HTTP/1.1" 200 1115 0.102736 10.0.0.54 - - [2025-04-03 02:23:41] "POST /neutron/port HTTP/1.1" 200 1089 0.015415 10.0.0.54 - - [2025-04-03 02:23:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.54 - - [2025-04-03 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 693 0.015675 10.0.0.54 - - [2025-04-03 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001798 10.0.0.54 - - [2025-04-03 02:23:41] "POST /neutron/network HTTP/1.1" 200 927 0.009225 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/port HTTP/1.1" 200 1091 0.019096 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011054 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/port HTTP/1.1" 200 1091 0.019077 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006823 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/port HTTP/1.1" 200 1091 0.016912 10.0.0.54 - - [2025-04-03 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007320 10.0.0.54 - - [2025-04-03 02:23:45] "GET /virtual-machine/9a2dd129-39dd-4539-a896-0f4278a0adfd HTTP/1.1" 200 1295 0.006718 10.0.0.54 - - [2025-04-03 02:23:45] "GET /virtual-machine-interface/67bd9b66-cd63-41cb-b663-3d5c5b06146d HTTP/1.1" 200 2951 0.006352 10.0.0.54 - - [2025-04-03 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.54 - - [2025-04-03 02:23:45] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003736 10.0.0.54 - - [2025-04-03 02:23:45] "GET /virtual-networks?parent_id=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005049 10.0.0.54 - - [2025-04-03 02:23:45] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007588 10.0.0.54 - - [2025-04-03 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.54 - - [2025-04-03 02:23:48] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008017 10.0.0.54 - - [2025-04-03 02:23:48] "POST /neutron/port HTTP/1.1" 200 1091 0.018956 10.0.0.54 - - [2025-04-03 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006542 10.0.0.54 - - [2025-04-03 02:23:49] "POST /neutron/port HTTP/1.1" 200 1089 0.016425 10.0.0.54 - - [2025-04-03 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006806 10.0.0.54 - - [2025-04-03 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.54 - - [2025-04-03 02:23:50] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004602 10.0.0.54 - - [2025-04-03 02:23:50] "GET /virtual-networks?parent_id=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003460 10.0.0.54 - - [2025-04-03 02:23:51] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009643 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/port HTTP/1.1" 200 1089 0.017716 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011622 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /project/39deb9601c824860a1299a801385e56f HTTP/1.1" 404 173 0.008392 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /project/ee399afebc6b49fbb09d341e0416f521 HTTP/1.1" 404 173 0.014027 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /project/ec07d8a9e2bb4aae833ce0365a7c7546 HTTP/1.1" 404 173 0.013070 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001196 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/port HTTP/1.1" 200 1089 0.064106 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.066551 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.070693 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.073316 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001451 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.029581 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?fields=security_groups HTTP/1.1" 200 1387 0.068493 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?fields=security_groups HTTP/1.1" 200 1372 0.079653 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?fields=security_groups HTTP/1.1" 200 1348 0.084298 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/port HTTP/1.1" 200 1089 0.030404 10.0.0.54 - - [2025-04-03 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012252 10.0.0.54 - - [2025-04-03 02:23:51] "GET /virtual-machine/279a45e7-2986-4d1d-8813-3c43f7bfe7be HTTP/1.1" 200 1293 0.007945 10.0.0.54 - - [2025-04-03 02:23:51] "GET /virtual-machine-interface/a2b49351-fb98-461e-8a21-917d076a972b HTTP/1.1" 200 2951 0.005320 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /security-group/ec4272d2-5ae1-406b-aeac-5209ae3f8adc HTTP/1.1" 200 115 0.097327 10.0.0.54 - - [2025-04-03 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008933 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=39deb960-1c82-4860-a129-9a801385e56f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.54 - - [2025-04-03 02:23:51] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008087 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /security-group/bbf52198-0f11-486a-9d96-1776beb8ddba HTTP/1.1" 200 115 0.108808 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=ec07d8a9-e2bb-4aae-833c-e0365a7c7546&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001262 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /security-group/8d442d3c-8737-4696-b98d-dd5ed77a90b5 HTTP/1.1" 200 115 0.116870 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /access-control-list/a0c7225a-3743-414e-a658-aa267b96a788 HTTP/1.1" 200 115 0.068353 10.0.0.54 - - [2025-04-03 02:23:51] "GET /projects?obj_uuids=497c04f3-d7f6-43a7-aa25-29821dedc55c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001367 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/39deb960-1c82-4860-a129-9a801385e56f?fields=application_policy_sets HTTP/1.1" 200 1426 0.065717 10.0.0.54 - - [2025-04-03 02:23:51] "GET /virtual-networks?parent_id=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.011547 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/497c04f3-d7f6-43a7-aa25-29821dedc55c?fields=application_policy_sets HTTP/1.1" 200 1387 0.054464 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /access-control-list/2030dcef-2e21-4af8-b132-7958d5127393 HTTP/1.1" 200 115 0.060758 10.0.0.54 - - [2025-04-03 02:23:51] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009604 10.0.0.54 - - [2025-04-03 02:23:51] "GET /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546?fields=application_policy_sets HTTP/1.1" 200 1411 0.111162 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /access-control-list/dbbc7fe6-a4bc-40c2-8259-fca0bedf8fa0 HTTP/1.1" 200 115 0.033221 10.0.0.54 - - [2025-04-03 02:23:51] "DELETE /access-control-list/986b2dc9-9186-41b8-80b8-55be3c712fb9 HTTP/1.1" 200 115 0.106749 10.0.0.54 - - [2025-04-03 02:23:52] "DELETE /project/39deb960-1c82-4860-a129-9a801385e56f HTTP/1.1" 200 115 0.637869 10.0.0.54 - - [2025-04-03 02:23:52] "DELETE /project/497c04f3-d7f6-43a7-aa25-29821dedc55c HTTP/1.1" 200 115 0.650492 10.0.0.54 - - [2025-04-03 02:23:52] "DELETE /access-control-list/846c87ef-9158-479c-8776-be50d62174a1 HTTP/1.1" 200 115 0.046131 10.0.0.54 - - [2025-04-03 02:23:52] "DELETE /access-control-list/48d83605-8eb9-4d8b-b4c8-8e8f1dde2709 HTTP/1.1" 200 115 0.020998 10.0.0.54 - - [2025-04-03 02:23:52] "DELETE /project/ec07d8a9-e2bb-4aae-833c-e0365a7c7546 HTTP/1.1" 200 115 0.689667 10.0.0.54 - - [2025-04-03 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.54 - - [2025-04-03 02:23:52] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004784 10.0.0.54 - - [2025-04-03 02:23:52] "GET /virtual-networks?parent_id=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003623 10.0.0.54 - - [2025-04-03 02:23:53] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006647 10.0.0.54 - - [2025-04-03 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.54 - - [2025-04-03 02:23:57] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001431 10.0.0.54 - - [2025-04-03 02:23:57] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038865 10.0.0.54 - - [2025-04-03 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.54 - - [2025-04-03 02:23:57] "PUT /network-policy/8df51b7f-f113-4af8-b96d-aec45a3b4fa1 HTTP/1.1" 200 262 0.012355 10.0.0.54 - - [2025-04-03 02:23:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055000 10.0.0.54 - - [2025-04-03 02:23:57] "PUT /access-control-list/5c68f281-d134-48c6-969c-4e691c020210 HTTP/1.1" 200 272 0.057376 10.0.0.54 - - [2025-04-03 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.011061 10.0.0.54 - - [2025-04-03 02:23:57] "PUT /access-control-list/333e9c80-779c-4713-a627-9624556fcf1a HTTP/1.1" 200 272 0.052632 10.0.0.54 - - [2025-04-03 02:23:57] "GET /obj-perms HTTP/1.1" 200 5056 0.054878 10.0.0.54 - - [2025-04-03 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.011575 10.0.0.54 - - [2025-04-03 02:24:00] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009676 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 927 0.008387 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 825 0.064193 10.0.0.54 - - [2025-04-03 02:24:00] "DELETE /access-control-list/333e9c80-779c-4713-a627-9624556fcf1a HTTP/1.1" 200 115 0.044009 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 825 0.007715 10.0.0.54 - - [2025-04-03 02:24:00] "GET /virtual-network/14c2a0d5-d251-464c-8017-2c8ec8957a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005519 10.0.0.54 - - [2025-04-03 02:24:00] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005798 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 929 0.008915 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 827 0.065904 10.0.0.54 - - [2025-04-03 02:24:00] "DELETE /access-control-list/5c68f281-d134-48c6-969c-4e691c020210 HTTP/1.1" 200 115 0.045470 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 827 0.007727 10.0.0.54 - - [2025-04-03 02:24:00] "GET /virtual-network/6fc0b249-897d-4ebf-b9dc-c7405f1db509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005650 10.0.0.54 - - [2025-04-03 02:24:00] "DELETE /network-policy/8df51b7f-f113-4af8-b96d-aec45a3b4fa1 HTTP/1.1" 200 115 0.039718 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 200 825 0.006527 10.0.0.54 - - [2025-04-03 02:24:00] "POST /neutron/network HTTP/1.1" 400 204 0.016976 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 1089 0.025400 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 1115 0.014601 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 151 0.126731 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 1091 0.021871 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 1117 0.011150 10.0.0.54 - - [2025-04-03 02:24:01] "POST /neutron/port HTTP/1.1" 200 151 0.125495 10.0.0.54 - - [2025-04-03 02:24:03] "POST /neutron/network HTTP/1.1" 200 825 0.007040 10.0.0.54 - - [2025-04-03 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004127 10.0.0.54 - - [2025-04-03 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.54 - - [2025-04-03 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004951 10.0.0.54 - - [2025-04-03 02:24:03] "POST /neutron/network HTTP/1.1" 200 151 0.106986 10.0.0.54 - - [2025-04-03 02:24:03] "GET /routing-instance/ecb1a079-28d6-42d7-9897-04ab804b9f8f HTTP/1.1" 404 171 0.003481 10.0.0.54 - - [2025-04-03 02:24:03] "DELETE /route-target/2d1ba398-c9ae-43b4-b3b2-135cf651014e HTTP/1.1" 200 115 0.028369 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domains HTTP/1.1" 200 280 0.005461 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002723 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2575 0.057648 10.0.0.54 - - [2025-04-03 02:24:03] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.54 - - [2025-04-03 02:24:03] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 2104 0.074519 10.0.0.54 - - [2025-04-03 02:24:03] "POST /neutron/network HTTP/1.1" 200 827 0.007669 10.0.0.54 - - [2025-04-03 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007840 10.0.0.54 - - [2025-04-03 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.54 - - [2025-04-03 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004133 10.0.0.54 - - [2025-04-03 02:24:03] "POST /neutron/network HTTP/1.1" 200 151 0.096042 10.0.0.54 - - [2025-04-03 02:24:03] "DELETE /route-target/088600c8-6e9b-4390-b69d-e3020e6df093 HTTP/1.1" 200 115 0.015312 10.0.0.54 - - [2025-04-03 02:24:03] "GET /routing-instance/16f97212-1310-4d53-844c-2ba4998f4c93 HTTP/1.1" 404 171 0.004227 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domains HTTP/1.1" 200 280 0.003421 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.54 - - [2025-04-03 02:24:03] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2575 0.049184 10.0.0.54 - - [2025-04-03 02:24:03] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.54 - - [2025-04-03 02:24:03] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 1865 0.078620 10.0.0.54 - - [2025-04-03 02:24:03] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.54 - - [2025-04-03 02:24:03] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.032006 10.0.0.54 - - [2025-04-03 02:24:03] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.54 - - [2025-04-03 02:24:04] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?fields=virtual_networks HTTP/1.1" 200 1037 0.070230 10.0.0.54 - - [2025-04-03 02:24:04] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001556 10.0.0.54 - - [2025-04-03 02:24:04] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.030608 10.0.0.54 - - [2025-04-03 02:24:04] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001403 10.0.0.54 - - [2025-04-03 02:24:04] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?fields=security_groups HTTP/1.1" 200 1265 0.036941 10.0.0.54 - - [2025-04-03 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.030958 10.0.0.54 - - [2025-04-03 02:24:05] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002798 10.0.0.54 - - [2025-04-03 02:24:05] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.54 - - [2025-04-03 02:24:05] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008027 10.0.0.54 - - [2025-04-03 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.003551 10.0.0.54 - - [2025-04-03 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.005437 10.0.0.54 - - [2025-04-03 02:24:05] "POST /security-groups HTTP/1.1" 200 589 0.063990 10.0.0.54 - - [2025-04-03 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.003030 10.0.0.54 - - [2025-04-03 02:24:05] "POST /projects HTTP/1.1" 200 581 0.244728 10.0.0.54 - - [2025-04-03 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.319438 10.0.0.54 - - [2025-04-03 02:24:05] "POST /access-control-lists HTTP/1.1" 200 594 0.064541 10.0.0.54 - - [2025-04-03 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.002991 10.0.0.54 - - [2025-04-03 02:24:05] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.449573 10.0.0.54 - - [2025-04-03 02:24:05] "POST /access-control-lists HTTP/1.1" 200 592 0.065851 10.0.0.54 - - [2025-04-03 02:24:06] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.54 - - [2025-04-03 02:24:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000719 10.0.0.54 - - [2025-04-03 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.063858 10.0.0.54 - - [2025-04-03 02:24:07] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001572 10.0.0.54 - - [2025-04-03 02:24:07] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034817 10.0.0.54 - - [2025-04-03 02:24:07] "POST /neutron/network HTTP/1.1" 200 117 0.035608 10.0.0.54 - - [2025-04-03 02:24:07] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/network HTTP/1.1" 200 613 0.085526 10.0.0.54 - - [2025-04-03 02:24:08] "POST /route-targets HTTP/1.1" 200 327 0.016009 10.0.0.54 - - [2025-04-03 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.016013 10.0.0.54 - - [2025-04-03 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005435 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 710 0.213445 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/network HTTP/1.1" 200 829 0.006746 10.0.0.54 - - [2025-04-03 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001791 10.0.0.54 - - [2025-04-03 02:24:08] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007204 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/network HTTP/1.1" 200 829 0.008297 10.0.0.54 - - [2025-04-03 02:24:08] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005783 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/network HTTP/1.1" 200 829 0.008515 10.0.0.54 - - [2025-04-03 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 710 0.012007 10.0.0.54 - - [2025-04-03 02:24:08] "GET /domains HTTP/1.1" 401 292 0.000724 10.0.0.54 - - [2025-04-03 02:24:08] "GET /domains HTTP/1.1" 200 280 0.042598 10.0.0.54 - - [2025-04-03 02:24:08] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001449 10.0.0.54 - - [2025-04-03 02:24:08] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.014643 10.0.0.54 - - [2025-04-03 02:24:08] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.54 - - [2025-04-03 02:24:08] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2080 0.073810 10.0.0.54 - - [2025-04-03 02:24:08] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c HTTP/1.1" 200 2308 0.009077 10.0.0.54 - - [2025-04-03 02:24:08] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c HTTP/1.1" 200 2308 0.006902 10.0.0.54 - - [2025-04-03 02:24:08] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 200 1493 0.005072 10.0.0.54 - - [2025-04-03 02:24:08] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 200 1493 0.004218 10.0.0.54 - - [2025-04-03 02:24:09] "GET /route-target/f800d169-5991-4df5-803f-db98e06f1e8e HTTP/1.1" 200 1212 0.006167 10.0.0.54 - - [2025-04-03 02:24:09] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c HTTP/1.1" 200 2308 0.089306 10.0.0.54 - - [2025-04-03 02:24:09] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 200 1493 0.004184 10.0.0.54 - - [2025-04-03 02:24:09] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006346 10.0.0.54 - - [2025-04-03 02:24:09] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c HTTP/1.1" 200 2308 0.005855 10.0.0.54 - - [2025-04-03 02:24:09] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 200 1493 0.006577 10.0.0.54 - - [2025-04-03 02:24:09] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 200 1493 0.003664 10.0.0.54 - - [2025-04-03 02:24:09] "GET /route-target/f800d169-5991-4df5-803f-db98e06f1e8e HTTP/1.1" 200 1212 0.007709 10.0.0.54 - - [2025-04-03 02:24:09] "GET /domains HTTP/1.1" 200 280 0.004206 10.0.0.54 - - [2025-04-03 02:24:09] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001430 10.0.0.54 - - [2025-04-03 02:24:09] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.008832 10.0.0.54 - - [2025-04-03 02:24:09] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.54 - - [2025-04-03 02:24:09] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2080 0.073501 10.0.0.54 - - [2025-04-03 02:24:09] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c HTTP/1.1" 200 2308 0.005367 10.0.0.54 - - [2025-04-03 02:24:09] "GET /obj-perms HTTP/1.1" 200 5026 0.073200 10.0.0.54 - - [2025-04-03 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.54 - - [2025-04-03 02:24:09] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002022 10.0.0.54 - - [2025-04-03 02:24:09] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040776 10.0.0.54 - - [2025-04-03 02:24:09] "POST /neutron/network HTTP/1.1" 200 117 0.015916 10.0.0.54 - - [2025-04-03 02:24:09] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001741 10.0.0.54 - - [2025-04-03 02:24:09] "POST /neutron/network HTTP/1.1" 200 613 0.104345 10.0.0.54 - - [2025-04-03 02:24:09] "POST /route-targets HTTP/1.1" 200 327 0.014720 10.0.0.54 - - [2025-04-03 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.017464 10.0.0.54 - - [2025-04-03 02:24:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006049 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.172363 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/network HTTP/1.1" 200 831 0.009524 10.0.0.54 - - [2025-04-03 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001544 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007036 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/network HTTP/1.1" 200 831 0.014479 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006531 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/network HTTP/1.1" 200 831 0.007822 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.010732 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domains HTTP/1.1" 200 280 0.003973 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001640 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.012024 10.0.0.54 - - [2025-04-03 02:24:10] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001500 10.0.0.54 - - [2025-04-03 02:24:10] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2298 0.073380 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f HTTP/1.1" 200 2315 0.007228 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f HTTP/1.1" 200 2315 0.006351 10.0.0.54 - - [2025-04-03 02:24:10] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 200 1493 0.004307 10.0.0.54 - - [2025-04-03 02:24:10] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 200 1493 0.005082 10.0.0.54 - - [2025-04-03 02:24:10] "GET /route-target/4688c1ca-4b86-4596-a3d1-dbc1fcb588b2 HTTP/1.1" 200 1212 0.005460 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f HTTP/1.1" 200 2315 0.005508 10.0.0.54 - - [2025-04-03 02:24:10] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 200 1493 0.004878 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006520 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f HTTP/1.1" 200 2315 0.005327 10.0.0.54 - - [2025-04-03 02:24:10] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 200 1493 0.005839 10.0.0.54 - - [2025-04-03 02:24:10] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 200 1493 0.005290 10.0.0.54 - - [2025-04-03 02:24:10] "GET /route-target/4688c1ca-4b86-4596-a3d1-dbc1fcb588b2 HTTP/1.1" 200 1212 0.003783 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domains HTTP/1.1" 200 280 0.003036 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.54 - - [2025-04-03 02:24:10] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.010164 10.0.0.54 - - [2025-04-03 02:24:10] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.54 - - [2025-04-03 02:24:10] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2298 0.076611 10.0.0.54 - - [2025-04-03 02:24:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f HTTP/1.1" 200 2315 0.006284 10.0.0.54 - - [2025-04-03 02:24:10] "GET /obj-perms HTTP/1.1" 200 5026 0.003888 10.0.0.54 - - [2025-04-03 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.54 - - [2025-04-03 02:24:10] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002267 10.0.0.54 - - [2025-04-03 02:24:10] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039280 10.0.0.54 - - [2025-04-03 02:24:10] "POST /neutron/network HTTP/1.1" 200 117 0.011769 10.0.0.54 - - [2025-04-03 02:24:10] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/network HTTP/1.1" 200 615 0.108976 10.0.0.54 - - [2025-04-03 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.011163 10.0.0.54 - - [2025-04-03 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005756 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.175748 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/network HTTP/1.1" 200 834 0.006858 10.0.0.54 - - [2025-04-03 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001554 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005744 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/network HTTP/1.1" 200 834 0.006745 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006286 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/network HTTP/1.1" 200 834 0.007204 10.0.0.54 - - [2025-04-03 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.008765 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domains HTTP/1.1" 200 280 0.006012 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.008190 10.0.0.54 - - [2025-04-03 02:24:11] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.54 - - [2025-04-03 02:24:11] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2517 0.075194 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2 HTTP/1.1" 200 2325 0.010859 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2 HTTP/1.1" 200 2325 0.008602 10.0.0.54 - - [2025-04-03 02:24:11] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 200 1496 0.005838 10.0.0.54 - - [2025-04-03 02:24:11] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 200 1496 0.004239 10.0.0.54 - - [2025-04-03 02:24:11] "GET /route-target/9a63c679-538b-4990-8cea-addf023e5b59 HTTP/1.1" 200 1215 0.003810 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2 HTTP/1.1" 200 2325 0.005692 10.0.0.54 - - [2025-04-03 02:24:11] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 200 1496 0.004065 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005600 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2 HTTP/1.1" 200 2325 0.005872 10.0.0.54 - - [2025-04-03 02:24:11] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 200 1496 0.004407 10.0.0.54 - - [2025-04-03 02:24:11] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 200 1496 0.003843 10.0.0.54 - - [2025-04-03 02:24:11] "GET /route-target/9a63c679-538b-4990-8cea-addf023e5b59 HTTP/1.1" 200 1215 0.003645 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.54 - - [2025-04-03 02:24:11] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2759 0.007860 10.0.0.54 - - [2025-04-03 02:24:11] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.54 - - [2025-04-03 02:24:11] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2517 0.075468 10.0.0.54 - - [2025-04-03 02:24:11] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2 HTTP/1.1" 200 2325 0.005709 10.0.0.54 - - [2025-04-03 02:24:11] "GET /obj-perms HTTP/1.1" 200 5026 0.004330 10.0.0.54 - - [2025-04-03 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001743 10.0.0.54 - - [2025-04-03 02:24:12] "POST /neutron/network HTTP/1.1" 200 841 0.009141 10.0.0.54 - - [2025-04-03 02:24:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.54 - - [2025-04-03 02:24:12] "GET / HTTP/1.1" 200 35931 0.002246 10.0.0.54 - - [2025-04-03 02:24:12] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.54 - - [2025-04-03 02:24:12] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002041 10.0.0.54 - - [2025-04-03 02:24:12] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069384 10.0.0.54 - - [2025-04-03 02:24:12] "POST /neutron/network HTTP/1.1" 200 831 0.006421 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.009082 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.008062 10.0.0.54 - - [2025-04-03 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001622 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.007260 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/network HTTP/1.1" 200 844 0.008291 10.0.0.54 - - [2025-04-03 02:24:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/network HTTP/1.1" 200 841 0.006575 10.0.0.54 - - [2025-04-03 02:24:13] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001588 10.0.0.54 - - [2025-04-03 02:24:13] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.54 - - [2025-04-03 02:24:13] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 1057 0.245282 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 1057 0.013047 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 1057 0.013997 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 1111 0.073161 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/port HTTP/1.1" 200 1085 0.020423 10.0.0.54 - - [2025-04-03 02:24:13] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.54 - - [2025-04-03 02:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003287 10.0.0.54 - - [2025-04-03 02:24:14] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062432 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.015325 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/network HTTP/1.1" 200 834 0.007178 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/network HTTP/1.1" 200 831 0.006634 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/port HTTP/1.1" 200 1085 0.018532 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009262 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.008105 10.0.0.54 - - [2025-04-03 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003530 10.0.0.54 - - [2025-04-03 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.54 - - [2025-04-03 02:24:14] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001751 10.0.0.54 - - [2025-04-03 02:24:14] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013732 10.0.0.54 - - [2025-04-03 02:24:14] "POST /service-templates HTTP/1.1" 200 543 0.034718 10.0.0.54 - - [2025-04-03 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.54 - - [2025-04-03 02:24:14] "GET /service-template/10334a56-4fcf-41a0-80d5-81547fff8429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.008318 10.0.0.54 - - [2025-04-03 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.54 - - [2025-04-03 02:24:14] "GET /service-template/10334a56-4fcf-41a0-80d5-81547fff8429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004712 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/network HTTP/1.1" 200 844 0.006516 10.0.0.54 - - [2025-04-03 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001658 10.0.0.54 - - [2025-04-03 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001765 10.0.0.54 - - [2025-04-03 02:24:14] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.54 - - [2025-04-03 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001927 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/port HTTP/1.1" 200 1917 0.052507 10.0.0.54 - - [2025-04-03 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008659 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 1058 0.320931 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 1058 0.013588 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 1058 0.013792 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 1112 0.091704 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 1086 0.020736 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.015856 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/network HTTP/1.1" 200 834 0.011010 10.0.0.54 - - [2025-04-03 02:24:15] "POST /neutron/network HTTP/1.1" 200 2219 0.025017 10.0.0.54 - - [2025-04-03 02:24:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000829 10.0.0.54 - - [2025-04-03 02:24:16] "GET / HTTP/1.1" 200 35931 0.002497 10.0.0.54 - - [2025-04-03 02:24:16] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.54 - - [2025-04-03 02:24:16] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001759 10.0.0.54 - - [2025-04-03 02:24:16] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066258 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/network HTTP/1.1" 200 829 0.006985 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/network HTTP/1.1" 200 831 0.006528 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/network HTTP/1.1" 200 834 0.006635 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/port HTTP/1.1" 200 2055 0.027210 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007460 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.005926 10.0.0.54 - - [2025-04-03 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.006518 10.0.0.54 - - [2025-04-03 02:24:17] "POST /neutron/network HTTP/1.1" 200 2219 0.016231 10.0.0.54 - - [2025-04-03 02:24:17] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001743 10.0.0.54 - - [2025-04-03 02:24:17] "POST /neutron/port HTTP/1.1" 200 1055 0.293067 10.0.0.54 - - [2025-04-03 02:24:17] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001714 10.0.0.54 - - [2025-04-03 02:24:17] "POST /neutron/port HTTP/1.1" 200 1057 0.235913 10.0.0.54 - - [2025-04-03 02:24:17] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1058 0.230629 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1055 0.012893 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1055 0.012982 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1109 0.107947 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1057 0.009408 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1057 0.009538 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1111 0.085436 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1058 0.012798 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1058 0.010509 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 1112 0.071251 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 3021 0.025898 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.015211 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.001497 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/network HTTP/1.1" 200 829 0.007102 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003756 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.025320 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/network HTTP/1.1" 200 831 0.006246 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.016915 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.54 - - [2025-04-03 02:24:18] "POST /neutron/network HTTP/1.1" 200 834 0.007407 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 3021 0.048798 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012909 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 3021 0.031246 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013590 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 3021 0.038266 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011919 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 3021 0.023076 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007234 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 3021 0.029754 10.0.0.54 - - [2025-04-03 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012858 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-machine/5352e770-c8a3-4efe-a06a-8fd3647c9720 HTTP/1.1" 200 1802 0.010139 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e HTTP/1.1" 200 2948 0.006431 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b HTTP/1.1" 200 2946 0.006232 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4 HTTP/1.1" 200 2947 0.006376 10.0.0.54 - - [2025-04-03 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.54 - - [2025-04-03 02:24:22] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003750 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003525 10.0.0.54 - - [2025-04-03 02:24:22] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007458 10.0.0.54 - - [2025-04-03 02:24:23] "POST /neutron/port HTTP/1.1" 200 1085 0.015352 10.0.0.54 - - [2025-04-03 02:24:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005695 10.0.0.54 - - [2025-04-03 02:24:24] "POST /neutron/port HTTP/1.1" 200 1086 0.021236 10.0.0.54 - - [2025-04-03 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007303 10.0.0.54 - - [2025-04-03 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.54 - - [2025-04-03 02:24:26] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006599 10.0.0.54 - - [2025-04-03 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.54 - - [2025-04-03 02:24:30] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007087 10.0.0.54 - - [2025-04-03 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.54 - - [2025-04-03 02:24:34] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005501 10.0.0.54 - - [2025-04-03 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.54 - - [2025-04-03 02:24:38] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005147 10.0.0.54 - - [2025-04-03 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.54 - - [2025-04-03 02:24:40] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003580 10.0.0.54 - - [2025-04-03 02:24:40] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003599 10.0.0.54 - - [2025-04-03 02:24:40] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006014 10.0.0.54 - - [2025-04-03 02:24:40] "POST /neutron/port HTTP/1.1" 200 3021 0.022580 10.0.0.54 - - [2025-04-03 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006272 10.0.0.54 - - [2025-04-03 02:24:45] "POST /neutron/port HTTP/1.1" 200 3021 0.023292 10.0.0.54 - - [2025-04-03 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007771 10.0.0.54 - - [2025-04-03 02:24:50] "POST /neutron/port HTTP/1.1" 200 3021 0.021352 10.0.0.54 - - [2025-04-03 02:24:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005876 10.0.0.54 - - [2025-04-03 02:24:51] "POST /neutron/port HTTP/1.1" 200 3021 0.023227 10.0.0.54 - - [2025-04-03 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006623 10.0.0.54 - - [2025-04-03 02:24:52] "DELETE /project/631dbea683ca4db8b97ae3933a674adc HTTP/1.1" 404 173 0.013941 10.0.0.54 - - [2025-04-03 02:24:52] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001922 10.0.0.54 - - [2025-04-03 02:24:52] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.055025 10.0.0.54 - - [2025-04-03 02:24:52] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001770 10.0.0.54 - - [2025-04-03 02:24:52] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?fields=security_groups HTTP/1.1" 200 1370 0.042545 10.0.0.54 - - [2025-04-03 02:24:52] "DELETE /security-group/8e370c90-a153-4343-8ac5-8f0a42c24690 HTTP/1.1" 200 115 0.039396 10.0.0.54 - - [2025-04-03 02:24:52] "GET /projects?obj_uuids=ee399afe-bc6b-49fb-b09d-341e0416f521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001411 10.0.0.54 - - [2025-04-03 02:24:52] "DELETE /access-control-list/f48ddf0d-4055-4462-9654-54d02d8a6a11 HTTP/1.1" 200 115 0.031867 10.0.0.54 - - [2025-04-03 02:24:52] "GET /project/ee399afe-bc6b-49fb-b09d-341e0416f521?fields=application_policy_sets HTTP/1.1" 200 1409 0.041758 10.0.0.54 - - [2025-04-03 02:24:52] "DELETE /access-control-list/f9e772f7-7a8c-4f4c-9501-f020500b4454 HTTP/1.1" 200 115 0.034363 10.0.0.54 - - [2025-04-03 02:24:52] "DELETE /project/ee399afe-bc6b-49fb-b09d-341e0416f521 HTTP/1.1" 200 115 0.351431 10.0.0.54 - - [2025-04-03 02:24:56] "POST /neutron/port HTTP/1.1" 200 3021 0.031266 10.0.0.54 - - [2025-04-03 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006869 10.0.0.54 - - [2025-04-03 02:24:58] "GET /obj-perms HTTP/1.1" 200 5056 0.061591 10.0.0.54 - - [2025-04-03 02:24:58] "GET /obj-perms HTTP/1.1" 200 5056 0.054279 10.0.0.54 - - [2025-04-03 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.54 - - [2025-04-03 02:25:01] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004625 10.0.0.54 - - [2025-04-03 02:25:01] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004157 10.0.0.54 - - [2025-04-03 02:25:01] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006697 10.0.0.54 - - [2025-04-03 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.54 - - [2025-04-03 02:25:01] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004064 10.0.0.54 - - [2025-04-03 02:25:01] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003771 10.0.0.54 - - [2025-04-03 02:25:01] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006568 10.0.0.54 - - [2025-04-03 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004170 10.0.0.54 - - [2025-04-03 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.54 - - [2025-04-03 02:25:02] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.54 - - [2025-04-03 02:25:02] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035219 10.0.0.54 - - [2025-04-03 02:25:02] "POST /service-instances HTTP/1.1" 200 543 0.067670 10.0.0.54 - - [2025-04-03 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.54 - - [2025-04-03 02:25:02] "GET /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.007441 10.0.0.54 - - [2025-04-03 02:25:02] "POST /port-tuples HTTP/1.1" 200 586 0.035406 10.0.0.54 - - [2025-04-03 02:25:02] "GET /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.008598 10.0.0.54 - - [2025-04-03 02:25:02] "PUT /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b HTTP/1.1" 200 284 0.013139 10.0.0.54 - - [2025-04-03 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.014235 10.0.0.54 - - [2025-04-03 02:25:02] "POST /instance-ips HTTP/1.1" 200 385 0.035350 10.0.0.54 - - [2025-04-03 02:25:02] "GET /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.012774 10.0.0.54 - - [2025-04-03 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.018476 10.0.0.54 - - [2025-04-03 02:25:02] "PUT /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4 HTTP/1.1" 200 284 0.013540 10.0.0.54 - - [2025-04-03 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.013721 10.0.0.54 - - [2025-04-03 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.011651 10.0.0.54 - - [2025-04-03 02:25:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004606 10.0.0.54 - - [2025-04-03 02:25:02] "GET /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.006275 10.0.0.54 - - [2025-04-03 02:25:02] "POST /instance-ips HTTP/1.1" 200 385 0.027115 10.0.0.54 - - [2025-04-03 02:25:02] "PUT /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e HTTP/1.1" 200 284 0.016883 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.011716 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.010979 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.010719 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003920 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/port HTTP/1.1" 200 1085 0.021091 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008332 10.0.0.54 - - [2025-04-03 02:25:03] "POST /instance-ips HTTP/1.1" 200 373 0.023710 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/port HTTP/1.1" 200 1085 0.023372 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.012041 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007557 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.012087 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/port HTTP/1.1" 200 1085 0.017934 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004612 10.0.0.54 - - [2025-04-03 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010680 10.0.0.54 - - [2025-04-03 02:25:03] "GET /virtual-machine/afbef4ad-b335-43f5-8682-5360b5ce7563 HTTP/1.1" 200 1290 0.007611 10.0.0.54 - - [2025-04-03 02:25:03] "GET /virtual-machine-interface/1c611526-0501-40f8-b125-0b3d32fd6d08 HTTP/1.1" 200 2946 0.005422 10.0.0.54 - - [2025-04-03 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.54 - - [2025-04-03 02:25:03] "POST /instance-ips HTTP/1.1" 200 373 0.020543 10.0.0.54 - - [2025-04-03 02:25:03] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004131 10.0.0.54 - - [2025-04-03 02:25:03] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002945 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.014006 10.0.0.54 - - [2025-04-03 02:25:03] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008632 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003428 10.0.0.54 - - [2025-04-03 02:25:03] "POST /instance-ips HTTP/1.1" 200 375 0.018896 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003613 10.0.0.54 - - [2025-04-03 02:25:03] "POST /instance-ips HTTP/1.1" 200 375 0.020671 10.0.0.54 - - [2025-04-03 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.011888 10.0.0.54 - - [2025-04-03 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.012371 10.0.0.54 - - [2025-04-03 02:25:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004559 10.0.0.54 - - [2025-04-03 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.54 - - [2025-04-03 02:25:04] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004038 10.0.0.54 - - [2025-04-03 02:25:04] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003891 10.0.0.54 - - [2025-04-03 02:25:04] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005857 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/port HTTP/1.1" 200 1086 0.019671 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008242 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/port HTTP/1.1" 200 1086 0.018608 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008791 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/port HTTP/1.1" 200 1086 0.017163 10.0.0.54 - - [2025-04-03 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008414 10.0.0.54 - - [2025-04-03 02:25:05] "GET /virtual-machine/7a37e0f3-ed19-4af5-9d86-f02f3553fe84 HTTP/1.1" 200 1290 0.005373 10.0.0.54 - - [2025-04-03 02:25:05] "GET /virtual-machine-interface/8e75e1cd-31ae-49d8-b0cb-769e477dd7d9 HTTP/1.1" 200 2950 0.005521 10.0.0.54 - - [2025-04-03 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.54 - - [2025-04-03 02:25:05] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005333 10.0.0.54 - - [2025-04-03 02:25:05] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005485 10.0.0.54 - - [2025-04-03 02:25:05] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006551 10.0.0.54 - - [2025-04-03 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.54 - - [2025-04-03 02:25:06] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003729 10.0.0.54 - - [2025-04-03 02:25:06] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004506 10.0.0.54 - - [2025-04-03 02:25:06] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006207 10.0.0.54 - - [2025-04-03 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.005560 10.0.0.54 - - [2025-04-03 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.54 - - [2025-04-03 02:25:06] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002062 10.0.0.54 - - [2025-04-03 02:25:06] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043086 10.0.0.54 - - [2025-04-03 02:25:07] "POST /network-policys HTTP/1.1" 200 547 0.025367 10.0.0.54 - - [2025-04-03 02:25:07] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006883 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.54 - - [2025-04-03 02:25:07] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009398 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.54 - - [2025-04-03 02:25:07] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004654 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.008178 10.0.0.54 - - [2025-04-03 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.056588 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.54 - - [2025-04-03 02:25:07] "POST /access-control-lists HTTP/1.1" 200 601 0.073728 10.0.0.54 - - [2025-04-03 02:25:07] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004994 10.0.0.54 - - [2025-04-03 02:25:07] "POST /neutron/network HTTP/1.1" 200 919 0.008544 10.0.0.54 - - [2025-04-03 02:25:07] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006206 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.54 - - [2025-04-03 02:25:07] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005771 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.54 - - [2025-04-03 02:25:07] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006895 10.0.0.54 - - [2025-04-03 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.54 - - [2025-04-03 02:25:07] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004585 10.0.0.54 - - [2025-04-03 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.054371 10.0.0.54 - - [2025-04-03 02:25:08] "PUT /access-control-list/f3c80f0c-e05f-4800-9e15-915129335fec HTTP/1.1" 200 272 0.021343 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.003686 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.54 - - [2025-04-03 02:25:08] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.031589 10.0.0.54 - - [2025-04-03 02:25:08] "POST /access-control-lists HTTP/1.1" 200 604 0.066404 10.0.0.54 - - [2025-04-03 02:25:08] "POST /neutron/network HTTP/1.1" 200 922 0.019778 10.0.0.54 - - [2025-04-03 02:25:08] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007058 10.0.0.54 - - [2025-04-03 02:25:08] "POST /routing-instances HTTP/1.1" 200 759 0.044760 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.54 - - [2025-04-03 02:25:08] "POST /route-targets HTTP/1.1" 200 327 0.017081 10.0.0.54 - - [2025-04-03 02:25:08] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004819 10.0.0.54 - - [2025-04-03 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.017037 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011379 10.0.0.54 - - [2025-04-03 02:25:08] "GET /routing-instance/95d4b85f-16d5-424c-815d-85d2629aa971?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.008376 10.0.0.54 - - [2025-04-03 02:25:08] "GET /service-template/10334a56-4fcf-41a0-80d5-81547fff8429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006176 10.0.0.54 - - [2025-04-03 02:25:08] "GET /routing-instance/95d4b85f-16d5-424c-815d-85d2629aa971?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004871 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.54 - - [2025-04-03 02:25:08] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001805 10.0.0.54 - - [2025-04-03 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.027383 10.0.0.54 - - [2025-04-03 02:25:08] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046504 10.0.0.54 - - [2025-04-03 02:25:08] "POST /routing-instances HTTP/1.1" 200 760 0.024360 10.0.0.54 - - [2025-04-03 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007343 10.0.0.54 - - [2025-04-03 02:25:08] "GET /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.007620 10.0.0.54 - - [2025-04-03 02:25:08] "POST /route-targets HTTP/1.1" 200 327 0.015726 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domains HTTP/1.1" 200 280 0.003196 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2771 0.013073 10.0.0.54 - - [2025-04-03 02:25:08] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001453 10.0.0.54 - - [2025-04-03 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.029979 10.0.0.54 - - [2025-04-03 02:25:08] "GET /routing-instance/02202dd2-188d-4e15-be0a-031d3385e8bd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004018 10.0.0.54 - - [2025-04-03 02:25:08] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 4233 0.079008 10.0.0.54 - - [2025-04-03 02:25:08] "GET /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3 HTTP/1.1" 200 3783 0.006763 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domains HTTP/1.1" 200 280 0.003082 10.0.0.54 - - [2025-04-03 02:25:08] "GET /routing-instance/02202dd2-188d-4e15-be0a-031d3385e8bd?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004390 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.54 - - [2025-04-03 02:25:08] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2771 0.009028 10.0.0.54 - - [2025-04-03 02:25:08] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.54 - - [2025-04-03 02:25:08] "PUT /routing-instance/95d4b85f-16d5-424c-815d-85d2629aa971 HTTP/1.1" 200 266 0.015288 10.0.0.54 - - [2025-04-03 02:25:08] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 4233 0.078658 10.0.0.54 - - [2025-04-03 02:25:08] "GET /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3 HTTP/1.1" 200 3783 0.007020 10.0.0.54 - - [2025-04-03 02:25:08] "PUT /routing-instance/02202dd2-188d-4e15-be0a-031d3385e8bd HTTP/1.1" 200 266 0.013252 10.0.0.54 - - [2025-04-03 02:25:08] "GET /port-tuple/d789b4c4-3eda-4f54-a97b-34734d0563d9 HTTP/1.1" 200 1980 0.005732 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e HTTP/1.1" 200 3803 0.006140 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b HTTP/1.1" 200 3816 0.007442 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4 HTTP/1.1" 200 3799 0.009539 10.0.0.54 - - [2025-04-03 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.019757 10.0.0.54 - - [2025-04-03 02:25:09] "PUT /access-control-list/5850adbb-217f-40ce-9b75-79a361e9e4a8 HTTP/1.1" 200 272 0.014374 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/port HTTP/1.1" 200 3828 0.068513 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010556 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/port HTTP/1.1" 200 3828 0.049137 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010086 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/port HTTP/1.1" 200 3828 0.048229 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008204 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/port HTTP/1.1" 200 3828 0.048466 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008283 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 893 0.016771 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 919 0.007341 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 803 0.017705 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 829 0.007633 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 896 0.016571 10.0.0.54 - - [2025-04-03 02:25:09] "POST /neutron/network HTTP/1.1" 200 922 0.007096 10.0.0.54 - - [2025-04-03 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001867 10.0.0.54 - - [2025-04-03 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001647 10.0.0.54 - - [2025-04-03 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001921 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine/5352e770-c8a3-4efe-a06a-8fd3647c9720 HTTP/1.1" 200 1802 0.004901 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e HTTP/1.1" 200 3803 0.006822 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b HTTP/1.1" 200 3816 0.006094 10.0.0.54 - - [2025-04-03 02:25:09] "GET /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4 HTTP/1.1" 200 3799 0.006327 10.0.0.54 - - [2025-04-03 02:25:09] "GET /instance-ip/3c59c1f9-2ccf-4dbe-8066-85e42ac1582d HTTP/1.1" 200 1957 0.005115 10.0.0.54 - - [2025-04-03 02:25:09] "GET /instance-ip/d0b0dc4f-fdda-4a12-b3e2-76fb88dd55b3 HTTP/1.1" 200 1961 0.004451 10.0.0.54 - - [2025-04-03 02:25:09] "GET /instance-ip/f28331b1-c583-4115-a562-4af7347e7336 HTTP/1.1" 200 1623 0.006077 10.0.0.54 - - [2025-04-03 02:25:09] "GET /instance-ip/80be8a1f-05b3-4afb-a4bd-d4470a1f2e20 HTTP/1.1" 200 1618 0.007252 10.0.0.54 - - [2025-04-03 02:25:09] "GET /instance-ip/8ab1ea2d-5adb-404d-9052-94264808bf8d HTTP/1.1" 200 1978 0.004901 10.0.0.54 - - [2025-04-03 02:25:10] "GET /instance-ip/fa9584a3-12cd-4eb8-9454-6d94602d450d HTTP/1.1" 200 1981 0.005847 10.0.0.54 - - [2025-04-03 02:25:10] "GET /instance-ip/13f07bb5-fdc3-4bd1-af5d-fc179536a2eb HTTP/1.1" 200 1954 0.006162 10.0.0.54 - - [2025-04-03 02:25:10] "GET /instance-ip/27be8823-8856-4681-97d9-ed80aca3e3fc HTTP/1.1" 200 1620 0.007688 10.0.0.54 - - [2025-04-03 02:25:10] "GET /instance-ip/3d41d949-6cdb-42a7-a73d-64c933170d2b HTTP/1.1" 200 1956 0.006534 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/port HTTP/1.1" 200 3828 0.046251 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007910 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/port HTTP/1.1" 200 3828 0.044839 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007131 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/port HTTP/1.1" 200 3828 0.038152 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008293 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/port HTTP/1.1" 200 3828 0.041353 10.0.0.54 - - [2025-04-03 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009411 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-machine/5352e770-c8a3-4efe-a06a-8fd3647c9720 HTTP/1.1" 200 1802 0.004347 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-machine-interface/0793a175-aef6-4972-a0ec-60f1ea80597e HTTP/1.1" 200 3803 0.006228 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-machine-interface/28f83ef7-1f48-49c7-a84b-4dbdac457e3b HTTP/1.1" 200 3816 0.007372 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-machine-interface/ceba6066-805b-43c2-abe4-24c290be43f4 HTTP/1.1" 200 3799 0.006351 10.0.0.54 - - [2025-04-03 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.54 - - [2025-04-03 02:25:10] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004048 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003698 10.0.0.54 - - [2025-04-03 02:25:10] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007147 10.0.0.54 - - [2025-04-03 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.54 - - [2025-04-03 02:25:11] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003554 10.0.0.54 - - [2025-04-03 02:25:11] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003921 10.0.0.54 - - [2025-04-03 02:25:11] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006339 10.0.0.54 - - [2025-04-03 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.54 - - [2025-04-03 02:25:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004746 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003999 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006416 10.0.0.54 - - [2025-04-03 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.54 - - [2025-04-03 02:25:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004458 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003675 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007467 10.0.0.54 - - [2025-04-03 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.54 - - [2025-04-03 02:25:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003906 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003918 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006080 10.0.0.54 - - [2025-04-03 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.54 - - [2025-04-03 02:25:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003839 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004222 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006006 10.0.0.54 - - [2025-04-03 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.54 - - [2025-04-03 02:25:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003966 10.0.0.54 - - [2025-04-03 02:25:12] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003555 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005998 10.0.0.54 - - [2025-04-03 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.54 - - [2025-04-03 02:25:13] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004511 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003912 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007612 10.0.0.54 - - [2025-04-03 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.54 - - [2025-04-03 02:25:13] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004530 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003500 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-network/02ef4eca-e6a4-43ca-8b91-632356364d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006354 10.0.0.54 - - [2025-04-03 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.54 - - [2025-04-03 02:25:13] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003633 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003880 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006446 10.0.0.54 - - [2025-04-03 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.54 - - [2025-04-03 02:25:13] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004485 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004352 10.0.0.54 - - [2025-04-03 02:25:13] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007850 10.0.0.54 - - [2025-04-03 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.54 - - [2025-04-03 02:25:14] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004721 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003865 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006694 10.0.0.54 - - [2025-04-03 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.54 - - [2025-04-03 02:25:14] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004604 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-networks?parent_id=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004369 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006305 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-machine/5352e770-c8a3-4efe-a06a-8fd3647c9720 HTTP/1.1" 200 1802 0.005462 10.0.0.54 - - [2025-04-03 02:25:14] "GET /domains HTTP/1.1" 200 280 0.003212 10.0.0.54 - - [2025-04-03 02:25:14] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.54 - - [2025-04-03 02:25:14] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2771 0.009460 10.0.0.54 - - [2025-04-03 02:25:14] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.54 - - [2025-04-03 02:25:14] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 4233 0.084180 10.0.0.54 - - [2025-04-03 02:25:14] "GET /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3 HTTP/1.1" 200 3783 0.006921 10.0.0.54 - - [2025-04-03 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.54 - - [2025-04-03 02:25:14] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004733 10.0.0.54 - - [2025-04-03 02:25:14] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.007206 10.0.0.54 - - [2025-04-03 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.54 - - [2025-04-03 02:25:14] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004732 10.0.0.54 - - [2025-04-03 02:25:14] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.007608 10.0.0.54 - - [2025-04-03 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007846 10.0.0.54 - - [2025-04-03 02:25:14] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?fields=routing_instances HTTP/1.1" 200 1683 0.009743 10.0.0.54 - - [2025-04-03 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.54 - - [2025-04-03 02:25:15] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006707 10.0.0.54 - - [2025-04-03 02:25:15] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?fields=routing_instances HTTP/1.1" 200 1689 0.007431 10.0.0.54 - - [2025-04-03 02:25:19] "POST /ref-update HTTP/1.1" 200 156 0.063403 10.0.0.54 - - [2025-04-03 02:25:19] "POST /neutron/network HTTP/1.1" 200 834 0.013198 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /access-control-list/5850adbb-217f-40ce-9b75-79a361e9e4a8 HTTP/1.1" 200 115 0.078857 10.0.0.54 - - [2025-04-03 02:25:19] "GET /virtual-network/fc994c45-8dde-4f47-a736-dea62db214c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.028528 10.0.0.54 - - [2025-04-03 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.54 - - [2025-04-03 02:25:19] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005138 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /routing-instance/95d4b85f-16d5-424c-815d-85d2629aa971 HTTP/1.1" 200 115 0.063761 10.0.0.54 - - [2025-04-03 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011842 10.0.0.54 - - [2025-04-03 02:25:19] "POST /ref-update HTTP/1.1" 200 156 0.081755 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /route-target/be083821-fde8-443b-a958-5d1a898df689 HTTP/1.1" 200 115 0.029392 10.0.0.54 - - [2025-04-03 02:25:19] "POST /neutron/network HTTP/1.1" 200 831 0.009841 10.0.0.54 - - [2025-04-03 02:25:19] "GET /virtual-network/56acbfec-cb17-459b-beb8-bfe0bdc5a83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.013132 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /routing-instance/02202dd2-188d-4e15-be0a-031d3385e8bd HTTP/1.1" 200 115 0.073689 10.0.0.54 - - [2025-04-03 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.54 - - [2025-04-03 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /route-target/d5e44d4f-3bf8-452f-b284-f1ea31711c69 HTTP/1.1" 200 115 0.019673 10.0.0.54 - - [2025-04-03 02:25:19] "GET /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006984 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /access-control-list/f3c80f0c-e05f-4800-9e15-915129335fec HTTP/1.1" 200 115 0.044973 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /network-policy/6aaa68fa-a0d9-452e-be04-abd8c120dce2 HTTP/1.1" 200 115 0.048095 10.0.0.54 - - [2025-04-03 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.54 - - [2025-04-03 02:25:19] "DELETE /service-instance/e1ca053d-b59e-4b15-8362-5e954fabbdb3 HTTP/1.1" 200 115 0.078488 10.0.0.54 - - [2025-04-03 02:25:19] "GET /domains HTTP/1.1" 200 280 0.019699 10.0.0.54 - - [2025-04-03 02:25:19] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001971 10.0.0.54 - - [2025-04-03 02:25:19] "POST /ref-update HTTP/1.1" 200 156 0.060554 10.0.0.54 - - [2025-04-03 02:25:20] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2771 0.034149 10.0.0.54 - - [2025-04-03 02:25:20] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/3d41d949-6cdb-42a7-a73d-64c933170d2b HTTP/1.1" 200 115 0.045280 10.0.0.54 - - [2025-04-03 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.011182 10.0.0.54 - - [2025-04-03 02:25:20] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 3759 0.089709 10.0.0.54 - - [2025-04-03 02:25:20] "GET /virtual-machine/5352e770-c8a3-4efe-a06a-8fd3647c9720 HTTP/1.1" 200 1802 0.007684 10.0.0.54 - - [2025-04-03 02:25:20] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002759 10.0.0.54 - - [2025-04-03 02:25:20] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002929 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/13f07bb5-fdc3-4bd1-af5d-fc179536a2eb HTTP/1.1" 200 115 0.039919 10.0.0.54 - - [2025-04-03 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.011451 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/3c59c1f9-2ccf-4dbe-8066-85e42ac1582d HTTP/1.1" 200 115 0.027802 10.0.0.54 - - [2025-04-03 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.027546 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/port HTTP/1.1" 200 1085 0.037926 10.0.0.54 - - [2025-04-03 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /service-template/10334a56-4fcf-41a0-80d5-81547fff8429 HTTP/1.1" 200 115 0.024601 10.0.0.54 - - [2025-04-03 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.007109 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/8ab1ea2d-5adb-404d-9052-94264808bf8d HTTP/1.1" 200 115 0.058121 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/port HTTP/1.1" 200 1085 0.058538 10.0.0.54 - - [2025-04-03 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.043561 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/network HTTP/1.1" 200 841 0.009509 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/d0b0dc4f-fdda-4a12-b3e2-76fb88dd55b3 HTTP/1.1" 200 115 0.074657 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.054179 10.0.0.54 - - [2025-04-03 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.023735 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.002663 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/network HTTP/1.1" 200 831 0.011766 10.0.0.54 - - [2025-04-03 02:25:20] "DELETE /instance-ip/fa9584a3-12cd-4eb8-9454-6d94602d450d HTTP/1.1" 200 115 0.048908 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/network HTTP/1.1" 200 834 0.010349 10.0.0.54 - - [2025-04-03 02:25:20] "POST /neutron/network HTTP/1.1" 400 204 0.020950 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1086 0.027835 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1112 0.018453 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 151 0.126881 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1085 0.022572 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1111 0.011174 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 3021 0.048146 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1112 0.019836 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 151 0.179241 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 151 0.157409 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1109 0.016076 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 151 0.118996 10.0.0.54 - - [2025-04-03 02:25:21] "POST /neutron/port HTTP/1.1" 200 1111 0.013482 10.0.0.54 - - [2025-04-03 02:25:22] "POST /neutron/port HTTP/1.1" 200 151 0.121034 10.0.0.54 - - [2025-04-03 02:25:22] "POST /neutron/network HTTP/1.1" 200 834 0.006259 10.0.0.54 - - [2025-04-03 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002687 10.0.0.54 - - [2025-04-03 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010849 10.0.0.54 - - [2025-04-03 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.54 - - [2025-04-03 02:25:22] "POST /neutron/network HTTP/1.1" 200 151 0.098116 10.0.0.54 - - [2025-04-03 02:25:22] "GET /routing-instance/557aa111-8fbd-4c2e-8868-9c70aead1075 HTTP/1.1" 404 171 0.003270 10.0.0.54 - - [2025-04-03 02:25:22] "GET /domains HTTP/1.1" 200 280 0.008936 10.0.0.54 - - [2025-04-03 02:25:22] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.54 - - [2025-04-03 02:25:22] "DELETE /route-target/9a63c679-538b-4990-8cea-addf023e5b59 HTTP/1.1" 200 115 0.048816 10.0.0.54 - - [2025-04-03 02:25:22] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2571 0.053859 10.0.0.54 - - [2025-04-03 02:25:23] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001896 10.0.0.54 - - [2025-04-03 02:25:23] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2298 0.075017 10.0.0.54 - - [2025-04-03 02:25:23] "POST /neutron/network HTTP/1.1" 200 831 0.007086 10.0.0.54 - - [2025-04-03 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004190 10.0.0.54 - - [2025-04-03 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.54 - - [2025-04-03 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004130 10.0.0.54 - - [2025-04-03 02:25:23] "POST /neutron/network HTTP/1.1" 200 151 0.108416 10.0.0.54 - - [2025-04-03 02:25:23] "DELETE /route-target/4688c1ca-4b86-4596-a3d1-dbc1fcb588b2 HTTP/1.1" 200 115 0.021806 10.0.0.54 - - [2025-04-03 02:25:23] "GET /routing-instance/81a547f3-e45e-4798-a60b-c1a0b4222131 HTTP/1.1" 404 171 0.004205 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domains HTTP/1.1" 200 280 0.002822 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001824 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2571 0.054618 10.0.0.54 - - [2025-04-03 02:25:23] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001760 10.0.0.54 - - [2025-04-03 02:25:23] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 2080 0.074299 10.0.0.54 - - [2025-04-03 02:25:23] "POST /neutron/network HTTP/1.1" 200 829 0.006542 10.0.0.54 - - [2025-04-03 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011134 10.0.0.54 - - [2025-04-03 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004519 10.0.0.54 - - [2025-04-03 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006783 10.0.0.54 - - [2025-04-03 02:25:23] "POST /neutron/network HTTP/1.1" 200 151 0.138752 10.0.0.54 - - [2025-04-03 02:25:23] "DELETE /route-target/f800d169-5991-4df5-803f-db98e06f1e8e HTTP/1.1" 200 115 0.027663 10.0.0.54 - - [2025-04-03 02:25:23] "GET /routing-instance/6423073c-e27b-4b95-a7d8-accb8c111a95 HTTP/1.1" 404 171 0.003589 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domains HTTP/1.1" 200 280 0.003539 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.54 - - [2025-04-03 02:25:23] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2571 0.053254 10.0.0.54 - - [2025-04-03 02:25:23] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002894 10.0.0.54 - - [2025-04-03 02:25:23] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 1840 0.073237 10.0.0.54 - - [2025-04-03 02:25:24] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.54 - - [2025-04-03 02:25:24] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025632 10.0.0.54 - - [2025-04-03 02:25:24] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.54 - - [2025-04-03 02:25:24] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?fields=virtual_networks HTTP/1.1" 200 1028 0.068517 10.0.0.54 - - [2025-04-03 02:25:24] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.54 - - [2025-04-03 02:25:24] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.025971 10.0.0.54 - - [2025-04-03 02:25:24] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.54 - - [2025-04-03 02:25:24] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?fields=security_groups HTTP/1.1" 200 1252 0.027117 10.0.0.54 - - [2025-04-03 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.034091 10.0.0.54 - - [2025-04-03 02:25:25] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004868 10.0.0.54 - - [2025-04-03 02:25:25] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002823 10.0.0.54 - - [2025-04-03 02:25:25] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012281 10.0.0.54 - - [2025-04-03 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.001807 10.0.0.54 - - [2025-04-03 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.004246 10.0.0.54 - - [2025-04-03 02:25:25] "POST /security-groups HTTP/1.1" 200 592 0.091459 10.0.0.54 - - [2025-04-03 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 235 0.003258 10.0.0.54 - - [2025-04-03 02:25:25] "POST /projects HTTP/1.1" 200 587 0.264866 10.0.0.54 - - [2025-04-03 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.305258 10.0.0.54 - - [2025-04-03 02:25:25] "POST /access-control-lists HTTP/1.1" 200 597 0.064889 10.0.0.54 - - [2025-04-03 02:25:25] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.456070 10.0.0.54 - - [2025-04-03 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003245 10.0.0.54 - - [2025-04-03 02:25:25] "POST /access-control-lists HTTP/1.1" 200 595 0.060212 10.0.0.54 - - [2025-04-03 02:25:26] "GET / HTTP/1.1" 200 35931 0.002233 10.0.0.54 - - [2025-04-03 02:25:27] "GET /global-system-configs HTTP/1.1" 200 322 0.154031 10.0.0.54 - - [2025-04-03 02:25:27] "GET /obj-perms HTTP/1.1" 200 5056 0.205992 10.0.0.54 - - [2025-04-03 02:25:28] "GET /global-system-configs HTTP/1.1" 200 322 0.127801 10.0.0.54 - - [2025-04-03 02:25:28] "GET /obj-perms HTTP/1.1" 200 5056 0.161457 10.0.0.54 - - [2025-04-03 02:25:28] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.54 - - [2025-04-03 02:25:28] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001793 10.0.0.54 - - [2025-04-03 02:25:28] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051844 10.0.0.54 - - [2025-04-03 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.002921 10.0.0.54 - - [2025-04-03 02:25:28] "POST /virtual-DNSs HTTP/1.1" 200 507 0.025984 10.0.0.54 - - [2025-04-03 02:25:28] "GET /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005481 10.0.0.54 - - [2025-04-03 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.54 - - [2025-04-03 02:25:28] "GET /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004133 10.0.0.54 - - [2025-04-03 02:25:28] "GET /domains HTTP/1.1" 401 292 0.000451 10.0.0.54 - - [2025-04-03 02:25:29] "GET /domains HTTP/1.1" 200 280 0.026359 10.0.0.54 - - [2025-04-03 02:25:29] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.54 - - [2025-04-03 02:25:29] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2958 0.009338 10.0.0.54 - - [2025-04-03 02:25:29] "GET /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487 HTTP/1.1" 200 1437 0.004850 10.0.0.54 - - [2025-04-03 02:25:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002815 10.0.0.54 - - [2025-04-03 02:25:29] "POST /network-ipams HTTP/1.1" 200 514 0.020464 10.0.0.54 - - [2025-04-03 02:25:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003397 10.0.0.54 - - [2025-04-03 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.54 - - [2025-04-03 02:25:29] "GET /network-ipam/e469337d-c8a1-48be-a5b2-7d75a1166043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005792 10.0.0.54 - - [2025-04-03 02:25:29] "PUT /network-ipam/e469337d-c8a1-48be-a5b2-7d75a1166043 HTTP/1.1" 200 258 0.010515 10.0.0.54 - - [2025-04-03 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.54 - - [2025-04-03 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.54 - - [2025-04-03 02:25:29] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.54 - - [2025-04-03 02:25:29] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028410 10.0.0.54 - - [2025-04-03 02:25:29] "POST /neutron/network HTTP/1.1" 200 117 0.036457 10.0.0.54 - - [2025-04-03 02:25:29] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.54 - - [2025-04-03 02:25:29] "POST /neutron/network HTTP/1.1" 200 618 0.071285 10.0.0.54 - - [2025-04-03 02:25:29] "POST /route-targets HTTP/1.1" 200 327 0.009530 10.0.0.54 - - [2025-04-03 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.013608 10.0.0.54 - - [2025-04-03 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007544 10.0.0.54 - - [2025-04-03 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 711 0.199752 10.0.0.54 - - [2025-04-03 02:25:29] "POST /neutron/network HTTP/1.1" 200 833 0.006121 10.0.0.54 - - [2025-04-03 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.002246 10.0.0.54 - - [2025-04-03 02:25:29] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006311 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/network HTTP/1.1" 200 833 0.006908 10.0.0.54 - - [2025-04-03 02:25:30] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005498 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/network HTTP/1.1" 200 833 0.006974 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/subnet HTTP/1.1" 200 711 0.010359 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/network HTTP/1.1" 200 807 0.013798 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/network HTTP/1.1" 200 833 0.005829 10.0.0.54 - - [2025-04-03 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001354 10.0.0.54 - - [2025-04-03 02:25:30] "POST /neutron/network HTTP/1.1" 200 843 0.005984 10.0.0.54 - - [2025-04-03 02:25:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000503 10.0.0.54 - - [2025-04-03 02:25:30] "GET / HTTP/1.1" 200 35931 0.002265 10.0.0.54 - - [2025-04-03 02:25:30] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000666 10.0.0.54 - - [2025-04-03 02:25:31] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001293 10.0.0.54 - - [2025-04-03 02:25:31] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079357 10.0.0.54 - - [2025-04-03 02:25:31] "POST /neutron/network HTTP/1.1" 200 833 0.008925 10.0.0.54 - - [2025-04-03 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.54 - - [2025-04-03 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.005260 10.0.0.54 - - [2025-04-03 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.005683 10.0.0.54 - - [2025-04-03 02:25:31] "POST /neutron/network HTTP/1.1" 200 843 0.006019 10.0.0.54 - - [2025-04-03 02:25:31] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1058 0.233645 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1058 0.010854 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1058 0.010186 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1112 0.077506 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1086 0.021539 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005487 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.012534 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.54 - - [2025-04-03 02:25:32] "POST /neutron/network HTTP/1.1" 200 833 0.005880 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/port HTTP/1.1" 200 1086 0.014694 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007505 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/port HTTP/1.1" 200 1086 0.017032 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007795 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/port HTTP/1.1" 200 1086 0.021896 10.0.0.54 - - [2025-04-03 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007414 10.0.0.54 - - [2025-04-03 02:25:36] "GET /virtual-machine/3d485413-1355-403c-8f40-ad8b4378bdc8 HTTP/1.1" 200 1293 0.004707 10.0.0.54 - - [2025-04-03 02:25:36] "GET /virtual-machine-interface/aca1062f-3f6a-4979-9abd-2a0d770c0623 HTTP/1.1" 200 2965 0.005553 10.0.0.54 - - [2025-04-03 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.54 - - [2025-04-03 02:25:36] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003881 10.0.0.54 - - [2025-04-03 02:25:36] "GET /virtual-networks?parent_id=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004034 10.0.0.54 - - [2025-04-03 02:25:36] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005836 10.0.0.54 - - [2025-04-03 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.54 - - [2025-04-03 02:25:39] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005269 10.0.0.54 - - [2025-04-03 02:25:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016146 10.0.0.54 - - [2025-04-03 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007873 10.0.0.54 - - [2025-04-03 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.54 - - [2025-04-03 02:25:42] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005768 10.0.0.54 - - [2025-04-03 02:25:42] "GET /virtual-networks?parent_id=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.010539 10.0.0.54 - - [2025-04-03 02:25:42] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006719 10.0.0.54 - - [2025-04-03 02:25:46] "POST /neutron/network HTTP/1.1" 200 807 0.012728 10.0.0.54 - - [2025-04-03 02:25:46] "POST /neutron/network HTTP/1.1" 200 833 0.006907 10.0.0.54 - - [2025-04-03 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001655 10.0.0.54 - - [2025-04-03 02:25:46] "POST /neutron/port HTTP/1.1" 200 1086 0.017750 10.0.0.54 - - [2025-04-03 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008015 10.0.0.54 - - [2025-04-03 02:25:47] "POST /neutron/network HTTP/1.1" 200 843 0.007443 10.0.0.54 - - [2025-04-03 02:25:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000470 10.0.0.54 - - [2025-04-03 02:25:47] "GET / HTTP/1.1" 200 35931 0.003311 10.0.0.54 - - [2025-04-03 02:25:47] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.54 - - [2025-04-03 02:25:47] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001866 10.0.0.54 - - [2025-04-03 02:25:47] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062473 10.0.0.54 - - [2025-04-03 02:25:47] "POST /neutron/network HTTP/1.1" 200 833 0.006460 10.0.0.54 - - [2025-04-03 02:25:47] "POST /neutron/port HTTP/1.1" 200 1086 0.021090 10.0.0.54 - - [2025-04-03 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012390 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.007793 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.005409 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/network HTTP/1.1" 200 843 0.008282 10.0.0.54 - - [2025-04-03 02:25:48] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001744 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 1058 0.248409 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 1058 0.011300 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 1058 0.009375 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 1112 0.063588 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 1086 0.017866 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003755 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/subnet HTTP/1.1" 200 685 0.015037 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.54 - - [2025-04-03 02:25:48] "POST /neutron/network HTTP/1.1" 200 833 0.007963 10.0.0.54 - - [2025-04-03 02:25:52] "DELETE /project/19fd0a0901fc476ead893a81fdc57cf9 HTTP/1.1" 404 173 0.005598 10.0.0.54 - - [2025-04-03 02:25:52] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.54 - - [2025-04-03 02:25:52] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.034374 10.0.0.54 - - [2025-04-03 02:25:52] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.54 - - [2025-04-03 02:25:52] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?fields=security_groups HTTP/1.1" 200 1357 0.068902 10.0.0.54 - - [2025-04-03 02:25:52] "DELETE /security-group/f8995697-4363-448c-b990-8ad835c7e5e3 HTTP/1.1" 200 115 0.049334 10.0.0.54 - - [2025-04-03 02:25:52] "GET /projects?obj_uuids=631dbea6-83ca-4db8-b97a-e3933a674adc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.54 - - [2025-04-03 02:25:52] "GET /project/631dbea6-83ca-4db8-b97a-e3933a674adc?fields=application_policy_sets HTTP/1.1" 200 1396 0.047743 10.0.0.54 - - [2025-04-03 02:25:52] "DELETE /access-control-list/099550bf-ea2f-42f2-9cf2-c19e2b7f4e18 HTTP/1.1" 200 115 0.081163 10.0.0.54 - - [2025-04-03 02:25:52] "DELETE /access-control-list/79e6e84c-e70b-428a-b0eb-5b056a6f8d9b HTTP/1.1" 200 115 0.039873 10.0.0.54 - - [2025-04-03 02:25:52] "DELETE /project/631dbea6-83ca-4db8-b97a-e3933a674adc HTTP/1.1" 200 115 0.404771 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/port HTTP/1.1" 200 1086 0.028100 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010604 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/port HTTP/1.1" 200 1086 0.025343 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009429 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/port HTTP/1.1" 200 1086 0.021397 10.0.0.54 - - [2025-04-03 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012510 10.0.0.54 - - [2025-04-03 02:25:53] "GET /virtual-machine/381ff8c0-d628-4f29-8a90-3c150588f9b0 HTTP/1.1" 200 1292 0.012214 10.0.0.54 - - [2025-04-03 02:25:53] "GET /virtual-machine-interface/0d7ceb0e-83dc-4001-85b2-1a7ab424f031 HTTP/1.1" 200 2962 0.008255 10.0.0.54 - - [2025-04-03 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.54 - - [2025-04-03 02:25:53] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005172 10.0.0.54 - - [2025-04-03 02:25:53] "GET /virtual-networks?parent_id=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005599 10.0.0.54 - - [2025-04-03 02:25:53] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006351 10.0.0.54 - - [2025-04-03 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.54 - - [2025-04-03 02:25:56] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005360 10.0.0.54 - - [2025-04-03 02:25:58] "POST /neutron/port HTTP/1.1" 200 1086 0.024978 10.0.0.54 - - [2025-04-03 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007720 10.0.0.54 - - [2025-04-03 02:25:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050206 10.0.0.54 - - [2025-04-03 02:25:59] "GET /obj-perms HTTP/1.1" 200 5056 0.058638 10.0.0.54 - - [2025-04-03 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.54 - - [2025-04-03 02:26:00] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005085 10.0.0.54 - - [2025-04-03 02:26:00] "GET /virtual-networks?parent_id=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006957 10.0.0.54 - - [2025-04-03 02:26:00] "GET /virtual-network/fba4eb54-2068-4c29-a7c7-f4f892c1556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010867 10.0.0.54 - - [2025-04-03 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.54 - - [2025-04-03 02:26:06] "DELETE /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487 HTTP/1.1" 409 235 0.009372 10.0.0.54 - - [2025-04-03 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.004663 10.0.0.54 - - [2025-04-03 02:26:07] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019547 10.0.0.54 - - [2025-04-03 02:26:07] "GET /virtual-DNS-record/25fc17bb-a42f-447a-884c-7c15b97ca1cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006164 10.0.0.54 - - [2025-04-03 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.54 - - [2025-04-03 02:26:07] "GET /virtual-DNS-record/25fc17bb-a42f-447a-884c-7c15b97ca1cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004796 10.0.0.54 - - [2025-04-03 02:26:07] "GET /domains HTTP/1.1" 200 280 0.003036 10.0.0.54 - - [2025-04-03 02:26:07] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.54 - - [2025-04-03 02:26:07] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2774 0.009364 10.0.0.54 - - [2025-04-03 02:26:07] "GET /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487 HTTP/1.1" 200 1906 0.004682 10.0.0.54 - - [2025-04-03 02:26:07] "GET /virtual-DNS-record/25fc17bb-a42f-447a-884c-7c15b97ca1cf HTTP/1.1" 200 1335 0.003808 10.0.0.54 - - [2025-04-03 02:26:12] "DELETE /virtual-DNS-record/25fc17bb-a42f-447a-884c-7c15b97ca1cf HTTP/1.1" 200 115 0.024846 10.0.0.54 - - [2025-04-03 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003752 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/network HTTP/1.1" 200 833 0.012432 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/network HTTP/1.1" 400 204 0.012893 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 1086 0.026264 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 1112 0.011247 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 1086 0.029070 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 1112 0.021614 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.181898 10.0.0.54 - - [2025-04-03 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.169964 10.0.0.54 - - [2025-04-03 02:26:15] "POST /neutron/network HTTP/1.1" 200 833 0.006542 10.0.0.54 - - [2025-04-03 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.54 - - [2025-04-03 02:26:15] "DELETE /route-target/653a7e30-6097-4987-9917-01f82d74ae1b HTTP/1.1" 200 115 0.052558 10.0.0.54 - - [2025-04-03 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009835 10.0.0.54 - - [2025-04-03 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.54 - - [2025-04-03 02:26:15] "POST /neutron/network HTTP/1.1" 200 151 0.288148 10.0.0.54 - - [2025-04-03 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.54 - - [2025-04-03 02:26:15] "DELETE /network-ipam/e469337d-c8a1-48be-a5b2-7d75a1166043 HTTP/1.1" 200 115 0.027959 10.0.0.54 - - [2025-04-03 02:26:15] "DELETE /virtual-DNS/624d02fe-dd11-4041-8358-e0bbb128e487 HTTP/1.1" 200 115 0.028732 10.0.0.54 - - [2025-04-03 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.003403 10.0.0.54 - - [2025-04-03 02:26:15] "GET /domains HTTP/1.1" 200 280 0.002897 10.0.0.54 - - [2025-04-03 02:26:15] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.54 - - [2025-04-03 02:26:15] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2574 0.009218 10.0.0.54 - - [2025-04-03 02:26:15] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.54 - - [2025-04-03 02:26:15] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029746 10.0.0.54 - - [2025-04-03 02:26:15] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.54 - - [2025-04-03 02:26:15] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?fields=virtual_networks HTTP/1.1" 200 1034 0.074427 10.0.0.54 - - [2025-04-03 02:26:15] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.54 - - [2025-04-03 02:26:15] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030344 10.0.0.54 - - [2025-04-03 02:26:16] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.54 - - [2025-04-03 02:26:16] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?fields=security_groups HTTP/1.1" 200 1261 0.025602 10.0.0.54 - - [2025-04-03 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.037985 10.0.0.54 - - [2025-04-03 02:26:16] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003745 10.0.0.54 - - [2025-04-03 02:26:17] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001929 10.0.0.54 - - [2025-04-03 02:26:17] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010517 10.0.0.54 - - [2025-04-03 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.001491 10.0.0.54 - - [2025-04-03 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003740 10.0.0.54 - - [2025-04-03 02:26:17] "POST /security-groups HTTP/1.1" 200 592 0.067582 10.0.0.54 - - [2025-04-03 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.006012 10.0.0.54 - - [2025-04-03 02:26:17] "POST /projects HTTP/1.1" 200 587 0.222026 10.0.0.54 - - [2025-04-03 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.298760 10.0.0.54 - - [2025-04-03 02:26:17] "POST /access-control-lists HTTP/1.1" 200 597 0.064537 10.0.0.54 - - [2025-04-03 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003206 10.0.0.54 - - [2025-04-03 02:26:17] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.434554 10.0.0.54 - - [2025-04-03 02:26:17] "POST /access-control-lists HTTP/1.1" 200 595 0.063574 10.0.0.54 - - [2025-04-03 02:26:18] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.54 - - [2025-04-03 02:26:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000672 10.0.0.54 - - [2025-04-03 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.061805 10.0.0.54 - - [2025-04-03 02:26:19] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.54 - - [2025-04-03 02:26:19] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.031322 10.0.0.54 - - [2025-04-03 02:26:19] "POST /neutron/network HTTP/1.1" 200 117 0.033222 10.0.0.54 - - [2025-04-03 02:26:19] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001517 10.0.0.54 - - [2025-04-03 02:26:19] "POST /neutron/network HTTP/1.1" 200 606 0.092465 10.0.0.54 - - [2025-04-03 02:26:19] "POST /route-targets HTTP/1.1" 200 327 0.015934 10.0.0.54 - - [2025-04-03 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.012573 10.0.0.54 - - [2025-04-03 02:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.54 - - [2025-04-03 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.174339 10.0.0.54 - - [2025-04-03 02:26:20] "POST /neutron/network HTTP/1.1" 200 824 0.006241 10.0.0.54 - - [2025-04-03 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001475 10.0.0.54 - - [2025-04-03 02:26:20] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009866 10.0.0.54 - - [2025-04-03 02:26:20] "POST /neutron/network HTTP/1.1" 200 824 0.006737 10.0.0.54 - - [2025-04-03 02:26:20] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005582 10.0.0.54 - - [2025-04-03 02:26:20] "POST /neutron/network HTTP/1.1" 200 824 0.007531 10.0.0.54 - - [2025-04-03 02:26:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.008339 10.0.0.54 - - [2025-04-03 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001551 10.0.0.54 - - [2025-04-03 02:26:20] "POST /neutron/network HTTP/1.1" 200 834 0.007665 10.0.0.54 - - [2025-04-03 02:26:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000668 10.0.0.54 - - [2025-04-03 02:26:20] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.54 - - [2025-04-03 02:26:20] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.54 - - [2025-04-03 02:26:21] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.54 - - [2025-04-03 02:26:21] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050619 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/network HTTP/1.1" 200 824 0.008446 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.006354 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.005249 10.0.0.54 - - [2025-04-03 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001493 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.009382 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/network HTTP/1.1" 200 834 0.006259 10.0.0.54 - - [2025-04-03 02:26:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.54 - - [2025-04-03 02:26:21] "POST /neutron/network HTTP/1.1" 200 834 0.010327 10.0.0.54 - - [2025-04-03 02:26:21] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.54 - - [2025-04-03 02:26:21] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.54 - - [2025-04-03 02:26:21] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1060 0.273632 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1060 0.013327 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1060 0.009007 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1114 0.076493 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1088 0.015736 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004622 10.0.0.54 - - [2025-04-03 02:26:22] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001663 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.024729 10.0.0.54 - - [2025-04-03 02:26:22] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073415 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/network HTTP/1.1" 200 824 0.006298 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/network HTTP/1.1" 200 824 0.014316 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1088 0.022032 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006852 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.005963 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/port HTTP/1.1" 200 1088 0.027820 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006624 10.0.0.54 - - [2025-04-03 02:26:22] "POST /neutron/network HTTP/1.1" 200 834 0.008038 10.0.0.54 - - [2025-04-03 02:26:22] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002369 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1060 0.229944 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1060 0.010279 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1060 0.010627 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1114 0.130551 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1088 0.024419 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003980 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/subnet HTTP/1.1" 200 693 0.020204 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.003768 10.0.0.54 - - [2025-04-03 02:26:23] "POST /neutron/network HTTP/1.1" 200 824 0.008035 10.0.0.54 - - [2025-04-03 02:26:27] "POST /neutron/port HTTP/1.1" 200 1088 0.024971 10.0.0.54 - - [2025-04-03 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015553 10.0.0.54 - - [2025-04-03 02:26:27] "POST /neutron/port HTTP/1.1" 200 1088 0.024946 10.0.0.54 - - [2025-04-03 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009959 10.0.0.54 - - [2025-04-03 02:26:28] "POST /neutron/port HTTP/1.1" 200 1088 0.041020 10.0.0.54 - - [2025-04-03 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006875 10.0.0.54 - - [2025-04-03 02:26:28] "GET /virtual-machine/6e2fe37e-858a-46da-99a3-362c87e2081d HTTP/1.1" 401 292 0.000562 10.0.0.54 - - [2025-04-03 02:26:28] "GET /virtual-machine/6e2fe37e-858a-46da-99a3-362c87e2081d HTTP/1.1" 200 1293 0.036173 10.0.0.54 - - [2025-04-03 02:26:28] "GET /virtual-machine-interface/0142a274-73b8-4e3e-a424-d12ce8fb15b2 HTTP/1.1" 200 2944 0.005883 10.0.0.54 - - [2025-04-03 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005972 10.0.0.54 - - [2025-04-03 02:26:28] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004588 10.0.0.54 - - [2025-04-03 02:26:28] "GET /virtual-networks?parent_id=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003646 10.0.0.54 - - [2025-04-03 02:26:28] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006180 10.0.0.54 - - [2025-04-03 02:26:31] "POST /neutron/port HTTP/1.1" 200 1088 0.016153 10.0.0.54 - - [2025-04-03 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007706 10.0.0.54 - - [2025-04-03 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.54 - - [2025-04-03 02:26:31] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006843 10.0.0.54 - - [2025-04-03 02:26:32] "POST /neutron/port HTTP/1.1" 200 1088 0.016975 10.0.0.54 - - [2025-04-03 02:26:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007766 10.0.0.54 - - [2025-04-03 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.54 - - [2025-04-03 02:26:33] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004029 10.0.0.54 - - [2025-04-03 02:26:33] "GET /virtual-networks?parent_id=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004904 10.0.0.54 - - [2025-04-03 02:26:33] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006960 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/port HTTP/1.1" 200 1088 0.020545 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008794 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/port HTTP/1.1" 200 1088 0.020307 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010008 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/port HTTP/1.1" 200 1088 0.021567 10.0.0.54 - - [2025-04-03 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007659 10.0.0.54 - - [2025-04-03 02:26:34] "GET /virtual-machine/b11cf178-d5aa-45a9-be34-53e7205e2ee7 HTTP/1.1" 200 1294 0.006070 10.0.0.54 - - [2025-04-03 02:26:34] "GET /virtual-machine-interface/9fd96552-459b-47a5-8e64-528431384284 HTTP/1.1" 200 2947 0.006949 10.0.0.54 - - [2025-04-03 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.54 - - [2025-04-03 02:26:34] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004573 10.0.0.54 - - [2025-04-03 02:26:34] "GET /virtual-networks?parent_id=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004363 10.0.0.54 - - [2025-04-03 02:26:34] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006026 10.0.0.54 - - [2025-04-03 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.54 - - [2025-04-03 02:26:35] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004789 10.0.0.54 - - [2025-04-03 02:26:35] "GET /virtual-networks?parent_id=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004288 10.0.0.54 - - [2025-04-03 02:26:35] "GET /virtual-network/d438b024-c0dd-4208-aa80-ad155fe6aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005547 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/network HTTP/1.1" 200 824 0.010070 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/network HTTP/1.1" 400 204 0.017340 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 1088 0.024313 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 1114 0.013790 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 1088 0.029206 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 1114 0.013081 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 151 0.192022 10.0.0.54 - - [2025-04-03 02:26:41] "POST /neutron/port HTTP/1.1" 200 151 0.168082 10.0.0.54 - - [2025-04-03 02:26:43] "POST /neutron/network HTTP/1.1" 200 824 0.008683 10.0.0.54 - - [2025-04-03 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.54 - - [2025-04-03 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004004 10.0.0.54 - - [2025-04-03 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.54 - - [2025-04-03 02:26:43] "POST /neutron/network HTTP/1.1" 200 151 0.088292 10.0.0.54 - - [2025-04-03 02:26:43] "DELETE /route-target/c6f3093d-6ae8-4daa-994e-f816ab734ea7 HTTP/1.1" 200 115 0.016818 10.0.0.54 - - [2025-04-03 02:26:43] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001350 10.0.0.54 - - [2025-04-03 02:26:43] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.034053 10.0.0.54 - - [2025-04-03 02:26:43] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001725 10.0.0.54 - - [2025-04-03 02:26:43] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?fields=virtual_networks HTTP/1.1" 200 1035 0.076045 10.0.0.54 - - [2025-04-03 02:26:43] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001715 10.0.0.54 - - [2025-04-03 02:26:43] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026610 10.0.0.54 - - [2025-04-03 02:26:43] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.54 - - [2025-04-03 02:26:43] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?fields=security_groups HTTP/1.1" 200 1262 0.028926 10.0.0.54 - - [2025-04-03 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.035429 10.0.0.54 - - [2025-04-03 02:26:44] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003088 10.0.0.54 - - [2025-04-03 02:26:44] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002432 10.0.0.54 - - [2025-04-03 02:26:44] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009470 10.0.0.54 - - [2025-04-03 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.002388 10.0.0.54 - - [2025-04-03 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.003644 10.0.0.54 - - [2025-04-03 02:26:44] "POST /security-groups HTTP/1.1" 200 591 0.064013 10.0.0.54 - - [2025-04-03 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002977 10.0.0.54 - - [2025-04-03 02:26:44] "POST /projects HTTP/1.1" 200 585 0.229437 10.0.0.54 - - [2025-04-03 02:26:45] "POST /access-control-lists HTTP/1.1" 200 596 0.060510 10.0.0.54 - - [2025-04-03 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.307324 10.0.0.54 - - [2025-04-03 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.003448 10.0.0.54 - - [2025-04-03 02:26:45] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.440500 10.0.0.54 - - [2025-04-03 02:26:45] "POST /access-control-lists HTTP/1.1" 200 594 0.068690 10.0.0.54 - - [2025-04-03 02:26:46] "GET / HTTP/1.1" 200 35931 0.002403 10.0.0.54 - - [2025-04-03 02:26:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000720 10.0.0.54 - - [2025-04-03 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.063611 10.0.0.54 - - [2025-04-03 02:26:47] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001706 10.0.0.54 - - [2025-04-03 02:26:47] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.032530 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 117 0.038923 10.0.0.54 - - [2025-04-03 02:26:47] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001805 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 625 0.089671 10.0.0.54 - - [2025-04-03 02:26:47] "POST /route-targets HTTP/1.1" 200 327 0.012888 10.0.0.54 - - [2025-04-03 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.019615 10.0.0.54 - - [2025-04-03 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003474 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.155011 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 839 0.006829 10.0.0.54 - - [2025-04-03 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.001645 10.0.0.54 - - [2025-04-03 02:26:47] "GET /virtual-network/693522e1-5473-4b3f-bd2c-f0c209288f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008311 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 839 0.008134 10.0.0.54 - - [2025-04-03 02:26:47] "GET /virtual-network/693522e1-5473-4b3f-bd2c-f0c209288f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006356 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 839 0.006964 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.009293 10.0.0.54 - - [2025-04-03 02:26:47] "POST /neutron/network HTTP/1.1" 200 839 0.007552 10.0.0.54 - - [2025-04-03 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.001471 10.0.0.54 - - [2025-04-03 02:26:48] "POST /neutron/network HTTP/1.1" 200 849 0.007550 10.0.0.54 - - [2025-04-03 02:26:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.54 - - [2025-04-03 02:26:48] "GET / HTTP/1.1" 200 35931 0.001952 10.0.0.54 - - [2025-04-03 02:26:48] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.54 - - [2025-04-03 02:26:48] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.033062 10.0.0.54 - - [2025-04-03 02:26:48] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.104804 10.0.0.54 - - [2025-04-03 02:26:48] "POST /neutron/network HTTP/1.1" 200 839 0.008016 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.008556 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.006701 10.0.0.54 - - [2025-04-03 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007449 10.0.0.54 - - [2025-04-03 02:26:49] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006464 10.0.0.54 - - [2025-04-03 02:26:49] "PUT /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 276 0.012903 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/network HTTP/1.1" 200 849 0.009594 10.0.0.54 - - [2025-04-03 02:26:49] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001793 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/port HTTP/1.1" 200 1055 0.227069 10.0.0.54 - - [2025-04-03 02:26:49] "POST /neutron/port HTTP/1.1" 200 1055 0.011148 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/port HTTP/1.1" 200 1055 0.010715 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/port HTTP/1.1" 200 1109 0.063413 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017452 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.011947 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.54 - - [2025-04-03 02:26:50] "POST /neutron/network HTTP/1.1" 200 839 0.006793 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001608 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /project/fbbf1bc47dbb4893a712e173d9e7d05a HTTP/1.1" 404 173 0.067014 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.047351 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /project/af5b0d4ef6c441b29a6a4e4fc975f2c8 HTTP/1.1" 404 173 0.094668 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.058563 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?fields=security_groups HTTP/1.1" 200 1367 0.072553 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?fields=security_groups HTTP/1.1" 200 1366 0.079077 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /security-group/4afa5d04-7985-4892-b0af-d5bdc3b7b5a0 HTTP/1.1" 200 115 0.057706 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=fbbf1bc4-7dbb-4893-a712-e173d9e7d05a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /access-control-list/6b6d30e9-17a5-4bcf-9cb5-dac2d5aab234 HTTP/1.1" 200 115 0.038821 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a?fields=application_policy_sets HTTP/1.1" 200 1406 0.039178 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /access-control-list/701e5b0d-c5e6-49e0-ae77-ceaf8bde2597 HTTP/1.1" 200 115 0.033801 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /security-group/d4aed6df-1677-4f0c-a06f-1b51c0a1cfd5 HTTP/1.1" 200 115 0.062143 10.0.0.54 - - [2025-04-03 02:26:53] "GET /projects?obj_uuids=19fd0a09-01fc-476e-ad89-3a81fdc57cf9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /access-control-list/49a99422-5f12-45e9-8dd4-52edd5f5d24d HTTP/1.1" 200 115 0.029302 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /access-control-list/430b2c17-62e0-4192-bb14-46f2f990f28b HTTP/1.1" 200 115 0.029519 10.0.0.54 - - [2025-04-03 02:26:53] "GET /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9?fields=application_policy_sets HTTP/1.1" 200 1405 0.095123 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /project/fbbf1bc4-7dbb-4893-a712-e173d9e7d05a HTTP/1.1" 200 115 0.473764 10.0.0.54 - - [2025-04-03 02:26:53] "DELETE /project/19fd0a09-01fc-476e-ad89-3a81fdc57cf9 HTTP/1.1" 200 115 0.545011 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/port HTTP/1.1" 200 1083 0.015486 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007349 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017267 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007148 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017436 10.0.0.54 - - [2025-04-03 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007057 10.0.0.54 - - [2025-04-03 02:26:54] "GET /virtual-machine/b7074743-65dd-4176-9763-472a32f0991b HTTP/1.1" 401 292 0.000640 10.0.0.54 - - [2025-04-03 02:26:55] "GET /virtual-machine/b7074743-65dd-4176-9763-472a32f0991b HTTP/1.1" 200 1293 0.034000 10.0.0.54 - - [2025-04-03 02:26:55] "GET /virtual-machine-interface/ab67819e-b808-4caa-b2b9-ce2f5fd3e728 HTTP/1.1" 200 2972 0.006334 10.0.0.54 - - [2025-04-03 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.54 - - [2025-04-03 02:26:55] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004375 10.0.0.54 - - [2025-04-03 02:26:55] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004312 10.0.0.54 - - [2025-04-03 02:26:55] "GET /virtual-network/693522e1-5473-4b3f-bd2c-f0c209288f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005774 10.0.0.54 - - [2025-04-03 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.54 - - [2025-04-03 02:26:58] "GET /virtual-network/693522e1-5473-4b3f-bd2c-f0c209288f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007618 10.0.0.54 - - [2025-04-03 02:26:58] "POST /neutron/port HTTP/1.1" 200 1083 0.024130 10.0.0.54 - - [2025-04-03 02:26:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007775 10.0.0.54 - - [2025-04-03 02:26:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053281 10.0.0.54 - - [2025-04-03 02:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054960 10.0.0.54 - - [2025-04-03 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.54 - - [2025-04-03 02:27:00] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003235 10.0.0.54 - - [2025-04-03 02:27:00] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003270 10.0.0.54 - - [2025-04-03 02:27:00] "GET /virtual-network/693522e1-5473-4b3f-bd2c-f0c209288f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007101 10.0.0.54 - - [2025-04-03 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.54 - - [2025-04-03 02:27:02] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.005574 10.0.0.54 - - [2025-04-03 02:27:02] "PUT /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 276 0.010515 10.0.0.54 - - [2025-04-03 02:27:02] "POST /neutron/network HTTP/1.1" 200 839 0.011427 10.0.0.54 - - [2025-04-03 02:27:02] "POST /neutron/network HTTP/1.1" 400 204 0.013323 10.0.0.54 - - [2025-04-03 02:27:03] "POST /neutron/port HTTP/1.1" 200 1083 0.016596 10.0.0.54 - - [2025-04-03 02:27:03] "POST /neutron/port HTTP/1.1" 200 1109 0.011610 10.0.0.54 - - [2025-04-03 02:27:03] "POST /neutron/port HTTP/1.1" 200 151 0.109718 10.0.0.54 - - [2025-04-03 02:27:04] "POST /neutron/network HTTP/1.1" 200 839 0.006277 10.0.0.54 - - [2025-04-03 02:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005394 10.0.0.54 - - [2025-04-03 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.54 - - [2025-04-03 02:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.54 - - [2025-04-03 02:27:04] "POST /neutron/network HTTP/1.1" 200 151 0.082364 10.0.0.54 - - [2025-04-03 02:27:04] "DELETE /route-target/3f0be145-ecc5-413d-ba42-e34a32b7d11a HTTP/1.1" 200 115 0.018464 10.0.0.54 - - [2025-04-03 02:27:05] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002965 10.0.0.54 - - [2025-04-03 02:27:05] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f HTTP/1.1" 200 1826 0.004190 10.0.0.54 - - [2025-04-03 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.54 - - [2025-04-03 02:27:05] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.54 - - [2025-04-03 02:27:05] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024986 10.0.0.54 - - [2025-04-03 02:27:05] "POST /neutron/network HTTP/1.1" 200 117 0.007453 10.0.0.54 - - [2025-04-03 02:27:05] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.54 - - [2025-04-03 02:27:05] "POST /neutron/network HTTP/1.1" 200 605 0.074298 10.0.0.54 - - [2025-04-03 02:27:05] "POST /route-targets HTTP/1.1" 200 327 0.014743 10.0.0.54 - - [2025-04-03 02:27:05] "POST /ref-update HTTP/1.1" 200 156 0.010573 10.0.0.54 - - [2025-04-03 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.54 - - [2025-04-03 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.208421 10.0.0.54 - - [2025-04-03 02:27:05] "POST /neutron/network HTTP/1.1" 200 823 0.006727 10.0.0.54 - - [2025-04-03 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001390 10.0.0.54 - - [2025-04-03 02:27:05] "GET /virtual-network/46f8d6e9-226d-4227-a497-4d7dd0df4df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005651 10.0.0.54 - - [2025-04-03 02:27:06] "POST /neutron/network HTTP/1.1" 200 823 0.007731 10.0.0.54 - - [2025-04-03 02:27:06] "GET /virtual-network/46f8d6e9-226d-4227-a497-4d7dd0df4df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005550 10.0.0.54 - - [2025-04-03 02:27:06] "POST /neutron/network HTTP/1.1" 200 823 0.006227 10.0.0.54 - - [2025-04-03 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.007089 10.0.0.54 - - [2025-04-03 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001293 10.0.0.54 - - [2025-04-03 02:27:06] "POST /neutron/network HTTP/1.1" 200 833 0.005742 10.0.0.54 - - [2025-04-03 02:27:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000448 10.0.0.54 - - [2025-04-03 02:27:06] "GET / HTTP/1.1" 200 35931 0.002502 10.0.0.54 - - [2025-04-03 02:27:06] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.54 - - [2025-04-03 02:27:06] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.54 - - [2025-04-03 02:27:07] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062028 10.0.0.54 - - [2025-04-03 02:27:07] "POST /neutron/network HTTP/1.1" 200 823 0.036986 10.0.0.54 - - [2025-04-03 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.007008 10.0.0.54 - - [2025-04-03 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.006378 10.0.0.54 - - [2025-04-03 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.008690 10.0.0.54 - - [2025-04-03 02:27:07] "POST /neutron/network HTTP/1.1" 200 833 0.006342 10.0.0.54 - - [2025-04-03 02:27:07] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001920 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.237675 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.040531 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.010275 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 1113 0.071721 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 1087 0.017811 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.011773 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.54 - - [2025-04-03 02:27:08] "POST /neutron/network HTTP/1.1" 200 823 0.006738 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/port HTTP/1.1" 200 1087 0.017762 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007482 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/port HTTP/1.1" 200 1087 0.018897 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007385 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/port HTTP/1.1" 200 1087 0.014823 10.0.0.54 - - [2025-04-03 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006511 10.0.0.54 - - [2025-04-03 02:27:12] "GET /virtual-machine/58c18e22-5070-4431-a159-c532088b27b0 HTTP/1.1" 200 1292 0.004790 10.0.0.54 - - [2025-04-03 02:27:12] "GET /virtual-machine-interface/8c2d3019-a30a-4c7a-a5f1-136f290a2340 HTTP/1.1" 200 2942 0.005027 10.0.0.54 - - [2025-04-03 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.54 - - [2025-04-03 02:27:12] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003250 10.0.0.54 - - [2025-04-03 02:27:12] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004620 10.0.0.54 - - [2025-04-03 02:27:12] "GET /virtual-network/46f8d6e9-226d-4227-a497-4d7dd0df4df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007965 10.0.0.54 - - [2025-04-03 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.54 - - [2025-04-03 02:27:15] "GET /virtual-network/46f8d6e9-226d-4227-a497-4d7dd0df4df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005316 10.0.0.54 - - [2025-04-03 02:27:16] "POST /neutron/port HTTP/1.1" 200 1087 0.040027 10.0.0.54 - - [2025-04-03 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006506 10.0.0.54 - - [2025-04-03 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.54 - - [2025-04-03 02:27:18] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004256 10.0.0.54 - - [2025-04-03 02:27:18] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005189 10.0.0.54 - - [2025-04-03 02:27:18] "GET /virtual-network/46f8d6e9-226d-4227-a497-4d7dd0df4df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006275 10.0.0.54 - - [2025-04-03 02:27:18] "POST /neutron/port HTTP/1.1" 200 1087 0.015478 10.0.0.54 - - [2025-04-03 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006625 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/port HTTP/1.1" 200 1087 0.022511 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/port HTTP/1.1" 200 1087 0.022341 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/network HTTP/1.1" 200 833 0.006097 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003983 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.012268 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.54 - - [2025-04-03 02:27:21] "POST /neutron/network HTTP/1.1" 200 823 0.014958 10.0.0.54 - - [2025-04-03 02:27:25] "POST /neutron/network HTTP/1.1" 200 823 0.007037 10.0.0.54 - - [2025-04-03 02:27:25] "POST /neutron/network HTTP/1.1" 400 204 0.012437 10.0.0.54 - - [2025-04-03 02:27:25] "POST /neutron/port HTTP/1.1" 200 1087 0.016001 10.0.0.54 - - [2025-04-03 02:27:25] "POST /neutron/port HTTP/1.1" 200 1113 0.011087 10.0.0.54 - - [2025-04-03 02:27:25] "POST /neutron/port HTTP/1.1" 200 151 0.104679 10.0.0.54 - - [2025-04-03 02:27:27] "POST /neutron/network HTTP/1.1" 200 823 0.006452 10.0.0.54 - - [2025-04-03 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.54 - - [2025-04-03 02:27:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.54 - - [2025-04-03 02:27:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.54 - - [2025-04-03 02:27:27] "POST /neutron/network HTTP/1.1" 200 151 0.106755 10.0.0.54 - - [2025-04-03 02:27:27] "DELETE /route-target/a7d5f0ec-01ea-4d1a-8e96-7a7d749269bb HTTP/1.1" 200 115 0.022236 10.0.0.54 - - [2025-04-03 02:27:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003128 10.0.0.54 - - [2025-04-03 02:27:27] "POST /network-ipams HTTP/1.1" 200 541 0.021450 10.0.0.54 - - [2025-04-03 02:27:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004467 10.0.0.54 - - [2025-04-03 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.54 - - [2025-04-03 02:27:28] "GET /network-ipam/ae124aa2-8538-4759-b349-5234a63632a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006155 10.0.0.54 - - [2025-04-03 02:27:28] "PUT /network-ipam/ae124aa2-8538-4759-b349-5234a63632a8 HTTP/1.1" 200 258 0.012195 10.0.0.54 - - [2025-04-03 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.54 - - [2025-04-03 02:27:28] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.54 - - [2025-04-03 02:27:28] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029049 10.0.0.54 - - [2025-04-03 02:27:28] "POST /neutron/network HTTP/1.1" 200 117 0.008861 10.0.0.54 - - [2025-04-03 02:27:28] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001367 10.0.0.54 - - [2025-04-03 02:27:28] "POST /neutron/network HTTP/1.1" 200 605 0.083770 10.0.0.54 - - [2025-04-03 02:27:28] "POST /route-targets HTTP/1.1" 200 327 0.011900 10.0.0.54 - - [2025-04-03 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.013500 10.0.0.54 - - [2025-04-03 02:27:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006284 10.0.0.54 - - [2025-04-03 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.168436 10.0.0.54 - - [2025-04-03 02:27:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008003 10.0.0.54 - - [2025-04-03 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.221086 10.0.0.54 - - [2025-04-03 02:27:28] "POST /neutron/network HTTP/1.1" 200 994 0.010727 10.0.0.54 - - [2025-04-03 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.002058 10.0.0.54 - - [2025-04-03 02:27:28] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008022 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/network HTTP/1.1" 200 994 0.013231 10.0.0.54 - - [2025-04-03 02:27:29] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006180 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/network HTTP/1.1" 200 994 0.010979 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009907 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009649 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/network HTTP/1.1" 200 994 0.011370 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009053 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.014773 10.0.0.54 - - [2025-04-03 02:27:29] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/port HTTP/1.1" 200 1017 0.172806 10.0.0.54 - - [2025-04-03 02:27:29] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/port HTTP/1.1" 200 1017 0.176771 10.0.0.54 - - [2025-04-03 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001496 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/port HTTP/1.1" 200 1017 0.012160 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010066 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/network HTTP/1.1" 200 994 0.007789 10.0.0.54 - - [2025-04-03 02:27:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010101 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.005733 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.006627 10.0.0.54 - - [2025-04-03 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001479 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.006629 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009762 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008772 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/network HTTP/1.1" 200 994 0.009260 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008890 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007117 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009038 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.008358 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.007145 10.0.0.54 - - [2025-04-03 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001516 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.007135 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/network HTTP/1.1" 200 1004 0.010456 10.0.0.54 - - [2025-04-03 02:27:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000575 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.010447 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/network HTTP/1.1" 200 1004 0.008890 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.010474 10.0.0.54 - - [2025-04-03 02:27:30] "POST /neutron/port HTTP/1.1" 200 1017 0.013158 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1109 0.109183 10.0.0.54 - - [2025-04-03 02:27:31] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.54 - - [2025-04-03 02:27:31] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1017 0.011212 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/network HTTP/1.1" 200 1004 0.010573 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1083 0.033451 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007817 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1017 0.010216 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003969 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.035319 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1109 0.105603 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/network HTTP/1.1" 200 994 0.011483 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1083 0.026493 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004109 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.019647 10.0.0.54 - - [2025-04-03 02:27:31] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.001955 10.0.0.54 - - [2025-04-03 02:27:31] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079461 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/network HTTP/1.1" 200 994 0.008764 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/network HTTP/1.1" 200 994 0.009927 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 2050 0.024729 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010276 10.0.0.54 - - [2025-04-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.006435 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domains HTTP/1.1" 200 280 0.002954 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2573 0.009700 10.0.0.54 - - [2025-04-03 02:27:31] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001883 10.0.0.54 - - [2025-04-03 02:27:31] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8 HTTP/1.1" 200 2843 0.072325 10.0.0.54 - - [2025-04-03 02:27:31] "GET /network-ipam/ae124aa2-8538-4759-b349-5234a63632a8 HTTP/1.1" 200 2602 0.009194 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domains HTTP/1.1" 200 280 0.006190 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.54 - - [2025-04-03 02:27:31] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2573 0.010746 10.0.0.54 - - [2025-04-03 02:27:32] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.54 - - [2025-04-03 02:27:32] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8 HTTP/1.1" 200 2843 0.081009 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b HTTP/1.1" 200 3780 0.008598 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b HTTP/1.1" 200 3780 0.006004 10.0.0.54 - - [2025-04-03 02:27:32] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 200 2381 0.008436 10.0.0.54 - - [2025-04-03 02:27:32] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 200 2381 0.005792 10.0.0.54 - - [2025-04-03 02:27:32] "GET /route-target/a4edc8b9-66fa-471d-8720-15b93f2e2dd5 HTTP/1.1" 200 1204 0.003772 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b HTTP/1.1" 200 3780 0.007573 10.0.0.54 - - [2025-04-03 02:27:32] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 200 2381 0.005120 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007123 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b HTTP/1.1" 200 3780 0.009569 10.0.0.54 - - [2025-04-03 02:27:32] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 200 2381 0.004183 10.0.0.54 - - [2025-04-03 02:27:32] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 200 2381 0.006071 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/network HTTP/1.1" 200 1004 0.013479 10.0.0.54 - - [2025-04-03 02:27:32] "GET /route-target/a4edc8b9-66fa-471d-8720-15b93f2e2dd5 HTTP/1.1" 200 1204 0.010326 10.0.0.54 - - [2025-04-03 02:27:32] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.54 - - [2025-04-03 02:27:32] "GET /domains HTTP/1.1" 200 280 0.017529 10.0.0.54 - - [2025-04-03 02:27:32] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.54 - - [2025-04-03 02:27:32] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2573 0.014991 10.0.0.54 - - [2025-04-03 02:27:32] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.54 - - [2025-04-03 02:27:32] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8 HTTP/1.1" 200 3087 0.146434 10.0.0.54 - - [2025-04-03 02:27:32] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b HTTP/1.1" 200 4038 0.031044 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/port HTTP/1.1" 200 1055 0.398812 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/port HTTP/1.1" 200 1055 0.012058 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/port HTTP/1.1" 200 1055 0.017489 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/port HTTP/1.1" 200 1109 0.076485 10.0.0.54 - - [2025-04-03 02:27:32] "GET /obj-perms HTTP/1.1" 200 5030 0.064072 10.0.0.54 - - [2025-04-03 02:27:32] "POST /neutron/port HTTP/1.1" 200 1083 0.033506 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004351 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.024181 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/port HTTP/1.1" 200 1083 0.026197 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/network HTTP/1.1" 200 994 0.010504 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009310 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/port HTTP/1.1" 200 1083 0.037786 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021550 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/port HTTP/1.1" 200 1083 0.018759 10.0.0.54 - - [2025-04-03 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008003 10.0.0.54 - - [2025-04-03 02:27:33] "GET /virtual-machine/494c6015-01ea-4491-b579-6582de3d5cff HTTP/1.1" 200 1288 0.010907 10.0.0.54 - - [2025-04-03 02:27:33] "GET /virtual-machine-interface/4ba94a78-6f12-4aaf-8c26-9b9f24fe122f HTTP/1.1" 200 2941 0.017792 10.0.0.54 - - [2025-04-03 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.54 - - [2025-04-03 02:27:33] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004261 10.0.0.54 - - [2025-04-03 02:27:33] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004590 10.0.0.54 - - [2025-04-03 02:27:33] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006199 10.0.0.54 - - [2025-04-03 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.54 - - [2025-04-03 02:27:36] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008205 10.0.0.54 - - [2025-04-03 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.54 - - [2025-04-03 02:27:40] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005212 10.0.0.54 - - [2025-04-03 02:27:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016681 10.0.0.54 - - [2025-04-03 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009811 10.0.0.54 - - [2025-04-03 02:27:40] "POST /neutron/port HTTP/1.1" 200 1083 0.020560 10.0.0.54 - - [2025-04-03 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006387 10.0.0.54 - - [2025-04-03 02:27:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014812 10.0.0.54 - - [2025-04-03 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006063 10.0.0.54 - - [2025-04-03 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.54 - - [2025-04-03 02:27:42] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003502 10.0.0.54 - - [2025-04-03 02:27:42] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005445 10.0.0.54 - - [2025-04-03 02:27:42] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005678 10.0.0.54 - - [2025-04-03 02:27:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017272 10.0.0.54 - - [2025-04-03 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007714 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/port HTTP/1.1" 200 1083 0.031382 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010944 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/port HTTP/1.1" 200 1083 0.019501 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007058 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/port HTTP/1.1" 200 1083 0.019176 10.0.0.54 - - [2025-04-03 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006471 10.0.0.54 - - [2025-04-03 02:27:48] "GET /virtual-machine/9593bc8f-d530-49ea-860f-7ff2a04b741d HTTP/1.1" 200 1288 0.005026 10.0.0.54 - - [2025-04-03 02:27:48] "GET /virtual-machine-interface/720a2e47-8121-4f0a-b9c6-6ec9b07805c1 HTTP/1.1" 200 2941 0.005127 10.0.0.54 - - [2025-04-03 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.54 - - [2025-04-03 02:27:48] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003269 10.0.0.54 - - [2025-04-03 02:27:48] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004538 10.0.0.54 - - [2025-04-03 02:27:48] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006621 10.0.0.54 - - [2025-04-03 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.54 - - [2025-04-03 02:27:49] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003657 10.0.0.54 - - [2025-04-03 02:27:49] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004047 10.0.0.54 - - [2025-04-03 02:27:49] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007651 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/port HTTP/1.1" 200 1083 0.015867 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006794 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016304 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/port HTTP/1.1" 200 1083 0.018521 10.0.0.54 - - [2025-04-03 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007221 10.0.0.54 - - [2025-04-03 02:27:50] "GET /virtual-machine/90b2e0c6-591c-408f-a49c-257803c9cdd6 HTTP/1.1" 200 1293 0.006795 10.0.0.54 - - [2025-04-03 02:27:50] "GET /virtual-machine-interface/eba99871-2406-439e-9c4b-fdffa2233198 HTTP/1.1" 200 2942 0.005200 10.0.0.54 - - [2025-04-03 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.54 - - [2025-04-03 02:27:50] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003617 10.0.0.54 - - [2025-04-03 02:27:50] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003509 10.0.0.54 - - [2025-04-03 02:27:50] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006382 10.0.0.54 - - [2025-04-03 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.54 - - [2025-04-03 02:27:51] "GET /global-vrouter-config/11904fa5-0cc8-45e3-af99-f61a01b8205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003839 10.0.0.54 - - [2025-04-03 02:27:51] "GET /virtual-networks?parent_id=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003294 10.0.0.54 - - [2025-04-03 02:27:51] "GET /virtual-network/b04c96cf-cf1d-4808-a2da-1676ebfc1a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006550 10.0.0.54 - - [2025-04-03 02:28:00] "GET /obj-perms HTTP/1.1" 200 5056 0.060371 10.0.0.54 - - [2025-04-03 02:28:00] "GET /obj-perms HTTP/1.1" 200 5056 0.055626 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.024306 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.015849 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.012009 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1083 0.038670 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.013867 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.022268 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/network HTTP/1.1" 200 994 0.016438 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.176124 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.037576 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.035381 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.035472 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.030778 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.022813 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 961 0.014862 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 961 0.157400 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/network HTTP/1.1" 200 994 0.023965 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 961 0.012763 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.342215 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 400 205 0.029972 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.013933 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.246402 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/network HTTP/1.1" 200 994 0.020918 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/network HTTP/1.1" 200 1004 0.027781 10.0.0.54 - - [2025-04-03 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009035 10.0.0.54 - - [2025-04-03 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005095 10.0.0.54 - - [2025-04-03 02:28:08] "DELETE /route-target/a4edc8b9-66fa-471d-8720-15b93f2e2dd5 HTTP/1.1" 200 115 0.039997 10.0.0.54 - - [2025-04-03 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007247 10.0.0.54 - - [2025-04-03 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003056 10.0.0.54 - - [2025-04-03 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003321 10.0.0.54 - - [2025-04-03 02:28:08] "POST /neutron/network HTTP/1.1" 200 151 0.182884 10.0.0.54 - - [2025-04-03 02:28:08] "GET /routing-instance/fdef25ac-1e72-4754-97d3-e1c09bfbebdc HTTP/1.1" 404 171 0.003367 10.0.0.54 - - [2025-04-03 02:28:08] "GET /domains HTTP/1.1" 200 280 0.004703 10.0.0.54 - - [2025-04-03 02:28:08] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.54 - - [2025-04-03 02:28:09] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c HTTP/1.1" 200 2573 0.054776 10.0.0.54 - - [2025-04-03 02:28:09] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.54 - - [2025-04-03 02:28:09] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8 HTTP/1.1" 200 2086 0.084753 10.0.0.54 - - [2025-04-03 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.54 - - [2025-04-03 02:28:09] "DELETE /network-ipam/ae124aa2-8538-4759-b349-5234a63632a8 HTTP/1.1" 200 115 0.024921 10.0.0.54 - - [2025-04-03 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.009587 10.0.0.54 - - [2025-04-03 02:28:09] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.54 - - [2025-04-03 02:28:09] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059364 10.0.0.54 - - [2025-04-03 02:28:09] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002261 10.0.0.54 - - [2025-04-03 02:28:09] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?fields=virtual_networks HTTP/1.1" 200 1033 0.089817 10.0.0.54 - - [2025-04-03 02:28:09] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.54 - - [2025-04-03 02:28:09] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032385 10.0.0.54 - - [2025-04-03 02:28:09] "GET /projects?obj_uuids=af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001535 10.0.0.54 - - [2025-04-03 02:28:09] "GET /project/af5b0d4e-f6c4-41b2-9a6a-4e4fc975f2c8?fields=security_groups HTTP/1.1" 200 1259 0.035796 10.0.0.54 - - [2025-04-03 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.005505 10.0.0.54 - - [2025-04-03 02:28:13] "POST /neutron/port HTTP/1.1" 400 205 0.003504 10.0.0.54 - - [2025-04-03 02:28:18] "GET / HTTP/1.1" 200 35931 0.002630 10.0.0.54 - - [2025-04-03 02:28:18] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000531 10.0.0.54 - - [2025-04-03 02:28:19] "GET /projects?obj_uuids=ab1501f6-7cea-4712-92de-3e3e952746e2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002960 10.0.0.54 - - [2025-04-03 02:28:19] "GET /project/ab1501f6-7cea-4712-92de-3e3e952746e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.086408 [Introspect:8084]10.0.0.54 - - [2025-04-03 02:28:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001208 10.0.0.54 - - [2025-04-03 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.025441 10.0.0.54 - - [2025-04-03 02:28:20] "GET /projects?obj_uuids=3fc7bace-05a6-4b1e-bf9a-1ae0bacdb4a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002548 10.0.0.54 - - [2025-04-03 02:28:20] "GET /domains?obj_uuids=5d8d45a8-7063-4dfd-9c89-e037a409e17c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.54 - - [2025-04-03 02:28:20] "GET /domain/5d8d45a8-7063-4dfd-9c89-e037a409e17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008490 10.0.0.54 - - [2025-04-03 02:28:20] "POST /id-to-fqname HTTP/1.1" 200 186 0.001348 10.0.0.54 - - [2025-04-03 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.005806 10.0.0.54 - - [2025-04-03 02:28:20] "POST /security-groups HTTP/1.1" 200 587 0.063071 10.0.0.54 - - [2025-04-03 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 230 0.003225 10.0.0.54 - - [2025-04-03 02:28:20] "POST /projects HTTP/1.1" 200 577 0.226246