++ 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 Feb 20 02:06:43 UTC 2025 ===================' INFO: =================== Thu Feb 20 02:06:43 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 ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.47 ++ 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.47 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.47 ++ ANALYTICSDB_NODES=10.0.0.47 ++ ANALYTICS_SNMP_NODES=10.0.0.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:8081 ' +++ '[' -n '10.0.0.47:8081 ' ']' +++ echo 10.0.0.47:8081 ++ ANALYTICS_SERVERS=10.0.0.47: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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:9042 ' +++ '[' -n '10.0.0.47:9042 ' ']' +++ echo 10.0.0.47:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.47:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:8086 ' +++ '[' -n '10.0.0.47:8086 ' ']' +++ echo 10.0.0.47:8086 ++ COLLECTOR_SERVERS=10.0.0.47: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.47 ++ CONFIGDB_NODES=10.0.0.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:8082 ' +++ '[' -n '10.0.0.47:8082 ' ']' +++ echo 10.0.0.47:8082 ++ CONFIG_SERVERS=10.0.0.47: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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:9161 ' +++ '[' -n '10.0.0.47:9161 ' ']' +++ echo 10.0.0.47:9161 ++ CONFIGDB_SERVERS=10.0.0.47: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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:9041 ' +++ '[' -n '10.0.0.47:9041 ' ']' +++ echo 10.0.0.47:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.47:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.47 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.47 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+=10.0.0.47:2181, +++ '[' -n 10.0.0.47:2181, ']' +++ echo 10.0.0.47:2181 ++ ZOOKEEPER_SERVERS=10.0.0.47: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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:2181 ' +++ '[' -n '10.0.0.47:2181 ' ']' +++ echo 10.0.0.47:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.47:2181 ++ RABBITMQ_NODES=10.0.0.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+=10.0.0.47:5673, +++ '[' -n 10.0.0.47:5673, ']' +++ echo 10.0.0.47:5673 ++ RABBITMQ_SERVERS=10.0.0.47: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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:6379 ' +++ '[' -n '10.0.0.47:6379 ' ']' +++ echo 10.0.0.47:6379 ++ REDIS_SERVERS=10.0.0.47: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.47 ++ 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.47 +++ local server_address=10.0.0.47 +++ extended_server_list+='10.0.0.47:9092 ' +++ '[' -n '10.0.0.47:9092 ' ']' +++ echo 10.0.0.47:9092 ++ KAFKA_SERVERS=10.0.0.47: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.47 ++ 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.47 ++ 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.47 ++ 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.47 ++ cut -d , -f 1 + local cassandra=10.0.0.47 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.47 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.47 +++ local servers=10.0.0.47 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.47,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.47'\''))' +++ local server_ip=10.0.0.47 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.47 ]] +++ [[ ,10.0.0.47,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.47, ]] +++ echo 10.0.0.47 1 +++ return ++ local ip=10.0.0.47 ++ [[ -z 10.0.0.47 ]] ++ echo 10.0.0.47 + host_ip=10.0.0.47 + [[ cql == \c\q\l ]] ++ echo 10.0.0.47:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.47:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.47: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 02/20/2025 02:06:52.314 7f22ac5e4248 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/20/2025 02:06:52.481 7f22ac5e4248 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/20/2025 02:06:52.496 7f22ac5e4248 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/20/2025 02:06:52.496 7f22ac5e4248 [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.47:8082/ Hit Ctrl-C to quit. 10.0.0.47 - - [2025-02-20 02:06:57] "GET / HTTP/1.1" 503 181 0.000667 10.0.0.47 - - [2025-02-20 02:06:57] "GET / HTTP/1.1" 503 181 0.000182 10.0.0.47 - - [2025-02-20 02:06:57] "GET / HTTP/1.1" 503 181 0.000207 10.0.0.47 - - [2025-02-20 02:06:57] "GET / HTTP/1.1" 200 35931 0.058304 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.47 - - [2025-02-20 02:06:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000976 10.0.0.47 - - [2025-02-20 02:06:58] "GET / HTTP/1.1" 200 35931 0.002601 10.0.0.47 - - [2025-02-20 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.47 - - [2025-02-20 02:06:58] "GET / HTTP/1.1" 200 45871 0.002445 10.0.0.47 - - [2025-02-20 02:06:58] "GET / HTTP/1.1" 200 45871 0.002065 10.0.0.47 - - [2025-02-20 02:06:58] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.47 - - [2025-02-20 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.47 - - [2025-02-20 02:06:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000425 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 1.369972 10.0.0.47 - - [2025-02-20 02:06:59] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.016611 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.389771 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.744284 10.0.0.47 - - [2025-02-20 02:06:59] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015625 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.013502 10.0.0.47 - - [2025-02-20 02:06:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.110832 10.0.0.47 - - [2025-02-20 02:06:59] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002875 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.47 - - [2025-02-20 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.004138 10.0.0.47 - - [2025-02-20 02:06:59] "POST /config-nodes HTTP/1.1" 200 599 0.022828 10.0.0.47 - - [2025-02-20 02:06:59] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.47 - - [2025-02-20 02:06:59] "POST /config-database-nodes HTTP/1.1" 200 617 0.021268 10.0.0.47 - - [2025-02-20 02:07:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000715 10.0.0.47 - - [2025-02-20 02:07:00] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.47 - - [2025-02-20 02:07:00] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000469 10.0.0.47 - - [2025-02-20 02:07:00] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.47 - - [2025-02-20 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.687455 10.0.0.47 - - [2025-02-20 02:07:00] "GET /network-ipam/b68ef19d-2f27-4470-a418-f35b874bd0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005518 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.713350 /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.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011865 10.0.0.47 - - [2025-02-20 02:07:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.059927 10.0.0.47 - - [2025-02-20 02:07:01] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010323 10.0.0.47 - - [2025-02-20 02:07:01] "POST /service-appliance-sets HTTP/1.1" 200 553 0.026892 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.004336 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.003469 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.47 - - [2025-02-20 02:07:01] "POST /access-control-lists HTTP/1.1" 200 587 0.021432 10.0.0.47 - - [2025-02-20 02:07:01] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007017 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 224 0.004143 10.0.0.47 - - [2025-02-20 02:07:01] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024936 10.0.0.47 - - [2025-02-20 02:07:01] "POST /access-control-lists HTTP/1.1" 200 585 0.020821 10.0.0.47 - - [2025-02-20 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.47 - - [2025-02-20 02:07:01] "GET /network-ipam/b68ef19d-2f27-4470-a418-f35b874bd0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004470 10.0.0.47 - - [2025-02-20 02:07:01] "POST /route-targets HTTP/1.1" 200 327 0.015099 10.0.0.47 - - [2025-02-20 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.012720 10.0.0.47 - - [2025-02-20 02:07:01] "POST /route-targets HTTP/1.1" 200 327 0.015391 10.0.0.47 - - [2025-02-20 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.023751 10.0.0.47 - - [2025-02-20 02:07:01] "POST /service-templates HTTP/1.1" 200 511 0.044096 10.0.0.47 - - [2025-02-20 02:07:01] "POST /service-templates HTTP/1.1" 200 501 0.025054 10.0.0.47 - - [2025-02-20 02:07:01] "POST /route-targets HTTP/1.1" 200 327 0.022455 10.0.0.47 - - [2025-02-20 02:07:01] "POST /service-templates HTTP/1.1" 200 515 0.027457 10.0.0.47 - - [2025-02-20 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.017259 10.0.0.47 - - [2025-02-20 02:07:02] "POST /service-templates HTTP/1.1" 200 535 0.024801 10.0.0.47 - - [2025-02-20 02:07:02] "POST /route-targets HTTP/1.1" 200 327 0.012933 10.0.0.47 - - [2025-02-20 02:07:02] "POST /ref-update HTTP/1.1" 200 156 0.017751 10.0.0.47 - - [2025-02-20 02:07:02] "POST /service-templates HTTP/1.1" 200 507 0.031978 10.0.0.47 - - [2025-02-20 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.004448 10.0.0.47 - - [2025-02-20 02:07:02] "POST /access-control-lists HTTP/1.1" 200 551 0.068540 10.0.0.47 - - [2025-02-20 02:07:02] "PUT /access-control-list/779c9eea-bbae-442f-b303-c6308b6bf0f9 HTTP/1.1" 200 272 0.016266 10.0.0.47 - - [2025-02-20 02:07:02] "PUT /access-control-list/803fe0b5-5de9-40c8-ae7d-46bdfc137ed3 HTTP/1.1" 200 272 0.012147 10.0.0.47 - - [2025-02-20 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.47 - - [2025-02-20 02:07:06] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003864 10.0.0.47 - - [2025-02-20 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.47 - - [2025-02-20 02:07:06] "PUT /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 276 0.009713 10.0.0.47 - - [2025-02-20 02:07:06] "GET / HTTP/1.1" 200 35931 0.002463 10.0.0.47 - - [2025-02-20 02:07:06] "POST /alarms HTTP/1.1" 401 292 0.000630 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 581 0.043351 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 575 0.016486 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 575 0.019210 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 559 0.019899 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 555 0.018564 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 557 0.018790 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 565 0.018500 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 549 0.019995 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 557 0.020178 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 567 0.018564 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 555 0.019151 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 567 0.019286 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 575 0.061129 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 569 0.016907 10.0.0.47 - - [2025-02-20 02:07:07] "POST /alarms HTTP/1.1" 200 561 0.021373 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 561 0.018476 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 561 0.017281 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 547 0.018350 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 595 0.019462 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 575 0.023984 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 571 0.018618 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 583 0.018616 10.0.0.47 - - [2025-02-20 02:07:08] "POST /alarms HTTP/1.1" 200 609 0.020663 10.0.0.47 - - [2025-02-20 02:07:08] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.47 - - [2025-02-20 02:07:08] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000473 10.0.0.47 - - [2025-02-20 02:07:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027410 10.0.0.47 - - [2025-02-20 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.47 - - [2025-02-20 02:07:09] "PUT /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 276 0.017000 10.0.0.47 - - [2025-02-20 02:07:09] "GET / HTTP/1.1" 200 35931 0.001918 10.0.0.47 - - [2025-02-20 02:07:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.47 - - [2025-02-20 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.025818 10.0.0.47 - - [2025-02-20 02:07:10] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004040 10.0.0.47 - - [2025-02-20 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.47 - - [2025-02-20 02:07:10] "PUT /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 276 0.010309 10.0.0.47 - - [2025-02-20 02:07:10] "GET / HTTP/1.1" 200 35931 0.002057 10.0.0.47 - - [2025-02-20 02:07:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000733 10.0.0.47 - - [2025-02-20 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028704 10.0.0.47 - - [2025-02-20 02:07:11] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007729 10.0.0.47 - - [2025-02-20 02:07:11] "PUT /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f HTTP/1.1" 200 274 0.025889 10.0.0.47 - - [2025-02-20 02:07:45] "GET /global-system-configs HTTP/1.1" 200 322 1.000566 10.0.0.47 - - [2025-02-20 02:07:45] "GET /global-system-configs HTTP/1.1" 200 322 0.362576 10.0.0.47 - - [2025-02-20 02:08:40] "GET / HTTP/1.1" 200 35931 0.001901 10.0.0.47 - - [2025-02-20 02:08:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.47 - - [2025-02-20 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025402 10.0.0.47 - - [2025-02-20 02:08:40] "GET /routing-instance/6c173521-f96a-4793-8a4c-b6598d8cb3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004299 10.0.0.47 - - [2025-02-20 02:08:40] "POST /bgp-routers HTTP/1.1" 200 622 0.021867 10.0.0.47 - - [2025-02-20 02:08:40] "GET /bgp-router/1c5e0f30-21cf-4c09-89cf-9f6c5bbe5208?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.008066 10.0.0.47 - - [2025-02-20 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.47 - - [2025-02-20 02:08:41] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007112 10.0.0.47 - - [2025-02-20 02:08:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003635 10.0.0.47 - - [2025-02-20 02:08:41] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.47 - - [2025-02-20 02:09:39] "GET / HTTP/1.1" 200 35931 0.002960 10.0.0.47 - - [2025-02-20 02:09:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.47 - - [2025-02-20 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033267 10.0.0.47 - - [2025-02-20 02:09:39] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007757 10.0.0.47 - - [2025-02-20 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.004333 10.0.0.47 - - [2025-02-20 02:09:39] "POST /database-nodes HTTP/1.1" 200 603 0.019222 10.0.0.47 - - [2025-02-20 02:10:36] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.47 - - [2025-02-20 02:10:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.47 - - [2025-02-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.026460 10.0.0.47 - - [2025-02-20 02:10:37] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006274 10.0.0.47 - - [2025-02-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003345 10.0.0.47 - - [2025-02-20 02:10:37] "POST /analytics-nodes HTTP/1.1" 200 605 0.021471 10.0.0.47 - - [2025-02-20 02:10:42] "GET / HTTP/1.1" 200 35931 0.001536 10.0.0.47 - - [2025-02-20 02:10:54] "GET / HTTP/1.1" 200 35931 0.002120 10.0.0.47 - - [2025-02-20 02:10:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.47 - - [2025-02-20 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025265 10.0.0.47 - - [2025-02-20 02:10:54] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006308 10.0.0.47 - - [2025-02-20 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003503 10.0.0.47 - - [2025-02-20 02:10:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.037716 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.47 - - [2025-02-20 02:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.404380 10.0.0.47 - - [2025-02-20 02:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046009 10.0.0.47 - - [2025-02-20 02:11:08] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.47 - - [2025-02-20 02:11:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.47 - - [2025-02-20 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.026136 10.0.0.47 - - [2025-02-20 02:11:08] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006220 10.0.0.47 - - [2025-02-20 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003345 10.0.0.47 - - [2025-02-20 02:11:08] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.020005 10.0.0.47 - - [2025-02-20 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.056181 10.0.0.47 - - [2025-02-20 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.047312 10.0.0.47 - - [2025-02-20 02:12:41] "GET /global-system-configs HTTP/1.1" 200 322 0.034013 10.0.0.47 - - [2025-02-20 02:12:41] "GET /obj-perms HTTP/1.1" 200 5056 0.071358 10.0.0.47 - - [2025-02-20 02:12:41] "GET /global-system-configs HTTP/1.1" 200 322 0.027725 10.0.0.47 - - [2025-02-20 02:12:41] "GET /obj-perms HTTP/1.1" 200 5056 0.060326 10.0.0.47 - - [2025-02-20 02:12:50] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.47 - - [2025-02-20 02:12:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025263 10.0.0.47 - - [2025-02-20 02:12:51] "GET /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006329 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.47 - - [2025-02-20 02:12:51] "GET /routing-instance/6c173521-f96a-4793-8a4c-b6598d8cb3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004579 10.0.0.47 - - [2025-02-20 02:12:51] "PUT /global-system-config/24de4d6d-d623-4f64-90c7-4d79e3509f7f HTTP/1.1" 200 274 0.011952 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003148 10.0.0.47 - - [2025-02-20 02:12:51] "POST /virtual-routers HTTP/1.1" 200 605 0.018369 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.47 - - [2025-02-20 02:12:51] "GET /virtual-router/49b58b00-798e-49e5-a197-d42a6f01d39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005798 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.003145 10.0.0.47 - - [2025-02-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.47 - - [2025-02-20 02:12:51] "GET /virtual-network/98412454-2aee-4dca-8a9c-c05c0c546f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006812 10.0.0.47 - - [2025-02-20 02:12:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.053063 10.0.0.47 - - [2025-02-20 02:12:52] "PUT /access-control-list/8d85b0b6-4227-4ab6-be45-f72602a2742e HTTP/1.1" 200 272 0.038066 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:13:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000972 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:13:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001062 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:13:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000957 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:13:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000994 10.0.0.47 - - [2025-02-20 02:13:05] "GET /obj-perms HTTP/1.1" 200 5056 0.044994 10.0.0.47 - - [2025-02-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.047827 10.0.0.47 - - [2025-02-20 02:14:05] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.47 - - [2025-02-20 02:14:05] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.47 - - [2025-02-20 02:14:06] "GET /projects?obj_uuids=3efe26e2-6e14-4557-bdf2-4a5e01591edf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023565 10.0.0.47 - - [2025-02-20 02:14:06] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.47 - - [2025-02-20 02:14:06] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028893 10.0.0.47 - - [2025-02-20 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 167 0.001619 10.0.0.47 - - [2025-02-20 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 176 0.003646 10.0.0.47 - - [2025-02-20 02:14:06] "POST /security-groups HTTP/1.1" 200 568 0.068199 10.0.0.47 - - [2025-02-20 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.002949 10.0.0.47 - - [2025-02-20 02:14:06] "POST /projects HTTP/1.1" 200 539 0.241116 10.0.0.47 - - [2025-02-20 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.311958 10.0.0.47 - - [2025-02-20 02:14:06] "POST /access-control-lists HTTP/1.1" 200 573 0.061200 10.0.0.47 - - [2025-02-20 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.007942 10.0.0.47 - - [2025-02-20 02:14:06] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.497248 10.0.0.47 - - [2025-02-20 02:14:06] "GET /obj-perms HTTP/1.1" 200 5056 0.070688 10.0.0.47 - - [2025-02-20 02:14:06] "POST /access-control-lists HTTP/1.1" 200 571 0.064483 10.0.0.47 - - [2025-02-20 02:14:07] "GET /obj-perms HTTP/1.1" 200 5056 0.043954 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:14:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001120 10.0.0.47 - - [2025-02-20 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.022843 10.0.0.47 - - [2025-02-20 02:14:07] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002699 10.0.0.47 - - [2025-02-20 02:14:07] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.47 - - [2025-02-20 02:14:07] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007957 10.0.0.47 - - [2025-02-20 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.001393 10.0.0.47 - - [2025-02-20 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.006029 10.0.0.47 - - [2025-02-20 02:14:07] "POST /security-groups HTTP/1.1" 200 602 0.064097 10.0.0.47 - - [2025-02-20 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.003528 10.0.0.47 - - [2025-02-20 02:14:07] "POST /projects HTTP/1.1" 200 607 0.227204 10.0.0.47 - - [2025-02-20 02:14:07] "POST /access-control-lists HTTP/1.1" 200 607 0.061020 10.0.0.47 - - [2025-02-20 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.301774 10.0.0.47 - - [2025-02-20 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.003608 10.0.0.47 - - [2025-02-20 02:14:08] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.425228 10.0.0.47 - - [2025-02-20 02:14:08] "POST /access-control-lists HTTP/1.1" 200 605 0.064126 10.0.0.47 - - [2025-02-20 02:14:09] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.47 - - [2025-02-20 02:14:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.47 - - [2025-02-20 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.054511 10.0.0.47 - - [2025-02-20 02:14:10] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.47 - - [2025-02-20 02:14:10] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.039042 10.0.0.47 - - [2025-02-20 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.047775 10.0.0.47 - - [2025-02-20 02:14:10] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001307 10.0.0.47 - - [2025-02-20 02:14:10] "POST /neutron/network HTTP/1.1" 200 620 0.098207 10.0.0.47 - - [2025-02-20 02:14:10] "POST /route-targets HTTP/1.1" 200 327 0.013066 10.0.0.47 - - [2025-02-20 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.022329 10.0.0.47 - - [2025-02-20 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004979 10.0.0.47 - - [2025-02-20 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.221130 10.0.0.47 - - [2025-02-20 02:14:11] "POST /neutron/network HTTP/1.1" 200 839 0.008122 10.0.0.47 - - [2025-02-20 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001408 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006264 10.0.0.47 - - [2025-02-20 02:14:11] "POST /neutron/network HTTP/1.1" 200 839 0.007609 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008273 10.0.0.47 - - [2025-02-20 02:14:11] "POST /neutron/network HTTP/1.1" 200 839 0.006841 10.0.0.47 - - [2025-02-20 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.008903 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domains HTTP/1.1" 401 292 0.000484 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domains HTTP/1.1" 200 280 0.027121 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001612 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2585 0.015011 10.0.0.47 - - [2025-02-20 02:14:11] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001305 10.0.0.47 - - [2025-02-20 02:14:11] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40 HTTP/1.1" 200 2177 0.081343 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191 HTTP/1.1" 200 2342 0.008297 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191 HTTP/1.1" 200 2342 0.005911 10.0.0.47 - - [2025-02-20 02:14:11] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 200 1495 0.004793 10.0.0.47 - - [2025-02-20 02:14:11] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 200 1495 0.005123 10.0.0.47 - - [2025-02-20 02:14:11] "GET /route-target/eeb0ebc2-2e43-43ed-8ca1-73ccc3a6c07f HTTP/1.1" 200 1220 0.005307 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191 HTTP/1.1" 200 2342 0.008134 10.0.0.47 - - [2025-02-20 02:14:11] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 200 1495 0.004955 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006221 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191 HTTP/1.1" 200 2342 0.006174 10.0.0.47 - - [2025-02-20 02:14:11] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 200 1495 0.004413 10.0.0.47 - - [2025-02-20 02:14:11] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 200 1495 0.004415 10.0.0.47 - - [2025-02-20 02:14:11] "GET /route-target/eeb0ebc2-2e43-43ed-8ca1-73ccc3a6c07f HTTP/1.1" 200 1220 0.003822 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domains HTTP/1.1" 200 280 0.003555 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.47 - - [2025-02-20 02:14:11] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2585 0.009808 10.0.0.47 - - [2025-02-20 02:14:11] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001739 10.0.0.47 - - [2025-02-20 02:14:11] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40 HTTP/1.1" 200 2177 0.092658 10.0.0.47 - - [2025-02-20 02:14:11] "GET /virtual-network/4f4a59d4-bc66-4cd7-90d8-bab366e8f191 HTTP/1.1" 200 2342 0.006414 10.0.0.47 - - [2025-02-20 02:14:12] "GET /obj-perms HTTP/1.1" 200 5052 0.063073 10.0.0.47 - - [2025-02-20 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001984 10.0.0.47 - - [2025-02-20 02:14:14] "POST /neutron/network HTTP/1.1" 200 849 0.007858 10.0.0.47 - - [2025-02-20 02:14:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000844 10.0.0.47 - - [2025-02-20 02:14:14] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.47 - - [2025-02-20 02:14:14] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000462 10.0.0.47 - - [2025-02-20 02:14:15] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001427 10.0.0.47 - - [2025-02-20 02:14:15] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.061021 10.0.0.47 - - [2025-02-20 02:14:16] "POST /neutron/network HTTP/1.1" 200 839 0.030922 10.0.0.47 - - [2025-02-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.006866 10.0.0.47 - - [2025-02-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.006192 10.0.0.47 - - [2025-02-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.006729 10.0.0.47 - - [2025-02-20 02:14:17] "POST /neutron/network HTTP/1.1" 200 849 0.006817 10.0.0.47 - - [2025-02-20 02:14:17] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001331 10.0.0.47 - - [2025-02-20 02:14:17] "POST /neutron/port HTTP/1.1" 200 1071 0.257551 10.0.0.47 - - [2025-02-20 02:14:17] "POST /neutron/port HTTP/1.1" 200 1071 0.039441 10.0.0.47 - - [2025-02-20 02:14:17] "POST /neutron/port HTTP/1.1" 200 1071 0.011697 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/port HTTP/1.1" 200 1125 0.102809 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/port HTTP/1.1" 200 1099 0.018739 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004280 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.014270 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.47 - - [2025-02-20 02:14:18] "POST /neutron/network HTTP/1.1" 200 839 0.007258 10.0.0.47 - - [2025-02-20 02:14:21] "POST /neutron/port HTTP/1.1" 200 1099 0.016588 10.0.0.47 - - [2025-02-20 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007697 10.0.0.47 - - [2025-02-20 02:14:26] "POST /neutron/port HTTP/1.1" 200 1099 0.016719 10.0.0.47 - - [2025-02-20 02:14:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007780 10.0.0.47 - - [2025-02-20 02:14:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003827 10.0.0.47 - - [2025-02-20 02:14:27] "GET /obj-perms HTTP/1.1" 200 5052 0.003857 10.0.0.47 - - [2025-02-20 02:14:28] "GET /obj-perms HTTP/1.1" 200 5052 0.004482 10.0.0.47 - - [2025-02-20 02:14:29] "GET /obj-perms HTTP/1.1" 200 5052 0.004155 10.0.0.47 - - [2025-02-20 02:14:30] "GET /obj-perms HTTP/1.1" 200 5052 0.007338 10.0.0.47 - - [2025-02-20 02:14:31] "POST /neutron/network HTTP/1.1" 200 839 0.007663 10.0.0.47 - - [2025-02-20 02:14:31] "POST /neutron/network HTTP/1.1" 400 204 0.023397 10.0.0.47 - - [2025-02-20 02:14:32] "POST /neutron/port HTTP/1.1" 200 1099 0.020418 10.0.0.47 - - [2025-02-20 02:14:32] "POST /neutron/port HTTP/1.1" 200 1125 0.011524 10.0.0.47 - - [2025-02-20 02:14:32] "POST /neutron/port HTTP/1.1" 200 151 0.117612 10.0.0.47 - - [2025-02-20 02:14:33] "POST /neutron/network HTTP/1.1" 200 839 0.006897 10.0.0.47 - - [2025-02-20 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006787 10.0.0.47 - - [2025-02-20 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003132 10.0.0.47 - - [2025-02-20 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.47 - - [2025-02-20 02:14:33] "POST /neutron/network HTTP/1.1" 200 151 0.149059 10.0.0.47 - - [2025-02-20 02:14:33] "DELETE /route-target/eeb0ebc2-2e43-43ed-8ca1-73ccc3a6c07f HTTP/1.1" 200 115 0.042314 10.0.0.47 - - [2025-02-20 02:14:33] "GET /routing-instance/e65d10b7-3cc2-4bd0-9fb9-aeed2c430e02 HTTP/1.1" 404 171 0.003185 10.0.0.47 - - [2025-02-20 02:14:33] "GET /domains HTTP/1.1" 200 280 0.002958 10.0.0.47 - - [2025-02-20 02:14:33] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.47 - - [2025-02-20 02:14:34] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2585 0.051637 10.0.0.47 - - [2025-02-20 02:14:34] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001125 10.0.0.47 - - [2025-02-20 02:14:34] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40 HTTP/1.1" 200 1927 0.072981 10.0.0.47 - - [2025-02-20 02:14:34] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001119 10.0.0.47 - - [2025-02-20 02:14:34] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.034206 10.0.0.47 - - [2025-02-20 02:14:34] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.47 - - [2025-02-20 02:14:34] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?fields=virtual_networks HTTP/1.1" 200 1063 0.072351 10.0.0.47 - - [2025-02-20 02:14:34] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001607 10.0.0.47 - - [2025-02-20 02:14:34] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.031727 10.0.0.47 - - [2025-02-20 02:14:34] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.47 - - [2025-02-20 02:14:34] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?fields=security_groups HTTP/1.1" 200 1300 0.031302 10.0.0.47 - - [2025-02-20 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.027254 10.0.0.47 - - [2025-02-20 02:14:35] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083 10.0.0.47 - - [2025-02-20 02:14:35] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.47 - - [2025-02-20 02:14:35] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009476 10.0.0.47 - - [2025-02-20 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.004379 10.0.0.47 - - [2025-02-20 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.005553 10.0.0.47 - - [2025-02-20 02:14:35] "POST /security-groups HTTP/1.1" 200 603 0.074046 10.0.0.47 - - [2025-02-20 02:14:35] "POST /projects HTTP/1.1" 200 609 0.275061 10.0.0.47 - - [2025-02-20 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 246 0.003525 10.0.0.47 - - [2025-02-20 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.343022 10.0.0.47 - - [2025-02-20 02:14:35] "POST /access-control-lists HTTP/1.1" 200 608 0.060713 10.0.0.47 - - [2025-02-20 02:14:36] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.484741 10.0.0.47 - - [2025-02-20 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.011368 10.0.0.47 - - [2025-02-20 02:14:36] "POST /access-control-lists HTTP/1.1" 200 606 0.064709 10.0.0.47 - - [2025-02-20 02:14:37] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.47 - - [2025-02-20 02:14:37] "GET /projects?obj_uuids=3efe26e2-6e14-4557-bdf2-4a5e01591edf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001238 10.0.0.47 - - [2025-02-20 02:14:37] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.040787 10.0.0.47 - - [2025-02-20 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.47 - - [2025-02-20 02:14:38] "GET /security-group/fff739bf-e2ff-4f37-b830-dbf5b72e5833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.005383 10.0.0.47 - - [2025-02-20 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.47 - - [2025-02-20 02:14:38] "GET /projects?obj_uuids=3efe26e2-6e14-4557-bdf2-4a5e01591edf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001550 10.0.0.47 - - [2025-02-20 02:14:38] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.027347 10.0.0.47 - - [2025-02-20 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.47 - - [2025-02-20 02:14:38] "GET /security-group/fff739bf-e2ff-4f37-b830-dbf5b72e5833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004544 10.0.0.47 - - [2025-02-20 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.47 - - [2025-02-20 02:14:38] "PUT /security-group/fff739bf-e2ff-4f37-b830-dbf5b72e5833 HTTP/1.1" 200 262 0.016754 10.0.0.47 - - [2025-02-20 02:14:38] "PUT /access-control-list/008df13c-6035-4069-a6d2-16a661d8e09a HTTP/1.1" 200 272 0.010733 10.0.0.47 - - [2025-02-20 02:14:38] "PUT /access-control-list/e5db8918-6199-40db-9c16-7c532da3f0bf HTTP/1.1" 200 272 0.013561 10.0.0.47 - - [2025-02-20 02:14:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.47 - - [2025-02-20 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.053166 10.0.0.47 - - [2025-02-20 02:14:39] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001469 10.0.0.47 - - [2025-02-20 02:14:39] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.029371 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/network HTTP/1.1" 200 117 0.031633 10.0.0.47 - - [2025-02-20 02:14:39] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/network HTTP/1.1" 200 619 0.101442 10.0.0.47 - - [2025-02-20 02:14:39] "POST /route-targets HTTP/1.1" 200 327 0.017413 10.0.0.47 - - [2025-02-20 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.019743 10.0.0.47 - - [2025-02-20 02:14:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007953 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.186299 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/network HTTP/1.1" 200 836 0.006216 10.0.0.47 - - [2025-02-20 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001215 10.0.0.47 - - [2025-02-20 02:14:39] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005602 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/network HTTP/1.1" 200 836 0.006402 10.0.0.47 - - [2025-02-20 02:14:39] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005466 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/network HTTP/1.1" 200 836 0.006085 10.0.0.47 - - [2025-02-20 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.007562 10.0.0.47 - - [2025-02-20 02:14:39] "GET /domains HTTP/1.1" 401 292 0.000431 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domains HTTP/1.1" 200 280 0.032466 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.009236 10.0.0.47 - - [2025-02-20 02:14:40] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.47 - - [2025-02-20 02:14:40] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 2185 0.072197 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2334 0.006663 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2334 0.005589 10.0.0.47 - - [2025-02-20 02:14:40] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 200 1492 0.003854 10.0.0.47 - - [2025-02-20 02:14:40] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 200 1492 0.003478 10.0.0.47 - - [2025-02-20 02:14:40] "GET /route-target/c0460694-89da-4f24-af79-f459151131ae HTTP/1.1" 200 1219 0.003485 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2334 0.005290 10.0.0.47 - - [2025-02-20 02:14:40] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 200 1492 0.003677 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004999 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2334 0.004928 10.0.0.47 - - [2025-02-20 02:14:40] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 200 1492 0.004294 10.0.0.47 - - [2025-02-20 02:14:40] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 200 1492 0.003569 10.0.0.47 - - [2025-02-20 02:14:40] "GET /route-target/c0460694-89da-4f24-af79-f459151131ae HTTP/1.1" 200 1219 0.002866 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domains HTTP/1.1" 200 280 0.002946 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.47 - - [2025-02-20 02:14:40] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.010863 10.0.0.47 - - [2025-02-20 02:14:40] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.47 - - [2025-02-20 02:14:40] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 2185 0.071358 10.0.0.47 - - [2025-02-20 02:14:40] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2334 0.006001 10.0.0.47 - - [2025-02-20 02:14:41] "GET /obj-perms HTTP/1.1" 200 5054 0.053854 10.0.0.47 - - [2025-02-20 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.47 - - [2025-02-20 02:14:41] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.47 - - [2025-02-20 02:14:41] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.030007 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 117 0.009320 10.0.0.47 - - [2025-02-20 02:14:41] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 619 0.085451 10.0.0.47 - - [2025-02-20 02:14:41] "POST /route-targets HTTP/1.1" 200 327 0.015662 10.0.0.47 - - [2025-02-20 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.017909 10.0.0.47 - - [2025-02-20 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003337 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.154356 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 839 0.006656 10.0.0.47 - - [2025-02-20 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001234 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005033 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 839 0.006757 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005124 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 839 0.007615 10.0.0.47 - - [2025-02-20 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.008093 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domains HTTP/1.1" 200 280 0.003968 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.007315 10.0.0.47 - - [2025-02-20 02:14:41] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.47 - - [2025-02-20 02:14:41] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 2413 0.074798 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a HTTP/1.1" 200 2343 0.008547 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a HTTP/1.1" 200 2343 0.005588 10.0.0.47 - - [2025-02-20 02:14:41] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 200 1492 0.004553 10.0.0.47 - - [2025-02-20 02:14:41] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 200 1492 0.003857 10.0.0.47 - - [2025-02-20 02:14:41] "GET /route-target/ac219ea0-6336-4b36-a9ae-d58d9abbd810 HTTP/1.1" 200 1219 0.003458 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a HTTP/1.1" 200 2343 0.005729 10.0.0.47 - - [2025-02-20 02:14:41] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 200 1492 0.003524 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007013 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a HTTP/1.1" 200 2343 0.005289 10.0.0.47 - - [2025-02-20 02:14:41] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 200 1492 0.003686 10.0.0.47 - - [2025-02-20 02:14:41] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 200 1492 0.006627 10.0.0.47 - - [2025-02-20 02:14:41] "GET /route-target/ac219ea0-6336-4b36-a9ae-d58d9abbd810 HTTP/1.1" 200 1219 0.004797 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domains HTTP/1.1" 200 280 0.002953 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.47 - - [2025-02-20 02:14:41] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.007789 10.0.0.47 - - [2025-02-20 02:14:41] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.47 - - [2025-02-20 02:14:41] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 2413 0.076407 10.0.0.47 - - [2025-02-20 02:14:41] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a HTTP/1.1" 200 2343 0.005657 10.0.0.47 - - [2025-02-20 02:14:42] "GET /obj-perms HTTP/1.1" 200 5054 0.004338 10.0.0.47 - - [2025-02-20 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001486 10.0.0.47 - - [2025-02-20 02:14:42] "POST /neutron/network HTTP/1.1" 200 849 0.006448 10.0.0.47 - - [2025-02-20 02:14:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.47 - - [2025-02-20 02:14:42] "GET / HTTP/1.1" 200 35931 0.002115 10.0.0.47 - - [2025-02-20 02:14:42] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.47 - - [2025-02-20 02:14:42] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.47 - - [2025-02-20 02:14:42] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053369 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/network HTTP/1.1" 200 839 0.006009 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005779 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005400 10.0.0.47 - - [2025-02-20 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001431 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005855 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/network HTTP/1.1" 200 846 0.010452 10.0.0.47 - - [2025-02-20 02:14:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/network HTTP/1.1" 200 849 0.006502 10.0.0.47 - - [2025-02-20 02:14:43] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.47 - - [2025-02-20 02:14:43] "GET / HTTP/1.1" 200 35931 0.003886 10.0.0.47 - - [2025-02-20 02:14:43] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000452 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 1073 0.302899 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 1073 0.012117 10.0.0.47 - - [2025-02-20 02:14:43] "POST /neutron/port HTTP/1.1" 200 1073 0.010384 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/port HTTP/1.1" 200 1127 0.098072 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/port HTTP/1.1" 200 1101 0.016319 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.013502 10.0.0.47 - - [2025-02-20 02:14:44] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.47 - - [2025-02-20 02:14:44] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053079 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/network HTTP/1.1" 200 836 0.006954 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/network HTTP/1.1" 200 839 0.006172 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/port HTTP/1.1" 200 1101 0.017714 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010142 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.006518 10.0.0.47 - - [2025-02-20 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.47 - - [2025-02-20 02:14:44] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002434 10.0.0.47 - - [2025-02-20 02:14:44] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.048294 10.0.0.47 - - [2025-02-20 02:14:44] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009681 10.0.0.47 - - [2025-02-20 02:14:44] "GET /floating-ip-pools?parent_id=1afb741a-e624-48dd-a281-e98b8f4979c2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004065 10.0.0.47 - - [2025-02-20 02:14:44] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006849 10.0.0.47 - - [2025-02-20 02:14:44] "POST /floating-ip-pools HTTP/1.1" 200 609 0.036899 10.0.0.47 - - [2025-02-20 02:14:44] "POST /neutron/network HTTP/1.1" 200 846 0.017078 10.0.0.47 - - [2025-02-20 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.025161 10.0.0.47 - - [2025-02-20 02:14:44] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.47 - - [2025-02-20 02:14:45] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.012973 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domains HTTP/1.1" 200 280 0.005479 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.013286 10.0.0.47 - - [2025-02-20 02:14:45] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.47 - - [2025-02-20 02:14:45] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 3255 0.125191 10.0.0.47 - - [2025-02-20 02:14:45] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 2925 0.007594 10.0.0.47 - - [2025-02-20 02:14:45] "GET /floating-ip-pool/ffb1910c-3f67-411f-86f2-29bda3e4e00e HTTP/1.1" 200 1441 0.003668 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domains HTTP/1.1" 200 280 0.004690 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001927 10.0.0.47 - - [2025-02-20 02:14:45] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2783 0.015780 10.0.0.47 - - [2025-02-20 02:14:45] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001612 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1070 0.392619 10.0.0.47 - - [2025-02-20 02:14:45] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 3255 0.090955 10.0.0.47 - - [2025-02-20 02:14:45] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2 HTTP/1.1" 200 3146 0.028297 10.0.0.47 - - [2025-02-20 02:14:45] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009730 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1070 0.047197 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1070 0.016107 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1101 0.032412 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016325 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1124 0.116211 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 1098 0.016321 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.012064 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.47 - - [2025-02-20 02:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.007727 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/port HTTP/1.1" 200 1101 0.014423 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005975 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/port HTTP/1.1" 200 1101 0.017651 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006499 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/port HTTP/1.1" 200 1101 0.018597 10.0.0.47 - - [2025-02-20 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006974 10.0.0.47 - - [2025-02-20 02:14:50] "GET /virtual-machine/d2caa7eb-3c5c-4e2a-bcd7-74922c3fb2a2 HTTP/1.1" 200 1305 0.006596 10.0.0.47 - - [2025-02-20 02:14:50] "GET /virtual-machine-interface/7b9a6ae8-3155-45ed-bdbd-7acbb3ce39d1 HTTP/1.1" 200 3004 0.006888 10.0.0.47 - - [2025-02-20 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.47 - - [2025-02-20 02:14:50] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004565 10.0.0.47 - - [2025-02-20 02:14:50] "GET /virtual-networks?parent_id=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004127 10.0.0.47 - - [2025-02-20 02:14:51] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009963 10.0.0.47 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.47 - - [2025-02-20 02:14:54] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006816 10.0.0.47 - - [2025-02-20 02:14:54] "POST /neutron/port HTTP/1.1" 200 1101 0.039193 10.0.0.47 - - [2025-02-20 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006743 10.0.0.47 - - [2025-02-20 02:14:55] "POST /neutron/port HTTP/1.1" 200 1098 0.019935 10.0.0.47 - - [2025-02-20 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005960 10.0.0.47 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.47 - - [2025-02-20 02:14:56] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003435 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-networks?parent_id=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003695 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-network/9c1401f6-1cc2-4a4b-854f-6c2ab8b4ee0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005888 10.0.0.47 - - [2025-02-20 02:14:56] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001772 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.097409 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/port HTTP/1.1" 200 1101 0.016251 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009017 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/floatingip HTTP/1.1" 200 576 0.040020 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/port HTTP/1.1" 200 1098 0.019323 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006808 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/port HTTP/1.1" 200 1098 0.015239 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006483 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/port HTTP/1.1" 200 1098 0.013895 10.0.0.47 - - [2025-02-20 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006373 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-machine/ccfd5e49-c2fa-4b32-be99-d79cade8a09e HTTP/1.1" 200 1305 0.005056 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-machine-interface/82a8400f-ebf3-4563-8908-084b04b3867d HTTP/1.1" 200 3003 0.005540 10.0.0.47 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.47 - - [2025-02-20 02:14:56] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003519 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-networks?parent_id=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005862 10.0.0.47 - - [2025-02-20 02:14:56] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005920 10.0.0.47 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.47 - - [2025-02-20 02:14:58] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003453 10.0.0.47 - - [2025-02-20 02:14:58] "GET /virtual-networks?parent_id=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003236 10.0.0.47 - - [2025-02-20 02:14:58] "GET /virtual-network/1afb741a-e624-48dd-a281-e98b8f4979c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006127 10.0.0.47 - - [2025-02-20 02:14:58] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009932 10.0.0.47 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.47 - - [2025-02-20 02:14:58] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003218 10.0.0.47 - - [2025-02-20 02:14:58] "GET /route-target/c0460694-89da-4f24-af79-f459151131ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004185 10.0.0.47 - - [2025-02-20 02:14:58] "GET /floating-ip/af2cda4e-4717-4049-8bf9-f5784fe4670a HTTP/1.1" 200 1889 0.005381 10.0.0.47 - - [2025-02-20 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011443 10.0.0.47 - - [2025-02-20 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 528 0.029238 10.0.0.47 - - [2025-02-20 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006907 10.0.0.47 - - [2025-02-20 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048143 10.0.0.47 - - [2025-02-20 02:15:01] "GET /floating-ip-pool/ffb1910c-3f67-411f-86f2-29bda3e4e00e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003537 10.0.0.47 - - [2025-02-20 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /project/3efe26e26e144557bdf24a5e01591edf HTTP/1.1" 404 173 0.008730 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /project/2fec5341a70e4cda84c008d62edd8b40 HTTP/1.1" 404 173 0.007666 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /project/d5f57fe5e74d4207aad93786fff22837 HTTP/1.1" 404 173 0.006480 10.0.0.47 - - [2025-02-20 02:15:01] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001553 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /floating-ip-pool/ffb1910c-3f67-411f-86f2-29bda3e4e00e HTTP/1.1" 200 115 0.059283 10.0.0.47 - - [2025-02-20 02:15:01] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.047904 10.0.0.47 - - [2025-02-20 02:15:01] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001613 10.0.0.47 - - [2025-02-20 02:15:01] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?fields=security_groups HTTP/1.1" 200 1405 0.039055 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /security-group/57c65b44-b9ef-4791-b0a9-ce5a35fcd4ae HTTP/1.1" 200 115 0.066561 10.0.0.47 - - [2025-02-20 02:15:01] "GET /projects?obj_uuids=2fec5341-a70e-4cda-84c0-08d62edd8b40&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001298 10.0.0.47 - - [2025-02-20 02:15:01] "DELETE /access-control-list/9a09dc30-94c3-4ea5-8053-c8406088ba56 HTTP/1.1" 200 115 0.065109 10.0.0.47 - - [2025-02-20 02:15:01] "GET /project/2fec5341-a70e-4cda-84c0-08d62edd8b40?fields=application_policy_sets HTTP/1.1" 200 1444 0.079304 10.0.0.47 - - [2025-02-20 02:15:01] "POST /neutron/network HTTP/1.1" 200 839 0.022038 10.0.0.47 - - [2025-02-20 02:15:02] "DELETE /access-control-list/f856ab34-2e58-41e6-83d1-e05cef2112df HTTP/1.1" 200 115 0.071956 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/network HTTP/1.1" 400 204 0.030768 10.0.0.47 - - [2025-02-20 02:15:02] "DELETE /project/2fec5341-a70e-4cda-84c0-08d62edd8b40 HTTP/1.1" 200 115 0.454831 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 1098 0.021966 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 1124 0.016057 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 1101 0.032054 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 1127 0.010943 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 151 0.173848 10.0.0.47 - - [2025-02-20 02:15:02] "POST /neutron/port HTTP/1.1" 200 151 0.140557 10.0.0.47 - - [2025-02-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 839 0.008056 10.0.0.47 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.47 - - [2025-02-20 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.47 - - [2025-02-20 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.47 - - [2025-02-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 151 0.096783 10.0.0.47 - - [2025-02-20 02:15:04] "GET /routing-instance/9b360234-8bb3-4b3e-a7cd-514fc33f5447 HTTP/1.1" 404 171 0.003800 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domains HTTP/1.1" 200 280 0.003008 10.0.0.47 - - [2025-02-20 02:15:04] "DELETE /route-target/ac219ea0-6336-4b36-a9ae-d58d9abbd810 HTTP/1.1" 200 115 0.027765 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003491 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2586 0.054682 10.0.0.47 - - [2025-02-20 02:15:04] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.47 - - [2025-02-20 02:15:04] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 2185 0.074072 10.0.0.47 - - [2025-02-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 836 0.006544 10.0.0.47 - - [2025-02-20 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.47 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.47 - - [2025-02-20 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.47 - - [2025-02-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 151 0.082237 10.0.0.47 - - [2025-02-20 02:15:04] "GET /routing-instance/91563475-6c35-495f-8fdc-0a6f6a3b8a51 HTTP/1.1" 404 171 0.002160 10.0.0.47 - - [2025-02-20 02:15:04] "DELETE /route-target/c0460694-89da-4f24-af79-f459151131ae HTTP/1.1" 200 115 0.018627 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domains HTTP/1.1" 200 280 0.004268 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.47 - - [2025-02-20 02:15:04] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2586 0.049237 10.0.0.47 - - [2025-02-20 02:15:04] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001604 10.0.0.47 - - [2025-02-20 02:15:04] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 1935 0.074218 10.0.0.47 - - [2025-02-20 02:15:04] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.47 - - [2025-02-20 02:15:04] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.028354 10.0.0.47 - - [2025-02-20 02:15:04] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002351 10.0.0.47 - - [2025-02-20 02:15:04] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?fields=virtual_networks HTTP/1.1" 200 1067 0.073802 10.0.0.47 - - [2025-02-20 02:15:05] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.47 - - [2025-02-20 02:15:05] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.032653 10.0.0.47 - - [2025-02-20 02:15:05] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001513 10.0.0.47 - - [2025-02-20 02:15:05] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?fields=security_groups HTTP/1.1" 200 1305 0.029686 10.0.0.47 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.025997 10.0.0.47 - - [2025-02-20 02:15:06] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.47 - - [2025-02-20 02:15:06] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.47 - - [2025-02-20 02:15:06] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008155 10.0.0.47 - - [2025-02-20 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001526 10.0.0.47 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003860 10.0.0.47 - - [2025-02-20 02:15:06] "POST /security-groups HTTP/1.1" 200 586 0.063627 10.0.0.47 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003903 10.0.0.47 - - [2025-02-20 02:15:06] "POST /projects HTTP/1.1" 200 575 0.227623 10.0.0.47 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.299384 10.0.0.47 - - [2025-02-20 02:15:06] "POST /access-control-lists HTTP/1.1" 200 591 0.062036 10.0.0.47 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002897 10.0.0.47 - - [2025-02-20 02:15:06] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.435032 10.0.0.47 - - [2025-02-20 02:15:06] "POST /access-control-lists HTTP/1.1" 200 589 0.060041 10.0.0.47 - - [2025-02-20 02:15:07] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.47 - - [2025-02-20 02:15:07] "GET /obj-perms HTTP/1.1" 200 5056 0.415914 10.0.0.47 - - [2025-02-20 02:15:08] "GET /obj-perms HTTP/1.1" 200 5056 0.050897 10.0.0.47 - - [2025-02-20 02:15:09] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.47 - - [2025-02-20 02:15:09] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.032789 10.0.0.47 - - [2025-02-20 02:15:09] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001336 10.0.0.47 - - [2025-02-20 02:15:09] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?fields=virtual_networks HTTP/1.1" 200 1033 0.075325 10.0.0.47 - - [2025-02-20 02:15:09] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001779 10.0.0.47 - - [2025-02-20 02:15:09] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.035484 10.0.0.47 - - [2025-02-20 02:15:09] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001590 10.0.0.47 - - [2025-02-20 02:15:09] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?fields=security_groups HTTP/1.1" 200 1254 0.035033 10.0.0.47 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 191 0.027548 10.0.0.47 - - [2025-02-20 02:15:10] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002904 10.0.0.47 - - [2025-02-20 02:15:10] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001705 10.0.0.47 - - [2025-02-20 02:15:10] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010617 10.0.0.47 - - [2025-02-20 02:15:10] "POST /id-to-fqname HTTP/1.1" 200 193 0.002912 10.0.0.47 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003102 10.0.0.47 - - [2025-02-20 02:15:10] "POST /security-groups HTTP/1.1" 200 594 0.064938 10.0.0.47 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.007900 10.0.0.47 - - [2025-02-20 02:15:11] "POST /projects HTTP/1.1" 200 591 0.234639 10.0.0.47 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.306761 10.0.0.47 - - [2025-02-20 02:15:11] "POST /access-control-lists HTTP/1.1" 200 599 0.062294 10.0.0.47 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003009 10.0.0.47 - - [2025-02-20 02:15:11] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.447573 10.0.0.47 - - [2025-02-20 02:15:11] "POST /access-control-lists HTTP/1.1" 200 597 0.060508 10.0.0.47 - - [2025-02-20 02:15:12] "GET / HTTP/1.1" 200 35931 0.003704 10.0.0.47 - - [2025-02-20 02:15:13] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000628 10.0.0.47 - - [2025-02-20 02:15:13] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001717 10.0.0.47 - - [2025-02-20 02:15:13] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062915 10.0.0.47 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.47 - - [2025-02-20 02:15:13] "GET /security-group/56ff6e07-104d-4a63-90a6-73768c96ab85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.006025 10.0.0.47 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.47 - - [2025-02-20 02:15:14] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001236 10.0.0.47 - - [2025-02-20 02:15:14] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.040173 10.0.0.47 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.47 - - [2025-02-20 02:15:14] "GET /security-group/56ff6e07-104d-4a63-90a6-73768c96ab85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.005735 10.0.0.47 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.47 - - [2025-02-20 02:15:14] "PUT /security-group/56ff6e07-104d-4a63-90a6-73768c96ab85 HTTP/1.1" 200 262 0.018537 10.0.0.47 - - [2025-02-20 02:15:14] "PUT /access-control-list/1a6a45ca-f3e7-4ccc-8510-b6d93f1e677b HTTP/1.1" 200 272 0.013050 10.0.0.47 - - [2025-02-20 02:15:14] "PUT /access-control-list/c6a8e3f3-7360-4063-b160-1a606195ebe1 HTTP/1.1" 200 272 0.012602 10.0.0.47 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003103 10.0.0.47 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.47 - - [2025-02-20 02:15:14] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001993 10.0.0.47 - - [2025-02-20 02:15:14] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.038242 10.0.0.47 - - [2025-02-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 117 0.037068 10.0.0.47 - - [2025-02-20 02:15:14] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001481 10.0.0.47 - - [2025-02-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 608 0.093384 10.0.0.47 - - [2025-02-20 02:15:14] "POST /route-targets HTTP/1.1" 200 327 0.014480 10.0.0.47 - - [2025-02-20 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.017771 10.0.0.47 - - [2025-02-20 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006997 10.0.0.47 - - [2025-02-20 02:15:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.199313 10.0.0.47 - - [2025-02-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 827 0.006839 10.0.0.47 - - [2025-02-20 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.47 - - [2025-02-20 02:15:14] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005599 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 827 0.006805 10.0.0.47 - - [2025-02-20 02:15:15] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006082 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 827 0.006881 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.008322 10.0.0.47 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.47 - - [2025-02-20 02:15:15] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001368 10.0.0.47 - - [2025-02-20 02:15:15] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.034875 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 117 0.009888 10.0.0.47 - - [2025-02-20 02:15:15] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001208 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 615 0.104138 10.0.0.47 - - [2025-02-20 02:15:15] "POST /route-targets HTTP/1.1" 200 327 0.018555 10.0.0.47 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.017422 10.0.0.47 - - [2025-02-20 02:15:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.175499 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 836 0.005956 10.0.0.47 - - [2025-02-20 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001321 10.0.0.47 - - [2025-02-20 02:15:15] "GET /virtual-network/dffd694c-17fd-4aa6-935b-ccda209646c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005449 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 836 0.005961 10.0.0.47 - - [2025-02-20 02:15:15] "GET /virtual-network/dffd694c-17fd-4aa6-935b-ccda209646c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005951 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 836 0.008024 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.009482 10.0.0.47 - - [2025-02-20 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001986 10.0.0.47 - - [2025-02-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 837 0.006383 10.0.0.47 - - [2025-02-20 02:15:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.47 - - [2025-02-20 02:15:16] "GET / HTTP/1.1" 200 35931 0.002062 10.0.0.47 - - [2025-02-20 02:15:16] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.47 - - [2025-02-20 02:15:16] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.47 - - [2025-02-20 02:15:16] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062279 10.0.0.47 - - [2025-02-20 02:15:16] "POST /neutron/network HTTP/1.1" 200 827 0.006437 10.0.0.47 - - [2025-02-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.006244 10.0.0.47 - - [2025-02-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.006032 10.0.0.47 - - [2025-02-20 02:15:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001759 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.007386 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/network HTTP/1.1" 200 846 0.007243 10.0.0.47 - - [2025-02-20 02:15:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/network HTTP/1.1" 200 837 0.006433 10.0.0.47 - - [2025-02-20 02:15:17] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001366 10.0.0.47 - - [2025-02-20 02:15:17] "GET / HTTP/1.1" 200 35931 0.002781 10.0.0.47 - - [2025-02-20 02:15:17] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002365 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 1063 0.254578 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 1063 0.011523 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 1063 0.009301 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 1117 0.076385 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 1091 0.015516 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.013573 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.47 - - [2025-02-20 02:15:17] "POST /neutron/network HTTP/1.1" 200 827 0.007487 10.0.0.47 - - [2025-02-20 02:15:17] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001652 10.0.0.47 - - [2025-02-20 02:15:17] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.059291 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/network HTTP/1.1" 200 836 0.007081 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/port HTTP/1.1" 200 1091 0.037224 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009632 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.008374 10.0.0.47 - - [2025-02-20 02:15:18] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001816 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/router HTTP/1.1" 200 585 0.074016 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/router HTTP/1.1" 200 585 0.009231 10.0.0.47 - - [2025-02-20 02:15:18] "POST /route-targets HTTP/1.1" 200 327 0.022896 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/router HTTP/1.1" 200 656 0.062266 10.0.0.47 - - [2025-02-20 02:15:18] "PUT /logical-router/8baf3c45-e948-4848-9678-576e2027ee77 HTTP/1.1" 200 262 0.054377 10.0.0.47 - - [2025-02-20 02:15:18] "GET /logical-router/8baf3c45-e948-4848-9678-576e2027ee77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.010950 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/router HTTP/1.1" 200 656 0.010434 10.0.0.47 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.47 - - [2025-02-20 02:15:18] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001944 10.0.0.47 - - [2025-02-20 02:15:18] "GET /service-template/4f25c29a-6c18-4f5d-83bc-38b34c93860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005894 10.0.0.47 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.004859 10.0.0.47 - - [2025-02-20 02:15:18] "POST /neutron/network HTTP/1.1" 200 846 0.018534 10.0.0.47 - - [2025-02-20 02:15:18] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001653 10.0.0.47 - - [2025-02-20 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006659 10.0.0.47 - - [2025-02-20 02:15:18] "POST /virtual-networks HTTP/1.1" 200 694 0.262874 10.0.0.47 - - [2025-02-20 02:15:19] "POST /route-targets HTTP/1.1" 200 327 0.056790 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/router HTTP/1.1" 200 344 0.607193 10.0.0.47 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.114434 10.0.0.47 - - [2025-02-20 02:15:19] "POST /service-instances HTTP/1.1" 200 670 0.178294 10.0.0.47 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.018027 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1091 0.071318 10.0.0.47 - - [2025-02-20 02:15:19] "POST /route-tables HTTP/1.1" 200 582 0.059642 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015469 10.0.0.47 - - [2025-02-20 02:15:19] "PUT /logical-router/8baf3c45-e948-4848-9678-576e2027ee77 HTTP/1.1" 200 262 0.034051 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1065 0.607250 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1091 0.023408 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011129 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1065 0.022139 10.0.0.47 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.037184 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1065 0.016369 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1119 0.077379 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1091 0.029605 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007109 10.0.0.47 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.47 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.47 - - [2025-02-20 02:15:19] "GET /virtual-machine/36c51d5d-821e-4c63-99f9-f3fb6e071605 HTTP/1.1" 401 292 0.000416 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 1093 0.015162 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.015421 10.0.0.47 - - [2025-02-20 02:15:19] "POST /virtual-machines HTTP/1.1" 200 553 0.021123 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.001924 10.0.0.47 - - [2025-02-20 02:15:19] "POST /neutron/network HTTP/1.1" 200 836 0.006223 10.0.0.47 - - [2025-02-20 02:15:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.114428 10.0.0.47 - - [2025-02-20 02:15:19] "POST /chown HTTP/1.1" 200 109 0.007653 10.0.0.47 - - [2025-02-20 02:15:19] "POST /instance-ips HTTP/1.1" 200 551 0.033881 10.0.0.47 - - [2025-02-20 02:15:19] "GET /virtual-machine/36c51d5d-821e-4c63-99f9-f3fb6e071605 HTTP/1.1" 200 1295 0.042724 10.0.0.47 - - [2025-02-20 02:15:19] "POST /instance-ips HTTP/1.1" 400 246 0.027669 10.0.0.47 - - [2025-02-20 02:15:19] "GET /virtual-machine-interface/13d756fc-0dcd-47e7-afd2-438665113a43 HTTP/1.1" 200 2956 0.011994 10.0.0.47 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.47 - - [2025-02-20 02:15:20] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008463 10.0.0.47 - - [2025-02-20 02:15:20] "POST /chown HTTP/1.1" 200 109 0.022411 10.0.0.47 - - [2025-02-20 02:15:20] "GET /virtual-networks?parent_id=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.008669 10.0.0.47 - - [2025-02-20 02:15:20] "PUT /virtual-machine-interface/438a6a95-b3f6-4803-bc0d-3b43e3603782 HTTP/1.1" 200 284 0.013492 10.0.0.47 - - [2025-02-20 02:15:20] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006377 10.0.0.47 - - [2025-02-20 02:15:20] "PUT /instance-ip/77ef1956-dfc9-4cb4-a469-6939aa5cb92e HTTP/1.1" 200 256 0.016622 10.0.0.47 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.020253 10.0.0.47 - - [2025-02-20 02:15:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.138852 10.0.0.47 - - [2025-02-20 02:15:20] "POST /chown HTTP/1.1" 200 109 0.022348 10.0.0.47 - - [2025-02-20 02:15:20] "POST /instance-ips HTTP/1.1" 200 549 0.052283 10.0.0.47 - - [2025-02-20 02:15:20] "POST /instance-ips HTTP/1.1" 400 316 0.023917 10.0.0.47 - - [2025-02-20 02:15:20] "POST /chown HTTP/1.1" 200 109 0.010120 10.0.0.47 - - [2025-02-20 02:15:20] "PUT /virtual-machine-interface/4c6e7787-58e6-4e51-947f-59485be99e95 HTTP/1.1" 200 284 0.018352 10.0.0.47 - - [2025-02-20 02:15:20] "PUT /instance-ip/c0beffec-3c35-48b4-8375-f82093bac837 HTTP/1.1" 200 256 0.019258 10.0.0.47 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.016926 10.0.0.47 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.013132 10.0.0.47 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.021489 10.0.0.47 - - [2025-02-20 02:15:21] "PUT /routing-instance/2f18ff1c-0013-4017-8fcb-f5a4ae51a2e1 HTTP/1.1" 200 266 0.037420 10.0.0.47 - - [2025-02-20 02:15:21] "POST /virtual-machines HTTP/1.1" 200 553 0.029436 10.0.0.47 - - [2025-02-20 02:15:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096048 10.0.0.47 - - [2025-02-20 02:15:21] "POST /chown HTTP/1.1" 200 109 0.012858 10.0.0.47 - - [2025-02-20 02:15:21] "POST /instance-ips HTTP/1.1" 400 246 0.022282 10.0.0.47 - - [2025-02-20 02:15:21] "POST /chown HTTP/1.1" 200 109 0.009696 10.0.0.47 - - [2025-02-20 02:15:21] "PUT /virtual-machine-interface/888de6fa-4417-4353-98c6-575a4633adab HTTP/1.1" 200 284 0.012733 10.0.0.47 - - [2025-02-20 02:15:21] "PUT /instance-ip/77ef1956-dfc9-4cb4-a469-6939aa5cb92e HTTP/1.1" 200 256 0.014888 10.0.0.47 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.014033 10.0.0.47 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.014157 10.0.0.47 - - [2025-02-20 02:15:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104401 10.0.0.47 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.029159 10.0.0.47 - - [2025-02-20 02:15:21] "PUT /routing-instance/2f18ff1c-0013-4017-8fcb-f5a4ae51a2e1 HTTP/1.1" 200 266 0.017289 10.0.0.47 - - [2025-02-20 02:15:21] "POST /chown HTTP/1.1" 200 109 0.012613 10.0.0.47 - - [2025-02-20 02:15:21] "POST /instance-ips HTTP/1.1" 400 316 0.017816 10.0.0.47 - - [2025-02-20 02:15:22] "POST /chown HTTP/1.1" 200 109 0.008881 10.0.0.47 - - [2025-02-20 02:15:22] "PUT /virtual-machine-interface/4a6af8f5-9588-4817-bf4f-427f96fc0f05 HTTP/1.1" 200 284 0.012663 10.0.0.47 - - [2025-02-20 02:15:22] "PUT /instance-ip/c0beffec-3c35-48b4-8375-f82093bac837 HTTP/1.1" 200 256 0.016057 10.0.0.47 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.016807 10.0.0.47 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.016345 10.0.0.47 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.017583 10.0.0.47 - - [2025-02-20 02:15:22] "PUT /routing-instance/2f18ff1c-0013-4017-8fcb-f5a4ae51a2e1 HTTP/1.1" 200 266 0.027609 10.0.0.47 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.47 - - [2025-02-20 02:15:23] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006591 10.0.0.47 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.47 - - [2025-02-20 02:15:27] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006436 10.0.0.47 - - [2025-02-20 02:15:27] "POST /neutron/port HTTP/1.1" 200 1091 0.017664 10.0.0.47 - - [2025-02-20 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006288 10.0.0.47 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.47 - - [2025-02-20 02:15:29] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003910 10.0.0.47 - - [2025-02-20 02:15:29] "GET /virtual-networks?parent_id=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004316 10.0.0.47 - - [2025-02-20 02:15:29] "GET /virtual-network/c51f94e5-15cb-47e9-976e-a1c2186efc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005960 10.0.0.47 - - [2025-02-20 02:15:29] "POST /neutron/port HTTP/1.1" 200 1093 0.015370 10.0.0.47 - - [2025-02-20 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007637 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/port HTTP/1.1" 200 1093 0.020701 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/port HTTP/1.1" 200 1093 0.019521 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008827 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009343 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/port HTTP/1.1" 200 1093 0.024770 10.0.0.47 - - [2025-02-20 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008609 10.0.0.47 - - [2025-02-20 02:15:30] "GET /virtual-machine/e47eda50-99ae-497d-a529-b5980b9156a8 HTTP/1.1" 200 1296 0.010093 10.0.0.47 - - [2025-02-20 02:15:30] "GET /virtual-machine-interface/1eb153ab-fde7-425d-9490-7d8b9932e69f HTTP/1.1" 200 2968 0.011312 10.0.0.47 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.47 - - [2025-02-20 02:15:30] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005789 10.0.0.47 - - [2025-02-20 02:15:30] "GET /virtual-networks?parent_id=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004528 10.0.0.47 - - [2025-02-20 02:15:30] "GET /virtual-network/dffd694c-17fd-4aa6-935b-ccda209646c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009271 10.0.0.47 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.47 - - [2025-02-20 02:15:31] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004584 10.0.0.47 - - [2025-02-20 02:15:31] "GET /virtual-networks?parent_id=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003387 10.0.0.47 - - [2025-02-20 02:15:31] "GET /virtual-network/dffd694c-17fd-4aa6-935b-ccda209646c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006085 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/port HTTP/1.1" 200 1091 0.016585 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/port HTTP/1.1" 200 1091 0.014998 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/network HTTP/1.1" 200 837 0.005824 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003501 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.012630 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/network HTTP/1.1" 200 827 0.006015 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/router HTTP/1.1" 200 656 0.004362 10.0.0.47 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.014391 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/router HTTP/1.1" 200 344 0.116865 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/router HTTP/1.1" 200 656 0.005063 10.0.0.47 - - [2025-02-20 02:15:35] "GET /logical-router/8baf3c45-e948-4848-9678-576e2027ee77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003862 10.0.0.47 - - [2025-02-20 02:15:35] "GET /service-instance/fcdb5aed-b0e3-414d-a151-7a9d4d9d25aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.004493 10.0.0.47 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/router HTTP/1.1" 200 151 0.067100 10.0.0.47 - - [2025-02-20 02:15:35] "DELETE /route-target/f0981c82-4321-4cd6-8656-f46666dd117a HTTP/1.1" 409 239 0.007948 10.0.0.47 - - [2025-02-20 02:15:35] "PUT /logical-router/8baf3c45-e948-4848-9678-576e2027ee77 HTTP/1.1" 404 171 0.002999 10.0.0.47 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.020583 10.0.0.47 - - [2025-02-20 02:15:35] "DELETE /route-table/0409ba56-9480-4212-89c8-048362379b48 HTTP/1.1" 200 115 0.046588 10.0.0.47 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.47 - - [2025-02-20 02:15:35] "PUT /routing-instance/2f18ff1c-0013-4017-8fcb-f5a4ae51a2e1 HTTP/1.1" 200 266 0.017284 10.0.0.47 - - [2025-02-20 02:15:35] "GET /virtual-network/07c5c902-b616-46ee-b041-65d270dcde4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.009728 10.0.0.47 - - [2025-02-20 02:15:35] "POST /neutron/network HTTP/1.1" 200 836 0.005853 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/network HTTP/1.1" 400 204 0.040722 10.0.0.47 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.021216 10.0.0.47 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.012453 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /instance-ip/c0beffec-3c35-48b4-8375-f82093bac837 HTTP/1.1" 200 115 0.073684 10.0.0.47 - - [2025-02-20 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003090 10.0.0.47 - - [2025-02-20 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005523 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /virtual-network/07c5c902-b616-46ee-b041-65d270dcde4b HTTP/1.1" 200 115 0.153617 10.0.0.47 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /route-target/9a927ecb-1a2d-42e5-8782-266ad42a3c26 HTTP/1.1" 200 115 0.021236 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /service-instance/fcdb5aed-b0e3-414d-a151-7a9d4d9d25aa HTTP/1.1" 200 115 0.037045 10.0.0.47 - - [2025-02-20 02:15:36] "GET /logical-router/8baf3c45-e948-4848-9678-576e2027ee77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005619 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 1093 0.033274 10.0.0.47 - - [2025-02-20 02:15:36] "GET /service-instance/fcdb5aed-b0e3-414d-a151-7a9d4d9d25aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003823 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 1119 0.016265 10.0.0.47 - - [2025-02-20 02:15:36] "GET /virtual-machine-interface/888de6fa-4417-4353-98c6-575a4633adab?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.010182 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 1091 0.035537 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 1117 0.012738 10.0.0.47 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.039324 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 151 0.166867 10.0.0.47 - - [2025-02-20 02:15:36] "GET /instance-ip/77ef1956-dfc9-4cb4-a469-6939aa5cb92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008809 10.0.0.47 - - [2025-02-20 02:15:36] "POST /neutron/port HTTP/1.1" 200 151 0.172567 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /virtual-machine-interface/888de6fa-4417-4353-98c6-575a4633adab HTTP/1.1" 200 115 0.054499 10.0.0.47 - - [2025-02-20 02:15:36] "GET /virtual-machine-interface/4a6af8f5-9588-4817-bf4f-427f96fc0f05?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.009510 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /virtual-machine-interface/4a6af8f5-9588-4817-bf4f-427f96fc0f05 HTTP/1.1" 200 115 0.028499 10.0.0.47 - - [2025-02-20 02:15:36] "DELETE /virtual-machine/30d97a24-01a7-40cc-9e1f-e421200f09b1 HTTP/1.1" 200 115 0.016016 10.0.0.47 - - [2025-02-20 02:15:36] "GET /virtual-machine-interface/438a6a95-b3f6-4803-bc0d-3b43e3603782?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.005899 10.0.0.47 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.012400 10.0.0.47 - - [2025-02-20 02:15:37] "GET /instance-ip/77ef1956-dfc9-4cb4-a469-6939aa5cb92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.006426 10.0.0.47 - - [2025-02-20 02:15:37] "DELETE /instance-ip/77ef1956-dfc9-4cb4-a469-6939aa5cb92e HTTP/1.1" 200 115 0.031781 10.0.0.47 - - [2025-02-20 02:15:37] "DELETE /virtual-machine-interface/438a6a95-b3f6-4803-bc0d-3b43e3603782 HTTP/1.1" 200 115 0.065953 10.0.0.47 - - [2025-02-20 02:15:37] "GET /virtual-machine-interface/4c6e7787-58e6-4e51-947f-59485be99e95?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.006721 10.0.0.47 - - [2025-02-20 02:15:37] "DELETE /virtual-machine-interface/4c6e7787-58e6-4e51-947f-59485be99e95 HTTP/1.1" 200 115 0.040131 10.0.0.47 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.012207 10.0.0.47 - - [2025-02-20 02:15:37] "DELETE /virtual-machine/a55f9870-590e-404d-8237-03996262039a HTTP/1.1" 200 115 0.029094 10.0.0.47 - - [2025-02-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 836 0.006067 10.0.0.47 - - [2025-02-20 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.47 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.47 - - [2025-02-20 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.47 - - [2025-02-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 151 0.105385 10.0.0.47 - - [2025-02-20 02:15:38] "DELETE /route-target/fdad1fa4-296b-4d1a-a013-ca495014539c HTTP/1.1" 200 115 0.016907 10.0.0.47 - - [2025-02-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 827 0.006652 10.0.0.47 - - [2025-02-20 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.47 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.47 - - [2025-02-20 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.47 - - [2025-02-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 151 0.113265 10.0.0.47 - - [2025-02-20 02:15:38] "DELETE /route-target/ac5cf139-863a-4d60-a971-598b8962f39a HTTP/1.1" 200 115 0.016776 10.0.0.47 - - [2025-02-20 02:15:38] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001529 10.0.0.47 - - [2025-02-20 02:15:38] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.029195 10.0.0.47 - - [2025-02-20 02:15:38] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001392 10.0.0.47 - - [2025-02-20 02:15:38] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?fields=virtual_networks HTTP/1.1" 200 1048 0.068283 10.0.0.47 - - [2025-02-20 02:15:38] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.47 - - [2025-02-20 02:15:38] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.027027 10.0.0.47 - - [2025-02-20 02:15:38] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001181 10.0.0.47 - - [2025-02-20 02:15:38] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?fields=security_groups HTTP/1.1" 200 1277 0.028004 10.0.0.47 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.024585 10.0.0.47 - - [2025-02-20 02:15:39] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002686 10.0.0.47 - - [2025-02-20 02:15:39] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.47 - - [2025-02-20 02:15:39] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007923 10.0.0.47 - - [2025-02-20 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.001313 10.0.0.47 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002768 10.0.0.47 - - [2025-02-20 02:15:39] "POST /security-groups HTTP/1.1" 200 599 0.067604 10.0.0.47 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.004114 10.0.0.47 - - [2025-02-20 02:15:40] "POST /projects HTTP/1.1" 200 601 0.219829 10.0.0.47 - - [2025-02-20 02:15:40] "POST /access-control-lists HTTP/1.1" 200 604 0.059435 10.0.0.47 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.293896 10.0.0.47 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.004094 10.0.0.47 - - [2025-02-20 02:15:40] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.420992 10.0.0.47 - - [2025-02-20 02:15:40] "POST /access-control-lists HTTP/1.1" 200 602 0.068434 10.0.0.47 - - [2025-02-20 02:15:41] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.47 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.47 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.054505 10.0.0.47 - - [2025-02-20 02:15:42] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.47 - - [2025-02-20 02:15:42] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.028663 10.0.0.47 - - [2025-02-20 02:15:42] "POST /neutron/network HTTP/1.1" 200 117 0.030277 10.0.0.47 - - [2025-02-20 02:15:42] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002100 10.0.0.47 - - [2025-02-20 02:15:42] "POST /neutron/network HTTP/1.1" 200 613 0.079438 10.0.0.47 - - [2025-02-20 02:15:42] "POST /route-targets HTTP/1.1" 200 327 0.017123 10.0.0.47 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.015169 10.0.0.47 - - [2025-02-20 02:15:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006439 10.0.0.47 - - [2025-02-20 02:15:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.182024 10.0.0.47 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.47 - - [2025-02-20 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006402 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.144435 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1007 0.011060 10.0.0.47 - - [2025-02-20 02:15:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001969 10.0.0.47 - - [2025-02-20 02:15:43] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007909 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1007 0.007480 10.0.0.47 - - [2025-02-20 02:15:43] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005090 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1007 0.008049 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.007092 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.006871 10.0.0.47 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.47 - - [2025-02-20 02:15:43] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.47 - - [2025-02-20 02:15:43] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.027148 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 117 0.012950 10.0.0.47 - - [2025-02-20 02:15:43] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.47 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.029696 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 613 0.086008 10.0.0.47 - - [2025-02-20 02:15:43] "POST /route-targets HTTP/1.1" 200 327 0.011634 10.0.0.47 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.017754 10.0.0.47 - - [2025-02-20 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.190841 10.0.0.47 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.004233 10.0.0.47 - - [2025-02-20 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004240 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 818 0.178050 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1003 0.008045 10.0.0.47 - - [2025-02-20 02:15:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001433 10.0.0.47 - - [2025-02-20 02:15:43] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007679 10.0.0.47 - - [2025-02-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1003 0.007856 10.0.0.47 - - [2025-02-20 02:15:43] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005176 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1003 0.008938 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.007718 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 818 0.007719 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002611 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.47 - - [2025-02-20 02:15:44] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.47 - - [2025-02-20 02:15:44] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.027065 10.0.0.47 - - [2025-02-20 02:15:44] "POST /network-policys HTTP/1.1" 200 577 0.059855 10.0.0.47 - - [2025-02-20 02:15:44] "GET /network-policy/34156796-05fc-4664-9cc0-7bf0cbfca00e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005958 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1007 0.007681 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.009268 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.006404 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1115 0.052469 10.0.0.47 - - [2025-02-20 02:15:44] "POST /access-control-lists HTTP/1.1" 200 596 0.075742 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1115 0.050511 10.0.0.47 - - [2025-02-20 02:15:44] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007419 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.47 - - [2025-02-20 02:15:44] "GET /network-policy/34156796-05fc-4664-9cc0-7bf0cbfca00e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004588 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1003 0.008978 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003193 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.002727 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1111 0.067384 10.0.0.47 - - [2025-02-20 02:15:44] "POST /access-control-lists HTTP/1.1" 200 596 0.083374 10.0.0.47 - - [2025-02-20 02:15:44] "POST /neutron/network HTTP/1.1" 200 1111 0.043083 10.0.0.47 - - [2025-02-20 02:15:44] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.012681 10.0.0.47 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.47 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.012857 10.0.0.47 - - [2025-02-20 02:15:44] "GET /network-policy/34156796-05fc-4664-9cc0-7bf0cbfca00e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008322 10.0.0.47 - - [2025-02-20 02:15:44] "GET /domains HTTP/1.1" 401 292 0.000466 10.0.0.47 - - [2025-02-20 02:15:44] "PUT /access-control-list/3e162d70-ef83-44a4-b202-b08d2d847a19 HTTP/1.1" 200 272 0.053752 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domains HTTP/1.1" 200 280 0.026964 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001959 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.011636 10.0.0.47 - - [2025-02-20 02:15:45] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.47 - - [2025-02-20 02:15:45] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 2634 0.078214 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619 HTTP/1.1" 200 3509 0.006958 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619 HTTP/1.1" 200 3509 0.006519 10.0.0.47 - - [2025-02-20 02:15:45] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 200 1795 0.004361 10.0.0.47 - - [2025-02-20 02:15:45] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 200 1795 0.004096 10.0.0.47 - - [2025-02-20 02:15:45] "GET /route-target/2da3f92a-8c0d-45ae-8173-5e806684393a HTTP/1.1" 200 1211 0.004742 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619 HTTP/1.1" 200 3509 0.006366 10.0.0.47 - - [2025-02-20 02:15:45] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 200 1795 0.004313 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006851 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619 HTTP/1.1" 200 3509 0.005657 10.0.0.47 - - [2025-02-20 02:15:45] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 200 1795 0.003875 10.0.0.47 - - [2025-02-20 02:15:45] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 200 1795 0.004149 10.0.0.47 - - [2025-02-20 02:15:45] "GET /route-target/2da3f92a-8c0d-45ae-8173-5e806684393a HTTP/1.1" 200 1211 0.003755 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domains HTTP/1.1" 200 280 0.004469 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.47 - - [2025-02-20 02:15:45] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.008068 10.0.0.47 - - [2025-02-20 02:15:45] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.47 - - [2025-02-20 02:15:45] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 2634 0.072977 10.0.0.47 - - [2025-02-20 02:15:45] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619 HTTP/1.1" 200 3509 0.005433 10.0.0.47 - - [2025-02-20 02:15:46] "GET /obj-perms HTTP/1.1" 200 5046 0.048898 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains HTTP/1.1" 200 280 0.004163 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.009125 10.0.0.47 - - [2025-02-20 02:15:46] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.47 - - [2025-02-20 02:15:46] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 2634 0.078460 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562 HTTP/1.1" 200 3497 0.008009 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562 HTTP/1.1" 200 3497 0.005690 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 200 1795 0.003801 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 200 1795 0.004155 10.0.0.47 - - [2025-02-20 02:15:46] "GET /route-target/2a5be417-88ff-45b8-85b4-eaa48765881f HTTP/1.1" 200 1211 0.003217 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562 HTTP/1.1" 200 3497 0.005026 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 200 1795 0.003443 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005399 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562 HTTP/1.1" 200 3497 0.005305 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 200 1795 0.003749 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 200 1795 0.003531 10.0.0.47 - - [2025-02-20 02:15:46] "GET /route-target/2a5be417-88ff-45b8-85b4-eaa48765881f HTTP/1.1" 200 1211 0.003583 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains HTTP/1.1" 200 280 0.002962 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.008052 10.0.0.47 - - [2025-02-20 02:15:46] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.47 - - [2025-02-20 02:15:46] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 2634 0.076318 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562 HTTP/1.1" 200 3497 0.006192 10.0.0.47 - - [2025-02-20 02:15:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003541 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007385 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1111 0.009254 10.0.0.47 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004261 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1003 0.057079 10.0.0.47 - - [2025-02-20 02:15:46] "DELETE /access-control-list/f4c31259-86b8-4c45-a090-5d27df13eca1 HTTP/1.1" 200 115 0.031626 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1003 0.021316 10.0.0.47 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.031330 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/bf676f6d-027c-4ba5-94fd-61825719b562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006567 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005342 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1115 0.008213 10.0.0.47 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005299 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1007 0.045652 10.0.0.47 - - [2025-02-20 02:15:46] "DELETE /access-control-list/3e162d70-ef83-44a4-b202-b08d2d847a19 HTTP/1.1" 200 115 0.030567 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1007 0.011725 10.0.0.47 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.017217 10.0.0.47 - - [2025-02-20 02:15:46] "GET /virtual-network/b627bb4b-57b3-4295-9b3d-407cc3885619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008299 10.0.0.47 - - [2025-02-20 02:15:46] "DELETE /network-policy/34156796-05fc-4664-9cc0-7bf0cbfca00e HTTP/1.1" 200 115 0.026607 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 1003 0.008530 10.0.0.47 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.47 - - [2025-02-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003605 10.0.0.47 - - [2025-02-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.47 - - [2025-02-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002955 10.0.0.47 - - [2025-02-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002753 10.0.0.47 - - [2025-02-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 151 0.120277 10.0.0.47 - - [2025-02-20 02:15:46] "DELETE /route-target/2a5be417-88ff-45b8-85b4-eaa48765881f HTTP/1.1" 200 115 0.036651 10.0.0.47 - - [2025-02-20 02:15:46] "GET /routing-instance/335f32ea-c25f-4129-a8d8-eb9f27ae80a6 HTTP/1.1" 404 171 0.003596 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains HTTP/1.1" 200 280 0.003637 10.0.0.47 - - [2025-02-20 02:15:46] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.47 - - [2025-02-20 02:15:47] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.055550 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.47 - - [2025-02-20 02:15:47] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 2154 0.083044 10.0.0.47 - - [2025-02-20 02:15:47] "POST /neutron/network HTTP/1.1" 200 1007 0.008141 10.0.0.47 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006776 10.0.0.47 - - [2025-02-20 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004598 10.0.0.47 - - [2025-02-20 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.47 - - [2025-02-20 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002988 10.0.0.47 - - [2025-02-20 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002439 10.0.0.47 - - [2025-02-20 02:15:47] "POST /neutron/network HTTP/1.1" 200 151 0.125496 10.0.0.47 - - [2025-02-20 02:15:47] "DELETE /route-target/2da3f92a-8c0d-45ae-8173-5e806684393a HTTP/1.1" 200 115 0.040059 10.0.0.47 - - [2025-02-20 02:15:47] "GET /routing-instance/5c21492e-61e3-4fe3-92a7-a01d16fe4ee5 HTTP/1.1" 404 171 0.003486 10.0.0.47 - - [2025-02-20 02:15:47] "GET /domains HTTP/1.1" 200 280 0.003179 10.0.0.47 - - [2025-02-20 02:15:47] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.47 - - [2025-02-20 02:15:47] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3150 0.054027 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001605 10.0.0.47 - - [2025-02-20 02:15:47] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 1909 0.078041 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.47 - - [2025-02-20 02:15:47] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.026812 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.47 - - [2025-02-20 02:15:47] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?fields=virtual_networks HTTP/1.1" 200 1057 0.067276 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.47 - - [2025-02-20 02:15:47] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.030027 10.0.0.47 - - [2025-02-20 02:15:47] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.47 - - [2025-02-20 02:15:48] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?fields=security_groups HTTP/1.1" 200 1291 0.033558 10.0.0.47 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 190 0.026059 10.0.0.47 - - [2025-02-20 02:15:48] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.47 - - [2025-02-20 02:15:48] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.47 - - [2025-02-20 02:15:48] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008320 10.0.0.47 - - [2025-02-20 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.002265 10.0.0.47 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.006476 10.0.0.47 - - [2025-02-20 02:15:49] "POST /security-groups HTTP/1.1" 200 593 0.063302 10.0.0.47 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.003163 10.0.0.47 - - [2025-02-20 02:15:49] "POST /projects HTTP/1.1" 200 589 0.228611 10.0.0.47 - - [2025-02-20 02:15:49] "POST /access-control-lists HTTP/1.1" 200 598 0.057315 10.0.0.47 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.297928 10.0.0.47 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.002994 10.0.0.47 - - [2025-02-20 02:15:49] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.427634 10.0.0.47 - - [2025-02-20 02:15:49] "POST /access-control-lists HTTP/1.1" 200 596 0.068297 10.0.0.47 - - [2025-02-20 02:15:50] "GET / HTTP/1.1" 200 35931 0.002261 10.0.0.47 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.47 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.053937 10.0.0.47 - - [2025-02-20 02:15:51] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.47 - - [2025-02-20 02:15:51] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.032722 10.0.0.47 - - [2025-02-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 117 0.031157 10.0.0.47 - - [2025-02-20 02:15:51] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.47 - - [2025-02-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 607 0.065567 10.0.0.47 - - [2025-02-20 02:15:51] "POST /route-targets HTTP/1.1" 200 327 0.012181 10.0.0.47 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.013724 10.0.0.47 - - [2025-02-20 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005943 10.0.0.47 - - [2025-02-20 02:15:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.173069 10.0.0.47 - - [2025-02-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 825 0.005746 10.0.0.47 - - [2025-02-20 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001290 10.0.0.47 - - [2025-02-20 02:15:52] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005723 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 825 0.006251 10.0.0.47 - - [2025-02-20 02:15:52] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005512 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 825 0.005911 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.008181 10.0.0.47 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.47 - - [2025-02-20 02:15:52] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.47 - - [2025-02-20 02:15:52] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.029321 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 117 0.010003 10.0.0.47 - - [2025-02-20 02:15:52] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 607 0.068213 10.0.0.47 - - [2025-02-20 02:15:52] "POST /route-targets HTTP/1.1" 200 327 0.016197 10.0.0.47 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.013037 10.0.0.47 - - [2025-02-20 02:15:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.140722 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 826 0.005317 10.0.0.47 - - [2025-02-20 02:15:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001138 10.0.0.47 - - [2025-02-20 02:15:52] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004890 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 826 0.006248 10.0.0.47 - - [2025-02-20 02:15:52] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005352 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 826 0.006511 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.007697 10.0.0.47 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002648 10.0.0.47 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.47 - - [2025-02-20 02:15:52] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001238 10.0.0.47 - - [2025-02-20 02:15:52] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.029951 10.0.0.47 - - [2025-02-20 02:15:52] "POST /network-policys HTTP/1.1" 200 571 0.018617 10.0.0.47 - - [2025-02-20 02:15:52] "GET /network-policy/46a5dbe0-ddfe-4c98-9e1c-49ab0272b56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005232 10.0.0.47 - - [2025-02-20 02:15:52] "POST /neutron/network HTTP/1.1" 200 825 0.006151 10.0.0.47 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.006242 10.0.0.47 - - [2025-02-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 927 0.055094 10.0.0.47 - - [2025-02-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 927 0.043587 10.0.0.47 - - [2025-02-20 02:15:53] "POST /access-control-lists HTTP/1.1" 200 590 0.074385 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007277 10.0.0.47 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.47 - - [2025-02-20 02:15:53] "GET /network-policy/46a5dbe0-ddfe-4c98-9e1c-49ab0272b56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003684 10.0.0.47 - - [2025-02-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 826 0.005743 10.0.0.47 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.004585 10.0.0.47 - - [2025-02-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 928 0.045193 10.0.0.47 - - [2025-02-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 928 0.045649 10.0.0.47 - - [2025-02-20 02:15:53] "POST /access-control-lists HTTP/1.1" 200 590 0.067753 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009147 10.0.0.47 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.47 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.013271 10.0.0.47 - - [2025-02-20 02:15:53] "GET /network-policy/46a5dbe0-ddfe-4c98-9e1c-49ab0272b56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003875 10.0.0.47 - - [2025-02-20 02:15:53] "GET /domains HTTP/1.1" 401 292 0.000533 10.0.0.47 - - [2025-02-20 02:15:53] "PUT /access-control-list/299d608a-9ec2-4741-ad41-043007d680fd HTTP/1.1" 200 272 0.054295 10.0.0.47 - - [2025-02-20 02:15:53] "GET /domains HTTP/1.1" 200 280 0.025578 10.0.0.47 - - [2025-02-20 02:15:53] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.47 - - [2025-02-20 02:15:53] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3338 0.010301 10.0.0.47 - - [2025-02-20 02:15:53] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.47 - - [2025-02-20 02:15:53] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 2581 0.071758 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd HTTP/1.1" 200 2888 0.007831 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd HTTP/1.1" 200 2888 0.006577 10.0.0.47 - - [2025-02-20 02:15:53] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 200 1784 0.004146 10.0.0.47 - - [2025-02-20 02:15:53] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 200 1784 0.004069 10.0.0.47 - - [2025-02-20 02:15:53] "GET /route-target/68433605-710f-4aa0-9812-cab5190329a4 HTTP/1.1" 200 1206 0.004091 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd HTTP/1.1" 200 2888 0.006382 10.0.0.47 - - [2025-02-20 02:15:53] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 200 1784 0.003749 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005578 10.0.0.47 - - [2025-02-20 02:15:53] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd HTTP/1.1" 200 2888 0.005962 10.0.0.47 - - [2025-02-20 02:15:53] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 200 1784 0.003425 10.0.0.47 - - [2025-02-20 02:15:53] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 200 1784 0.004183 10.0.0.47 - - [2025-02-20 02:15:54] "GET /route-target/68433605-710f-4aa0-9812-cab5190329a4 HTTP/1.1" 200 1206 0.003793 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains HTTP/1.1" 200 280 0.003410 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3338 0.010086 10.0.0.47 - - [2025-02-20 02:15:54] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001841 10.0.0.47 - - [2025-02-20 02:15:54] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 2581 0.072499 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd HTTP/1.1" 200 2888 0.004939 10.0.0.47 - - [2025-02-20 02:15:54] "GET /obj-perms HTTP/1.1" 200 5034 0.048248 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3338 0.008639 10.0.0.47 - - [2025-02-20 02:15:54] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.47 - - [2025-02-20 02:15:54] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 2581 0.070601 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63 HTTP/1.1" 200 2893 0.007727 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63 HTTP/1.1" 200 2893 0.004838 10.0.0.47 - - [2025-02-20 02:15:54] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 200 1783 0.003878 10.0.0.47 - - [2025-02-20 02:15:54] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 200 1783 0.003480 10.0.0.47 - - [2025-02-20 02:15:54] "GET /route-target/3e8dc977-1647-4bef-a97d-426ead32a5c3 HTTP/1.1" 200 1206 0.002995 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63 HTTP/1.1" 200 2893 0.004847 10.0.0.47 - - [2025-02-20 02:15:54] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 200 1783 0.003347 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005041 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63 HTTP/1.1" 200 2893 0.005272 10.0.0.47 - - [2025-02-20 02:15:54] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 200 1783 0.003900 10.0.0.47 - - [2025-02-20 02:15:54] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 200 1783 0.003626 10.0.0.47 - - [2025-02-20 02:15:54] "GET /route-target/3e8dc977-1647-4bef-a97d-426ead32a5c3 HTTP/1.1" 200 1206 0.002593 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains HTTP/1.1" 200 280 0.002714 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.47 - - [2025-02-20 02:15:54] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 3338 0.007450 10.0.0.47 - - [2025-02-20 02:15:54] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002970 10.0.0.47 - - [2025-02-20 02:15:54] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 2581 0.076114 10.0.0.47 - - [2025-02-20 02:15:54] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63 HTTP/1.1" 200 2893 0.007494 10.0.0.47 - - [2025-02-20 02:15:54] "GET /obj-perms HTTP/1.1" 200 5034 0.003156 10.0.0.47 - - [2025-02-20 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001627 10.0.0.47 - - [2025-02-20 02:15:55] "POST /neutron/network HTTP/1.1" 200 937 0.005997 10.0.0.47 - - [2025-02-20 02:15:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.47 - - [2025-02-20 02:15:55] "GET / HTTP/1.1" 200 35931 0.002080 10.0.0.47 - - [2025-02-20 02:15:55] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.47 - - [2025-02-20 02:15:55] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001535 10.0.0.47 - - [2025-02-20 02:15:55] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050798 10.0.0.47 - - [2025-02-20 02:15:55] "POST /neutron/network HTTP/1.1" 200 927 0.005728 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.47 - - [2025-02-20 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001593 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.006428 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/network HTTP/1.1" 200 938 0.005831 10.0.0.47 - - [2025-02-20 02:15:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/network HTTP/1.1" 200 937 0.006110 10.0.0.47 - - [2025-02-20 02:15:56] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1061 0.213602 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1061 0.010391 10.0.0.47 - - [2025-02-20 02:15:56] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.47 - - [2025-02-20 02:15:56] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1061 0.011602 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1115 0.072579 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1089 0.017627 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.011523 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.47 - - [2025-02-20 02:15:56] "POST /neutron/network HTTP/1.1" 200 927 0.005797 10.0.0.47 - - [2025-02-20 02:15:57] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001454 10.0.0.47 - - [2025-02-20 02:15:57] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.064105 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/network HTTP/1.1" 200 928 0.017571 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/port HTTP/1.1" 200 1089 0.018776 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010656 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.008188 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/port HTTP/1.1" 200 1089 0.021542 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008646 10.0.0.47 - - [2025-02-20 02:15:57] "POST /neutron/network HTTP/1.1" 200 938 0.011499 10.0.0.47 - - [2025-02-20 02:15:57] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001263 10.0.0.47 - - [2025-02-20 02:15:57] "PUT /access-control-list/c404bc7c-edd5-4638-a8ff-8cd8b1d96912 HTTP/1.1" 200 272 0.070055 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 1062 0.341096 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 1062 0.014607 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 1062 0.009573 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 1116 0.093864 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 1090 0.015506 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003072 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.010991 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.001861 10.0.0.47 - - [2025-02-20 02:15:58] "POST /neutron/network HTTP/1.1" 200 928 0.005776 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /project/e4dfa19c9c7e46cc8c27c7bead780948 HTTP/1.1" 404 173 0.036077 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /project/255fe9f3f8e643caa02223f4f65b3945 HTTP/1.1" 404 173 0.035433 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /project/0d0d0454ab954ac4ab77d3522c447851 HTTP/1.1" 404 173 0.018895 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /project/1e7c122d0bd748abb9c8ac87d72d3cde HTTP/1.1" 404 173 0.016736 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001333 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001629 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.079090 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.095796 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.089699 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.116741 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002068 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001888 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002394 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001995 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?fields=security_groups HTTP/1.1" 200 1382 0.134500 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?fields=security_groups HTTP/1.1" 200 1359 0.127162 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?fields=security_groups HTTP/1.1" 200 1396 0.130754 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?fields=security_groups HTTP/1.1" 200 1410 0.133705 10.0.0.47 - - [2025-02-20 02:16:02] "POST /neutron/port HTTP/1.1" 200 1089 0.109908 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /security-group/56ff6e07-104d-4a63-90a6-73768c96ab85 HTTP/1.1" 200 115 0.178590 10.0.0.47 - - [2025-02-20 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012074 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=255fe9f3-f8e6-43ca-a022-23f4f65b3945&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002495 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /access-control-list/1a6a45ca-f3e7-4ccc-8510-b6d93f1e677b HTTP/1.1" 200 115 0.113302 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /security-group/7bf4b5f6-c969-4e6d-b531-4e3eba1e8f59 HTTP/1.1" 200 115 0.211877 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945?fields=application_policy_sets HTTP/1.1" 200 1421 0.058055 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /security-group/91c6711c-38db-410a-a9e7-248cb35502ee HTTP/1.1" 200 115 0.217987 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=e4dfa19c-9c7e-46cc-8c27-c7bead780948&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /security-group/2c5984a9-b39a-4ae0-a363-6b86ff33d61c HTTP/1.1" 200 115 0.249993 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=d5f57fe5-e74d-4207-aad9-3786fff22837&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.47 - - [2025-02-20 02:16:02] "GET /projects?obj_uuids=0d0d0454-ab95-4ac4-ab77-d3522c447851&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /access-control-list/c6a8e3f3-7360-4063-b160-1a606195ebe1 HTTP/1.1" 200 115 0.090331 10.0.0.47 - - [2025-02-20 02:16:02] "POST /neutron/port HTTP/1.1" 200 1089 0.068494 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948?fields=application_policy_sets HTTP/1.1" 200 1398 0.103963 10.0.0.47 - - [2025-02-20 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012760 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/0d0d0454-ab95-4ac4-ab77-d3522c447851?fields=application_policy_sets HTTP/1.1" 200 1435 0.094015 10.0.0.47 - - [2025-02-20 02:16:02] "DELETE /access-control-list/29b35918-ed05-4e37-8638-c3eee324743a HTTP/1.1" 200 115 0.110413 10.0.0.47 - - [2025-02-20 02:16:02] "GET /project/d5f57fe5-e74d-4207-aad9-3786fff22837?fields=application_policy_sets HTTP/1.1" 200 1449 0.174345 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /access-control-list/67db2e5d-2f35-4362-9d6a-1cdae3c75b5a HTTP/1.1" 200 115 0.121098 10.0.0.47 - - [2025-02-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 1089 0.140679 10.0.0.47 - - [2025-02-20 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011475 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /access-control-list/c14db132-441c-4821-89d4-0a42c7c3171a HTTP/1.1" 200 115 0.112906 10.0.0.47 - - [2025-02-20 02:16:03] "GET /virtual-machine/0f557718-be86-4098-b248-ae601d3d2a88 HTTP/1.1" 200 1294 0.018184 10.0.0.47 - - [2025-02-20 02:16:03] "GET /virtual-machine-interface/72f7e685-3cdd-48e2-a6cd-5d7073f70cd5 HTTP/1.1" 200 2951 0.013934 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /project/255fe9f3-f8e6-43ca-a022-23f4f65b3945 HTTP/1.1" 200 115 1.060817 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /project/e4dfa19c-9c7e-46cc-8c27-c7bead780948 HTTP/1.1" 200 115 1.079544 10.0.0.47 - - [2025-02-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011018 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /access-control-list/f4efcb0c-9238-4352-894e-2e29c8d52080 HTTP/1.1" 200 115 0.115173 10.0.0.47 - - [2025-02-20 02:16:03] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.016827 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /project/0d0d0454-ab95-4ac4-ab77-d3522c447851 HTTP/1.1" 200 115 1.126934 10.0.0.47 - - [2025-02-20 02:16:03] "GET /virtual-networks?parent_id=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.014127 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /access-control-list/53446365-f0b8-4241-9c58-8c29bc132e65 HTTP/1.1" 200 115 0.067502 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /project/d5f57fe5-e74d-4207-aad9-3786fff22837 HTTP/1.1" 200 115 1.161747 10.0.0.47 - - [2025-02-20 02:16:03] "DELETE /access-control-list/cdb479fa-9d7a-4c85-9427-5c14ee0a25bb HTTP/1.1" 200 115 0.029578 10.0.0.47 - - [2025-02-20 02:16:03] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007245 10.0.0.47 - - [2025-02-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.47 - - [2025-02-20 02:16:06] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005574 10.0.0.47 - - [2025-02-20 02:16:06] "POST /neutron/port HTTP/1.1" 200 1089 0.017938 10.0.0.47 - - [2025-02-20 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006006 10.0.0.47 - - [2025-02-20 02:16:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016191 10.0.0.47 - - [2025-02-20 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005125 10.0.0.47 - - [2025-02-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.47 - - [2025-02-20 02:16:08] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003422 10.0.0.47 - - [2025-02-20 02:16:08] "GET /virtual-networks?parent_id=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003719 10.0.0.47 - - [2025-02-20 02:16:08] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006268 10.0.0.47 - - [2025-02-20 02:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.048951 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/port HTTP/1.1" 200 1090 0.016821 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007209 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/port HTTP/1.1" 200 1090 0.016994 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007707 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/port HTTP/1.1" 200 1090 0.017233 10.0.0.47 - - [2025-02-20 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007329 10.0.0.47 - - [2025-02-20 02:16:09] "GET /virtual-machine/ede3c2ad-5005-4903-b377-c4894431bf69 HTTP/1.1" 200 1295 0.005400 10.0.0.47 - - [2025-02-20 02:16:09] "GET /virtual-machine-interface/66fce907-7a1b-4db1-9a2a-e5d84b66e995 HTTP/1.1" 200 2951 0.008803 10.0.0.47 - - [2025-02-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.47 - - [2025-02-20 02:16:09] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004974 10.0.0.47 - - [2025-02-20 02:16:09] "GET /virtual-networks?parent_id=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003504 10.0.0.47 - - [2025-02-20 02:16:09] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006671 10.0.0.47 - - [2025-02-20 02:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.060112 10.0.0.47 - - [2025-02-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.47 - - [2025-02-20 02:16:10] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003698 10.0.0.47 - - [2025-02-20 02:16:10] "GET /virtual-networks?parent_id=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003386 10.0.0.47 - - [2025-02-20 02:16:10] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006171 10.0.0.47 - - [2025-02-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.47 - - [2025-02-20 02:16:15] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001194 10.0.0.47 - - [2025-02-20 02:16:15] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038912 10.0.0.47 - - [2025-02-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007044 10.0.0.47 - - [2025-02-20 02:16:15] "PUT /network-policy/46a5dbe0-ddfe-4c98-9e1c-49ab0272b56b HTTP/1.1" 200 262 0.012323 10.0.0.47 - - [2025-02-20 02:16:15] "PUT /access-control-list/c404bc7c-edd5-4638-a8ff-8cd8b1d96912 HTTP/1.1" 200 272 0.054390 10.0.0.47 - - [2025-02-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.012515 10.0.0.47 - - [2025-02-20 02:16:15] "PUT /access-control-list/299d608a-9ec2-4741-ad41-043007d680fd HTTP/1.1" 200 272 0.056945 10.0.0.47 - - [2025-02-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.013841 10.0.0.47 - - [2025-02-20 02:16:18] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006202 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 928 0.006745 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 826 0.050375 10.0.0.47 - - [2025-02-20 02:16:18] "DELETE /access-control-list/c404bc7c-edd5-4638-a8ff-8cd8b1d96912 HTTP/1.1" 200 115 0.037801 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 826 0.011602 10.0.0.47 - - [2025-02-20 02:16:18] "GET /virtual-network/ba6f2313-d925-4524-ada6-e987af9fde63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008842 10.0.0.47 - - [2025-02-20 02:16:18] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007507 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 927 0.006461 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 825 0.065654 10.0.0.47 - - [2025-02-20 02:16:18] "DELETE /access-control-list/299d608a-9ec2-4741-ad41-043007d680fd HTTP/1.1" 200 115 0.052638 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 825 0.014148 10.0.0.47 - - [2025-02-20 02:16:18] "GET /virtual-network/57f6c62d-fe32-4a97-aefc-19c68ad0b7cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009046 10.0.0.47 - - [2025-02-20 02:16:18] "DELETE /network-policy/46a5dbe0-ddfe-4c98-9e1c-49ab0272b56b HTTP/1.1" 200 115 0.023235 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 826 0.006286 10.0.0.47 - - [2025-02-20 02:16:18] "POST /neutron/network HTTP/1.1" 400 204 0.012828 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 1090 0.027068 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 1116 0.011826 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 1089 0.024002 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 1115 0.019014 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.132597 10.0.0.47 - - [2025-02-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.130749 10.0.0.47 - - [2025-02-20 02:16:21] "POST /neutron/network HTTP/1.1" 200 826 0.007163 10.0.0.47 - - [2025-02-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006691 10.0.0.47 - - [2025-02-20 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004495 10.0.0.47 - - [2025-02-20 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.47 - - [2025-02-20 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.100338 10.0.0.47 - - [2025-02-20 02:16:21] "DELETE /route-target/3e8dc977-1647-4bef-a97d-426ead32a5c3 HTTP/1.1" 200 115 0.024323 10.0.0.47 - - [2025-02-20 02:16:21] "GET /routing-instance/12fd4815-ecc9-494b-9ff6-bcc0da72463e HTTP/1.1" 404 171 0.002830 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domains HTTP/1.1" 200 280 0.002638 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2576 0.051885 10.0.0.47 - - [2025-02-20 02:16:21] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002136 10.0.0.47 - - [2025-02-20 02:16:21] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 2113 0.070846 10.0.0.47 - - [2025-02-20 02:16:21] "POST /neutron/network HTTP/1.1" 200 825 0.006882 10.0.0.47 - - [2025-02-20 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.47 - - [2025-02-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.47 - - [2025-02-20 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.47 - - [2025-02-20 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.098259 10.0.0.47 - - [2025-02-20 02:16:21] "GET /routing-instance/fa30d420-0526-4283-965d-a44dc17ce659 HTTP/1.1" 404 171 0.002375 10.0.0.47 - - [2025-02-20 02:16:21] "DELETE /route-target/68433605-710f-4aa0-9812-cab5190329a4 HTTP/1.1" 200 115 0.022019 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domains HTTP/1.1" 200 280 0.004673 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.47 - - [2025-02-20 02:16:21] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2576 0.055977 10.0.0.47 - - [2025-02-20 02:16:21] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001830 10.0.0.47 - - [2025-02-20 02:16:21] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 1874 0.073617 10.0.0.47 - - [2025-02-20 02:16:21] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001492 10.0.0.47 - - [2025-02-20 02:16:21] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.030747 10.0.0.47 - - [2025-02-20 02:16:21] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001462 10.0.0.47 - - [2025-02-20 02:16:21] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?fields=virtual_networks HTTP/1.1" 200 1046 0.072066 10.0.0.47 - - [2025-02-20 02:16:22] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001383 10.0.0.47 - - [2025-02-20 02:16:22] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.035276 10.0.0.47 - - [2025-02-20 02:16:22] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196 10.0.0.47 - - [2025-02-20 02:16:22] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?fields=security_groups HTTP/1.1" 200 1274 0.025714 10.0.0.47 - - [2025-02-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.026904 10.0.0.47 - - [2025-02-20 02:16:23] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003484 10.0.0.47 - - [2025-02-20 02:16:23] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001760 10.0.0.47 - - [2025-02-20 02:16:23] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009367 10.0.0.47 - - [2025-02-20 02:16:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.001418 10.0.0.47 - - [2025-02-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003242 10.0.0.47 - - [2025-02-20 02:16:23] "POST /security-groups HTTP/1.1" 200 589 0.064000 10.0.0.47 - - [2025-02-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.003138 10.0.0.47 - - [2025-02-20 02:16:23] "POST /projects HTTP/1.1" 200 581 0.230218 10.0.0.47 - - [2025-02-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.300049 10.0.0.47 - - [2025-02-20 02:16:23] "POST /access-control-lists HTTP/1.1" 200 594 0.063457 10.0.0.47 - - [2025-02-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.003193 10.0.0.47 - - [2025-02-20 02:16:23] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.439640 10.0.0.47 - - [2025-02-20 02:16:23] "POST /access-control-lists HTTP/1.1" 200 592 0.059736 10.0.0.47 - - [2025-02-20 02:16:24] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.47 - - [2025-02-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.47 - - [2025-02-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.060911 10.0.0.47 - - [2025-02-20 02:16:25] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.47 - - [2025-02-20 02:16:25] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035129 10.0.0.47 - - [2025-02-20 02:16:25] "POST /neutron/network HTTP/1.1" 200 117 0.031839 10.0.0.47 - - [2025-02-20 02:16:25] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 613 0.075298 10.0.0.47 - - [2025-02-20 02:16:26] "POST /route-targets HTTP/1.1" 200 327 0.013725 10.0.0.47 - - [2025-02-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.012787 10.0.0.47 - - [2025-02-20 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005052 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.152903 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 831 0.065133 10.0.0.47 - - [2025-02-20 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001705 10.0.0.47 - - [2025-02-20 02:16:26] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005931 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 831 0.005938 10.0.0.47 - - [2025-02-20 02:16:26] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005512 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 831 0.006998 10.0.0.47 - - [2025-02-20 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.007708 10.0.0.47 - - [2025-02-20 02:16:26] "GET /domains HTTP/1.1" 401 292 0.000472 10.0.0.47 - - [2025-02-20 02:16:26] "GET /domains HTTP/1.1" 200 280 0.031518 10.0.0.47 - - [2025-02-20 02:16:26] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.47 - - [2025-02-20 02:16:26] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.009656 10.0.0.47 - - [2025-02-20 02:16:26] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.47 - - [2025-02-20 02:16:26] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2090 0.080864 10.0.0.47 - - [2025-02-20 02:16:26] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db HTTP/1.1" 200 2316 0.009057 10.0.0.47 - - [2025-02-20 02:16:26] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db HTTP/1.1" 200 2316 0.006423 10.0.0.47 - - [2025-02-20 02:16:26] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 200 1493 0.004392 10.0.0.47 - - [2025-02-20 02:16:26] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 200 1493 0.004904 10.0.0.47 - - [2025-02-20 02:16:27] "GET /route-target/4b3d03d5-b76e-4e40-af35-fa100b8a0f8c HTTP/1.1" 200 1212 0.004512 10.0.0.47 - - [2025-02-20 02:16:27] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db HTTP/1.1" 200 2316 0.007745 10.0.0.47 - - [2025-02-20 02:16:27] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 200 1493 0.005097 10.0.0.47 - - [2025-02-20 02:16:27] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007419 10.0.0.47 - - [2025-02-20 02:16:27] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db HTTP/1.1" 200 2316 0.007404 10.0.0.47 - - [2025-02-20 02:16:27] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 200 1493 0.005083 10.0.0.47 - - [2025-02-20 02:16:27] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 200 1493 0.004391 10.0.0.47 - - [2025-02-20 02:16:27] "GET /route-target/4b3d03d5-b76e-4e40-af35-fa100b8a0f8c HTTP/1.1" 200 1212 0.004317 10.0.0.47 - - [2025-02-20 02:16:27] "GET /domains HTTP/1.1" 200 280 0.003670 10.0.0.47 - - [2025-02-20 02:16:27] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001711 10.0.0.47 - - [2025-02-20 02:16:27] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.010854 10.0.0.47 - - [2025-02-20 02:16:27] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001656 10.0.0.47 - - [2025-02-20 02:16:27] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2090 0.080612 10.0.0.47 - - [2025-02-20 02:16:27] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db HTTP/1.1" 200 2316 0.007790 10.0.0.47 - - [2025-02-20 02:16:27] "GET /obj-perms HTTP/1.1" 200 5026 0.055489 10.0.0.47 - - [2025-02-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.47 - - [2025-02-20 02:16:27] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.47 - - [2025-02-20 02:16:27] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037463 10.0.0.47 - - [2025-02-20 02:16:27] "POST /neutron/network HTTP/1.1" 200 117 0.011876 10.0.0.47 - - [2025-02-20 02:16:27] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001952 10.0.0.47 - - [2025-02-20 02:16:27] "POST /neutron/network HTTP/1.1" 200 613 0.095169 10.0.0.47 - - [2025-02-20 02:16:27] "POST /route-targets HTTP/1.1" 200 327 0.014079 10.0.0.47 - - [2025-02-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.019222 10.0.0.47 - - [2025-02-20 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003437 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.176653 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 833 0.006054 10.0.0.47 - - [2025-02-20 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001999 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008351 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 833 0.007721 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006791 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 833 0.006092 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.009755 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domains HTTP/1.1" 200 280 0.003172 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.010174 10.0.0.47 - - [2025-02-20 02:16:28] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.47 - - [2025-02-20 02:16:28] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2308 0.074455 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8 HTTP/1.1" 200 2322 0.007476 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8 HTTP/1.1" 200 2322 0.005784 10.0.0.47 - - [2025-02-20 02:16:28] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 200 1493 0.004305 10.0.0.47 - - [2025-02-20 02:16:28] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 200 1493 0.004003 10.0.0.47 - - [2025-02-20 02:16:28] "GET /route-target/d2681aee-2964-4d34-ad4c-fd27555f8639 HTTP/1.1" 200 1213 0.004377 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8 HTTP/1.1" 200 2322 0.005468 10.0.0.47 - - [2025-02-20 02:16:28] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 200 1493 0.004253 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005339 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8 HTTP/1.1" 200 2322 0.005524 10.0.0.47 - - [2025-02-20 02:16:28] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 200 1493 0.003705 10.0.0.47 - - [2025-02-20 02:16:28] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 200 1493 0.003584 10.0.0.47 - - [2025-02-20 02:16:28] "GET /route-target/d2681aee-2964-4d34-ad4c-fd27555f8639 HTTP/1.1" 200 1213 0.004097 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domains HTTP/1.1" 200 280 0.003897 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001740 10.0.0.47 - - [2025-02-20 02:16:28] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.010572 10.0.0.47 - - [2025-02-20 02:16:28] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.47 - - [2025-02-20 02:16:28] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2308 0.072420 10.0.0.47 - - [2025-02-20 02:16:28] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8 HTTP/1.1" 200 2322 0.006166 10.0.0.47 - - [2025-02-20 02:16:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003366 10.0.0.47 - - [2025-02-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.47 - - [2025-02-20 02:16:28] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002702 10.0.0.47 - - [2025-02-20 02:16:28] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033873 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 117 0.012516 10.0.0.47 - - [2025-02-20 02:16:28] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001660 10.0.0.47 - - [2025-02-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 615 0.076771 10.0.0.47 - - [2025-02-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.011688 10.0.0.47 - - [2025-02-20 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 705 0.216830 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/network HTTP/1.1" 200 830 0.006599 10.0.0.47 - - [2025-02-20 02:16:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001760 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007444 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/network HTTP/1.1" 200 830 0.006464 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006152 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/network HTTP/1.1" 200 830 0.007248 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 705 0.010082 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domains HTTP/1.1" 200 280 0.003071 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001682 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.010426 10.0.0.47 - - [2025-02-20 02:16:29] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.47 - - [2025-02-20 02:16:29] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2527 0.078641 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372 HTTP/1.1" 200 2313 0.007557 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372 HTTP/1.1" 200 2313 0.006233 10.0.0.47 - - [2025-02-20 02:16:29] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 200 1497 0.004228 10.0.0.47 - - [2025-02-20 02:16:29] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 200 1497 0.003627 10.0.0.47 - - [2025-02-20 02:16:29] "GET /route-target/f0981c82-4321-4cd6-8656-f46666dd117a HTTP/1.1" 200 1214 0.003422 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372 HTTP/1.1" 200 2313 0.005315 10.0.0.47 - - [2025-02-20 02:16:29] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 200 1497 0.004167 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005773 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372 HTTP/1.1" 200 2313 0.005757 10.0.0.47 - - [2025-02-20 02:16:29] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 200 1497 0.004590 10.0.0.47 - - [2025-02-20 02:16:29] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 200 1497 0.003917 10.0.0.47 - - [2025-02-20 02:16:29] "GET /route-target/f0981c82-4321-4cd6-8656-f46666dd117a HTTP/1.1" 200 1214 0.003568 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domains HTTP/1.1" 200 280 0.003388 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.47 - - [2025-02-20 02:16:29] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2760 0.009634 10.0.0.47 - - [2025-02-20 02:16:29] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.47 - - [2025-02-20 02:16:29] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2527 0.074419 10.0.0.47 - - [2025-02-20 02:16:29] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372 HTTP/1.1" 200 2313 0.005508 10.0.0.47 - - [2025-02-20 02:16:29] "GET /obj-perms HTTP/1.1" 200 5026 0.004252 10.0.0.47 - - [2025-02-20 02:16:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.002050 10.0.0.47 - - [2025-02-20 02:16:29] "POST /neutron/network HTTP/1.1" 200 843 0.006047 10.0.0.47 - - [2025-02-20 02:16:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000485 10.0.0.47 - - [2025-02-20 02:16:30] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.47 - - [2025-02-20 02:16:30] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.47 - - [2025-02-20 02:16:30] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.47 - - [2025-02-20 02:16:30] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059455 10.0.0.47 - - [2025-02-20 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.006349 10.0.0.47 - - [2025-02-20 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.007090 10.0.0.47 - - [2025-02-20 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.007051 10.0.0.47 - - [2025-02-20 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.002261 10.0.0.47 - - [2025-02-20 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.006262 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 840 0.007283 10.0.0.47 - - [2025-02-20 02:16:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 843 0.009418 10.0.0.47 - - [2025-02-20 02:16:31] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.47 - - [2025-02-20 02:16:31] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.47 - - [2025-02-20 02:16:31] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000513 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 1059 0.240340 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 1059 0.011195 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 1059 0.014880 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 1113 0.096435 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 1087 0.018606 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004234 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.015997 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.001916 10.0.0.47 - - [2025-02-20 02:16:31] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 833 0.007986 10.0.0.47 - - [2025-02-20 02:16:31] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073897 10.0.0.47 - - [2025-02-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 830 0.006134 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/port HTTP/1.1" 200 1087 0.021199 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007548 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.009873 10.0.0.47 - - [2025-02-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.004337 10.0.0.47 - - [2025-02-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.47 - - [2025-02-20 02:16:32] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001683 10.0.0.47 - - [2025-02-20 02:16:32] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011249 10.0.0.47 - - [2025-02-20 02:16:32] "POST /service-templates HTTP/1.1" 200 543 0.026882 10.0.0.47 - - [2025-02-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.47 - - [2025-02-20 02:16:32] "GET /service-template/b1fa8385-8d80-468d-a252-e811133fd123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.009647 10.0.0.47 - - [2025-02-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.47 - - [2025-02-20 02:16:32] "GET /service-template/b1fa8385-8d80-468d-a252-e811133fd123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005738 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/network HTTP/1.1" 200 840 0.007130 10.0.0.47 - - [2025-02-20 02:16:32] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.47 - - [2025-02-20 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001483 10.0.0.47 - - [2025-02-20 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.002392 10.0.0.47 - - [2025-02-20 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.002378 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/port HTTP/1.1" 200 1919 0.073382 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014152 10.0.0.47 - - [2025-02-20 02:16:32] "POST /neutron/port HTTP/1.1" 200 1054 0.408271 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/port HTTP/1.1" 200 1054 0.025249 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/port HTTP/1.1" 200 1054 0.023550 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/port HTTP/1.1" 200 1108 0.142630 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/port HTTP/1.1" 200 1082 0.025798 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004290 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 679 0.015127 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001886 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/network HTTP/1.1" 200 830 0.010366 10.0.0.47 - - [2025-02-20 02:16:33] "POST /neutron/network HTTP/1.1" 200 2219 0.014406 10.0.0.47 - - [2025-02-20 02:16:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000705 10.0.0.47 - - [2025-02-20 02:16:34] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.47 - - [2025-02-20 02:16:34] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.47 - - [2025-02-20 02:16:34] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.47 - - [2025-02-20 02:16:34] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050311 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/network HTTP/1.1" 200 831 0.005539 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/network HTTP/1.1" 200 833 0.005275 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/network HTTP/1.1" 200 830 0.005149 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/port HTTP/1.1" 200 2053 0.022688 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007066 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.47 - - [2025-02-20 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005375 10.0.0.47 - - [2025-02-20 02:16:35] "POST /neutron/network HTTP/1.1" 200 2219 0.013669 10.0.0.47 - - [2025-02-20 02:16:35] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001870 10.0.0.47 - - [2025-02-20 02:16:35] "POST /neutron/port HTTP/1.1" 200 1057 0.290790 10.0.0.47 - - [2025-02-20 02:16:35] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002483 10.0.0.47 - - [2025-02-20 02:16:35] "POST /neutron/port HTTP/1.1" 200 1059 0.269065 10.0.0.47 - - [2025-02-20 02:16:35] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002363 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1054 0.256421 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1057 0.010199 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1057 0.021818 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1111 0.102325 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1059 0.012379 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1059 0.009071 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1113 0.106631 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1054 0.009672 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1054 0.012510 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1108 0.081035 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 3021 0.019923 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.014105 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001595 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/network HTTP/1.1" 200 831 0.006211 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004263 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.012127 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/network HTTP/1.1" 200 833 0.007653 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003543 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 679 0.012070 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.47 - - [2025-02-20 02:16:36] "POST /neutron/network HTTP/1.1" 200 830 0.008784 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/port HTTP/1.1" 200 3021 0.057153 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011464 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/port HTTP/1.1" 200 3021 0.023340 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016305 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/port HTTP/1.1" 200 3021 0.032600 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007109 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/port HTTP/1.1" 200 3021 0.047313 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012480 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/port HTTP/1.1" 200 3021 0.021932 10.0.0.47 - - [2025-02-20 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007854 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-machine/5688b51c-796c-4e35-8309-217bb85d031f HTTP/1.1" 200 1801 0.005234 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382 HTTP/1.1" 200 2946 0.005493 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09 HTTP/1.1" 200 2946 0.005980 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734 HTTP/1.1" 200 2950 0.006263 10.0.0.47 - - [2025-02-20 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.47 - - [2025-02-20 02:16:40] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004768 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004233 10.0.0.47 - - [2025-02-20 02:16:40] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006294 10.0.0.47 - - [2025-02-20 02:16:42] "POST /neutron/port HTTP/1.1" 200 1087 0.017360 10.0.0.47 - - [2025-02-20 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006346 10.0.0.47 - - [2025-02-20 02:16:42] "POST /neutron/port HTTP/1.1" 200 1082 0.016590 10.0.0.47 - - [2025-02-20 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006878 10.0.0.47 - - [2025-02-20 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.47 - - [2025-02-20 02:16:43] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006615 10.0.0.47 - - [2025-02-20 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.47 - - [2025-02-20 02:16:48] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005263 10.0.0.47 - - [2025-02-20 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.47 - - [2025-02-20 02:16:52] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005372 10.0.0.47 - - [2025-02-20 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.47 - - [2025-02-20 02:16:56] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007244 10.0.0.47 - - [2025-02-20 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.47 - - [2025-02-20 02:16:58] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003594 10.0.0.47 - - [2025-02-20 02:16:58] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003794 10.0.0.47 - - [2025-02-20 02:16:58] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005967 10.0.0.47 - - [2025-02-20 02:16:58] "POST /neutron/port HTTP/1.1" 200 3021 0.019832 10.0.0.47 - - [2025-02-20 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006918 10.0.0.47 - - [2025-02-20 02:17:03] "DELETE /project/56595534b3ce4493a25ad55683358979 HTTP/1.1" 404 173 0.006220 10.0.0.47 - - [2025-02-20 02:17:03] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002265 10.0.0.47 - - [2025-02-20 02:17:03] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.037246 10.0.0.47 - - [2025-02-20 02:17:03] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001763 10.0.0.47 - - [2025-02-20 02:17:03] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?fields=security_groups HTTP/1.1" 200 1379 0.039945 10.0.0.47 - - [2025-02-20 02:17:03] "DELETE /security-group/7298c56b-0400-4fd9-850a-f7a39d5a3b4c HTTP/1.1" 200 115 0.046914 10.0.0.47 - - [2025-02-20 02:17:03] "GET /projects?obj_uuids=1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.47 - - [2025-02-20 02:17:03] "DELETE /access-control-list/437195b6-8b9a-438f-b406-d777361843ab HTTP/1.1" 200 115 0.043948 10.0.0.47 - - [2025-02-20 02:17:03] "GET /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde?fields=application_policy_sets HTTP/1.1" 200 1418 0.042176 10.0.0.47 - - [2025-02-20 02:17:03] "DELETE /access-control-list/d0c2a56d-c9d9-4bb6-b55b-99551849381a HTTP/1.1" 200 115 0.031112 10.0.0.47 - - [2025-02-20 02:17:03] "DELETE /project/1e7c122d-0bd7-48ab-b9c8-ac87d72d3cde HTTP/1.1" 200 115 0.386921 10.0.0.47 - - [2025-02-20 02:17:03] "POST /neutron/port HTTP/1.1" 200 3021 0.029959 10.0.0.47 - - [2025-02-20 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006661 10.0.0.47 - - [2025-02-20 02:17:07] "POST /neutron/port HTTP/1.1" 200 3021 0.023824 10.0.0.47 - - [2025-02-20 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006715 10.0.0.47 - - [2025-02-20 02:17:09] "POST /neutron/port HTTP/1.1" 200 3021 0.022021 10.0.0.47 - - [2025-02-20 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007638 10.0.0.47 - - [2025-02-20 02:17:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057105 10.0.0.47 - - [2025-02-20 02:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.053639 10.0.0.47 - - [2025-02-20 02:17:14] "POST /neutron/port HTTP/1.1" 200 3021 0.025612 10.0.0.47 - - [2025-02-20 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008379 10.0.0.47 - - [2025-02-20 02:17:19] "POST /neutron/port HTTP/1.1" 200 3021 0.025304 10.0.0.47 - - [2025-02-20 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007040 10.0.0.47 - - [2025-02-20 02:17:24] "POST /neutron/port HTTP/1.1" 200 3021 0.025443 10.0.0.47 - - [2025-02-20 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007747 10.0.0.47 - - [2025-02-20 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.47 - - [2025-02-20 02:17:29] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003875 10.0.0.47 - - [2025-02-20 02:17:29] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003751 10.0.0.47 - - [2025-02-20 02:17:29] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007099 10.0.0.47 - - [2025-02-20 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.47 - - [2025-02-20 02:17:30] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003328 10.0.0.47 - - [2025-02-20 02:17:30] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003425 10.0.0.47 - - [2025-02-20 02:17:30] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006536 10.0.0.47 - - [2025-02-20 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003368 10.0.0.47 - - [2025-02-20 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.47 - - [2025-02-20 02:17:30] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.47 - - [2025-02-20 02:17:30] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035898 10.0.0.47 - - [2025-02-20 02:17:30] "POST /service-instances HTTP/1.1" 200 543 0.063744 10.0.0.47 - - [2025-02-20 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.47 - - [2025-02-20 02:17:30] "GET /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006194 10.0.0.47 - - [2025-02-20 02:17:30] "POST /port-tuples HTTP/1.1" 200 586 0.027171 10.0.0.47 - - [2025-02-20 02:17:30] "GET /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006509 10.0.0.47 - - [2025-02-20 02:17:30] "PUT /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382 HTTP/1.1" 200 284 0.011558 10.0.0.47 - - [2025-02-20 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.012520 10.0.0.47 - - [2025-02-20 02:17:31] "POST /instance-ips HTTP/1.1" 200 385 0.033048 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.011476 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.015531 10.0.0.47 - - [2025-02-20 02:17:31] "PUT /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09 HTTP/1.1" 200 284 0.014903 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.015804 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002717 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.012326 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.007628 10.0.0.47 - - [2025-02-20 02:17:31] "POST /instance-ips HTTP/1.1" 200 385 0.029666 10.0.0.47 - - [2025-02-20 02:17:31] "PUT /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734 HTTP/1.1" 200 284 0.012721 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010914 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.011476 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.015415 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004343 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/port HTTP/1.1" 200 1087 0.018472 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007451 10.0.0.47 - - [2025-02-20 02:17:31] "POST /instance-ips HTTP/1.1" 200 373 0.021740 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/port HTTP/1.1" 200 1087 0.019904 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.011665 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007863 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010157 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/port HTTP/1.1" 200 1087 0.017094 10.0.0.47 - - [2025-02-20 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006756 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003216 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-machine/07454c0c-2540-4d32-bfe9-e27a4e53cc27 HTTP/1.1" 200 1289 0.007106 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-machine-interface/38462a80-51d4-4699-8fd5-a14fb32484a6 HTTP/1.1" 200 2946 0.005731 10.0.0.47 - - [2025-02-20 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.47 - - [2025-02-20 02:17:31] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003794 10.0.0.47 - - [2025-02-20 02:17:31] "POST /instance-ips HTTP/1.1" 200 373 0.021860 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003603 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010106 10.0.0.47 - - [2025-02-20 02:17:31] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005919 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010019 10.0.0.47 - - [2025-02-20 02:17:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003360 10.0.0.47 - - [2025-02-20 02:17:31] "POST /instance-ips HTTP/1.1" 200 375 0.017157 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.012210 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003339 10.0.0.47 - - [2025-02-20 02:17:32] "POST /instance-ips HTTP/1.1" 200 375 0.018325 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.010111 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.010993 10.0.0.47 - - [2025-02-20 02:17:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003288 10.0.0.47 - - [2025-02-20 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.47 - - [2025-02-20 02:17:32] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003655 10.0.0.47 - - [2025-02-20 02:17:32] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003485 10.0.0.47 - - [2025-02-20 02:17:33] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006962 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1082 0.018292 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008053 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1082 0.018803 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008960 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1082 0.016128 10.0.0.47 - - [2025-02-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007387 10.0.0.47 - - [2025-02-20 02:17:33] "GET /virtual-machine/e6274928-15ff-4aa4-8aa0-e9f4173de399 HTTP/1.1" 200 1290 0.005028 10.0.0.47 - - [2025-02-20 02:17:33] "GET /virtual-machine-interface/770cdead-6e40-4d0c-837b-6584ea4c99fe HTTP/1.1" 200 2948 0.005275 10.0.0.47 - - [2025-02-20 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.47 - - [2025-02-20 02:17:33] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003379 10.0.0.47 - - [2025-02-20 02:17:33] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004041 10.0.0.47 - - [2025-02-20 02:17:33] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005827 10.0.0.47 - - [2025-02-20 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.47 - - [2025-02-20 02:17:34] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003201 10.0.0.47 - - [2025-02-20 02:17:34] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003777 10.0.0.47 - - [2025-02-20 02:17:34] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007778 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.002992 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.47 - - [2025-02-20 02:17:35] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.47 - - [2025-02-20 02:17:35] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027570 10.0.0.47 - - [2025-02-20 02:17:35] "POST /network-policys HTTP/1.1" 200 547 0.018260 10.0.0.47 - - [2025-02-20 02:17:35] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005360 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.47 - - [2025-02-20 02:17:35] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006018 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.47 - - [2025-02-20 02:17:35] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003871 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.002609 10.0.0.47 - - [2025-02-20 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.035371 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.47 - - [2025-02-20 02:17:35] "POST /access-control-lists HTTP/1.1" 200 601 0.068147 10.0.0.47 - - [2025-02-20 02:17:35] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004393 10.0.0.47 - - [2025-02-20 02:17:35] "POST /neutron/network HTTP/1.1" 200 921 0.007636 10.0.0.47 - - [2025-02-20 02:17:35] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005799 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.47 - - [2025-02-20 02:17:35] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005511 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.47 - - [2025-02-20 02:17:35] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007795 10.0.0.47 - - [2025-02-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.47 - - [2025-02-20 02:17:36] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004165 10.0.0.47 - - [2025-02-20 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.050846 10.0.0.47 - - [2025-02-20 02:17:36] "PUT /access-control-list/38f27ea5-3702-4b13-b686-db4a79c9b785 HTTP/1.1" 200 272 0.024143 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/port HTTP/1.1" 200 1087 0.043087 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.005535 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/port HTTP/1.1" 200 1087 0.022094 10.0.0.47 - - [2025-02-20 02:17:36] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.032165 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/network HTTP/1.1" 200 931 0.031932 10.0.0.47 - - [2025-02-20 02:17:36] "POST /access-control-lists HTTP/1.1" 200 604 0.071836 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003534 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.020051 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/network HTTP/1.1" 200 918 0.010088 10.0.0.47 - - [2025-02-20 02:17:36] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006184 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.47 - - [2025-02-20 02:17:36] "POST /routing-instances HTTP/1.1" 200 759 0.034849 10.0.0.47 - - [2025-02-20 02:17:36] "POST /neutron/network HTTP/1.1" 200 921 0.007968 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.47 - - [2025-02-20 02:17:36] "POST /route-targets HTTP/1.1" 200 327 0.010467 10.0.0.47 - - [2025-02-20 02:17:36] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003768 10.0.0.47 - - [2025-02-20 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.011759 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.47 - - [2025-02-20 02:17:36] "GET /routing-instance/83b6367a-71cb-4d80-993f-b027279fd050?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004127 10.0.0.47 - - [2025-02-20 02:17:36] "GET /service-template/b1fa8385-8d80-468d-a252-e811133fd123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003425 10.0.0.47 - - [2025-02-20 02:17:36] "GET /routing-instance/83b6367a-71cb-4d80-993f-b027279fd050?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003839 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.47 - - [2025-02-20 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.47 - - [2025-02-20 02:17:36] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.47 - - [2025-02-20 02:17:36] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035466 10.0.0.47 - - [2025-02-20 02:17:36] "POST /routing-instances HTTP/1.1" 200 760 0.019324 10.0.0.47 - - [2025-02-20 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.47 - - [2025-02-20 02:17:36] "POST /route-targets HTTP/1.1" 200 327 0.009872 10.0.0.47 - - [2025-02-20 02:17:36] "GET /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005566 10.0.0.47 - - [2025-02-20 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.011136 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domains HTTP/1.1" 200 280 0.002622 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001779 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2772 0.012100 10.0.0.47 - - [2025-02-20 02:17:36] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.47 - - [2025-02-20 02:17:36] "GET /routing-instance/cf5e3228-b572-439f-a064-9c9ec8b063d8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004519 10.0.0.47 - - [2025-02-20 02:17:36] "GET /routing-instance/cf5e3228-b572-439f-a064-9c9ec8b063d8?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004023 10.0.0.47 - - [2025-02-20 02:17:36] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 4243 0.084137 10.0.0.47 - - [2025-02-20 02:17:36] "GET /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72 HTTP/1.1" 200 3784 0.005254 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domains HTTP/1.1" 200 280 0.002298 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.47 - - [2025-02-20 02:17:36] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2772 0.008930 10.0.0.47 - - [2025-02-20 02:17:36] "PUT /routing-instance/83b6367a-71cb-4d80-993f-b027279fd050 HTTP/1.1" 200 266 0.016191 10.0.0.47 - - [2025-02-20 02:17:36] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542 10.0.0.47 - - [2025-02-20 02:17:36] "PUT /routing-instance/cf5e3228-b572-439f-a064-9c9ec8b063d8 HTTP/1.1" 200 266 0.011323 10.0.0.47 - - [2025-02-20 02:17:37] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 4243 0.084746 10.0.0.47 - - [2025-02-20 02:17:37] "GET /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72 HTTP/1.1" 200 3784 0.008889 10.0.0.47 - - [2025-02-20 02:17:37] "GET /port-tuple/3e932798-f03b-4beb-a46a-3655dc163d16 HTTP/1.1" 200 1979 0.005002 10.0.0.47 - - [2025-02-20 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.012472 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382 HTTP/1.1" 200 3816 0.012352 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09 HTTP/1.1" 200 3798 0.008699 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734 HTTP/1.1" 200 3805 0.008173 10.0.0.47 - - [2025-02-20 02:17:37] "PUT /access-control-list/111d1c85-583f-42b7-b9c5-c5ef65f689a3 HTTP/1.1" 200 272 0.012419 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/port HTTP/1.1" 200 3828 0.047638 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008141 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/port HTTP/1.1" 200 3828 0.033310 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006804 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/port HTTP/1.1" 200 3828 0.066390 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009028 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/port HTTP/1.1" 200 3828 0.039730 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008739 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 895 0.013787 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 921 0.006079 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 805 0.013714 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 831 0.005755 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 892 0.016435 10.0.0.47 - - [2025-02-20 02:17:37] "POST /neutron/network HTTP/1.1" 200 918 0.005856 10.0.0.47 - - [2025-02-20 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001946 10.0.0.47 - - [2025-02-20 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.47 - - [2025-02-20 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001573 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine/5688b51c-796c-4e35-8309-217bb85d031f HTTP/1.1" 200 1801 0.003945 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382 HTTP/1.1" 200 3816 0.006047 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09 HTTP/1.1" 200 3798 0.005471 10.0.0.47 - - [2025-02-20 02:17:37] "GET /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734 HTTP/1.1" 200 3805 0.005408 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/6bcdc4e5-7cd9-4e3b-a048-8a9648f2f18d HTTP/1.1" 200 1980 0.005388 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/8e78c9e7-f61b-453d-8918-c87a9eaa60c3 HTTP/1.1" 200 1620 0.006598 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/bde99b35-6c9d-4163-877e-480530d6fa2d HTTP/1.1" 200 1978 0.003535 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/43b870ae-016f-43d0-8294-64df2ecfa97a HTTP/1.1" 200 1953 0.003676 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/68ef508e-a252-48f6-8e0e-f0d42fade12f HTTP/1.1" 200 1956 0.003357 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/be349d6e-6fae-4b98-9705-fd15c3cbf3d4 HTTP/1.1" 200 1623 0.005088 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/010c5256-7347-4889-8901-0fc6af4ec188 HTTP/1.1" 200 1615 0.005177 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/149337fa-1283-49e8-85c1-bc9ba161a686 HTTP/1.1" 200 1959 0.003107 10.0.0.47 - - [2025-02-20 02:17:37] "GET /instance-ip/70b0d96d-a842-40a3-9ff7-a7e4e6fa2d43 HTTP/1.1" 200 1958 0.003437 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/port HTTP/1.1" 200 3828 0.047205 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009620 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/port HTTP/1.1" 200 3828 0.034371 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006906 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/port HTTP/1.1" 200 3828 0.034073 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006160 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/port HTTP/1.1" 200 3828 0.032727 10.0.0.47 - - [2025-02-20 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007133 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-machine/5688b51c-796c-4e35-8309-217bb85d031f HTTP/1.1" 200 1801 0.004221 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-machine-interface/63641006-0152-4fe2-b311-0e61c9519382 HTTP/1.1" 200 3816 0.005540 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-machine-interface/727d0299-071d-405e-b9b0-bbea2265cd09 HTTP/1.1" 200 3798 0.005842 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-machine-interface/94dae380-f391-485f-983c-cfc1010b6734 HTTP/1.1" 200 3805 0.005721 10.0.0.47 - - [2025-02-20 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.47 - - [2025-02-20 02:17:38] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003467 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003288 10.0.0.47 - - [2025-02-20 02:17:38] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007586 10.0.0.47 - - [2025-02-20 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.47 - - [2025-02-20 02:17:39] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004529 10.0.0.47 - - [2025-02-20 02:17:39] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004321 10.0.0.47 - - [2025-02-20 02:17:39] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006282 10.0.0.47 - - [2025-02-20 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.47 - - [2025-02-20 02:17:39] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004210 10.0.0.47 - - [2025-02-20 02:17:39] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003317 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006085 10.0.0.47 - - [2025-02-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.47 - - [2025-02-20 02:17:40] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004333 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003383 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005635 10.0.0.47 - - [2025-02-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.47 - - [2025-02-20 02:17:40] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004043 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003487 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006715 10.0.0.47 - - [2025-02-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.47 - - [2025-02-20 02:17:40] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003684 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003835 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006533 10.0.0.47 - - [2025-02-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.47 - - [2025-02-20 02:17:40] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003801 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003266 10.0.0.47 - - [2025-02-20 02:17:40] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006073 10.0.0.47 - - [2025-02-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004199 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003196 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006796 10.0.0.47 - - [2025-02-20 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-system-configs HTTP/1.1" 200 322 0.044635 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003896 10.0.0.47 - - [2025-02-20 02:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.089326 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003157 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-network/bffeb74b-d9a4-4f79-9684-9bc3f534d6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006096 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-system-configs HTTP/1.1" 200 322 0.041918 10.0.0.47 - - [2025-02-20 02:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.076690 10.0.0.47 - - [2025-02-20 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003536 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003401 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005962 10.0.0.47 - - [2025-02-20 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004032 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003355 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008014 10.0.0.47 - - [2025-02-20 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.47 - - [2025-02-20 02:17:41] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003879 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.47 - - [2025-02-20 02:17:41] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006213 10.0.0.47 - - [2025-02-20 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.47 - - [2025-02-20 02:17:42] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003778 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-networks?parent_id=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003458 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006123 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-machine/5688b51c-796c-4e35-8309-217bb85d031f HTTP/1.1" 200 1801 0.004847 10.0.0.47 - - [2025-02-20 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.47 - - [2025-02-20 02:17:42] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.47 - - [2025-02-20 02:17:42] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2772 0.008413 10.0.0.47 - - [2025-02-20 02:17:42] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.47 - - [2025-02-20 02:17:42] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 4243 0.072263 10.0.0.47 - - [2025-02-20 02:17:42] "GET /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72 HTTP/1.1" 200 3784 0.004586 10.0.0.47 - - [2025-02-20 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.47 - - [2025-02-20 02:17:42] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004828 10.0.0.47 - - [2025-02-20 02:17:42] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006214 10.0.0.47 - - [2025-02-20 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.47 - - [2025-02-20 02:17:42] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004679 10.0.0.47 - - [2025-02-20 02:17:42] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005703 10.0.0.47 - - [2025-02-20 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006053 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?fields=routing_instances HTTP/1.1" 200 1683 0.008311 10.0.0.47 - - [2025-02-20 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007190 10.0.0.47 - - [2025-02-20 02:17:42] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?fields=routing_instances HTTP/1.1" 200 1689 0.007601 10.0.0.47 - - [2025-02-20 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.043070 10.0.0.47 - - [2025-02-20 02:17:47] "POST /neutron/network HTTP/1.1" 200 830 0.008864 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /access-control-list/111d1c85-583f-42b7-b9c5-c5ef65f689a3 HTTP/1.1" 200 115 0.045237 10.0.0.47 - - [2025-02-20 02:17:47] "GET /virtual-network/bfafd6f9-cc24-4bbe-904d-bcfceca16372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.014839 10.0.0.47 - - [2025-02-20 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /routing-instance/83b6367a-71cb-4d80-993f-b027279fd050 HTTP/1.1" 200 115 0.040879 10.0.0.47 - - [2025-02-20 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.47 - - [2025-02-20 02:17:47] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004661 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /route-target/ae4fb98b-d707-476d-b225-6b3f075cbcb7 HTTP/1.1" 200 115 0.030806 10.0.0.47 - - [2025-02-20 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.049689 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /routing-instance/cf5e3228-b572-439f-a064-9c9ec8b063d8 HTTP/1.1" 200 115 0.047633 10.0.0.47 - - [2025-02-20 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.47 - - [2025-02-20 02:17:47] "POST /neutron/network HTTP/1.1" 200 833 0.009975 10.0.0.47 - - [2025-02-20 02:17:47] "GET /virtual-network/faa4e2ff-1f12-4e80-8678-f2acb865b2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005889 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /route-target/a60df61f-6846-477c-bfeb-241d20838e02 HTTP/1.1" 200 115 0.020694 10.0.0.47 - - [2025-02-20 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /access-control-list/38f27ea5-3702-4b13-b686-db4a79c9b785 HTTP/1.1" 200 115 0.028676 10.0.0.47 - - [2025-02-20 02:17:47] "GET /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.008701 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /network-policy/0eda337b-dfb7-427d-a4bb-0e7885631e73 HTTP/1.1" 200 115 0.033102 10.0.0.47 - - [2025-02-20 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /service-instance/9612382a-4d8d-4200-b1ea-eea8d4fe0b72 HTTP/1.1" 200 115 0.058329 10.0.0.47 - - [2025-02-20 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.018290 10.0.0.47 - - [2025-02-20 02:17:47] "GET /domains HTTP/1.1" 200 280 0.002296 10.0.0.47 - - [2025-02-20 02:17:47] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.47 - - [2025-02-20 02:17:47] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2772 0.016080 10.0.0.47 - - [2025-02-20 02:17:47] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /instance-ip/70b0d96d-a842-40a3-9ff7-a7e4e6fa2d43 HTTP/1.1" 200 115 0.049474 10.0.0.47 - - [2025-02-20 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.013345 10.0.0.47 - - [2025-02-20 02:17:47] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 3769 0.087519 10.0.0.47 - - [2025-02-20 02:17:47] "GET /virtual-machine/5688b51c-796c-4e35-8309-217bb85d031f HTTP/1.1" 200 1801 0.003338 10.0.0.47 - - [2025-02-20 02:17:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003129 10.0.0.47 - - [2025-02-20 02:17:47] "DELETE /instance-ip/149337fa-1283-49e8-85c1-bc9ba161a686 HTTP/1.1" 200 115 0.032741 10.0.0.47 - - [2025-02-20 02:17:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003008 10.0.0.47 - - [2025-02-20 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.010444 10.0.0.47 - - [2025-02-20 02:17:48] "DELETE /instance-ip/68ef508e-a252-48f6-8e0e-f0d42fade12f HTTP/1.1" 200 115 0.022510 10.0.0.47 - - [2025-02-20 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.012354 10.0.0.47 - - [2025-02-20 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.47 - - [2025-02-20 02:17:48] "DELETE /service-template/b1fa8385-8d80-468d-a252-e811133fd123 HTTP/1.1" 200 115 0.035352 10.0.0.47 - - [2025-02-20 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005293 10.0.0.47 - - [2025-02-20 02:17:48] "DELETE /instance-ip/43b870ae-016f-43d0-8294-64df2ecfa97a HTTP/1.1" 200 115 0.045196 10.0.0.47 - - [2025-02-20 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.47 - - [2025-02-20 02:17:48] "DELETE /instance-ip/6bcdc4e5-7cd9-4e3b-a048-8a9648f2f18d HTTP/1.1" 200 115 0.022129 10.0.0.47 - - [2025-02-20 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.010839 10.0.0.47 - - [2025-02-20 02:17:48] "DELETE /instance-ip/bde99b35-6c9d-4163-877e-480530d6fa2d HTTP/1.1" 200 115 0.030210 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/network HTTP/1.1" 200 830 0.008749 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/network HTTP/1.1" 400 204 0.011572 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1082 0.016753 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1108 0.009755 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1087 0.023820 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1113 0.009012 10.0.0.47 - - [2025-02-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 151 0.115208 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 151 0.117401 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 3021 0.025947 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 1111 0.011252 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 151 0.105055 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 1113 0.010316 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 151 0.089911 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 1108 0.009978 10.0.0.47 - - [2025-02-20 02:17:49] "POST /neutron/port HTTP/1.1" 200 151 0.101446 10.0.0.47 - - [2025-02-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 830 0.006789 10.0.0.47 - - [2025-02-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004300 10.0.0.47 - - [2025-02-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.47 - - [2025-02-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.47 - - [2025-02-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 151 0.079344 10.0.0.47 - - [2025-02-20 02:17:50] "DELETE /route-target/f0981c82-4321-4cd6-8656-f46666dd117a HTTP/1.1" 200 115 0.018492 10.0.0.47 - - [2025-02-20 02:17:50] "GET /routing-instance/61282bdb-e9d3-4eb5-b327-7cd71eb5142c HTTP/1.1" 404 171 0.003247 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domains HTTP/1.1" 200 280 0.002254 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2572 0.051450 10.0.0.47 - - [2025-02-20 02:17:50] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002544 10.0.0.47 - - [2025-02-20 02:17:50] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2308 0.072640 10.0.0.47 - - [2025-02-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.006221 10.0.0.47 - - [2025-02-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.47 - - [2025-02-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.47 - - [2025-02-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.47 - - [2025-02-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 151 0.084600 10.0.0.47 - - [2025-02-20 02:17:50] "DELETE /route-target/d2681aee-2964-4d34-ad4c-fd27555f8639 HTTP/1.1" 200 115 0.016242 10.0.0.47 - - [2025-02-20 02:17:50] "GET /routing-instance/1de832e9-796d-43e6-9d82-38e87258615d HTTP/1.1" 404 171 0.002292 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domains HTTP/1.1" 200 280 0.002177 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.47 - - [2025-02-20 02:17:50] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2572 0.051856 10.0.0.47 - - [2025-02-20 02:17:50] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001759 10.0.0.47 - - [2025-02-20 02:17:50] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 2090 0.067837 10.0.0.47 - - [2025-02-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 831 0.005793 10.0.0.47 - - [2025-02-20 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.47 - - [2025-02-20 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002937 10.0.0.47 - - [2025-02-20 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.47 - - [2025-02-20 02:17:51] "POST /neutron/network HTTP/1.1" 200 151 0.071797 10.0.0.47 - - [2025-02-20 02:17:51] "GET /routing-instance/992ec646-1000-458b-800c-31343cbaddef HTTP/1.1" 404 171 0.002188 10.0.0.47 - - [2025-02-20 02:17:51] "GET /domains HTTP/1.1" 200 280 0.002630 10.0.0.47 - - [2025-02-20 02:17:51] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.47 - - [2025-02-20 02:17:51] "DELETE /route-target/4b3d03d5-b76e-4e40-af35-fa100b8a0f8c HTTP/1.1" 200 115 0.026625 10.0.0.47 - - [2025-02-20 02:17:51] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2572 0.050638 10.0.0.47 - - [2025-02-20 02:17:51] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.47 - - [2025-02-20 02:17:51] "GET /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 1850 0.067714 10.0.0.47 - - [2025-02-20 02:17:51] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.47 - - [2025-02-20 02:17:51] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027126 10.0.0.47 - - [2025-02-20 02:17:51] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.47 - - [2025-02-20 02:17:51] "GET /project/56595534-b3ce-4493-a25a-d55683358979?fields=virtual_networks HTTP/1.1" 200 1038 0.072426 10.0.0.47 - - [2025-02-20 02:17:51] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001540 10.0.0.47 - - [2025-02-20 02:17:51] "GET /project/56595534-b3ce-4493-a25a-d55683358979?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.040741 10.0.0.47 - - [2025-02-20 02:17:51] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.47 - - [2025-02-20 02:17:51] "GET /project/56595534-b3ce-4493-a25a-d55683358979?fields=security_groups HTTP/1.1" 200 1262 0.029893 10.0.0.47 - - [2025-02-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.023695 10.0.0.47 - - [2025-02-20 02:17:52] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002457 10.0.0.47 - - [2025-02-20 02:17:52] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001539 10.0.0.47 - - [2025-02-20 02:17:52] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007944 10.0.0.47 - - [2025-02-20 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001426 10.0.0.47 - - [2025-02-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003517 10.0.0.47 - - [2025-02-20 02:17:52] "POST /security-groups HTTP/1.1" 200 592 0.063355 10.0.0.47 - - [2025-02-20 02:17:52] "POST /projects HTTP/1.1" 200 587 0.212663 10.0.0.47 - - [2025-02-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.029640 10.0.0.47 - - [2025-02-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.280690 10.0.0.47 - - [2025-02-20 02:17:52] "POST /access-control-lists HTTP/1.1" 200 597 0.057408 10.0.0.47 - - [2025-02-20 02:17:53] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.404828 10.0.0.47 - - [2025-02-20 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002710 10.0.0.47 - - [2025-02-20 02:17:53] "POST /access-control-lists HTTP/1.1" 200 595 0.059891 10.0.0.47 - - [2025-02-20 02:17:54] "GET / HTTP/1.1" 200 35931 0.002379 10.0.0.47 - - [2025-02-20 02:17:55] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000610 10.0.0.47 - - [2025-02-20 02:17:55] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.47 - - [2025-02-20 02:17:55] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053095 10.0.0.47 - - [2025-02-20 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.003004 10.0.0.47 - - [2025-02-20 02:17:55] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016062 10.0.0.47 - - [2025-02-20 02:17:55] "GET /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005163 10.0.0.47 - - [2025-02-20 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.47 - - [2025-02-20 02:17:55] "GET /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003698 10.0.0.47 - - [2025-02-20 02:17:56] "GET /domains HTTP/1.1" 401 292 0.000729 10.0.0.47 - - [2025-02-20 02:17:56] "GET /domains HTTP/1.1" 200 280 0.026665 10.0.0.47 - - [2025-02-20 02:17:56] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.47 - - [2025-02-20 02:17:56] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2959 0.009784 10.0.0.47 - - [2025-02-20 02:17:56] "GET /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2 HTTP/1.1" 200 1438 0.005076 10.0.0.47 - - [2025-02-20 02:17:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002600 10.0.0.47 - - [2025-02-20 02:17:56] "POST /network-ipams HTTP/1.1" 200 514 0.017408 10.0.0.47 - - [2025-02-20 02:17:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003098 10.0.0.47 - - [2025-02-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.47 - - [2025-02-20 02:17:56] "GET /network-ipam/1f7c2dba-9ab0-45e3-814b-68a852f37f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004796 10.0.0.47 - - [2025-02-20 02:17:56] "PUT /network-ipam/1f7c2dba-9ab0-45e3-814b-68a852f37f79 HTTP/1.1" 200 258 0.010619 10.0.0.47 - - [2025-02-20 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.47 - - [2025-02-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.47 - - [2025-02-20 02:17:56] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002861 10.0.0.47 - - [2025-02-20 02:17:56] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027003 10.0.0.47 - - [2025-02-20 02:17:56] "POST /neutron/network HTTP/1.1" 200 117 0.029317 10.0.0.47 - - [2025-02-20 02:17:56] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174 10.0.0.47 - - [2025-02-20 02:17:56] "POST /neutron/network HTTP/1.1" 200 618 0.073725 10.0.0.47 - - [2025-02-20 02:17:57] "POST /route-targets HTTP/1.1" 200 327 0.012676 10.0.0.47 - - [2025-02-20 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.011152 10.0.0.47 - - [2025-02-20 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002396 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.177106 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.006581 10.0.0.47 - - [2025-02-20 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001498 10.0.0.47 - - [2025-02-20 02:17:57] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005838 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.006779 10.0.0.47 - - [2025-02-20 02:17:57] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006643 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.006160 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.007560 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 807 0.011927 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.005790 10.0.0.47 - - [2025-02-20 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001714 10.0.0.47 - - [2025-02-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 843 0.006101 10.0.0.47 - - [2025-02-20 02:17:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000460 10.0.0.47 - - [2025-02-20 02:17:57] "GET / HTTP/1.1" 200 35931 0.002491 10.0.0.47 - - [2025-02-20 02:17:57] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.47 - - [2025-02-20 02:17:58] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.47 - - [2025-02-20 02:17:58] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055048 10.0.0.47 - - [2025-02-20 02:17:58] "POST /neutron/network HTTP/1.1" 200 833 0.005494 10.0.0.47 - - [2025-02-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.47 - - [2025-02-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.005590 10.0.0.47 - - [2025-02-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.005817 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/network HTTP/1.1" 200 843 0.006157 10.0.0.47 - - [2025-02-20 02:17:59] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001242 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.224106 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.012614 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.013259 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1112 0.080763 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1086 0.018102 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003565 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.011184 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.47 - - [2025-02-20 02:17:59] "POST /neutron/network HTTP/1.1" 200 833 0.005545 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/port HTTP/1.1" 200 1086 0.019773 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009523 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/port HTTP/1.1" 200 1086 0.020886 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007271 10.0.0.47 - - [2025-02-20 02:18:03] "DELETE /project/381bbbb3813a4095ad159bdf54d79bab HTTP/1.1" 404 173 0.007542 10.0.0.47 - - [2025-02-20 02:18:03] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/port HTTP/1.1" 200 1086 0.032508 10.0.0.47 - - [2025-02-20 02:18:03] "GET /project/56595534-b3ce-4493-a25a-d55683358979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.038556 10.0.0.47 - - [2025-02-20 02:18:03] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.47 - - [2025-02-20 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012040 10.0.0.47 - - [2025-02-20 02:18:03] "GET /project/56595534-b3ce-4493-a25a-d55683358979?fields=security_groups HTTP/1.1" 200 1367 0.036490 10.0.0.47 - - [2025-02-20 02:18:03] "GET /virtual-machine/d9ceb4ae-8f3f-431a-9eea-e6e3e3959748 HTTP/1.1" 200 1294 0.016621 10.0.0.47 - - [2025-02-20 02:18:03] "GET /virtual-machine-interface/b6902dd1-b378-4a54-a4f0-985c70ff0d73 HTTP/1.1" 200 2965 0.005906 10.0.0.47 - - [2025-02-20 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.47 - - [2025-02-20 02:18:04] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003768 10.0.0.47 - - [2025-02-20 02:18:04] "DELETE /security-group/c7bf3040-702d-458e-8064-47a5cbfcbd24 HTTP/1.1" 200 115 0.048385 10.0.0.47 - - [2025-02-20 02:18:04] "GET /projects?obj_uuids=56595534-b3ce-4493-a25a-d55683358979&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.47 - - [2025-02-20 02:18:04] "GET /virtual-networks?parent_id=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003589 10.0.0.47 - - [2025-02-20 02:18:04] "DELETE /access-control-list/fac14768-4de0-41aa-b20b-43a8d3d4ad97 HTTP/1.1" 200 115 0.041322 10.0.0.47 - - [2025-02-20 02:18:04] "GET /project/56595534-b3ce-4493-a25a-d55683358979?fields=application_policy_sets HTTP/1.1" 200 1406 0.047426 10.0.0.47 - - [2025-02-20 02:18:04] "DELETE /access-control-list/e179e002-86ce-4e07-ab14-7ff8c18c5dbd HTTP/1.1" 200 115 0.034720 10.0.0.47 - - [2025-02-20 02:18:04] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006001 10.0.0.47 - - [2025-02-20 02:18:04] "DELETE /project/56595534-b3ce-4493-a25a-d55683358979 HTTP/1.1" 200 115 0.336281 10.0.0.47 - - [2025-02-20 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.47 - - [2025-02-20 02:18:07] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005226 10.0.0.47 - - [2025-02-20 02:18:08] "POST /neutron/port HTTP/1.1" 200 1086 0.018393 10.0.0.47 - - [2025-02-20 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006523 10.0.0.47 - - [2025-02-20 02:18:10] "GET /obj-perms HTTP/1.1" 200 5056 0.054569 10.0.0.47 - - [2025-02-20 02:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.053812 10.0.0.47 - - [2025-02-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.47 - - [2025-02-20 02:18:11] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007795 10.0.0.47 - - [2025-02-20 02:18:11] "GET /virtual-networks?parent_id=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003576 10.0.0.47 - - [2025-02-20 02:18:11] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007313 10.0.0.47 - - [2025-02-20 02:18:16] "POST /neutron/network HTTP/1.1" 200 807 0.011801 10.0.0.47 - - [2025-02-20 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.006478 10.0.0.47 - - [2025-02-20 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001543 10.0.0.47 - - [2025-02-20 02:18:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015918 10.0.0.47 - - [2025-02-20 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007044 10.0.0.47 - - [2025-02-20 02:18:16] "POST /neutron/network HTTP/1.1" 200 843 0.006989 10.0.0.47 - - [2025-02-20 02:18:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000524 10.0.0.47 - - [2025-02-20 02:18:16] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.47 - - [2025-02-20 02:18:16] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.47 - - [2025-02-20 02:18:17] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001255 10.0.0.47 - - [2025-02-20 02:18:17] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057092 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.006496 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/port HTTP/1.1" 200 1086 0.018327 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006806 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.006529 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.005481 10.0.0.47 - - [2025-02-20 02:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.007332 10.0.0.47 - - [2025-02-20 02:18:17] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.248113 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.013920 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.010898 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 1112 0.078000 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016604 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.012230 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.47 - - [2025-02-20 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.006025 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.018475 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006754 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.018293 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008767 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.016128 10.0.0.47 - - [2025-02-20 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006853 10.0.0.47 - - [2025-02-20 02:18:22] "GET /virtual-machine/f6a85479-a7d1-4403-bf77-6af023bc64ef HTTP/1.1" 200 1294 0.006100 10.0.0.47 - - [2025-02-20 02:18:22] "GET /virtual-machine-interface/7d606995-9fcf-4da5-a1c2-5699448def75 HTTP/1.1" 200 2964 0.005690 10.0.0.47 - - [2025-02-20 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.47 - - [2025-02-20 02:18:22] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003582 10.0.0.47 - - [2025-02-20 02:18:22] "GET /virtual-networks?parent_id=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003887 10.0.0.47 - - [2025-02-20 02:18:22] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008585 10.0.0.47 - - [2025-02-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.47 - - [2025-02-20 02:18:26] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005604 10.0.0.47 - - [2025-02-20 02:18:27] "POST /neutron/port HTTP/1.1" 200 1086 0.020597 10.0.0.47 - - [2025-02-20 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007241 10.0.0.47 - - [2025-02-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.47 - - [2025-02-20 02:18:30] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003524 10.0.0.47 - - [2025-02-20 02:18:30] "GET /virtual-networks?parent_id=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003277 10.0.0.47 - - [2025-02-20 02:18:30] "GET /virtual-network/cce4430a-bcc2-4cee-92f6-0d0c3dfc1516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006184 10.0.0.47 - - [2025-02-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.47 - - [2025-02-20 02:18:36] "DELETE /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2 HTTP/1.1" 409 235 0.007477 10.0.0.47 - - [2025-02-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.003041 10.0.0.47 - - [2025-02-20 02:18:36] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016494 10.0.0.47 - - [2025-02-20 02:18:36] "GET /virtual-DNS-record/ee373ee0-4601-42a2-ad20-7cee7763e4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004678 10.0.0.47 - - [2025-02-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.47 - - [2025-02-20 02:18:36] "GET /virtual-DNS-record/ee373ee0-4601-42a2-ad20-7cee7763e4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003475 10.0.0.47 - - [2025-02-20 02:18:36] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.47 - - [2025-02-20 02:18:36] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002661 10.0.0.47 - - [2025-02-20 02:18:36] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2775 0.010480 10.0.0.47 - - [2025-02-20 02:18:36] "GET /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2 HTTP/1.1" 200 1907 0.003983 10.0.0.47 - - [2025-02-20 02:18:36] "GET /virtual-DNS-record/ee373ee0-4601-42a2-ad20-7cee7763e4d2 HTTP/1.1" 200 1337 0.002778 10.0.0.47 - - [2025-02-20 02:18:42] "DELETE /virtual-DNS-record/ee373ee0-4601-42a2-ad20-7cee7763e4d2 HTTP/1.1" 200 115 0.026295 10.0.0.47 - - [2025-02-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003181 10.0.0.47 - - [2025-02-20 02:18:42] "POST /neutron/network HTTP/1.1" 200 833 0.006186 10.0.0.47 - - [2025-02-20 02:18:42] "POST /neutron/network HTTP/1.1" 400 204 0.011510 10.0.0.47 - - [2025-02-20 02:18:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017313 10.0.0.47 - - [2025-02-20 02:18:42] "POST /neutron/port HTTP/1.1" 200 1112 0.009862 10.0.0.47 - - [2025-02-20 02:18:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015820 10.0.0.47 - - [2025-02-20 02:18:43] "POST /neutron/port HTTP/1.1" 200 1112 0.010556 10.0.0.47 - - [2025-02-20 02:18:43] "POST /neutron/port HTTP/1.1" 200 151 0.104257 10.0.0.47 - - [2025-02-20 02:18:43] "POST /neutron/port HTTP/1.1" 200 151 0.104769 10.0.0.47 - - [2025-02-20 02:18:44] "POST /neutron/network HTTP/1.1" 200 833 0.007059 10.0.0.47 - - [2025-02-20 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.47 - - [2025-02-20 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004049 10.0.0.47 - - [2025-02-20 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.47 - - [2025-02-20 02:18:44] "POST /neutron/network HTTP/1.1" 200 151 0.168847 10.0.0.47 - - [2025-02-20 02:18:44] "DELETE /route-target/8b33eb0c-fff9-4350-8cb1-fcc535fe8968 HTTP/1.1" 200 115 0.022266 10.0.0.47 - - [2025-02-20 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.47 - - [2025-02-20 02:18:44] "DELETE /network-ipam/1f7c2dba-9ab0-45e3-814b-68a852f37f79 HTTP/1.1" 200 115 0.024395 10.0.0.47 - - [2025-02-20 02:18:44] "DELETE /virtual-DNS/c44180ce-ce7e-4ec1-871f-a4e94e8874e2 HTTP/1.1" 200 115 0.026114 10.0.0.47 - - [2025-02-20 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.004590 10.0.0.47 - - [2025-02-20 02:18:44] "GET /domains HTTP/1.1" 200 280 0.003085 10.0.0.47 - - [2025-02-20 02:18:44] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.47 - - [2025-02-20 02:18:44] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2575 0.010375 10.0.0.47 - - [2025-02-20 02:18:45] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.47 - - [2025-02-20 02:18:45] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024374 10.0.0.47 - - [2025-02-20 02:18:45] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001699 10.0.0.47 - - [2025-02-20 02:18:45] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?fields=virtual_networks HTTP/1.1" 200 1044 0.069880 10.0.0.47 - - [2025-02-20 02:18:45] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.47 - - [2025-02-20 02:18:45] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.028671 10.0.0.47 - - [2025-02-20 02:18:45] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.47 - - [2025-02-20 02:18:45] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?fields=security_groups HTTP/1.1" 200 1271 0.024341 10.0.0.47 - - [2025-02-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.025412 10.0.0.47 - - [2025-02-20 02:18:46] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003269 10.0.0.47 - - [2025-02-20 02:18:46] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001548 10.0.0.47 - - [2025-02-20 02:18:46] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009263 10.0.0.47 - - [2025-02-20 02:18:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.001657 10.0.0.47 - - [2025-02-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.006204 10.0.0.47 - - [2025-02-20 02:18:46] "POST /security-groups HTTP/1.1" 200 592 0.067400 10.0.0.47 - - [2025-02-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.008696 10.0.0.47 - - [2025-02-20 02:18:46] "POST /projects HTTP/1.1" 200 587 0.226825 10.0.0.47 - - [2025-02-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.298274 10.0.0.47 - - [2025-02-20 02:18:46] "POST /access-control-lists HTTP/1.1" 200 597 0.065511 10.0.0.47 - - [2025-02-20 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003918 10.0.0.47 - - [2025-02-20 02:18:46] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.444851 10.0.0.47 - - [2025-02-20 02:18:46] "POST /access-control-lists HTTP/1.1" 200 595 0.063986 10.0.0.47 - - [2025-02-20 02:18:47] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.47 - - [2025-02-20 02:18:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.47 - - [2025-02-20 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.058894 10.0.0.47 - - [2025-02-20 02:18:48] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.47 - - [2025-02-20 02:18:49] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026923 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 117 0.031332 10.0.0.47 - - [2025-02-20 02:18:49] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002741 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 606 0.071598 10.0.0.47 - - [2025-02-20 02:18:49] "POST /route-targets HTTP/1.1" 200 327 0.010483 10.0.0.47 - - [2025-02-20 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.011572 10.0.0.47 - - [2025-02-20 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003522 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.173854 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 827 0.005227 10.0.0.47 - - [2025-02-20 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001242 10.0.0.47 - - [2025-02-20 02:18:49] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004937 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 827 0.006340 10.0.0.47 - - [2025-02-20 02:18:49] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005104 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 827 0.006144 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.006949 10.0.0.47 - - [2025-02-20 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001331 10.0.0.47 - - [2025-02-20 02:18:49] "POST /neutron/network HTTP/1.1" 200 837 0.006031 10.0.0.47 - - [2025-02-20 02:18:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.47 - - [2025-02-20 02:18:50] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.47 - - [2025-02-20 02:18:50] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.47 - - [2025-02-20 02:18:50] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.47 - - [2025-02-20 02:18:50] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050070 10.0.0.47 - - [2025-02-20 02:18:50] "POST /neutron/network HTTP/1.1" 200 827 0.005767 10.0.0.47 - - [2025-02-20 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005378 10.0.0.47 - - [2025-02-20 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.004900 10.0.0.47 - - [2025-02-20 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001374 10.0.0.47 - - [2025-02-20 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005797 10.0.0.47 - - [2025-02-20 02:18:50] "POST /neutron/network HTTP/1.1" 200 837 0.006031 10.0.0.47 - - [2025-02-20 02:18:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/network HTTP/1.1" 200 837 0.005955 10.0.0.47 - - [2025-02-20 02:18:51] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.47 - - [2025-02-20 02:18:51] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.47 - - [2025-02-20 02:18:51] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1063 0.209754 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1063 0.009672 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1063 0.008015 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1117 0.072602 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1091 0.019675 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003374 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.014231 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/network HTTP/1.1" 200 827 0.007143 10.0.0.47 - - [2025-02-20 02:18:51] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001736 10.0.0.47 - - [2025-02-20 02:18:51] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.056367 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/network HTTP/1.1" 200 827 0.006228 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1091 0.017485 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006699 10.0.0.47 - - [2025-02-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.008365 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1091 0.017242 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007036 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/network HTTP/1.1" 200 837 0.007765 10.0.0.47 - - [2025-02-20 02:18:52] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002594 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1063 0.260182 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1063 0.016746 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1063 0.010860 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1117 0.114315 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 1091 0.020299 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.015308 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.47 - - [2025-02-20 02:18:52] "POST /neutron/network HTTP/1.1" 200 827 0.007072 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/port HTTP/1.1" 200 1091 0.017034 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007062 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/port HTTP/1.1" 200 1091 0.016256 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007301 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/port HTTP/1.1" 200 1091 0.020147 10.0.0.47 - - [2025-02-20 02:18:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006375 10.0.0.47 - - [2025-02-20 02:18:57] "GET /virtual-machine/f93d63bc-265d-458d-aecc-59b3e4d2cb76 HTTP/1.1" 401 292 0.000445 10.0.0.47 - - [2025-02-20 02:18:57] "GET /virtual-machine/f93d63bc-265d-458d-aecc-59b3e4d2cb76 HTTP/1.1" 200 1294 0.031403 10.0.0.47 - - [2025-02-20 02:18:57] "GET /virtual-machine-interface/263533e7-9dd9-4dc7-b0bb-be4489db59f8 HTTP/1.1" 200 2946 0.006471 10.0.0.47 - - [2025-02-20 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.47 - - [2025-02-20 02:18:57] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003378 10.0.0.47 - - [2025-02-20 02:18:57] "GET /virtual-networks?parent_id=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003349 10.0.0.47 - - [2025-02-20 02:18:57] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007152 10.0.0.47 - - [2025-02-20 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.47 - - [2025-02-20 02:19:01] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006777 10.0.0.47 - - [2025-02-20 02:19:01] "POST /neutron/port HTTP/1.1" 200 1091 0.020551 10.0.0.47 - - [2025-02-20 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006968 10.0.0.47 - - [2025-02-20 02:19:02] "POST /neutron/port HTTP/1.1" 200 1091 0.017844 10.0.0.47 - - [2025-02-20 02:19:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007448 10.0.0.47 - - [2025-02-20 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.47 - - [2025-02-20 02:19:03] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003555 10.0.0.47 - - [2025-02-20 02:19:03] "GET /virtual-networks?parent_id=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003304 10.0.0.47 - - [2025-02-20 02:19:03] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005905 10.0.0.47 - - [2025-02-20 02:19:03] "POST /neutron/port HTTP/1.1" 200 1091 0.016545 10.0.0.47 - - [2025-02-20 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007052 10.0.0.47 - - [2025-02-20 02:19:04] "DELETE /project/0b5e9a87c13f428cb26ecac6df66f894 HTTP/1.1" 404 173 0.008111 10.0.0.47 - - [2025-02-20 02:19:04] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001479 10.0.0.47 - - [2025-02-20 02:19:04] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.025848 10.0.0.47 - - [2025-02-20 02:19:04] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.47 - - [2025-02-20 02:19:04] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?fields=security_groups HTTP/1.1" 200 1376 0.068974 10.0.0.47 - - [2025-02-20 02:19:04] "DELETE /security-group/1bf3a7ac-0871-4ff4-ac83-158d1467119d HTTP/1.1" 200 115 0.034043 10.0.0.47 - - [2025-02-20 02:19:04] "GET /projects?obj_uuids=381bbbb3-813a-4095-ad15-9bdf54d79bab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001712 10.0.0.47 - - [2025-02-20 02:19:04] "DELETE /access-control-list/6d7c61fc-667a-4423-9e36-e60b7a8357e4 HTTP/1.1" 200 115 0.046293 10.0.0.47 - - [2025-02-20 02:19:04] "GET /project/381bbbb3-813a-4095-ad15-9bdf54d79bab?fields=application_policy_sets HTTP/1.1" 200 1415 0.044580 10.0.0.47 - - [2025-02-20 02:19:04] "DELETE /access-control-list/0e7afdb8-7888-4b48-960f-b6c771573966 HTTP/1.1" 200 115 0.025334 10.0.0.47 - - [2025-02-20 02:19:04] "DELETE /project/381bbbb3-813a-4095-ad15-9bdf54d79bab HTTP/1.1" 200 115 0.345800 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/port HTTP/1.1" 200 1091 0.016385 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008873 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015234 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007634 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/port HTTP/1.1" 200 1091 0.016515 10.0.0.47 - - [2025-02-20 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007190 10.0.0.47 - - [2025-02-20 02:19:08] "GET /virtual-machine/99b76fc5-c206-4afa-8073-0fa3b55793a9 HTTP/1.1" 200 1293 0.006756 10.0.0.47 - - [2025-02-20 02:19:08] "GET /virtual-machine-interface/371173d0-e8c5-42bb-ba8b-667fbf1b631a HTTP/1.1" 200 2946 0.005784 10.0.0.47 - - [2025-02-20 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.47 - - [2025-02-20 02:19:08] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004012 10.0.0.47 - - [2025-02-20 02:19:08] "GET /virtual-networks?parent_id=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003519 10.0.0.47 - - [2025-02-20 02:19:09] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006074 10.0.0.47 - - [2025-02-20 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.47 - - [2025-02-20 02:19:10] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005065 10.0.0.47 - - [2025-02-20 02:19:10] "GET /virtual-networks?parent_id=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003459 10.0.0.47 - - [2025-02-20 02:19:10] "GET /virtual-network/39137bb6-5e4b-427c-88e8-794463597bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006115 10.0.0.47 - - [2025-02-20 02:19:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056398 10.0.0.47 - - [2025-02-20 02:19:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055441 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/network HTTP/1.1" 200 827 0.008960 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/network HTTP/1.1" 400 204 0.011581 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/port HTTP/1.1" 200 1091 0.018636 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/port HTTP/1.1" 200 1117 0.011632 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/port HTTP/1.1" 200 1091 0.016361 10.0.0.47 - - [2025-02-20 02:19:15] "POST /neutron/port HTTP/1.1" 200 1117 0.012625 10.0.0.47 - - [2025-02-20 02:19:16] "POST /neutron/port HTTP/1.1" 200 151 0.129060 10.0.0.47 - - [2025-02-20 02:19:16] "POST /neutron/port HTTP/1.1" 200 151 0.135059 10.0.0.47 - - [2025-02-20 02:19:17] "POST /neutron/network HTTP/1.1" 200 827 0.008538 10.0.0.47 - - [2025-02-20 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.47 - - [2025-02-20 02:19:17] "DELETE /route-target/b82df594-9729-423f-b875-97c889bae2ec HTTP/1.1" 200 115 0.016534 10.0.0.47 - - [2025-02-20 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.034984 10.0.0.47 - - [2025-02-20 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.47 - - [2025-02-20 02:19:17] "POST /neutron/network HTTP/1.1" 200 151 0.108742 10.0.0.47 - - [2025-02-20 02:19:17] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001870 10.0.0.47 - - [2025-02-20 02:19:17] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.057539 10.0.0.47 - - [2025-02-20 02:19:17] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001641 10.0.0.47 - - [2025-02-20 02:19:18] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?fields=virtual_networks HTTP/1.1" 200 1043 0.074253 10.0.0.47 - - [2025-02-20 02:19:18] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001777 10.0.0.47 - - [2025-02-20 02:19:18] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.032697 10.0.0.47 - - [2025-02-20 02:19:18] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001588 10.0.0.47 - - [2025-02-20 02:19:18] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?fields=security_groups HTTP/1.1" 200 1270 0.030277 10.0.0.47 - - [2025-02-20 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.025957 10.0.0.47 - - [2025-02-20 02:19:19] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002719 10.0.0.47 - - [2025-02-20 02:19:19] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001877 10.0.0.47 - - [2025-02-20 02:19:19] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040390 10.0.0.47 - - [2025-02-20 02:19:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.002265 10.0.0.47 - - [2025-02-20 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003526 10.0.0.47 - - [2025-02-20 02:19:19] "POST /security-groups HTTP/1.1" 200 591 0.063789 10.0.0.47 - - [2025-02-20 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003339 10.0.0.47 - - [2025-02-20 02:19:19] "POST /projects HTTP/1.1" 200 585 0.219009 10.0.0.47 - - [2025-02-20 02:19:19] "POST /access-control-lists HTTP/1.1" 200 596 0.060217 10.0.0.47 - - [2025-02-20 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.297530 10.0.0.47 - - [2025-02-20 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.002931 10.0.0.47 - - [2025-02-20 02:19:19] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.467715 10.0.0.47 - - [2025-02-20 02:19:19] "POST /access-control-lists HTTP/1.1" 200 594 0.067826 10.0.0.47 - - [2025-02-20 02:19:20] "GET / HTTP/1.1" 200 35931 0.002599 10.0.0.47 - - [2025-02-20 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.47 - - [2025-02-20 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.067353 10.0.0.47 - - [2025-02-20 02:19:21] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001587 10.0.0.47 - - [2025-02-20 02:19:22] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033099 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 117 0.034757 10.0.0.47 - - [2025-02-20 02:19:22] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001929 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 625 0.071765 10.0.0.47 - - [2025-02-20 02:19:22] "POST /route-targets HTTP/1.1" 200 327 0.014557 10.0.0.47 - - [2025-02-20 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.013783 10.0.0.47 - - [2025-02-20 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.175856 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 839 0.006416 10.0.0.47 - - [2025-02-20 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001429 10.0.0.47 - - [2025-02-20 02:19:22] "GET /virtual-network/e9203766-6551-4b6e-ac7e-79aa52e20fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005909 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 839 0.006250 10.0.0.47 - - [2025-02-20 02:19:22] "GET /virtual-network/e9203766-6551-4b6e-ac7e-79aa52e20fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005837 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 839 0.006222 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.007931 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 839 0.006324 10.0.0.47 - - [2025-02-20 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001364 10.0.0.47 - - [2025-02-20 02:19:22] "POST /neutron/network HTTP/1.1" 200 849 0.007925 10.0.0.47 - - [2025-02-20 02:19:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.47 - - [2025-02-20 02:19:23] "GET / HTTP/1.1" 200 35931 0.002564 10.0.0.47 - - [2025-02-20 02:19:23] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.47 - - [2025-02-20 02:19:23] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001583 10.0.0.47 - - [2025-02-20 02:19:23] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052519 10.0.0.47 - - [2025-02-20 02:19:23] "POST /neutron/network HTTP/1.1" 200 839 0.036603 10.0.0.47 - - [2025-02-20 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.006349 10.0.0.47 - - [2025-02-20 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.007453 10.0.0.47 - - [2025-02-20 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.47 - - [2025-02-20 02:19:23] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005078 10.0.0.47 - - [2025-02-20 02:19:24] "PUT /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 276 0.011169 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.007412 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/network HTTP/1.1" 200 849 0.006691 10.0.0.47 - - [2025-02-20 02:19:24] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001925 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 1055 0.226868 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 1055 0.036385 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009427 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 1109 0.061568 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 1083 0.018606 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.013380 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.47 - - [2025-02-20 02:19:24] "POST /neutron/network HTTP/1.1" 200 839 0.006795 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016471 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008390 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017818 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006882 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017924 10.0.0.47 - - [2025-02-20 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007066 10.0.0.47 - - [2025-02-20 02:19:29] "GET /virtual-machine/9f9814b5-efc1-4130-9a05-e0e09ce6452b HTTP/1.1" 401 292 0.000685 10.0.0.47 - - [2025-02-20 02:19:29] "GET /virtual-machine/9f9814b5-efc1-4130-9a05-e0e09ce6452b HTTP/1.1" 200 1293 0.034379 10.0.0.47 - - [2025-02-20 02:19:29] "GET /virtual-machine-interface/600d8dff-b633-4574-a938-8d0b6e5a88e4 HTTP/1.1" 200 2971 0.006420 10.0.0.47 - - [2025-02-20 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.47 - - [2025-02-20 02:19:29] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003937 10.0.0.47 - - [2025-02-20 02:19:29] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003595 10.0.0.47 - - [2025-02-20 02:19:30] "GET /virtual-network/e9203766-6551-4b6e-ac7e-79aa52e20fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006585 10.0.0.47 - - [2025-02-20 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.47 - - [2025-02-20 02:19:33] "GET /virtual-network/e9203766-6551-4b6e-ac7e-79aa52e20fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005560 10.0.0.47 - - [2025-02-20 02:19:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016257 10.0.0.47 - - [2025-02-20 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005840 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016131 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016461 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/network HTTP/1.1" 200 849 0.005827 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.010516 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.47 - - [2025-02-20 02:19:36] "POST /neutron/network HTTP/1.1" 200 839 0.005923 10.0.0.47 - - [2025-02-20 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.47 - - [2025-02-20 02:19:37] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003728 10.0.0.47 - - [2025-02-20 02:19:37] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003642 10.0.0.47 - - [2025-02-20 02:19:37] "GET /virtual-network/e9203766-6551-4b6e-ac7e-79aa52e20fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006251 10.0.0.47 - - [2025-02-20 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.47 - - [2025-02-20 02:19:39] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004142 10.0.0.47 - - [2025-02-20 02:19:39] "PUT /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 276 0.009907 10.0.0.47 - - [2025-02-20 02:19:39] "POST /neutron/network HTTP/1.1" 200 839 0.006737 10.0.0.47 - - [2025-02-20 02:19:39] "POST /neutron/network HTTP/1.1" 400 204 0.012284 10.0.0.47 - - [2025-02-20 02:19:40] "POST /neutron/port HTTP/1.1" 200 1083 0.015351 10.0.0.47 - - [2025-02-20 02:19:40] "POST /neutron/port HTTP/1.1" 200 1109 0.009738 10.0.0.47 - - [2025-02-20 02:19:40] "POST /neutron/port HTTP/1.1" 200 151 0.095531 10.0.0.47 - - [2025-02-20 02:19:41] "POST /neutron/network HTTP/1.1" 200 839 0.006045 10.0.0.47 - - [2025-02-20 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.47 - - [2025-02-20 02:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.47 - - [2025-02-20 02:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.47 - - [2025-02-20 02:19:41] "POST /neutron/network HTTP/1.1" 200 151 0.087498 10.0.0.47 - - [2025-02-20 02:19:41] "DELETE /route-target/237dde88-7f79-492a-9d3e-d07e0e03cc79 HTTP/1.1" 200 115 0.017979 10.0.0.47 - - [2025-02-20 02:19:42] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002870 10.0.0.47 - - [2025-02-20 02:19:42] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338 HTTP/1.1" 200 1827 0.003275 10.0.0.47 - - [2025-02-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.47 - - [2025-02-20 02:19:42] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.47 - - [2025-02-20 02:19:42] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030823 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/network HTTP/1.1" 200 117 0.008881 10.0.0.47 - - [2025-02-20 02:19:42] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/network HTTP/1.1" 200 605 0.075696 10.0.0.47 - - [2025-02-20 02:19:42] "POST /route-targets HTTP/1.1" 200 327 0.011839 10.0.0.47 - - [2025-02-20 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.013239 10.0.0.47 - - [2025-02-20 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003461 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.206434 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/network HTTP/1.1" 200 825 0.008360 10.0.0.47 - - [2025-02-20 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003546 10.0.0.47 - - [2025-02-20 02:19:42] "GET /virtual-network/913b32c8-9735-4dba-a1cf-34351ec66e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005703 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/network HTTP/1.1" 200 825 0.006753 10.0.0.47 - - [2025-02-20 02:19:42] "GET /virtual-network/913b32c8-9735-4dba-a1cf-34351ec66e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005178 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/network HTTP/1.1" 200 825 0.006567 10.0.0.47 - - [2025-02-20 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.007089 10.0.0.47 - - [2025-02-20 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001333 10.0.0.47 - - [2025-02-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 835 0.006061 10.0.0.47 - - [2025-02-20 02:19:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.47 - - [2025-02-20 02:19:43] "GET / HTTP/1.1" 200 35931 0.002347 10.0.0.47 - - [2025-02-20 02:19:43] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000471 10.0.0.47 - - [2025-02-20 02:19:43] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.47 - - [2025-02-20 02:19:43] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049090 10.0.0.47 - - [2025-02-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 825 0.006285 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.005709 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.006115 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.006380 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/network HTTP/1.1" 200 835 0.007107 10.0.0.47 - - [2025-02-20 02:19:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 1061 0.208046 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 1061 0.010900 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 1061 0.010825 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 1115 0.061282 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 1089 0.017158 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.012479 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.002047 10.0.0.47 - - [2025-02-20 02:19:44] "POST /neutron/network HTTP/1.1" 200 825 0.006680 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/port HTTP/1.1" 200 1089 0.016635 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006388 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/port HTTP/1.1" 200 1089 0.020116 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006788 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/port HTTP/1.1" 200 1089 0.014863 10.0.0.47 - - [2025-02-20 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006124 10.0.0.47 - - [2025-02-20 02:19:49] "GET /virtual-machine/fc24ca01-2ebf-42d8-970a-8a14e8fd8eb0 HTTP/1.1" 200 1293 0.004115 10.0.0.47 - - [2025-02-20 02:19:49] "GET /virtual-machine-interface/6651f711-1897-4fd1-8304-681f468d897d HTTP/1.1" 200 2940 0.004657 10.0.0.47 - - [2025-02-20 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.47 - - [2025-02-20 02:19:49] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004583 10.0.0.47 - - [2025-02-20 02:19:49] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003953 10.0.0.47 - - [2025-02-20 02:19:49] "GET /virtual-network/913b32c8-9735-4dba-a1cf-34351ec66e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005590 10.0.0.47 - - [2025-02-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.47 - - [2025-02-20 02:19:52] "GET /virtual-network/913b32c8-9735-4dba-a1cf-34351ec66e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005985 10.0.0.47 - - [2025-02-20 02:19:54] "POST /neutron/port HTTP/1.1" 200 1089 0.041105 10.0.0.47 - - [2025-02-20 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005716 10.0.0.47 - - [2025-02-20 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.47 - - [2025-02-20 02:19:56] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003310 10.0.0.47 - - [2025-02-20 02:19:56] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003194 10.0.0.47 - - [2025-02-20 02:19:56] "GET /virtual-network/913b32c8-9735-4dba-a1cf-34351ec66e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006499 10.0.0.47 - - [2025-02-20 02:19:58] "POST /neutron/network HTTP/1.1" 200 825 0.006276 10.0.0.47 - - [2025-02-20 02:19:58] "POST /neutron/network HTTP/1.1" 400 204 0.011223 10.0.0.47 - - [2025-02-20 02:19:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015231 10.0.0.47 - - [2025-02-20 02:19:59] "POST /neutron/port HTTP/1.1" 200 1115 0.010420 10.0.0.47 - - [2025-02-20 02:19:59] "POST /neutron/port HTTP/1.1" 200 151 0.085132 10.0.0.47 - - [2025-02-20 02:20:00] "POST /neutron/network HTTP/1.1" 200 825 0.007740 10.0.0.47 - - [2025-02-20 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.47 - - [2025-02-20 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003976 10.0.0.47 - - [2025-02-20 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004152 10.0.0.47 - - [2025-02-20 02:20:00] "POST /neutron/network HTTP/1.1" 200 151 0.099093 10.0.0.47 - - [2025-02-20 02:20:01] "DELETE /route-target/79503f74-22e2-4192-81bb-516e1b30f267 HTTP/1.1" 200 115 0.025152 10.0.0.47 - - [2025-02-20 02:20:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003221 10.0.0.47 - - [2025-02-20 02:20:01] "POST /network-ipams HTTP/1.1" 200 541 0.019648 10.0.0.47 - - [2025-02-20 02:20:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003402 10.0.0.47 - - [2025-02-20 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.47 - - [2025-02-20 02:20:01] "GET /network-ipam/b8338fe0-1e48-4215-8c58-971965e1d745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005791 10.0.0.47 - - [2025-02-20 02:20:01] "PUT /network-ipam/b8338fe0-1e48-4215-8c58-971965e1d745 HTTP/1.1" 200 258 0.011424 10.0.0.47 - - [2025-02-20 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.47 - - [2025-02-20 02:20:01] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.47 - - [2025-02-20 02:20:01] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033362 10.0.0.47 - - [2025-02-20 02:20:01] "POST /neutron/network HTTP/1.1" 200 117 0.008919 10.0.0.47 - - [2025-02-20 02:20:01] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001506 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 605 0.079444 10.0.0.47 - - [2025-02-20 02:20:02] "POST /route-targets HTTP/1.1" 200 327 0.013920 10.0.0.47 - - [2025-02-20 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.019253 10.0.0.47 - - [2025-02-20 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004323 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.154960 10.0.0.47 - - [2025-02-20 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.145757 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.008543 10.0.0.47 - - [2025-02-20 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001416 10.0.0.47 - - [2025-02-20 02:20:02] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005991 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.008611 10.0.0.47 - - [2025-02-20 02:20:02] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006697 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.008337 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008156 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009406 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.011047 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.007778 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.007780 10.0.0.47 - - [2025-02-20 02:20:02] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.47 - - [2025-02-20 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.171577 10.0.0.47 - - [2025-02-20 02:20:02] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001988 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.208583 10.0.0.47 - - [2025-02-20 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001631 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008165 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.010376 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/network HTTP/1.1" 200 994 0.008109 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008321 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.005854 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.005430 10.0.0.47 - - [2025-02-20 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001492 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.005535 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009067 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007829 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/network HTTP/1.1" 200 994 0.007485 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007875 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.012993 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008144 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.006419 10.0.0.47 - - [2025-02-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.005373 10.0.0.47 - - [2025-02-20 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001528 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.007696 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 1004 0.009818 10.0.0.47 - - [2025-02-20 02:20:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000744 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008553 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 1004 0.008587 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009640 10.0.0.47 - - [2025-02-20 02:20:04] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.47 - - [2025-02-20 02:20:04] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009665 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008473 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1109 0.097826 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 1004 0.012492 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008524 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011051 10.0.0.47 - - [2025-02-20 02:20:04] "DELETE /project/c077ad0540664c13904b7ed9c55688ef HTTP/1.1" 404 173 0.003300 10.0.0.47 - - [2025-02-20 02:20:04] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.47 - - [2025-02-20 02:20:04] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.053998 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1083 0.050047 10.0.0.47 - - [2025-02-20 02:20:04] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005506 10.0.0.47 - - [2025-02-20 02:20:04] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?fields=security_groups HTTP/1.1" 200 1375 0.052593 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1109 0.177765 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.042030 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 994 0.014556 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/port HTTP/1.1" 200 1083 0.037161 10.0.0.47 - - [2025-02-20 02:20:04] "DELETE /security-group/a2316ca3-00ee-496e-8ab9-2915c7b301b8 HTTP/1.1" 200 115 0.071813 10.0.0.47 - - [2025-02-20 02:20:04] "GET /projects?obj_uuids=0b5e9a87-c13f-428c-b26e-cac6df66f894&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001753 10.0.0.47 - - [2025-02-20 02:20:04] "DELETE /access-control-list/0698fd2e-fbf0-41af-8632-4c8477399f3c HTTP/1.1" 200 115 0.044260 10.0.0.47 - - [2025-02-20 02:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004823 10.0.0.47 - - [2025-02-20 02:20:04] "GET /project/0b5e9a87-c13f-428c-b26e-cac6df66f894?fields=application_policy_sets HTTP/1.1" 200 1414 0.051555 10.0.0.47 - - [2025-02-20 02:20:04] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001391 10.0.0.47 - - [2025-02-20 02:20:05] "DELETE /access-control-list/dd2f1b42-b385-4014-9d36-14e4f1211291 HTTP/1.1" 200 115 0.061159 10.0.0.47 - - [2025-02-20 02:20:05] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.108016 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.039560 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/network HTTP/1.1" 200 994 0.013255 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/network HTTP/1.1" 200 994 0.008559 10.0.0.47 - - [2025-02-20 02:20:05] "DELETE /project/0b5e9a87-c13f-428c-b26e-cac6df66f894 HTTP/1.1" 200 115 0.457322 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/port HTTP/1.1" 200 2050 0.024694 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011328 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.006714 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains HTTP/1.1" 200 280 0.003215 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2574 0.010075 10.0.0.47 - - [2025-02-20 02:20:05] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003039 10.0.0.47 - - [2025-02-20 02:20:05] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef HTTP/1.1" 200 2853 0.085227 10.0.0.47 - - [2025-02-20 02:20:05] "GET /network-ipam/b8338fe0-1e48-4215-8c58-971965e1d745 HTTP/1.1" 200 2602 0.005210 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains HTTP/1.1" 200 280 0.003879 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002733 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2574 0.011722 10.0.0.47 - - [2025-02-20 02:20:05] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.47 - - [2025-02-20 02:20:05] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef HTTP/1.1" 200 2853 0.089866 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd HTTP/1.1" 200 3778 0.007770 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd HTTP/1.1" 200 3778 0.007641 10.0.0.47 - - [2025-02-20 02:20:05] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 200 2381 0.004069 10.0.0.47 - - [2025-02-20 02:20:05] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 200 2381 0.004112 10.0.0.47 - - [2025-02-20 02:20:05] "GET /route-target/eebc30d4-4275-4388-84d4-0503e5ce4b73 HTTP/1.1" 200 1204 0.003875 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd HTTP/1.1" 200 3778 0.005914 10.0.0.47 - - [2025-02-20 02:20:05] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 200 2381 0.004617 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006731 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd HTTP/1.1" 200 3778 0.006549 10.0.0.47 - - [2025-02-20 02:20:05] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 200 2381 0.004074 10.0.0.47 - - [2025-02-20 02:20:05] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 200 2381 0.003743 10.0.0.47 - - [2025-02-20 02:20:05] "GET /route-target/eebc30d4-4275-4388-84d4-0503e5ce4b73 HTTP/1.1" 200 1204 0.003535 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains HTTP/1.1" 200 280 0.005909 10.0.0.47 - - [2025-02-20 02:20:05] "POST /neutron/network HTTP/1.1" 200 1004 0.016102 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002870 10.0.0.47 - - [2025-02-20 02:20:05] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2574 0.011265 10.0.0.47 - - [2025-02-20 02:20:05] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.47 - - [2025-02-20 02:20:05] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.47 - - [2025-02-20 02:20:05] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef HTTP/1.1" 200 2853 0.120000 10.0.0.47 - - [2025-02-20 02:20:05] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd HTTP/1.1" 200 3778 0.015676 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1055 0.366291 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1055 0.009533 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1055 0.009527 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1109 0.091802 10.0.0.47 - - [2025-02-20 02:20:06] "GET /obj-perms HTTP/1.1" 200 5030 0.069812 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1083 0.022593 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008048 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.019022 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1083 0.022438 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008003 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/network HTTP/1.1" 200 994 0.011424 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1083 0.028848 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.025256 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/port HTTP/1.1" 200 1083 0.025169 10.0.0.47 - - [2025-02-20 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006981 10.0.0.47 - - [2025-02-20 02:20:06] "GET /virtual-machine/ac4298c1-8b99-42c6-b00b-73cae982c9f8 HTTP/1.1" 200 1289 0.005867 10.0.0.47 - - [2025-02-20 02:20:06] "GET /virtual-machine-interface/6255dcda-656e-42e7-a894-f641c35cd568 HTTP/1.1" 200 2941 0.007734 10.0.0.47 - - [2025-02-20 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.47 - - [2025-02-20 02:20:06] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004492 10.0.0.47 - - [2025-02-20 02:20:06] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003935 10.0.0.47 - - [2025-02-20 02:20:06] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007440 10.0.0.47 - - [2025-02-20 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.47 - - [2025-02-20 02:20:10] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006922 10.0.0.47 - - [2025-02-20 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.053892 10.0.0.47 - - [2025-02-20 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.059843 10.0.0.47 - - [2025-02-20 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.47 - - [2025-02-20 02:20:14] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.011861 10.0.0.47 - - [2025-02-20 02:20:15] "POST /neutron/port HTTP/1.1" 200 1083 0.023554 10.0.0.47 - - [2025-02-20 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008628 10.0.0.47 - - [2025-02-20 02:20:15] "POST /neutron/port HTTP/1.1" 200 1083 0.018174 10.0.0.47 - - [2025-02-20 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006486 10.0.0.47 - - [2025-02-20 02:20:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016870 10.0.0.47 - - [2025-02-20 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006813 10.0.0.47 - - [2025-02-20 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.47 - - [2025-02-20 02:20:16] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003423 10.0.0.47 - - [2025-02-20 02:20:16] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003762 10.0.0.47 - - [2025-02-20 02:20:16] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006191 10.0.0.47 - - [2025-02-20 02:20:16] "POST /neutron/port HTTP/1.1" 200 1083 0.018068 10.0.0.47 - - [2025-02-20 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014701 10.0.0.47 - - [2025-02-20 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017946 10.0.0.47 - - [2025-02-20 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007519 10.0.0.47 - - [2025-02-20 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.018905 10.0.0.47 - - [2025-02-20 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007125 10.0.0.47 - - [2025-02-20 02:20:22] "POST /neutron/port HTTP/1.1" 200 1083 0.017774 10.0.0.47 - - [2025-02-20 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006623 10.0.0.47 - - [2025-02-20 02:20:22] "GET /virtual-machine/2432d590-a116-4f96-af80-c78fce1ccaae HTTP/1.1" 200 1288 0.005350 10.0.0.47 - - [2025-02-20 02:20:22] "GET /virtual-machine-interface/84779a70-a2b1-46bc-af43-bbad75065a57 HTTP/1.1" 200 2941 0.005946 10.0.0.47 - - [2025-02-20 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.47 - - [2025-02-20 02:20:22] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003552 10.0.0.47 - - [2025-02-20 02:20:22] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004185 10.0.0.47 - - [2025-02-20 02:20:22] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005926 10.0.0.47 - - [2025-02-20 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.47 - - [2025-02-20 02:20:23] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004130 10.0.0.47 - - [2025-02-20 02:20:23] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003367 10.0.0.47 - - [2025-02-20 02:20:23] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005872 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/port HTTP/1.1" 200 1083 0.017057 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007682 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/port HTTP/1.1" 200 1083 0.017125 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007926 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/port HTTP/1.1" 200 1083 0.017603 10.0.0.47 - - [2025-02-20 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007124 10.0.0.47 - - [2025-02-20 02:20:23] "GET /virtual-machine/9009d437-0edf-416f-96f3-7483ab3b96cd HTTP/1.1" 200 1293 0.005033 10.0.0.47 - - [2025-02-20 02:20:23] "GET /virtual-machine-interface/ac9c9797-db9e-41cb-bbd6-3433b63c80c4 HTTP/1.1" 200 2942 0.005787 10.0.0.47 - - [2025-02-20 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.47 - - [2025-02-20 02:20:24] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004448 10.0.0.47 - - [2025-02-20 02:20:24] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003758 10.0.0.47 - - [2025-02-20 02:20:24] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005988 10.0.0.47 - - [2025-02-20 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.47 - - [2025-02-20 02:20:25] "GET /global-vrouter-config/ba13259b-90a5-4002-a3ca-6f6529cc6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003605 10.0.0.47 - - [2025-02-20 02:20:25] "GET /virtual-networks?parent_id=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003446 10.0.0.47 - - [2025-02-20 02:20:25] "GET /virtual-network/52ef29f4-b790-4815-895a-e4a829b8ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006760 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/port HTTP/1.1" 200 1083 0.018766 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/port HTTP/1.1" 200 1083 0.017262 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/network HTTP/1.1" 200 1004 0.009565 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003534 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 673 0.014311 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.47 - - [2025-02-20 02:20:37] "POST /neutron/network HTTP/1.1" 200 994 0.008418 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 1109 0.011682 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 1109 0.012067 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 151 0.146250 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 1109 0.012437 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 1109 0.013157 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 151 0.104503 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/network HTTP/1.1" 200 994 0.007586 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.023735 10.0.0.47 - - [2025-02-20 02:20:41] "POST /neutron/network HTTP/1.1" 400 204 0.011950 10.0.0.47 - - [2025-02-20 02:20:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010331 10.0.0.47 - - [2025-02-20 02:20:42] "POST /neutron/port HTTP/1.1" 200 151 0.106815 10.0.0.47 - - [2025-02-20 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.007964 10.0.0.47 - - [2025-02-20 02:20:42] "POST /neutron/port HTTP/1.1" 400 205 0.003143 10.0.0.47 - - [2025-02-20 02:20:44] "POST /neutron/network HTTP/1.1" 200 994 0.009607 10.0.0.47 - - [2025-02-20 02:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006151 10.0.0.47 - - [2025-02-20 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014364 10.0.0.47 - - [2025-02-20 02:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004506 10.0.0.47 - - [2025-02-20 02:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.47 - - [2025-02-20 02:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001850 10.0.0.47 - - [2025-02-20 02:20:44] "POST /neutron/network HTTP/1.1" 200 151 0.124702 10.0.0.47 - - [2025-02-20 02:20:44] "DELETE /route-target/eebc30d4-4275-4388-84d4-0503e5ce4b73 HTTP/1.1" 200 115 0.025017 10.0.0.47 - - [2025-02-20 02:20:44] "GET /routing-instance/badac866-123d-458d-8ac8-88e55031824a HTTP/1.1" 404 171 0.003049 10.0.0.47 - - [2025-02-20 02:20:44] "GET /domains HTTP/1.1" 200 280 0.004349 10.0.0.47 - - [2025-02-20 02:20:44] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.47 - - [2025-02-20 02:20:44] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b HTTP/1.1" 200 2574 0.049387 10.0.0.47 - - [2025-02-20 02:20:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.47 - - [2025-02-20 02:20:44] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef HTTP/1.1" 200 2096 0.080360 10.0.0.47 - - [2025-02-20 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.47 - - [2025-02-20 02:20:44] "DELETE /network-ipam/b8338fe0-1e48-4215-8c58-971965e1d745 HTTP/1.1" 200 115 0.028787 10.0.0.47 - - [2025-02-20 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003085 10.0.0.47 - - [2025-02-20 02:20:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.47 - - [2025-02-20 02:20:44] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041596 10.0.0.47 - - [2025-02-20 02:20:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001842 10.0.0.47 - - [2025-02-20 02:20:44] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?fields=virtual_networks HTTP/1.1" 200 1043 0.039051 10.0.0.47 - - [2025-02-20 02:20:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.47 - - [2025-02-20 02:20:44] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.028251 10.0.0.47 - - [2025-02-20 02:20:44] "GET /projects?obj_uuids=c077ad05-4066-4c13-904b-7ed9c55688ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001720 10.0.0.47 - - [2025-02-20 02:20:44] "GET /project/c077ad05-4066-4c13-904b-7ed9c55688ef?fields=security_groups HTTP/1.1" 200 1269 0.030718 10.0.0.47 - - [2025-02-20 02:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.006145 10.0.0.47 - - [2025-02-20 02:20:47] "POST /neutron/port HTTP/1.1" 400 205 0.003826 10.0.0.47 - - [2025-02-20 02:20:53] "GET / HTTP/1.1" 200 35931 0.002403 10.0.0.47 - - [2025-02-20 02:20:54] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000524 10.0.0.47 - - [2025-02-20 02:20:54] "GET /projects?obj_uuids=3efe26e2-6e14-4557-bdf2-4a5e01591edf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001336 10.0.0.47 - - [2025-02-20 02:20:54] "GET /project/3efe26e2-6e14-4557-bdf2-4a5e01591edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.056613 [Introspect:8084]10.0.0.47 - - [2025-02-20 02:20:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001832 10.0.0.47 - - [2025-02-20 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.025945 10.0.0.47 - - [2025-02-20 02:20:55] "GET /projects?obj_uuids=87c9319b-2591-468c-bfff-69fdd974afb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003080 10.0.0.47 - - [2025-02-20 02:20:55] "GET /domains?obj_uuids=d9cb6f26-cf54-4ed1-b983-592dbb4d899b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.47 - - [2025-02-20 02:20:55] "GET /domain/d9cb6f26-cf54-4ed1-b983-592dbb4d899b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008277 10.0.0.47 - - [2025-02-20 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.001465 10.0.0.47 - - [2025-02-20 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.003940 10.0.0.47 - - [2025-02-20 02:20:55] "POST /security-groups HTTP/1.1" 200 587 0.062926 10.0.0.47 - - [2025-02-20 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.002744