++ 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 13 02:31:19 UTC 2025 ===================' INFO: =================== Thu Feb 13 02:31:19 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.20.0.28 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.28 ++ 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 +++ 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 +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.47,10.20.0.28,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.47'\''))' +++ local server_ip=10.0.0.47 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.47 ]] +++ [[ ,10.0.0.47,10.20.0.28,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/13/2025 02:31:28.152 7ff2b69b6548 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/13/2025 02:31:28.313 7ff2b69b6548 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/13/2025 02:31:28.326 7ff2b69b6548 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/13/2025 02:31:28.326 7ff2b69b6548 [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-13 02:31:33] "GET / HTTP/1.1" 503 181 0.000417 10.0.0.47 - - [2025-02-13 02:31:33] "GET / HTTP/1.1" 503 181 0.000315 10.0.0.47 - - [2025-02-13 02:31:33] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.47 - - [2025-02-13 02:31:33] "GET / HTTP/1.1" 200 35931 0.001505 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-13 02:31:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000688 10.0.0.47 - - [2025-02-13 02:31:34] "GET / HTTP/1.1" 200 45871 0.001734 10.0.0.47 - - [2025-02-13 02:31:34] "GET / HTTP/1.1" 200 45871 0.001343 10.0.0.47 - - [2025-02-13 02:31:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000830 10.0.0.47 - - [2025-02-13 02:31:34] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000597 10.0.0.47 - - [2025-02-13 02:31:34] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.47 - - [2025-02-13 02:31:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.47 - - [2025-02-13 02:31:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.47 - - [2025-02-13 02:31:35] "GET / HTTP/1.1" 200 35931 0.002445 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 1.476110 10.0.0.47 - - [2025-02-13 02:31:35] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006887 10.0.0.47 - - [2025-02-13 02:31:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.614667 10.0.0.47 - - [2025-02-13 02:31:35] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003007 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.922099 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.366630 10.0.0.47 - - [2025-02-13 02:31:35] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007596 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.015372 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.100829 10.0.0.47 - - [2025-02-13 02:31:35] "GET /network-ipam/27705b5a-3ef7-486a-8b6c-4c0e4090050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007083 10.0.0.47 - - [2025-02-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003354 10.0.0.47 - - [2025-02-13 02:31:35] "POST /config-database-nodes HTTP/1.1" 200 617 0.028047 10.0.0.47 - - [2025-02-13 02:31:35] "POST /config-nodes HTTP/1.1" 200 599 0.025342 10.0.0.47 - - [2025-02-13 02:31:35] "GET / HTTP/1.1" 200 35931 0.001544 /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-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.47 - - [2025-02-13 02:31:35] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.47 - - [2025-02-13 02:31:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000420 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.005368 10.0.0.47 - - [2025-02-13 02:31:36] "POST /access-control-lists HTTP/1.1" 200 587 0.027834 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.013082 10.0.0.47 - - [2025-02-13 02:31:36] "POST /access-control-lists HTTP/1.1" 200 585 0.026352 10.0.0.47 - - [2025-02-13 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.018515 10.0.0.47 - - [2025-02-13 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.016481 10.0.0.47 - - [2025-02-13 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.028111 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.328670 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.47 - - [2025-02-13 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.034357 10.0.0.47 - - [2025-02-13 02:31:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.058089 10.0.0.47 - - [2025-02-13 02:31:36] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.009400 10.0.0.47 - - [2025-02-13 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.014731 10.0.0.47 - - [2025-02-13 02:31:36] "POST /service-appliance-sets HTTP/1.1" 200 553 0.025057 10.0.0.47 - - [2025-02-13 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.014497 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.005518 10.0.0.47 - - [2025-02-13 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.012244 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006708 10.0.0.47 - - [2025-02-13 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.013442 10.0.0.47 - - [2025-02-13 02:31:36] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006214 10.0.0.47 - - [2025-02-13 02:31:36] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024106 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003551 10.0.0.47 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008130 10.0.0.47 - - [2025-02-13 02:31:37] "GET /network-ipam/27705b5a-3ef7-486a-8b6c-4c0e4090050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.020367 10.0.0.47 - - [2025-02-13 02:31:37] "POST /access-control-lists HTTP/1.1" 200 551 0.070451 10.0.0.47 - - [2025-02-13 02:31:37] "PUT /access-control-list/1479e583-55ee-4354-8704-75eaa1e93ae7 HTTP/1.1" 200 272 0.012741 10.0.0.47 - - [2025-02-13 02:31:37] "PUT /access-control-list/dd9ec1ce-21e2-4c3b-b376-80e3c7dcc952 HTTP/1.1" 200 272 0.013527 10.0.0.47 - - [2025-02-13 02:31:37] "POST /service-templates HTTP/1.1" 200 511 0.026164 10.0.0.47 - - [2025-02-13 02:31:37] "POST /service-templates HTTP/1.1" 200 501 0.022558 10.0.0.47 - - [2025-02-13 02:31:37] "POST /service-templates HTTP/1.1" 200 515 0.046680 10.0.0.47 - - [2025-02-13 02:31:37] "POST /service-templates HTTP/1.1" 200 535 0.023007 10.0.0.47 - - [2025-02-13 02:31:37] "POST /service-templates HTTP/1.1" 200 507 0.020799 10.0.0.47 - - [2025-02-13 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.47 - - [2025-02-13 02:31:41] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003987 10.0.0.47 - - [2025-02-13 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.47 - - [2025-02-13 02:31:41] "PUT /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 276 0.010347 10.0.0.47 - - [2025-02-13 02:31:42] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 401 292 0.000576 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 581 0.048905 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 575 0.023461 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 575 0.020755 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 559 0.022442 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 555 0.022560 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 557 0.028843 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 565 0.026185 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 549 0.024142 10.0.0.47 - - [2025-02-13 02:31:42] "POST /alarms HTTP/1.1" 200 557 0.020476 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 567 0.021174 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 555 0.025004 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 567 0.025096 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 575 0.066641 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 569 0.035448 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 561 0.026560 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 561 0.021791 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 561 0.018888 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 547 0.019290 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 595 0.020578 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 575 0.025829 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 571 0.022207 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 583 0.025215 10.0.0.47 - - [2025-02-13 02:31:43] "POST /alarms HTTP/1.1" 200 609 0.022722 10.0.0.47 - - [2025-02-13 02:31:44] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.47 - - [2025-02-13 02:31:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000490 10.0.0.47 - - [2025-02-13 02:31:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028258 10.0.0.47 - - [2025-02-13 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.47 - - [2025-02-13 02:31:44] "PUT /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 276 0.012203 10.0.0.47 - - [2025-02-13 02:31:45] "GET / HTTP/1.1" 200 35931 0.002424 10.0.0.47 - - [2025-02-13 02:31:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.47 - - [2025-02-13 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026216 10.0.0.47 - - [2025-02-13 02:31:45] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004066 10.0.0.47 - - [2025-02-13 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.47 - - [2025-02-13 02:31:45] "PUT /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 276 0.009715 10.0.0.47 - - [2025-02-13 02:31:45] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.47 - - [2025-02-13 02:31:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.47 - - [2025-02-13 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025576 10.0.0.47 - - [2025-02-13 02:31:46] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006619 10.0.0.47 - - [2025-02-13 02:31:46] "PUT /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180 HTTP/1.1" 200 274 0.017694 10.0.0.47 - - [2025-02-13 02:32:13] "GET /global-system-configs HTTP/1.1" 200 322 0.665344 10.0.0.47 - - [2025-02-13 02:32:14] "GET /global-system-configs HTTP/1.1" 200 322 0.028285 10.0.0.47 - - [2025-02-13 02:33:05] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.47 - - [2025-02-13 02:33:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000730 10.0.0.47 - - [2025-02-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.028845 10.0.0.47 - - [2025-02-13 02:33:06] "GET /routing-instance/d24f2f15-bd9c-4194-896b-4a2f2e6fbc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004896 10.0.0.47 - - [2025-02-13 02:33:06] "POST /bgp-routers HTTP/1.1" 200 620 0.030044 10.0.0.47 - - [2025-02-13 02:33:06] "GET /bgp-router/835ca8f4-0ac7-4b84-bab5-e83d5d9a5f2d?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006130 10.0.0.47 - - [2025-02-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.47 - - [2025-02-13 02:33:06] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.009394 10.0.0.47 - - [2025-02-13 02:33:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004285 10.0.0.47 - - [2025-02-13 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.47 - - [2025-02-13 02:33:59] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.47 - - [2025-02-13 02:33:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.47 - - [2025-02-13 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.031770 10.0.0.47 - - [2025-02-13 02:33:59] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.011079 10.0.0.47 - - [2025-02-13 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.006103 10.0.0.47 - - [2025-02-13 02:33:59] "POST /database-nodes HTTP/1.1" 200 603 0.028109 10.0.0.47 - - [2025-02-13 02:34:53] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.47 - - [2025-02-13 02:34:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.47 - - [2025-02-13 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030939 10.0.0.47 - - [2025-02-13 02:34:53] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006192 10.0.0.47 - - [2025-02-13 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003295 10.0.0.47 - - [2025-02-13 02:34:53] "POST /analytics-nodes HTTP/1.1" 200 605 0.019277 10.0.0.47 - - [2025-02-13 02:34:59] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.47 - - [2025-02-13 02:35:11] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.47 - - [2025-02-13 02:35:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.47 - - [2025-02-13 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.031353 10.0.0.47 - - [2025-02-13 02:35:11] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005914 10.0.0.47 - - [2025-02-13 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003215 10.0.0.47 - - [2025-02-13 02:35:12] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.028017 10.0.0.47 - - [2025-02-13 02:35:27] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.47 - - [2025-02-13 02:35:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.47 - - [2025-02-13 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026383 10.0.0.47 - - [2025-02-13 02:35:27] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006199 10.0.0.47 - - [2025-02-13 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003585 10.0.0.47 - - [2025-02-13 02:35:27] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.025911 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-13 02:35:39] "GET /obj-perms HTTP/1.1" 200 5056 0.399008 10.0.0.47 - - [2025-02-13 02:35:39] "GET /obj-perms HTTP/1.1" 200 5056 0.056973 10.0.0.47 - - [2025-02-13 02:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.048826 10.0.0.47 - - [2025-02-13 02:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.048811 10.0.0.47 - - [2025-02-13 02:37:11] "GET /global-system-configs HTTP/1.1" 200 322 0.008000 10.0.0.47 - - [2025-02-13 02:37:11] "GET /obj-perms HTTP/1.1" 200 5056 0.039011 10.0.0.47 - - [2025-02-13 02:37:12] "GET /global-system-configs HTTP/1.1" 200 322 0.006575 10.0.0.47 - - [2025-02-13 02:37:12] "GET /obj-perms HTTP/1.1" 200 5056 0.030485 10.0.0.47 - - [2025-02-13 02:37:13] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.47 - - [2025-02-13 02:37:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.47 - - [2025-02-13 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.030043 10.0.0.47 - - [2025-02-13 02:37:14] "GET /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007103 10.0.0.47 - - [2025-02-13 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.47 - - [2025-02-13 02:37:14] "GET /routing-instance/d24f2f15-bd9c-4194-896b-4a2f2e6fbc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004494 10.0.0.47 - - [2025-02-13 02:37:14] "PUT /global-system-config/36669ddb-174d-4f3c-8a96-46735b608180 HTTP/1.1" 200 274 0.017405 10.0.0.47 - - [2025-02-13 02:37:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.003216 10.0.0.47 - - [2025-02-13 02:37:14] "POST /virtual-routers HTTP/1.1" 200 603 0.025027 10.0.0.47 - - [2025-02-13 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.47 - - [2025-02-13 02:37:14] "GET /virtual-router/dc0a80e7-ce42-4075-89eb-d7719f9749e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.008274 10.0.0.47 - - [2025-02-13 02:37:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.003222 10.0.0.47 - - [2025-02-13 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.47 - - [2025-02-13 02:37:14] "GET /virtual-network/dabbba1d-9781-4fdd-b842-76db648b82c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006334 10.0.0.47 - - [2025-02-13 02:37:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.058696 10.0.0.47 - - [2025-02-13 02:37:15] "PUT /access-control-list/d08642e4-f561-45b4-be95-2e441ee181c8 HTTP/1.1" 200 272 0.041805 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:37:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001261 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:37:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001482 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:37:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001237 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:37:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001088 10.0.0.47 - - [2025-02-13 02:37:40] "GET /obj-perms HTTP/1.1" 200 5056 0.053448 10.0.0.47 - - [2025-02-13 02:37:41] "GET /obj-perms HTTP/1.1" 200 5056 0.051764 10.0.0.47 - - [2025-02-13 02:38:36] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.47 - - [2025-02-13 02:38:38] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000525 10.0.0.47 - - [2025-02-13 02:38:38] "GET /projects?obj_uuids=c7dd10cb-c321-484e-a77b-c0032d3fcd86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023358 10.0.0.47 - - [2025-02-13 02:38:38] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.47 - - [2025-02-13 02:38:38] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028438 10.0.0.47 - - [2025-02-13 02:38:38] "POST /id-to-fqname HTTP/1.1" 200 167 0.001377 10.0.0.47 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 176 0.002614 10.0.0.47 - - [2025-02-13 02:38:38] "POST /security-groups HTTP/1.1" 200 568 0.087306 10.0.0.47 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003141 10.0.0.47 - - [2025-02-13 02:38:38] "POST /projects HTTP/1.1" 200 539 0.258333 10.0.0.47 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.328192 10.0.0.47 - - [2025-02-13 02:38:38] "POST /access-control-lists HTTP/1.1" 200 573 0.071671 10.0.0.47 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.004315 10.0.0.47 - - [2025-02-13 02:38:38] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.488595 10.0.0.47 - - [2025-02-13 02:38:39] "POST /access-control-lists HTTP/1.1" 200 571 0.062701 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:38:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001151 10.0.0.47 - - [2025-02-13 02:38:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.024881 10.0.0.47 - - [2025-02-13 02:38:39] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003377 10.0.0.47 - - [2025-02-13 02:38:39] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.47 - - [2025-02-13 02:38:39] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008286 10.0.0.47 - - [2025-02-13 02:38:40] "POST /id-to-fqname HTTP/1.1" 200 201 0.001262 10.0.0.47 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.006174 10.0.0.47 - - [2025-02-13 02:38:40] "POST /security-groups HTTP/1.1" 200 602 0.073687 10.0.0.47 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.003169 10.0.0.47 - - [2025-02-13 02:38:40] "POST /projects HTTP/1.1" 200 607 0.251658 10.0.0.47 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.322902 10.0.0.47 - - [2025-02-13 02:38:40] "POST /access-control-lists HTTP/1.1" 200 607 0.073110 10.0.0.47 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002693 10.0.0.47 - - [2025-02-13 02:38:40] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.448130 10.0.0.47 - - [2025-02-13 02:38:40] "POST /access-control-lists HTTP/1.1" 200 605 0.060658 10.0.0.47 - - [2025-02-13 02:38:41] "GET / HTTP/1.1" 200 35931 0.002052 10.0.0.47 - - [2025-02-13 02:38:42] "GET /obj-perms HTTP/1.1" 200 5056 0.335033 10.0.0.47 - - [2025-02-13 02:38:42] "GET /obj-perms HTTP/1.1" 200 5056 0.089547 10.0.0.47 - - [2025-02-13 02:38:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.47 - - [2025-02-13 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.031519 10.0.0.47 - - [2025-02-13 02:38:42] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001134 10.0.0.47 - - [2025-02-13 02:38:42] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.033787 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 117 0.039935 10.0.0.47 - - [2025-02-13 02:38:43] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001292 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 620 0.097036 10.0.0.47 - - [2025-02-13 02:38:43] "POST /route-targets HTTP/1.1" 200 327 0.016502 10.0.0.47 - - [2025-02-13 02:38:43] "POST /ref-update HTTP/1.1" 200 156 0.018033 10.0.0.47 - - [2025-02-13 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.176956 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 841 0.007026 10.0.0.47 - - [2025-02-13 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001364 10.0.0.47 - - [2025-02-13 02:38:43] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005814 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 841 0.007717 10.0.0.47 - - [2025-02-13 02:38:43] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007713 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 841 0.006807 10.0.0.47 - - [2025-02-13 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.009094 10.0.0.47 - - [2025-02-13 02:38:43] "GET /domains HTTP/1.1" 401 292 0.000460 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domains HTTP/1.1" 200 280 0.028891 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001475 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2584 0.015627 10.0.0.47 - - [2025-02-13 02:38:44] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001296 10.0.0.47 - - [2025-02-13 02:38:44] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664 HTTP/1.1" 200 2169 0.079678 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413 HTTP/1.1" 200 2349 0.007179 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413 HTTP/1.1" 200 2349 0.005687 10.0.0.47 - - [2025-02-13 02:38:44] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 200 1495 0.004553 10.0.0.47 - - [2025-02-13 02:38:44] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 200 1495 0.004041 10.0.0.47 - - [2025-02-13 02:38:44] "GET /route-target/a0c20342-2ce2-4e9d-9b88-1fb717b47a9b HTTP/1.1" 200 1220 0.005200 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413 HTTP/1.1" 200 2349 0.006244 10.0.0.47 - - [2025-02-13 02:38:44] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 200 1495 0.004670 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.011765 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413 HTTP/1.1" 200 2349 0.008017 10.0.0.47 - - [2025-02-13 02:38:44] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 200 1495 0.006208 10.0.0.47 - - [2025-02-13 02:38:44] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 200 1495 0.005563 10.0.0.47 - - [2025-02-13 02:38:44] "GET /route-target/a0c20342-2ce2-4e9d-9b88-1fb717b47a9b HTTP/1.1" 200 1220 0.005476 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domains HTTP/1.1" 200 280 0.004153 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.47 - - [2025-02-13 02:38:44] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2584 0.008423 10.0.0.47 - - [2025-02-13 02:38:44] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001390 10.0.0.47 - - [2025-02-13 02:38:44] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664 HTTP/1.1" 200 2169 0.073841 10.0.0.47 - - [2025-02-13 02:38:44] "GET /virtual-network/8ea88116-c15e-466d-a43f-287fb9620413 HTTP/1.1" 200 2349 0.005302 10.0.0.47 - - [2025-02-13 02:38:44] "GET /obj-perms HTTP/1.1" 200 5052 0.050220 10.0.0.47 - - [2025-02-13 02:38:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001571 10.0.0.47 - - [2025-02-13 02:38:46] "POST /neutron/network HTTP/1.1" 200 851 0.007806 10.0.0.47 - - [2025-02-13 02:38:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000708 10.0.0.47 - - [2025-02-13 02:38:46] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.47 - - [2025-02-13 02:38:46] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.47 - - [2025-02-13 02:38:47] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001235 10.0.0.47 - - [2025-02-13 02:38:47] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.056612 10.0.0.47 - - [2025-02-13 02:38:48] "POST /neutron/network HTTP/1.1" 200 841 0.034798 10.0.0.47 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.006570 10.0.0.47 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.006295 10.0.0.47 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.006868 10.0.0.47 - - [2025-02-13 02:38:49] "POST /neutron/network HTTP/1.1" 200 851 0.007025 10.0.0.47 - - [2025-02-13 02:38:49] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.47 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1073 0.272107 10.0.0.47 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1073 0.034351 10.0.0.47 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1073 0.009431 10.0.0.47 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1127 0.081700 10.0.0.47 - - [2025-02-13 02:38:50] "POST /neutron/port HTTP/1.1" 200 1101 0.021316 10.0.0.47 - - [2025-02-13 02:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004324 10.0.0.47 - - [2025-02-13 02:38:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.015898 10.0.0.47 - - [2025-02-13 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001720 10.0.0.47 - - [2025-02-13 02:38:50] "POST /neutron/network HTTP/1.1" 200 841 0.006732 10.0.0.47 - - [2025-02-13 02:38:53] "POST /neutron/port HTTP/1.1" 200 1101 0.018695 10.0.0.47 - - [2025-02-13 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007992 10.0.0.47 - - [2025-02-13 02:38:53] "GET /obj-perms HTTP/1.1" 200 5052 0.003898 10.0.0.47 - - [2025-02-13 02:38:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003719 10.0.0.47 - - [2025-02-13 02:38:55] "GET /obj-perms HTTP/1.1" 200 5052 0.004094 10.0.0.47 - - [2025-02-13 02:38:56] "GET /obj-perms HTTP/1.1" 200 5052 0.004375 10.0.0.47 - - [2025-02-13 02:38:57] "GET /obj-perms HTTP/1.1" 200 5052 0.006621 10.0.0.47 - - [2025-02-13 02:38:58] "POST /neutron/network HTTP/1.1" 200 841 0.008983 10.0.0.47 - - [2025-02-13 02:38:58] "POST /neutron/network HTTP/1.1" 400 204 0.012160 10.0.0.47 - - [2025-02-13 02:38:59] "POST /neutron/port HTTP/1.1" 200 1101 0.017063 10.0.0.47 - - [2025-02-13 02:38:59] "POST /neutron/port HTTP/1.1" 200 1127 0.010865 10.0.0.47 - - [2025-02-13 02:38:59] "POST /neutron/port HTTP/1.1" 200 151 0.152229 10.0.0.47 - - [2025-02-13 02:39:00] "POST /neutron/network HTTP/1.1" 200 841 0.006836 10.0.0.47 - - [2025-02-13 02:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005375 10.0.0.47 - - [2025-02-13 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006946 10.0.0.47 - - [2025-02-13 02:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005102 10.0.0.47 - - [2025-02-13 02:39:00] "POST /neutron/network HTTP/1.1" 200 151 0.115697 10.0.0.47 - - [2025-02-13 02:39:00] "GET /routing-instance/91e7f5e8-15e7-4150-9a6b-cc441633a3a7 HTTP/1.1" 404 171 0.002165 10.0.0.47 - - [2025-02-13 02:39:00] "DELETE /route-target/a0c20342-2ce2-4e9d-9b88-1fb717b47a9b HTTP/1.1" 200 115 0.028021 10.0.0.47 - - [2025-02-13 02:39:00] "GET /domains HTTP/1.1" 200 280 0.004255 10.0.0.47 - - [2025-02-13 02:39:00] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.47 - - [2025-02-13 02:39:00] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2584 0.050102 10.0.0.47 - - [2025-02-13 02:39:00] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001378 10.0.0.47 - - [2025-02-13 02:39:01] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664 HTTP/1.1" 200 1919 0.078890 10.0.0.47 - - [2025-02-13 02:39:01] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001613 10.0.0.47 - - [2025-02-13 02:39:01] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051680 10.0.0.47 - - [2025-02-13 02:39:01] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001149 10.0.0.47 - - [2025-02-13 02:39:01] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?fields=virtual_networks HTTP/1.1" 200 1055 0.030335 10.0.0.47 - - [2025-02-13 02:39:01] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001550 10.0.0.47 - - [2025-02-13 02:39:01] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.028930 10.0.0.47 - - [2025-02-13 02:39:01] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001169 10.0.0.47 - - [2025-02-13 02:39:01] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?fields=security_groups HTTP/1.1" 200 1292 0.028556 10.0.0.47 - - [2025-02-13 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.029519 10.0.0.47 - - [2025-02-13 02:39:02] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234 10.0.0.47 - - [2025-02-13 02:39:02] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.47 - - [2025-02-13 02:39:02] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008310 10.0.0.47 - - [2025-02-13 02:39:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.001434 10.0.0.47 - - [2025-02-13 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.004508 10.0.0.47 - - [2025-02-13 02:39:02] "POST /security-groups HTTP/1.1" 200 603 0.072506 10.0.0.47 - - [2025-02-13 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.003030 10.0.0.47 - - [2025-02-13 02:39:02] "POST /projects HTTP/1.1" 200 609 0.248568 10.0.0.47 - - [2025-02-13 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.325238 10.0.0.47 - - [2025-02-13 02:39:02] "POST /access-control-lists HTTP/1.1" 200 608 0.062923 10.0.0.47 - - [2025-02-13 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003628 10.0.0.47 - - [2025-02-13 02:39:02] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.474325 10.0.0.47 - - [2025-02-13 02:39:03] "POST /access-control-lists HTTP/1.1" 200 606 0.079908 10.0.0.47 - - [2025-02-13 02:39:04] "GET / HTTP/1.1" 200 35931 0.002053 10.0.0.47 - - [2025-02-13 02:39:04] "GET /projects?obj_uuids=c7dd10cb-c321-484e-a77b-c0032d3fcd86&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001173 10.0.0.47 - - [2025-02-13 02:39:04] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.035514 10.0.0.47 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.47 - - [2025-02-13 02:39:05] "GET /security-group/b87c3a40-50f7-46a0-be10-fbb059252e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006395 10.0.0.47 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.47 - - [2025-02-13 02:39:05] "GET /projects?obj_uuids=c7dd10cb-c321-484e-a77b-c0032d3fcd86&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002236 10.0.0.47 - - [2025-02-13 02:39:05] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.041668 10.0.0.47 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.47 - - [2025-02-13 02:39:05] "GET /security-group/b87c3a40-50f7-46a0-be10-fbb059252e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005869 10.0.0.47 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.47 - - [2025-02-13 02:39:05] "PUT /security-group/b87c3a40-50f7-46a0-be10-fbb059252e7d HTTP/1.1" 200 262 0.019021 10.0.0.47 - - [2025-02-13 02:39:05] "PUT /access-control-list/ad66bfe6-517b-41b1-81db-771eb830efcd HTTP/1.1" 200 272 0.014068 10.0.0.47 - - [2025-02-13 02:39:05] "PUT /access-control-list/32d38433-2662-4671-abc0-de87f16f8cb6 HTTP/1.1" 200 272 0.018529 10.0.0.47 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.47 - - [2025-02-13 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061873 10.0.0.47 - - [2025-02-13 02:39:06] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001792 10.0.0.47 - - [2025-02-13 02:39:06] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044744 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/network HTTP/1.1" 200 117 0.043816 10.0.0.47 - - [2025-02-13 02:39:06] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/network HTTP/1.1" 200 619 0.105721 10.0.0.47 - - [2025-02-13 02:39:06] "POST /route-targets HTTP/1.1" 200 327 0.027927 10.0.0.47 - - [2025-02-13 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.037297 10.0.0.47 - - [2025-02-13 02:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005140 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.249480 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/network HTTP/1.1" 200 839 0.006499 10.0.0.47 - - [2025-02-13 02:39:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001360 10.0.0.47 - - [2025-02-13 02:39:06] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005400 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/network HTTP/1.1" 200 839 0.008506 10.0.0.47 - - [2025-02-13 02:39:06] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005550 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/network HTTP/1.1" 200 839 0.006955 10.0.0.47 - - [2025-02-13 02:39:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008615 10.0.0.47 - - [2025-02-13 02:39:06] "GET /domains HTTP/1.1" 401 292 0.000497 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domains HTTP/1.1" 200 280 0.028415 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001708 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.009786 10.0.0.47 - - [2025-02-13 02:39:07] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001563 10.0.0.47 - - [2025-02-13 02:39:07] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 2175 0.078887 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2344 0.006603 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2344 0.006596 10.0.0.47 - - [2025-02-13 02:39:07] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 200 1491 0.004501 10.0.0.47 - - [2025-02-13 02:39:07] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 200 1491 0.003928 10.0.0.47 - - [2025-02-13 02:39:07] "GET /route-target/78f918fe-a501-401f-ba1b-9889686d6402 HTTP/1.1" 200 1218 0.004073 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2344 0.005425 10.0.0.47 - - [2025-02-13 02:39:07] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 200 1491 0.004169 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006306 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2344 0.005659 10.0.0.47 - - [2025-02-13 02:39:07] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 200 1491 0.004084 10.0.0.47 - - [2025-02-13 02:39:07] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 200 1491 0.008031 10.0.0.47 - - [2025-02-13 02:39:07] "GET /route-target/78f918fe-a501-401f-ba1b-9889686d6402 HTTP/1.1" 200 1218 0.003867 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domains HTTP/1.1" 200 280 0.003318 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.47 - - [2025-02-13 02:39:07] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.007949 10.0.0.47 - - [2025-02-13 02:39:07] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.47 - - [2025-02-13 02:39:07] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 2175 0.081815 10.0.0.47 - - [2025-02-13 02:39:07] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2344 0.006375 10.0.0.47 - - [2025-02-13 02:39:08] "GET /obj-perms HTTP/1.1" 200 5054 0.053563 10.0.0.47 - - [2025-02-13 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.47 - - [2025-02-13 02:39:08] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001482 10.0.0.47 - - [2025-02-13 02:39:08] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047882 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/network HTTP/1.1" 200 117 0.011742 10.0.0.47 - - [2025-02-13 02:39:08] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/network HTTP/1.1" 200 619 0.093881 10.0.0.47 - - [2025-02-13 02:39:08] "POST /route-targets HTTP/1.1" 200 327 0.012418 10.0.0.47 - - [2025-02-13 02:39:08] "POST /ref-update HTTP/1.1" 200 156 0.014067 10.0.0.47 - - [2025-02-13 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003436 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.211381 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/network HTTP/1.1" 200 839 0.007039 10.0.0.47 - - [2025-02-13 02:39:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001317 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005064 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/network HTTP/1.1" 200 839 0.007055 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005875 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/network HTTP/1.1" 200 839 0.006299 10.0.0.47 - - [2025-02-13 02:39:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.007769 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domains HTTP/1.1" 200 280 0.004385 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.007634 10.0.0.47 - - [2025-02-13 02:39:08] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.47 - - [2025-02-13 02:39:08] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 2403 0.073265 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711 HTTP/1.1" 200 2344 0.006947 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711 HTTP/1.1" 200 2344 0.005822 10.0.0.47 - - [2025-02-13 02:39:08] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 200 1491 0.004831 10.0.0.47 - - [2025-02-13 02:39:08] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 200 1491 0.004661 10.0.0.47 - - [2025-02-13 02:39:08] "GET /route-target/1b3dfadc-aa4b-4ddf-a916-306bbfa93d3d HTTP/1.1" 200 1218 0.004041 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711 HTTP/1.1" 200 2344 0.005699 10.0.0.47 - - [2025-02-13 02:39:08] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 200 1491 0.004052 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005572 10.0.0.47 - - [2025-02-13 02:39:08] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711 HTTP/1.1" 200 2344 0.009631 10.0.0.47 - - [2025-02-13 02:39:08] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 200 1491 0.004018 10.0.0.47 - - [2025-02-13 02:39:08] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 200 1491 0.004518 10.0.0.47 - - [2025-02-13 02:39:08] "GET /route-target/1b3dfadc-aa4b-4ddf-a916-306bbfa93d3d HTTP/1.1" 200 1218 0.003706 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domains HTTP/1.1" 200 280 0.003573 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001799 10.0.0.47 - - [2025-02-13 02:39:08] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.010748 10.0.0.47 - - [2025-02-13 02:39:09] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.47 - - [2025-02-13 02:39:09] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 2403 0.072605 10.0.0.47 - - [2025-02-13 02:39:09] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711 HTTP/1.1" 200 2344 0.007970 10.0.0.47 - - [2025-02-13 02:39:09] "GET /obj-perms HTTP/1.1" 200 5054 0.003691 10.0.0.47 - - [2025-02-13 02:39:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001550 10.0.0.47 - - [2025-02-13 02:39:09] "POST /neutron/network HTTP/1.1" 200 849 0.028788 10.0.0.47 - - [2025-02-13 02:39:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000654 10.0.0.47 - - [2025-02-13 02:39:09] "GET / HTTP/1.1" 200 35931 0.005836 10.0.0.47 - - [2025-02-13 02:39:09] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000950 10.0.0.47 - - [2025-02-13 02:39:10] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.47 - - [2025-02-13 02:39:10] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049806 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/network HTTP/1.1" 200 839 0.006672 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.005518 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.005809 10.0.0.47 - - [2025-02-13 02:39:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001607 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.006386 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/network HTTP/1.1" 200 849 0.006760 10.0.0.47 - - [2025-02-13 02:39:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000500 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/network HTTP/1.1" 200 849 0.011522 10.0.0.47 - - [2025-02-13 02:39:10] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.47 - - [2025-02-13 02:39:10] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.47 - - [2025-02-13 02:39:10] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001122 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 1073 0.254225 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 1073 0.013733 10.0.0.47 - - [2025-02-13 02:39:10] "POST /neutron/port HTTP/1.1" 200 1073 0.022427 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/port HTTP/1.1" 200 1127 0.077378 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/port HTTP/1.1" 200 1101 0.021807 10.0.0.47 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005462 10.0.0.47 - - [2025-02-13 02:39:11] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061846 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.028795 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/network HTTP/1.1" 200 839 0.007297 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001871 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/network HTTP/1.1" 200 839 0.009868 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/port HTTP/1.1" 200 1101 0.025458 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009048 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.006003 10.0.0.47 - - [2025-02-13 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006904 10.0.0.47 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001261 10.0.0.47 - - [2025-02-13 02:39:11] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043937 10.0.0.47 - - [2025-02-13 02:39:11] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006757 10.0.0.47 - - [2025-02-13 02:39:11] "GET /floating-ip-pools?parent_id=c6942f20-ddf4-4f71-92d0-fa33774e382f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005466 10.0.0.47 - - [2025-02-13 02:39:11] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006723 10.0.0.47 - - [2025-02-13 02:39:11] "POST /floating-ip-pools HTTP/1.1" 200 609 0.026515 10.0.0.47 - - [2025-02-13 02:39:11] "POST /neutron/network HTTP/1.1" 200 849 0.014580 10.0.0.47 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.47 - - [2025-02-13 02:39:11] "POST /ref-update HTTP/1.1" 200 156 0.017025 10.0.0.47 - - [2025-02-13 02:39:11] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.022660 10.0.0.47 - - [2025-02-13 02:39:11] "GET /domains HTTP/1.1" 200 280 0.002550 10.0.0.47 - - [2025-02-13 02:39:11] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001690 10.0.0.47 - - [2025-02-13 02:39:11] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.040974 10.0.0.47 - - [2025-02-13 02:39:12] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001550 10.0.0.47 - - [2025-02-13 02:39:12] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 3245 0.070149 10.0.0.47 - - [2025-02-13 02:39:12] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 2935 0.009561 10.0.0.47 - - [2025-02-13 02:39:12] "GET /floating-ip-pool/a5bf6335-f5d6-4d88-bf2f-f887d0ed5f4c HTTP/1.1" 200 1442 0.005111 10.0.0.47 - - [2025-02-13 02:39:12] "GET /domains HTTP/1.1" 200 280 0.004629 10.0.0.47 - - [2025-02-13 02:39:12] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.47 - - [2025-02-13 02:39:12] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.008759 10.0.0.47 - - [2025-02-13 02:39:12] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002278 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1073 0.439963 10.0.0.47 - - [2025-02-13 02:39:12] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 3245 0.111551 10.0.0.47 - - [2025-02-13 02:39:12] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f HTTP/1.1" 200 3156 0.012325 10.0.0.47 - - [2025-02-13 02:39:12] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005412 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1073 0.026381 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1073 0.011299 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1101 0.078653 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1127 0.144093 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023595 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 1101 0.029896 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.013524 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.001504 10.0.0.47 - - [2025-02-13 02:39:12] "POST /neutron/network HTTP/1.1" 200 839 0.015360 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/port HTTP/1.1" 200 1101 0.018144 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008705 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/port HTTP/1.1" 200 1101 0.027473 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009584 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/port HTTP/1.1" 200 1101 0.031534 10.0.0.47 - - [2025-02-13 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008304 10.0.0.47 - - [2025-02-13 02:39:17] "GET /virtual-machine/e6e202ea-e5dd-471f-8143-83263f5ce8b8 HTTP/1.1" 200 1304 0.007206 10.0.0.47 - - [2025-02-13 02:39:17] "GET /virtual-machine-interface/2febdf39-e7a7-420c-b22b-c8381b1fd4ab HTTP/1.1" 200 3004 0.013093 10.0.0.47 - - [2025-02-13 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.47 - - [2025-02-13 02:39:17] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008658 10.0.0.47 - - [2025-02-13 02:39:17] "GET /virtual-networks?parent_id=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004008 10.0.0.47 - - [2025-02-13 02:39:17] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005756 10.0.0.47 - - [2025-02-13 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.47 - - [2025-02-13 02:39:21] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006027 10.0.0.47 - - [2025-02-13 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.47 - - [2025-02-13 02:39:23] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003856 10.0.0.47 - - [2025-02-13 02:39:23] "GET /virtual-networks?parent_id=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003775 10.0.0.47 - - [2025-02-13 02:39:23] "GET /virtual-network/ef3079e3-9b40-424f-af47-0c828b422711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005725 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/port HTTP/1.1" 200 1101 0.016648 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010720 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/port HTTP/1.1" 200 1101 0.053630 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006420 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/port HTTP/1.1" 200 1101 0.016416 10.0.0.47 - - [2025-02-13 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008202 10.0.0.47 - - [2025-02-13 02:39:28] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002045 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/floatingip HTTP/1.1" 200 531 0.092024 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/port HTTP/1.1" 200 1101 0.019866 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006666 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/floatingip HTTP/1.1" 200 579 0.046558 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/port HTTP/1.1" 200 1101 0.015325 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008190 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/port HTTP/1.1" 200 1101 0.017639 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010055 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/port HTTP/1.1" 200 1101 0.016067 10.0.0.47 - - [2025-02-13 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009460 10.0.0.47 - - [2025-02-13 02:39:28] "GET /virtual-machine/4d6fca41-66db-4fa1-85c0-fbc0f695cd7e HTTP/1.1" 200 1303 0.006948 10.0.0.47 - - [2025-02-13 02:39:29] "GET /virtual-machine-interface/8b3dec7b-48ce-4e09-b980-201ecbd8cbcc HTTP/1.1" 200 3005 0.007464 10.0.0.47 - - [2025-02-13 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.47 - - [2025-02-13 02:39:29] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004393 10.0.0.47 - - [2025-02-13 02:39:29] "GET /virtual-networks?parent_id=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003576 10.0.0.47 - - [2025-02-13 02:39:29] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005748 10.0.0.47 - - [2025-02-13 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.47 - - [2025-02-13 02:39:30] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004086 10.0.0.47 - - [2025-02-13 02:39:30] "GET /virtual-networks?parent_id=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003592 10.0.0.47 - - [2025-02-13 02:39:30] "GET /virtual-network/c6942f20-ddf4-4f71-92d0-fa33774e382f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005604 10.0.0.47 - - [2025-02-13 02:39:30] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011661 10.0.0.47 - - [2025-02-13 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.47 - - [2025-02-13 02:39:30] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003983 10.0.0.47 - - [2025-02-13 02:39:30] "GET /route-target/78f918fe-a501-401f-ba1b-9889686d6402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004176 10.0.0.47 - - [2025-02-13 02:39:30] "GET /floating-ip/ca789556-d811-44ef-8aeb-d69c3bc59170 HTTP/1.1" 200 1892 0.007665 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011734 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/floatingip HTTP/1.1" 200 531 0.021960 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006050 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035427 10.0.0.47 - - [2025-02-13 02:39:33] "GET /floating-ip-pool/a5bf6335-f5d6-4d88-bf2f-f887d0ed5f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004102 10.0.0.47 - - [2025-02-13 02:39:33] "POST /ref-update HTTP/1.1" 200 156 0.009529 10.0.0.47 - - [2025-02-13 02:39:33] "DELETE /floating-ip-pool/a5bf6335-f5d6-4d88-bf2f-f887d0ed5f4c HTTP/1.1" 200 115 0.026718 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/network HTTP/1.1" 200 839 0.011598 10.0.0.47 - - [2025-02-13 02:39:33] "POST /neutron/network HTTP/1.1" 400 204 0.012837 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1101 0.019835 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1127 0.011374 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1101 0.020576 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1127 0.017926 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 151 0.147554 10.0.0.47 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 151 0.125714 10.0.0.47 - - [2025-02-13 02:39:35] "POST /neutron/network HTTP/1.1" 200 839 0.006642 10.0.0.47 - - [2025-02-13 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005767 10.0.0.47 - - [2025-02-13 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007407 10.0.0.47 - - [2025-02-13 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004298 10.0.0.47 - - [2025-02-13 02:39:35] "POST /neutron/network HTTP/1.1" 200 151 0.107293 10.0.0.47 - - [2025-02-13 02:39:35] "DELETE /route-target/1b3dfadc-aa4b-4ddf-a916-306bbfa93d3d HTTP/1.1" 200 115 0.020653 10.0.0.47 - - [2025-02-13 02:39:35] "GET /routing-instance/4bbf82b3-fca9-4855-916f-a1d9f766259c HTTP/1.1" 404 171 0.005657 10.0.0.47 - - [2025-02-13 02:39:35] "GET /domains HTTP/1.1" 200 280 0.003544 10.0.0.47 - - [2025-02-13 02:39:35] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.47 - - [2025-02-13 02:39:35] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.053590 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002024 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 2175 0.078544 10.0.0.47 - - [2025-02-13 02:39:36] "POST /neutron/network HTTP/1.1" 200 839 0.006783 10.0.0.47 - - [2025-02-13 02:39:36] "POST /useragent-kv HTTP/1.1" 200 115 0.016621 10.0.0.47 - - [2025-02-13 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.020346 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /project/e06a961daf3b4085aae48818654467aa HTTP/1.1" 404 173 0.020775 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /project/c7dd10cbc321484ea77bc0032d3fcd86 HTTP/1.1" 404 173 0.012553 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /project/ab59883a68a142a3975da626f331d664 HTTP/1.1" 404 173 0.010994 10.0.0.47 - - [2025-02-13 02:39:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010079 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001576 10.0.0.47 - - [2025-02-13 02:39:36] "POST /neutron/network HTTP/1.1" 200 151 0.153398 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /route-target/78f918fe-a501-401f-ba1b-9889686d6402 HTTP/1.1" 200 115 0.047585 10.0.0.47 - - [2025-02-13 02:39:36] "GET /routing-instance/3b47fa10-c97a-4297-a414-b46741cb6afe HTTP/1.1" 404 171 0.003638 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.053185 10.0.0.47 - - [2025-02-13 02:39:36] "GET /domains HTTP/1.1" 200 280 0.007816 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001111 10.0.0.47 - - [2025-02-13 02:39:36] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?fields=security_groups HTTP/1.1" 200 1397 0.031699 10.0.0.47 - - [2025-02-13 02:39:36] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2782 0.053681 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /security-group/4e164e41-e9fe-4a53-9910-34332a086eb6 HTTP/1.1" 200 115 0.053032 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=ab59883a-68a1-42a3-975d-a626f331d664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001481 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 1925 0.093773 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /access-control-list/5967c6a5-68e8-48e8-94a2-eb88ac645262 HTTP/1.1" 200 115 0.065364 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/ab59883a-68a1-42a3-975d-a626f331d664?fields=application_policy_sets HTTP/1.1" 200 1436 0.079994 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /access-control-list/1cfbf3aa-3142-428a-acf1-7a89f69bfdf5 HTTP/1.1" 200 115 0.041998 10.0.0.47 - - [2025-02-13 02:39:36] "DELETE /project/ab59883a-68a1-42a3-975d-a626f331d664 HTTP/1.1" 200 115 0.390130 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033361 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001579 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?fields=virtual_networks HTTP/1.1" 200 1057 0.045118 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001594 10.0.0.47 - - [2025-02-13 02:39:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035454 10.0.0.47 - - [2025-02-13 02:39:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001244 10.0.0.47 - - [2025-02-13 02:39:37] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?fields=security_groups HTTP/1.1" 200 1295 0.026079 10.0.0.47 - - [2025-02-13 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.027965 10.0.0.47 - - [2025-02-13 02:39:37] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.47 - - [2025-02-13 02:39:37] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.47 - - [2025-02-13 02:39:37] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007744 10.0.0.47 - - [2025-02-13 02:39:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001432 10.0.0.47 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.007650 10.0.0.47 - - [2025-02-13 02:39:38] "POST /security-groups HTTP/1.1" 200 586 0.070787 10.0.0.47 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.004691 10.0.0.47 - - [2025-02-13 02:39:38] "POST /projects HTTP/1.1" 200 575 0.272562 10.0.0.47 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.349026 10.0.0.47 - - [2025-02-13 02:39:38] "POST /access-control-lists HTTP/1.1" 200 591 0.063978 10.0.0.47 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002767 10.0.0.47 - - [2025-02-13 02:39:38] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.473934 10.0.0.47 - - [2025-02-13 02:39:38] "POST /access-control-lists HTTP/1.1" 200 589 0.059988 10.0.0.47 - - [2025-02-13 02:39:39] "GET / HTTP/1.1" 200 35931 0.002260 10.0.0.47 - - [2025-02-13 02:39:40] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001259 10.0.0.47 - - [2025-02-13 02:39:40] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041441 10.0.0.47 - - [2025-02-13 02:39:40] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002109 10.0.0.47 - - [2025-02-13 02:39:40] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?fields=virtual_networks HTTP/1.1" 200 1022 0.029359 10.0.0.47 - - [2025-02-13 02:39:40] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.47 - - [2025-02-13 02:39:40] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.024739 10.0.0.47 - - [2025-02-13 02:39:40] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.47 - - [2025-02-13 02:39:40] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?fields=security_groups HTTP/1.1" 200 1243 0.028485 10.0.0.47 - - [2025-02-13 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.024060 10.0.0.47 - - [2025-02-13 02:39:41] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.47 - - [2025-02-13 02:39:41] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.47 - - [2025-02-13 02:39:41] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008257 10.0.0.47 - - [2025-02-13 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 193 0.001484 10.0.0.47 - - [2025-02-13 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.002340 10.0.0.47 - - [2025-02-13 02:39:42] "POST /security-groups HTTP/1.1" 200 594 0.064096 10.0.0.47 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.003148 10.0.0.47 - - [2025-02-13 02:39:42] "POST /projects HTTP/1.1" 200 591 0.234593 10.0.0.47 - - [2025-02-13 02:39:42] "POST /access-control-lists HTTP/1.1" 200 599 0.060937 10.0.0.47 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.318842 10.0.0.47 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.006669 10.0.0.47 - - [2025-02-13 02:39:42] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.449323 10.0.0.47 - - [2025-02-13 02:39:42] "POST /access-control-lists HTTP/1.1" 200 597 0.068076 10.0.0.47 - - [2025-02-13 02:39:42] "GET /obj-perms HTTP/1.1" 200 5056 0.066417 10.0.0.47 - - [2025-02-13 02:39:43] "GET /obj-perms HTTP/1.1" 200 5056 0.111765 10.0.0.47 - - [2025-02-13 02:39:43] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.47 - - [2025-02-13 02:39:44] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.47 - - [2025-02-13 02:39:45] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002069 10.0.0.47 - - [2025-02-13 02:39:45] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.058372 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.47 - - [2025-02-13 02:39:45] "GET /security-group/8fee832b-5857-4bd0-bc56-103155c3d389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006798 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.47 - - [2025-02-13 02:39:45] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001620 10.0.0.47 - - [2025-02-13 02:39:45] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.044054 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.47 - - [2025-02-13 02:39:45] "GET /security-group/8fee832b-5857-4bd0-bc56-103155c3d389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004418 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.47 - - [2025-02-13 02:39:45] "PUT /security-group/8fee832b-5857-4bd0-bc56-103155c3d389 HTTP/1.1" 200 262 0.015175 10.0.0.47 - - [2025-02-13 02:39:45] "PUT /access-control-list/ea5bcd26-9c9f-4749-be9e-931bc716cd7a HTTP/1.1" 200 272 0.009646 10.0.0.47 - - [2025-02-13 02:39:45] "PUT /access-control-list/2c8c4028-2ae2-4c46-82b3-b3c646141fb6 HTTP/1.1" 200 272 0.009729 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003142 10.0.0.47 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.47 - - [2025-02-13 02:39:45] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002366 10.0.0.47 - - [2025-02-13 02:39:45] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.033633 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 117 0.031963 10.0.0.47 - - [2025-02-13 02:39:46] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001214 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 608 0.071393 10.0.0.47 - - [2025-02-13 02:39:46] "POST /route-targets HTTP/1.1" 200 327 0.012755 10.0.0.47 - - [2025-02-13 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.017598 10.0.0.47 - - [2025-02-13 02:39:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009536 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.193250 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 828 0.007183 10.0.0.47 - - [2025-02-13 02:39:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001384 10.0.0.47 - - [2025-02-13 02:39:46] "GET /virtual-network/b9d38fdb-6d07-47ea-83b4-e9376977ad0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005511 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 828 0.006347 10.0.0.47 - - [2025-02-13 02:39:46] "GET /virtual-network/b9d38fdb-6d07-47ea-83b4-e9376977ad0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005765 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 828 0.010970 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.012507 10.0.0.47 - - [2025-02-13 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.47 - - [2025-02-13 02:39:46] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001084 10.0.0.47 - - [2025-02-13 02:39:46] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026186 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 117 0.010317 10.0.0.47 - - [2025-02-13 02:39:46] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.47 - - [2025-02-13 02:39:46] "POST /neutron/network HTTP/1.1" 200 615 0.110859 10.0.0.47 - - [2025-02-13 02:39:46] "POST /route-targets HTTP/1.1" 200 327 0.027039 10.0.0.47 - - [2025-02-13 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.015946 10.0.0.47 - - [2025-02-13 02:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.187879 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/network HTTP/1.1" 200 834 0.009383 10.0.0.47 - - [2025-02-13 02:39:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001449 10.0.0.47 - - [2025-02-13 02:39:47] "GET /virtual-network/ece673fe-a755-49d8-a81e-6de3009e367d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008191 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/network HTTP/1.1" 200 834 0.007719 10.0.0.47 - - [2025-02-13 02:39:47] "GET /virtual-network/ece673fe-a755-49d8-a81e-6de3009e367d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006900 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/network HTTP/1.1" 200 834 0.006406 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.009478 10.0.0.47 - - [2025-02-13 02:39:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001279 10.0.0.47 - - [2025-02-13 02:39:47] "POST /neutron/network HTTP/1.1" 200 838 0.007311 10.0.0.47 - - [2025-02-13 02:39:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000466 10.0.0.47 - - [2025-02-13 02:39:47] "GET / HTTP/1.1" 200 35931 0.002791 10.0.0.47 - - [2025-02-13 02:39:47] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000620 10.0.0.47 - - [2025-02-13 02:39:48] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001344 10.0.0.47 - - [2025-02-13 02:39:48] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.060061 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/network HTTP/1.1" 200 828 0.006674 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.005647 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.005372 10.0.0.47 - - [2025-02-13 02:39:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001561 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.005983 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/network HTTP/1.1" 200 844 0.007805 10.0.0.47 - - [2025-02-13 02:39:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.47 - - [2025-02-13 02:39:48] "POST /neutron/network HTTP/1.1" 200 838 0.007024 10.0.0.47 - - [2025-02-13 02:39:48] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001640 10.0.0.47 - - [2025-02-13 02:39:48] "GET / HTTP/1.1" 200 35931 0.001536 10.0.0.47 - - [2025-02-13 02:39:48] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1064 0.265696 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1064 0.013775 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1064 0.011484 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1118 0.074880 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1092 0.030221 10.0.0.47 - - [2025-02-13 02:39:49] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001701 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.47 - - [2025-02-13 02:39:49] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.064774 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.027271 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/network HTTP/1.1" 200 834 0.006924 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/network HTTP/1.1" 200 828 0.008603 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 1092 0.023119 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007501 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/port HTTP/1.1" 200 117 0.007753 10.0.0.47 - - [2025-02-13 02:39:49] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001235 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/router HTTP/1.1" 200 585 0.089685 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/router HTTP/1.1" 200 585 0.006258 10.0.0.47 - - [2025-02-13 02:39:49] "POST /route-targets HTTP/1.1" 200 327 0.024741 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/router HTTP/1.1" 200 656 0.053157 10.0.0.47 - - [2025-02-13 02:39:49] "PUT /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed HTTP/1.1" 200 262 0.032816 10.0.0.47 - - [2025-02-13 02:39:49] "GET /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.010935 10.0.0.47 - - [2025-02-13 02:39:49] "POST /neutron/router HTTP/1.1" 200 656 0.011057 10.0.0.47 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.47 - - [2025-02-13 02:39:49] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001229 10.0.0.47 - - [2025-02-13 02:39:49] "GET /service-template/41b1229c-66cf-4fed-a71c-2af9ebe69f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006187 10.0.0.47 - - [2025-02-13 02:39:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.003136 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/network HTTP/1.1" 200 844 0.007366 10.0.0.47 - - [2025-02-13 02:39:50] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007249 10.0.0.47 - - [2025-02-13 02:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.039151 10.0.0.47 - - [2025-02-13 02:39:50] "POST /virtual-networks HTTP/1.1" 200 694 0.234164 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/router HTTP/1.1" 200 344 0.398280 10.0.0.47 - - [2025-02-13 02:39:50] "POST /route-targets HTTP/1.1" 200 327 0.047642 10.0.0.47 - - [2025-02-13 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.048913 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1092 0.038453 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.049785 10.0.0.47 - - [2025-02-13 02:39:50] "POST /service-instances HTTP/1.1" 200 670 0.124389 10.0.0.47 - - [2025-02-13 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.078968 10.0.0.47 - - [2025-02-13 02:39:50] "POST /route-tables HTTP/1.1" 200 582 0.048410 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1063 0.471431 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1063 0.015827 10.0.0.47 - - [2025-02-13 02:39:50] "PUT /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed HTTP/1.1" 200 262 0.043152 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1063 0.013444 10.0.0.47 - - [2025-02-13 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.028216 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1117 0.098679 10.0.0.47 - - [2025-02-13 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1091 0.021373 10.0.0.47 - - [2025-02-13 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.020858 10.0.0.47 - - [2025-02-13 02:39:50] "POST /virtual-machines HTTP/1.1" 200 553 0.013623 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 117 0.005000 10.0.0.47 - - [2025-02-13 02:39:50] "POST /neutron/network HTTP/1.1" 200 834 0.006042 10.0.0.47 - - [2025-02-13 02:39:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097706 10.0.0.47 - - [2025-02-13 02:39:51] "POST /chown HTTP/1.1" 200 109 0.008448 10.0.0.47 - - [2025-02-13 02:39:51] "POST /instance-ips HTTP/1.1" 200 551 0.024533 10.0.0.47 - - [2025-02-13 02:39:51] "POST /instance-ips HTTP/1.1" 400 246 0.026410 10.0.0.47 - - [2025-02-13 02:39:51] "POST /chown HTTP/1.1" 200 109 0.011618 10.0.0.47 - - [2025-02-13 02:39:51] "PUT /virtual-machine-interface/79ed132e-d0c4-4599-afda-30f8620f503f HTTP/1.1" 200 284 0.013292 10.0.0.47 - - [2025-02-13 02:39:51] "PUT /instance-ip/0b3d27f1-44b0-44df-978f-8a8ef984bd20 HTTP/1.1" 200 256 0.014983 10.0.0.47 - - [2025-02-13 02:39:51] "POST /ref-update HTTP/1.1" 200 156 0.015814 10.0.0.47 - - [2025-02-13 02:39:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099540 10.0.0.47 - - [2025-02-13 02:39:51] "POST /chown HTTP/1.1" 200 109 0.008576 10.0.0.47 - - [2025-02-13 02:39:51] "POST /instance-ips HTTP/1.1" 200 549 0.034774 10.0.0.47 - - [2025-02-13 02:39:51] "POST /instance-ips HTTP/1.1" 400 316 0.017907 10.0.0.47 - - [2025-02-13 02:39:51] "POST /chown HTTP/1.1" 200 109 0.011620 10.0.0.47 - - [2025-02-13 02:39:51] "PUT /virtual-machine-interface/c2c245ca-2be6-4d1b-8568-f29d04d4e37c HTTP/1.1" 200 284 0.012722 10.0.0.47 - - [2025-02-13 02:39:52] "PUT /instance-ip/2690b729-6b92-4494-a43e-71d5d964322f HTTP/1.1" 200 256 0.018306 10.0.0.47 - - [2025-02-13 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.014120 10.0.0.47 - - [2025-02-13 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.017231 10.0.0.47 - - [2025-02-13 02:39:52] "PUT /routing-instance/eb727490-f584-4ddb-b589-d6657ce7491d HTTP/1.1" 200 266 0.024770 10.0.0.47 - - [2025-02-13 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.016016 10.0.0.47 - - [2025-02-13 02:39:52] "POST /virtual-machines HTTP/1.1" 200 553 0.018463 10.0.0.47 - - [2025-02-13 02:39:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.110781 10.0.0.47 - - [2025-02-13 02:39:52] "POST /chown HTTP/1.1" 200 109 0.011308 10.0.0.47 - - [2025-02-13 02:39:52] "POST /instance-ips HTTP/1.1" 400 246 0.016820 10.0.0.47 - - [2025-02-13 02:39:52] "POST /chown HTTP/1.1" 200 109 0.009687 10.0.0.47 - - [2025-02-13 02:39:52] "PUT /virtual-machine-interface/7be237a8-8310-44a7-94f6-8fa4da0cd5ac HTTP/1.1" 200 284 0.015628 10.0.0.47 - - [2025-02-13 02:39:52] "PUT /instance-ip/0b3d27f1-44b0-44df-978f-8a8ef984bd20 HTTP/1.1" 200 256 0.014433 10.0.0.47 - - [2025-02-13 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.024398 10.0.0.47 - - [2025-02-13 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.014566 10.0.0.47 - - [2025-02-13 02:39:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093580 10.0.0.47 - - [2025-02-13 02:39:52] "POST /chown HTTP/1.1" 200 109 0.007851 10.0.0.47 - - [2025-02-13 02:39:53] "POST /instance-ips HTTP/1.1" 400 316 0.017786 10.0.0.47 - - [2025-02-13 02:39:53] "POST /chown HTTP/1.1" 200 109 0.009808 10.0.0.47 - - [2025-02-13 02:39:53] "PUT /virtual-machine-interface/710ec971-790e-4804-8279-2620445c1b80 HTTP/1.1" 200 284 0.012019 10.0.0.47 - - [2025-02-13 02:39:53] "PUT /instance-ip/2690b729-6b92-4494-a43e-71d5d964322f HTTP/1.1" 200 256 0.014400 10.0.0.47 - - [2025-02-13 02:39:53] "POST /ref-update HTTP/1.1" 200 156 0.012951 10.0.0.47 - - [2025-02-13 02:39:53] "POST /ref-update HTTP/1.1" 200 156 0.014051 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/port HTTP/1.1" 200 1092 0.026217 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006899 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/port HTTP/1.1" 200 1092 0.019926 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009262 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/port HTTP/1.1" 200 1092 0.015573 10.0.0.47 - - [2025-02-13 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006764 10.0.0.47 - - [2025-02-13 02:39:55] "GET /virtual-machine/591276f2-ddd2-41b4-ac0e-14fb4dab179e HTTP/1.1" 401 292 0.000482 10.0.0.47 - - [2025-02-13 02:39:56] "GET /virtual-machine/591276f2-ddd2-41b4-ac0e-14fb4dab179e HTTP/1.1" 200 1295 0.032179 10.0.0.47 - - [2025-02-13 02:39:56] "GET /virtual-machine-interface/babb0ae8-9ffd-40c2-a45b-ec279f3663b1 HTTP/1.1" 200 2957 0.009534 10.0.0.47 - - [2025-02-13 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.47 - - [2025-02-13 02:39:56] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006098 10.0.0.47 - - [2025-02-13 02:39:56] "GET /virtual-networks?parent_id=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004214 10.0.0.47 - - [2025-02-13 02:39:56] "GET /virtual-network/b9d38fdb-6d07-47ea-83b4-e9376977ad0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006967 10.0.0.47 - - [2025-02-13 02:39:58] "POST /neutron/port HTTP/1.1" 200 1092 0.023960 10.0.0.47 - - [2025-02-13 02:39:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005886 10.0.0.47 - - [2025-02-13 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.47 - - [2025-02-13 02:39:59] "GET /virtual-network/b9d38fdb-6d07-47ea-83b4-e9376977ad0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005296 10.0.0.47 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1091 0.025917 10.0.0.47 - - [2025-02-13 02:40:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009637 10.0.0.47 - - [2025-02-13 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.47 - - [2025-02-13 02:40:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003419 10.0.0.47 - - [2025-02-13 02:40:01] "GET /virtual-networks?parent_id=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003210 10.0.0.47 - - [2025-02-13 02:40:01] "GET /virtual-network/b9d38fdb-6d07-47ea-83b4-e9376977ad0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006053 10.0.0.47 - - [2025-02-13 02:40:01] "POST /neutron/port HTTP/1.1" 200 1091 0.024660 10.0.0.47 - - [2025-02-13 02:40:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009776 10.0.0.47 - - [2025-02-13 02:40:02] "POST /neutron/port HTTP/1.1" 200 1091 0.025898 10.0.0.47 - - [2025-02-13 02:40:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007415 10.0.0.47 - - [2025-02-13 02:40:02] "POST /neutron/port HTTP/1.1" 200 1091 0.018748 10.0.0.47 - - [2025-02-13 02:40:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007880 10.0.0.47 - - [2025-02-13 02:40:02] "GET /virtual-machine/708c15d2-856d-4241-85ba-a04648dc82b9 HTTP/1.1" 200 1294 0.005808 10.0.0.47 - - [2025-02-13 02:40:02] "GET /virtual-machine-interface/636c32f1-cca4-440a-9a5f-f8b84517acca HTTP/1.1" 200 2968 0.005571 10.0.0.47 - - [2025-02-13 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.47 - - [2025-02-13 02:40:02] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.011626 10.0.0.47 - - [2025-02-13 02:40:02] "GET /virtual-networks?parent_id=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003891 10.0.0.47 - - [2025-02-13 02:40:02] "GET /virtual-network/ece673fe-a755-49d8-a81e-6de3009e367d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.019557 10.0.0.47 - - [2025-02-13 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.47 - - [2025-02-13 02:40:03] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003614 10.0.0.47 - - [2025-02-13 02:40:03] "GET /virtual-networks?parent_id=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003779 10.0.0.47 - - [2025-02-13 02:40:03] "GET /virtual-network/ece673fe-a755-49d8-a81e-6de3009e367d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005422 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/port HTTP/1.1" 200 1092 0.016839 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/port HTTP/1.1" 200 1092 0.016320 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/network HTTP/1.1" 200 838 0.006368 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004181 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.014032 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.47 - - [2025-02-13 02:40:04] "POST /neutron/network HTTP/1.1" 200 828 0.006383 10.0.0.47 - - [2025-02-13 02:40:07] "POST /neutron/router HTTP/1.1" 200 656 0.004889 10.0.0.47 - - [2025-02-13 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.013706 10.0.0.47 - - [2025-02-13 02:40:07] "POST /neutron/router HTTP/1.1" 200 344 0.110336 10.0.0.47 - - [2025-02-13 02:40:07] "POST /neutron/router HTTP/1.1" 200 656 0.006959 10.0.0.47 - - [2025-02-13 02:40:08] "GET /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003606 10.0.0.47 - - [2025-02-13 02:40:08] "GET /service-instance/4e403d18-62c8-483c-ba74-d21e4ad74261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003610 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/router HTTP/1.1" 200 151 0.073214 10.0.0.47 - - [2025-02-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /route-target/59dce75a-d029-4d1d-a5cc-1968025f8e79 HTTP/1.1" 409 239 0.006174 10.0.0.47 - - [2025-02-13 02:40:08] "PUT /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed HTTP/1.1" 404 171 0.003463 10.0.0.47 - - [2025-02-13 02:40:08] "POST /ref-update HTTP/1.1" 200 156 0.019800 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /route-table/5780aa77-f0ee-496f-a246-69f3bfe6f4fe HTTP/1.1" 200 115 0.052576 10.0.0.47 - - [2025-02-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006541 10.0.0.47 - - [2025-02-13 02:40:08] "PUT /routing-instance/eb727490-f584-4ddb-b589-d6657ce7491d HTTP/1.1" 200 266 0.014513 10.0.0.47 - - [2025-02-13 02:40:08] "GET /virtual-network/682d2a33-4be6-401f-8ef7-303d33fdd6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.011892 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/network HTTP/1.1" 200 834 0.019340 10.0.0.47 - - [2025-02-13 02:40:08] "POST /ref-update HTTP/1.1" 200 156 0.021635 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/network HTTP/1.1" 400 204 0.056031 10.0.0.47 - - [2025-02-13 02:40:08] "POST /ref-update HTTP/1.1" 200 156 0.010631 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /instance-ip/2690b729-6b92-4494-a43e-71d5d964322f HTTP/1.1" 200 115 0.044446 10.0.0.47 - - [2025-02-13 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006816 10.0.0.47 - - [2025-02-13 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /virtual-network/682d2a33-4be6-401f-8ef7-303d33fdd6b6 HTTP/1.1" 200 115 0.157206 10.0.0.47 - - [2025-02-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /route-target/911da5de-4145-4289-91a8-156f837e574b HTTP/1.1" 200 115 0.034968 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /service-instance/4e403d18-62c8-483c-ba74-d21e4ad74261 HTTP/1.1" 200 115 0.053292 10.0.0.47 - - [2025-02-13 02:40:08] "GET /logical-router/9a2b088b-0e94-43ad-b7be-36c946ff8fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003548 10.0.0.47 - - [2025-02-13 02:40:08] "GET /service-instance/4e403d18-62c8-483c-ba74-d21e4ad74261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003008 10.0.0.47 - - [2025-02-13 02:40:08] "GET /virtual-machine-interface/c2c245ca-2be6-4d1b-8568-f29d04d4e37c?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.008074 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/port HTTP/1.1" 200 1091 0.026982 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/port HTTP/1.1" 200 1092 0.023939 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/port HTTP/1.1" 200 1117 0.019084 10.0.0.47 - - [2025-02-13 02:40:08] "POST /neutron/port HTTP/1.1" 200 1118 0.015465 10.0.0.47 - - [2025-02-13 02:40:08] "DELETE /virtual-machine-interface/c2c245ca-2be6-4d1b-8568-f29d04d4e37c HTTP/1.1" 200 115 0.064650 10.0.0.47 - - [2025-02-13 02:40:08] "GET /virtual-machine-interface/79ed132e-d0c4-4599-afda-30f8620f503f?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005410 10.0.0.47 - - [2025-02-13 02:40:08] "POST /ref-update HTTP/1.1" 200 156 0.031479 10.0.0.47 - - [2025-02-13 02:40:09] "GET /instance-ip/0b3d27f1-44b0-44df-978f-8a8ef984bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006623 10.0.0.47 - - [2025-02-13 02:40:09] "POST /neutron/port HTTP/1.1" 200 151 0.199638 10.0.0.47 - - [2025-02-13 02:40:09] "POST /neutron/port HTTP/1.1" 200 151 0.202167 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /virtual-machine-interface/79ed132e-d0c4-4599-afda-30f8620f503f HTTP/1.1" 200 115 0.045581 10.0.0.47 - - [2025-02-13 02:40:09] "POST /ref-update HTTP/1.1" 200 156 0.013993 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /virtual-machine/d60628b5-6eb9-413c-a417-9b047eb58858 HTTP/1.1" 200 115 0.027457 10.0.0.47 - - [2025-02-13 02:40:09] "GET /virtual-machine-interface/710ec971-790e-4804-8279-2620445c1b80?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.011374 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /virtual-machine-interface/710ec971-790e-4804-8279-2620445c1b80 HTTP/1.1" 200 115 0.037406 10.0.0.47 - - [2025-02-13 02:40:09] "GET /virtual-machine-interface/7be237a8-8310-44a7-94f6-8fa4da0cd5ac?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.009006 10.0.0.47 - - [2025-02-13 02:40:09] "POST /ref-update HTTP/1.1" 200 156 0.015642 10.0.0.47 - - [2025-02-13 02:40:09] "GET /instance-ip/0b3d27f1-44b0-44df-978f-8a8ef984bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.008134 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /instance-ip/0b3d27f1-44b0-44df-978f-8a8ef984bd20 HTTP/1.1" 200 115 0.034112 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /virtual-machine-interface/7be237a8-8310-44a7-94f6-8fa4da0cd5ac HTTP/1.1" 200 115 0.039516 10.0.0.47 - - [2025-02-13 02:40:09] "DELETE /virtual-machine/7f84d484-4d42-46a9-980e-e543142234be HTTP/1.1" 200 115 0.017888 10.0.0.47 - - [2025-02-13 02:40:10] "POST /neutron/network HTTP/1.1" 200 834 0.006281 10.0.0.47 - - [2025-02-13 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.47 - - [2025-02-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.47 - - [2025-02-13 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003299 10.0.0.47 - - [2025-02-13 02:40:10] "POST /neutron/network HTTP/1.1" 200 151 0.084249 10.0.0.47 - - [2025-02-13 02:40:10] "DELETE /route-target/a20701aa-90a9-492c-bff3-81e68142e845 HTTP/1.1" 200 115 0.014432 10.0.0.47 - - [2025-02-13 02:40:10] "POST /neutron/network HTTP/1.1" 200 828 0.005660 10.0.0.47 - - [2025-02-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006237 10.0.0.47 - - [2025-02-13 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.47 - - [2025-02-13 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003733 10.0.0.47 - - [2025-02-13 02:40:10] "POST /neutron/network HTTP/1.1" 200 151 0.098145 10.0.0.47 - - [2025-02-13 02:40:10] "DELETE /route-target/a82bd942-211a-4bde-b356-5d75e0255781 HTTP/1.1" 200 115 0.026394 10.0.0.47 - - [2025-02-13 02:40:10] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001209 10.0.0.47 - - [2025-02-13 02:40:10] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025506 10.0.0.47 - - [2025-02-13 02:40:10] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001227 10.0.0.47 - - [2025-02-13 02:40:10] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?fields=virtual_networks HTTP/1.1" 200 1039 0.071904 10.0.0.47 - - [2025-02-13 02:40:10] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001672 10.0.0.47 - - [2025-02-13 02:40:11] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.040630 10.0.0.47 - - [2025-02-13 02:40:11] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001230 10.0.0.47 - - [2025-02-13 02:40:11] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?fields=security_groups HTTP/1.1" 200 1268 0.029327 10.0.0.47 - - [2025-02-13 02:40:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.026000 10.0.0.47 - - [2025-02-13 02:40:11] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002809 10.0.0.47 - - [2025-02-13 02:40:12] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001683 10.0.0.47 - - [2025-02-13 02:40:12] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011614 10.0.0.47 - - [2025-02-13 02:40:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.001920 10.0.0.47 - - [2025-02-13 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005541 10.0.0.47 - - [2025-02-13 02:40:12] "POST /security-groups HTTP/1.1" 200 599 0.066895 10.0.0.47 - - [2025-02-13 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.003514 10.0.0.47 - - [2025-02-13 02:40:12] "POST /projects HTTP/1.1" 200 601 0.234233 10.0.0.47 - - [2025-02-13 02:40:12] "POST /access-control-lists HTTP/1.1" 200 604 0.061368 10.0.0.47 - - [2025-02-13 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.313771 10.0.0.47 - - [2025-02-13 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 241 0.003151 10.0.0.47 - - [2025-02-13 02:40:12] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.453705 10.0.0.47 - - [2025-02-13 02:40:12] "POST /access-control-lists HTTP/1.1" 200 602 0.060318 10.0.0.47 - - [2025-02-13 02:40:13] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.47 - - [2025-02-13 02:40:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000741 10.0.0.47 - - [2025-02-13 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.058711 10.0.0.47 - - [2025-02-13 02:40:14] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.47 - - [2025-02-13 02:40:14] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029628 10.0.0.47 - - [2025-02-13 02:40:14] "POST /neutron/network HTTP/1.1" 200 117 0.034877 10.0.0.47 - - [2025-02-13 02:40:14] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001535 10.0.0.47 - - [2025-02-13 02:40:14] "POST /neutron/network HTTP/1.1" 200 613 0.084476 10.0.0.47 - - [2025-02-13 02:40:14] "POST /route-targets HTTP/1.1" 200 327 0.011880 10.0.0.47 - - [2025-02-13 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.015909 10.0.0.47 - - [2025-02-13 02:40:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006084 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.234879 10.0.0.47 - - [2025-02-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000630 10.0.0.47 - - [2025-02-13 02:40:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005698 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.180187 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 1004 0.008093 10.0.0.47 - - [2025-02-13 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001326 10.0.0.47 - - [2025-02-13 02:40:15] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005066 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 1004 0.016799 10.0.0.47 - - [2025-02-13 02:40:15] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008169 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 1004 0.009074 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.007896 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.009031 10.0.0.47 - - [2025-02-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.47 - - [2025-02-13 02:40:15] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005815 10.0.0.47 - - [2025-02-13 02:40:15] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049633 10.0.0.47 - - [2025-02-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.044257 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 117 0.010334 10.0.0.47 - - [2025-02-13 02:40:15] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.47 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 613 0.093072 10.0.0.47 - - [2025-02-13 02:40:15] "POST /route-targets HTTP/1.1" 200 327 0.015920 10.0.0.47 - - [2025-02-13 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.017549 10.0.0.47 - - [2025-02-13 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003452 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.209487 10.0.0.47 - - [2025-02-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002571 10.0.0.47 - - [2025-02-13 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004143 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.182522 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1007 0.009941 10.0.0.47 - - [2025-02-13 02:40:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001377 10.0.0.47 - - [2025-02-13 02:40:16] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006033 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1007 0.008076 10.0.0.47 - - [2025-02-13 02:40:16] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005335 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1007 0.008844 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.007176 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.007742 10.0.0.47 - - [2025-02-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002691 10.0.0.47 - - [2025-02-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.47 - - [2025-02-13 02:40:16] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.47 - - [2025-02-13 02:40:16] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025260 10.0.0.47 - - [2025-02-13 02:40:16] "POST /network-policys HTTP/1.1" 200 577 0.064146 10.0.0.47 - - [2025-02-13 02:40:16] "GET /network-policy/7ca44371-c50b-40e6-80ca-4649d36acf88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006262 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1004 0.009628 10.0.0.47 - - [2025-02-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.009632 10.0.0.47 - - [2025-02-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.007640 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1112 0.075216 10.0.0.47 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 1112 0.039717 10.0.0.47 - - [2025-02-13 02:40:17] "POST /access-control-lists HTTP/1.1" 200 596 0.084853 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007209 10.0.0.47 - - [2025-02-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.47 - - [2025-02-13 02:40:17] "GET /network-policy/7ca44371-c50b-40e6-80ca-4649d36acf88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004514 10.0.0.47 - - [2025-02-13 02:40:17] "POST /neutron/network HTTP/1.1" 200 1007 0.008549 10.0.0.47 - - [2025-02-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.009192 10.0.0.47 - - [2025-02-13 02:40:17] "PUT /access-control-list/4001162e-8953-4557-8659-c55ddaec9f89 HTTP/1.1" 200 272 0.062376 10.0.0.47 - - [2025-02-13 02:40:17] "POST /neutron/network HTTP/1.1" 200 1115 0.113313 10.0.0.47 - - [2025-02-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.003454 10.0.0.47 - - [2025-02-13 02:40:17] "POST /neutron/network HTTP/1.1" 200 1115 0.013126 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005706 10.0.0.47 - - [2025-02-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.47 - - [2025-02-13 02:40:17] "GET /network-policy/7ca44371-c50b-40e6-80ca-4649d36acf88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.013465 10.0.0.47 - - [2025-02-13 02:40:17] "POST /access-control-lists HTTP/1.1" 200 596 0.065811 10.0.0.47 - - [2025-02-13 02:40:17] "GET /domains HTTP/1.1" 401 292 0.000635 10.0.0.47 - - [2025-02-13 02:40:17] "POST /ref-update HTTP/1.1" 200 156 0.013324 10.0.0.47 - - [2025-02-13 02:40:17] "GET /domains HTTP/1.1" 200 280 0.031657 10.0.0.47 - - [2025-02-13 02:40:17] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001740 10.0.0.47 - - [2025-02-13 02:40:17] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.018756 10.0.0.47 - - [2025-02-13 02:40:17] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.47 - - [2025-02-13 02:40:17] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 2625 0.076149 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655 HTTP/1.1" 200 3499 0.008319 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655 HTTP/1.1" 200 3499 0.005615 10.0.0.47 - - [2025-02-13 02:40:17] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 200 1795 0.004538 10.0.0.47 - - [2025-02-13 02:40:17] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 200 1795 0.004645 10.0.0.47 - - [2025-02-13 02:40:17] "GET /route-target/2c1b11f4-5501-4a4b-a082-8dfe2c17e3e3 HTTP/1.1" 200 1212 0.005446 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655 HTTP/1.1" 200 3499 0.008529 10.0.0.47 - - [2025-02-13 02:40:17] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 200 1795 0.004991 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005299 10.0.0.47 - - [2025-02-13 02:40:17] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655 HTTP/1.1" 200 3499 0.005293 10.0.0.47 - - [2025-02-13 02:40:17] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 200 1795 0.003716 10.0.0.47 - - [2025-02-13 02:40:17] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 200 1795 0.003904 10.0.0.47 - - [2025-02-13 02:40:17] "GET /route-target/2c1b11f4-5501-4a4b-a082-8dfe2c17e3e3 HTTP/1.1" 200 1212 0.004997 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains HTTP/1.1" 200 280 0.003035 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.008423 10.0.0.47 - - [2025-02-13 02:40:18] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.47 - - [2025-02-13 02:40:18] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 2625 0.076691 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655 HTTP/1.1" 200 3499 0.006281 10.0.0.47 - - [2025-02-13 02:40:18] "GET /obj-perms HTTP/1.1" 200 5046 0.054932 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains HTTP/1.1" 200 280 0.002882 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002213 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.009826 10.0.0.47 - - [2025-02-13 02:40:18] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524 10.0.0.47 - - [2025-02-13 02:40:18] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 2625 0.071028 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81 HTTP/1.1" 200 3508 0.007932 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81 HTTP/1.1" 200 3508 0.008678 10.0.0.47 - - [2025-02-13 02:40:18] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 200 1796 0.005554 10.0.0.47 - - [2025-02-13 02:40:18] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 200 1796 0.005075 10.0.0.47 - - [2025-02-13 02:40:18] "GET /route-target/068f7ab0-8c17-41ef-8069-22cbcaa96b9b HTTP/1.1" 200 1210 0.003554 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81 HTTP/1.1" 200 3508 0.008195 10.0.0.47 - - [2025-02-13 02:40:18] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 200 1796 0.004101 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005610 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81 HTTP/1.1" 200 3508 0.005302 10.0.0.47 - - [2025-02-13 02:40:18] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 200 1796 0.004210 10.0.0.47 - - [2025-02-13 02:40:18] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 200 1796 0.005314 10.0.0.47 - - [2025-02-13 02:40:18] "GET /route-target/068f7ab0-8c17-41ef-8069-22cbcaa96b9b HTTP/1.1" 200 1210 0.003553 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains HTTP/1.1" 200 280 0.003496 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.47 - - [2025-02-13 02:40:18] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.008246 10.0.0.47 - - [2025-02-13 02:40:18] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.47 - - [2025-02-13 02:40:18] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 2625 0.083913 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81 HTTP/1.1" 200 3508 0.006762 10.0.0.47 - - [2025-02-13 02:40:18] "GET /obj-perms HTTP/1.1" 200 5046 0.003281 10.0.0.47 - - [2025-02-13 02:40:18] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005934 10.0.0.47 - - [2025-02-13 02:40:18] "POST /neutron/network HTTP/1.1" 200 1115 0.012440 10.0.0.47 - - [2025-02-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.005771 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1007 0.063736 10.0.0.47 - - [2025-02-13 02:40:19] "DELETE /access-control-list/3dd1058d-8bf9-4799-b013-389c9e066bce HTTP/1.1" 200 115 0.042886 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1007 0.009366 10.0.0.47 - - [2025-02-13 02:40:19] "POST /ref-update HTTP/1.1" 200 156 0.012251 10.0.0.47 - - [2025-02-13 02:40:19] "GET /virtual-network/346aef25-34ff-4912-b581-dd26ae514f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006550 10.0.0.47 - - [2025-02-13 02:40:19] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005525 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1112 0.008888 10.0.0.47 - - [2025-02-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003053 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1004 0.048587 10.0.0.47 - - [2025-02-13 02:40:19] "DELETE /access-control-list/4001162e-8953-4557-8659-c55ddaec9f89 HTTP/1.1" 200 115 0.035532 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009239 10.0.0.47 - - [2025-02-13 02:40:19] "GET /virtual-network/619f6419-649b-4222-ac20-c518e0ff5655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005250 10.0.0.47 - - [2025-02-13 02:40:19] "POST /ref-update HTTP/1.1" 200 156 0.028908 10.0.0.47 - - [2025-02-13 02:40:19] "DELETE /network-policy/7ca44371-c50b-40e6-80ca-4649d36acf88 HTTP/1.1" 200 115 0.032940 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1007 0.007701 10.0.0.47 - - [2025-02-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003142 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 151 0.104434 10.0.0.47 - - [2025-02-13 02:40:19] "DELETE /route-target/068f7ab0-8c17-41ef-8069-22cbcaa96b9b HTTP/1.1" 200 115 0.030384 10.0.0.47 - - [2025-02-13 02:40:19] "GET /routing-instance/c69ed7f8-176a-4fcf-b9c5-9098fda58ef0 HTTP/1.1" 404 171 0.003729 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domains HTTP/1.1" 200 280 0.002655 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.051321 10.0.0.47 - - [2025-02-13 02:40:19] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.47 - - [2025-02-13 02:40:19] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 2145 0.078004 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1004 0.008230 10.0.0.47 - - [2025-02-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002535 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.47 - - [2025-02-13 02:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.47 - - [2025-02-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 151 0.093277 10.0.0.47 - - [2025-02-13 02:40:19] "DELETE /route-target/2c1b11f4-5501-4a4b-a082-8dfe2c17e3e3 HTTP/1.1" 200 115 0.022245 10.0.0.47 - - [2025-02-13 02:40:19] "GET /routing-instance/157a9244-73fd-435b-93cd-aa0233a018b8 HTTP/1.1" 404 171 0.002931 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domains HTTP/1.1" 200 280 0.002702 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.47 - - [2025-02-13 02:40:19] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3149 0.055686 10.0.0.47 - - [2025-02-13 02:40:19] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.47 - - [2025-02-13 02:40:19] "GET /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 1900 0.071965 10.0.0.47 - - [2025-02-13 02:40:20] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.47 - - [2025-02-13 02:40:20] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034135 10.0.0.47 - - [2025-02-13 02:40:20] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.47 - - [2025-02-13 02:40:20] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?fields=virtual_networks HTTP/1.1" 200 1048 0.073117 10.0.0.47 - - [2025-02-13 02:40:20] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001428 10.0.0.47 - - [2025-02-13 02:40:20] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.029863 10.0.0.47 - - [2025-02-13 02:40:20] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.47 - - [2025-02-13 02:40:20] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?fields=security_groups HTTP/1.1" 200 1282 0.023760 10.0.0.47 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.030105 10.0.0.47 - - [2025-02-13 02:40:21] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.47 - - [2025-02-13 02:40:21] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001922 10.0.0.47 - - [2025-02-13 02:40:21] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008756 10.0.0.47 - - [2025-02-13 02:40:21] "POST /id-to-fqname HTTP/1.1" 200 192 0.001252 10.0.0.47 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.004263 10.0.0.47 - - [2025-02-13 02:40:21] "POST /security-groups HTTP/1.1" 200 593 0.067859 10.0.0.47 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003004 10.0.0.47 - - [2025-02-13 02:40:21] "POST /projects HTTP/1.1" 200 589 0.219202 10.0.0.47 - - [2025-02-13 02:40:21] "POST /access-control-lists HTTP/1.1" 200 598 0.058568 10.0.0.47 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.292742 10.0.0.47 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.003455 10.0.0.47 - - [2025-02-13 02:40:21] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.417821 10.0.0.47 - - [2025-02-13 02:40:21] "POST /access-control-lists HTTP/1.1" 200 596 0.064334 10.0.0.47 - - [2025-02-13 02:40:22] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.47 - - [2025-02-13 02:40:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.47 - - [2025-02-13 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.059438 10.0.0.47 - - [2025-02-13 02:40:23] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001358 10.0.0.47 - - [2025-02-13 02:40:23] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033013 10.0.0.47 - - [2025-02-13 02:40:23] "POST /neutron/network HTTP/1.1" 200 117 0.032508 10.0.0.47 - - [2025-02-13 02:40:24] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001722 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 607 0.081757 10.0.0.47 - - [2025-02-13 02:40:24] "POST /route-targets HTTP/1.1" 200 327 0.011692 10.0.0.47 - - [2025-02-13 02:40:24] "POST /ref-update HTTP/1.1" 200 156 0.015217 10.0.0.47 - - [2025-02-13 02:40:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.162820 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 825 0.006841 10.0.0.47 - - [2025-02-13 02:40:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001991 10.0.0.47 - - [2025-02-13 02:40:24] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007427 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 825 0.006504 10.0.0.47 - - [2025-02-13 02:40:24] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006522 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 825 0.006349 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.007696 10.0.0.47 - - [2025-02-13 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.47 - - [2025-02-13 02:40:24] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.47 - - [2025-02-13 02:40:24] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030311 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 117 0.010252 10.0.0.47 - - [2025-02-13 02:40:24] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 607 0.070919 10.0.0.47 - - [2025-02-13 02:40:24] "POST /route-targets HTTP/1.1" 200 327 0.012677 10.0.0.47 - - [2025-02-13 02:40:24] "POST /ref-update HTTP/1.1" 200 156 0.013058 10.0.0.47 - - [2025-02-13 02:40:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004313 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.145290 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 826 0.006186 10.0.0.47 - - [2025-02-13 02:40:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001490 10.0.0.47 - - [2025-02-13 02:40:24] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008402 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 826 0.007275 10.0.0.47 - - [2025-02-13 02:40:24] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006601 10.0.0.47 - - [2025-02-13 02:40:24] "POST /neutron/network HTTP/1.1" 200 826 0.007277 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.008826 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003474 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.47 - - [2025-02-13 02:40:25] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.47 - - [2025-02-13 02:40:25] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.035289 10.0.0.47 - - [2025-02-13 02:40:25] "POST /network-policys HTTP/1.1" 200 571 0.019187 10.0.0.47 - - [2025-02-13 02:40:25] "GET /network-policy/422b1819-7bd3-47da-87d2-06369cf865cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005442 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 825 0.006805 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.003777 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 927 0.043547 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 927 0.047754 10.0.0.47 - - [2025-02-13 02:40:25] "POST /access-control-lists HTTP/1.1" 200 590 0.070656 10.0.0.47 - - [2025-02-13 02:40:25] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.008047 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.47 - - [2025-02-13 02:40:25] "GET /network-policy/422b1819-7bd3-47da-87d2-06369cf865cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004021 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 826 0.006315 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 928 0.104280 10.0.0.47 - - [2025-02-13 02:40:25] "PUT /access-control-list/4d83e2e3-9222-4d45-bdfd-f14a7a55f191 HTTP/1.1" 200 272 0.072112 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.002769 10.0.0.47 - - [2025-02-13 02:40:25] "POST /neutron/network HTTP/1.1" 200 928 0.006488 10.0.0.47 - - [2025-02-13 02:40:25] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005329 10.0.0.47 - - [2025-02-13 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.47 - - [2025-02-13 02:40:25] "GET /network-policy/422b1819-7bd3-47da-87d2-06369cf865cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.044706 10.0.0.47 - - [2025-02-13 02:40:25] "POST /access-control-lists HTTP/1.1" 200 590 0.073087 10.0.0.47 - - [2025-02-13 02:40:25] "GET /domains HTTP/1.1" 401 292 0.000516 10.0.0.47 - - [2025-02-13 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.013682 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains HTTP/1.1" 200 280 0.029032 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3337 0.012022 10.0.0.47 - - [2025-02-13 02:40:26] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001856 10.0.0.47 - - [2025-02-13 02:40:26] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 2571 0.082147 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8 HTTP/1.1" 200 2888 0.014217 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8 HTTP/1.1" 200 2888 0.008354 10.0.0.47 - - [2025-02-13 02:40:26] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 200 1784 0.004279 10.0.0.47 - - [2025-02-13 02:40:26] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 200 1784 0.004490 10.0.0.47 - - [2025-02-13 02:40:26] "GET /route-target/32db682b-6fa3-40cf-801d-9e11c1f4675b HTTP/1.1" 200 1205 0.003908 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8 HTTP/1.1" 200 2888 0.006214 10.0.0.47 - - [2025-02-13 02:40:26] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 200 1784 0.004300 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005748 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8 HTTP/1.1" 200 2888 0.006227 10.0.0.47 - - [2025-02-13 02:40:26] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 200 1784 0.004223 10.0.0.47 - - [2025-02-13 02:40:26] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 200 1784 0.004160 10.0.0.47 - - [2025-02-13 02:40:26] "GET /route-target/32db682b-6fa3-40cf-801d-9e11c1f4675b HTTP/1.1" 200 1205 0.003606 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains HTTP/1.1" 200 280 0.003202 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3337 0.008919 10.0.0.47 - - [2025-02-13 02:40:26] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001697 10.0.0.47 - - [2025-02-13 02:40:26] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 2571 0.077039 10.0.0.47 - - [2025-02-13 02:40:26] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8 HTTP/1.1" 200 2888 0.007004 10.0.0.47 - - [2025-02-13 02:40:26] "GET /obj-perms HTTP/1.1" 200 5034 0.055186 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains HTTP/1.1" 200 280 0.003221 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001552 10.0.0.47 - - [2025-02-13 02:40:26] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3337 0.009031 10.0.0.47 - - [2025-02-13 02:40:26] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001678 10.0.0.47 - - [2025-02-13 02:40:27] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 2571 0.074075 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0 HTTP/1.1" 200 2892 0.008072 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0 HTTP/1.1" 200 2892 0.005705 10.0.0.47 - - [2025-02-13 02:40:27] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 200 1783 0.004151 10.0.0.47 - - [2025-02-13 02:40:27] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 200 1783 0.004217 10.0.0.47 - - [2025-02-13 02:40:27] "GET /route-target/a94c1c9b-af52-442d-b845-1e9c19047e65 HTTP/1.1" 200 1207 0.004309 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0 HTTP/1.1" 200 2892 0.005905 10.0.0.47 - - [2025-02-13 02:40:27] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 200 1783 0.004219 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005686 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0 HTTP/1.1" 200 2892 0.006929 10.0.0.47 - - [2025-02-13 02:40:27] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 200 1783 0.004956 10.0.0.47 - - [2025-02-13 02:40:27] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 200 1783 0.004691 10.0.0.47 - - [2025-02-13 02:40:27] "GET /route-target/a94c1c9b-af52-442d-b845-1e9c19047e65 HTTP/1.1" 200 1207 0.003828 10.0.0.47 - - [2025-02-13 02:40:27] "GET /domains HTTP/1.1" 200 280 0.003212 10.0.0.47 - - [2025-02-13 02:40:27] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.47 - - [2025-02-13 02:40:27] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 3337 0.009500 10.0.0.47 - - [2025-02-13 02:40:27] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002836 10.0.0.47 - - [2025-02-13 02:40:27] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 2571 0.076426 10.0.0.47 - - [2025-02-13 02:40:27] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0 HTTP/1.1" 200 2892 0.005946 10.0.0.47 - - [2025-02-13 02:40:27] "GET /obj-perms HTTP/1.1" 200 5034 0.004522 10.0.0.47 - - [2025-02-13 02:40:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002129 10.0.0.47 - - [2025-02-13 02:40:27] "POST /neutron/network HTTP/1.1" 200 937 0.006967 10.0.0.47 - - [2025-02-13 02:40:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000485 10.0.0.47 - - [2025-02-13 02:40:27] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.47 - - [2025-02-13 02:40:27] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.47 - - [2025-02-13 02:40:28] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.47 - - [2025-02-13 02:40:28] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059009 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/network HTTP/1.1" 200 927 0.007931 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.006364 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.005891 10.0.0.47 - - [2025-02-13 02:40:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001481 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.006119 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/network HTTP/1.1" 200 938 0.007512 10.0.0.47 - - [2025-02-13 02:40:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.47 - - [2025-02-13 02:40:28] "POST /neutron/network HTTP/1.1" 200 937 0.006775 10.0.0.47 - - [2025-02-13 02:40:28] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001509 10.0.0.47 - - [2025-02-13 02:40:29] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.47 - - [2025-02-13 02:40:29] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1061 0.278828 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1061 0.014953 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1061 0.013167 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1115 0.077419 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1089 0.018818 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004904 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.012434 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.003235 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/network HTTP/1.1" 200 927 0.006723 10.0.0.47 - - [2025-02-13 02:40:29] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001379 10.0.0.47 - - [2025-02-13 02:40:29] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074821 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/network HTTP/1.1" 200 928 0.010665 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1089 0.022940 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013205 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.005924 10.0.0.47 - - [2025-02-13 02:40:29] "POST /neutron/port HTTP/1.1" 200 1089 0.025554 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008564 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/network HTTP/1.1" 200 938 0.009361 10.0.0.47 - - [2025-02-13 02:40:30] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001826 10.0.0.47 - - [2025-02-13 02:40:30] "PUT /access-control-list/3756406a-9d97-4dc0-bb2b-96e0681b3591 HTTP/1.1" 200 272 0.060133 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 1062 0.350524 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 1062 0.014651 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 1062 0.014287 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 1116 0.102064 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017846 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004773 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.014861 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.47 - - [2025-02-13 02:40:30] "POST /neutron/network HTTP/1.1" 200 928 0.008503 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/port HTTP/1.1" 200 1089 0.018340 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009519 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/port HTTP/1.1" 200 1089 0.016941 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007272 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/port HTTP/1.1" 200 1089 0.017583 10.0.0.47 - - [2025-02-13 02:40:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010849 10.0.0.47 - - [2025-02-13 02:40:35] "GET /virtual-machine/8a199840-3622-40b6-88e8-4344bf53d74d HTTP/1.1" 200 1293 0.005434 10.0.0.47 - - [2025-02-13 02:40:35] "GET /virtual-machine-interface/16b449a3-f4df-4756-b481-6fd91c73848d HTTP/1.1" 200 2951 0.006334 10.0.0.47 - - [2025-02-13 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.47 - - [2025-02-13 02:40:35] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003150 10.0.0.47 - - [2025-02-13 02:40:35] "GET /virtual-networks?parent_id=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003352 10.0.0.47 - - [2025-02-13 02:40:35] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006992 10.0.0.47 - - [2025-02-13 02:40:36] "DELETE /project/427c7aa4874d47e0974286f69b88d7d5 HTTP/1.1" 404 173 0.026186 10.0.0.47 - - [2025-02-13 02:40:36] "DELETE /project/3383c04e099440b68deeb572eebe8ae7 HTTP/1.1" 404 173 0.015694 10.0.0.47 - - [2025-02-13 02:40:36] "DELETE /project/96b67ee7180640d38089966affedb433 HTTP/1.1" 404 173 0.015198 10.0.0.47 - - [2025-02-13 02:40:36] "DELETE /project/fc3bf1ce6ada4ec98ff1bb865706e767 HTTP/1.1" 404 173 0.015348 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001511 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001786 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001717 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.076814 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086111 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.095511 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000893 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.132453 10.0.0.47 - - [2025-02-13 02:40:36] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001621 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?fields=security_groups HTTP/1.1" 200 1373 0.073103 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?fields=security_groups HTTP/1.1" 200 1348 0.079419 10.0.0.47 - - [2025-02-13 02:40:36] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?fields=security_groups HTTP/1.1" 200 1400 0.083416 10.0.0.47 - - [2025-02-13 02:40:37] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?fields=security_groups HTTP/1.1" 200 1387 0.098058 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /security-group/8fee832b-5857-4bd0-bc56-103155c3d389 HTTP/1.1" 200 115 0.132530 10.0.0.47 - - [2025-02-13 02:40:37] "GET /projects?obj_uuids=fc3bf1ce-6ada-4ec9-8ff1-bb865706e767&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/ea5bcd26-9c9f-4749-be9e-931bc716cd7a HTTP/1.1" 200 115 0.071590 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /security-group/ab98be81-29f5-4fc7-85eb-b576025956ae HTTP/1.1" 200 115 0.139246 10.0.0.47 - - [2025-02-13 02:40:37] "GET /projects?obj_uuids=3383c04e-0994-40b6-8dee-b572eebe8ae7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /security-group/50c5d79e-d4ba-4b79-bb1f-66e09179c7e2 HTTP/1.1" 200 115 0.156862 10.0.0.47 - - [2025-02-13 02:40:37] "GET /projects?obj_uuids=e06a961d-af3b-4085-aae4-8818654467aa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /security-group/8b119bd7-4ea6-41ea-952b-0b7c195db22b HTTP/1.1" 200 115 0.109395 10.0.0.47 - - [2025-02-13 02:40:37] "GET /projects?obj_uuids=96b67ee7-1806-40d3-8089-966affedb433&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.47 - - [2025-02-13 02:40:37] "GET /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767?fields=application_policy_sets HTTP/1.1" 200 1412 0.082115 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/2c8c4028-2ae2-4c46-82b3-b3c646141fb6 HTTP/1.1" 200 115 0.080094 10.0.0.47 - - [2025-02-13 02:40:37] "GET /project/e06a961d-af3b-4085-aae4-8818654467aa?fields=application_policy_sets HTTP/1.1" 200 1439 0.065448 10.0.0.47 - - [2025-02-13 02:40:37] "GET /project/3383c04e-0994-40b6-8dee-b572eebe8ae7?fields=application_policy_sets HTTP/1.1" 200 1387 0.112569 10.0.0.47 - - [2025-02-13 02:40:37] "GET /project/96b67ee7-1806-40d3-8089-966affedb433?fields=application_policy_sets HTTP/1.1" 200 1426 0.104697 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/7a1446b2-4ad1-4520-b76b-85b45a6159f7 HTTP/1.1" 200 115 0.082189 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/2d7559ba-9f5d-4a2f-9cd3-821ceb6abea2 HTTP/1.1" 200 115 0.071162 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/07555049-6f91-4c79-8076-7dc473f111bb HTTP/1.1" 200 115 0.054132 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /project/fc3bf1ce-6ada-4ec9-8ff1-bb865706e767 HTTP/1.1" 200 115 0.734173 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /project/e06a961d-af3b-4085-aae4-8818654467aa HTTP/1.1" 200 115 0.768039 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /project/3383c04e-0994-40b6-8dee-b572eebe8ae7 HTTP/1.1" 200 115 0.780253 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/f18bcbbc-8e7e-4786-ad22-7e17ce96e58e HTTP/1.1" 200 115 0.058297 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /project/96b67ee7-1806-40d3-8089-966affedb433 HTTP/1.1" 200 115 0.780485 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/5700968f-e4ee-4967-9e64-b7c571526ad8 HTTP/1.1" 200 115 0.020680 10.0.0.47 - - [2025-02-13 02:40:37] "DELETE /access-control-list/6f1b57d6-1abc-4e0d-bc0b-ef50b01f6d52 HTTP/1.1" 200 115 0.025532 10.0.0.47 - - [2025-02-13 02:40:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016797 10.0.0.47 - - [2025-02-13 02:40:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006553 10.0.0.47 - - [2025-02-13 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.47 - - [2025-02-13 02:40:38] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006291 10.0.0.47 - - [2025-02-13 02:40:40] "POST /neutron/port HTTP/1.1" 200 1090 0.019522 10.0.0.47 - - [2025-02-13 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006710 10.0.0.47 - - [2025-02-13 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.47 - - [2025-02-13 02:40:40] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003360 10.0.0.47 - - [2025-02-13 02:40:40] "GET /virtual-networks?parent_id=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003289 10.0.0.47 - - [2025-02-13 02:40:40] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005695 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017329 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007168 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/port HTTP/1.1" 200 1090 0.015710 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006421 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017262 10.0.0.47 - - [2025-02-13 02:40:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008550 10.0.0.47 - - [2025-02-13 02:40:41] "GET /virtual-machine/fc4e23bc-6b2d-4df0-a34c-24c6461f95fa HTTP/1.1" 200 1295 0.006944 10.0.0.47 - - [2025-02-13 02:40:41] "GET /virtual-machine-interface/a5e53e42-2743-479c-8af7-a58f8d931489 HTTP/1.1" 200 2952 0.007568 10.0.0.47 - - [2025-02-13 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.47 - - [2025-02-13 02:40:41] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003778 10.0.0.47 - - [2025-02-13 02:40:41] "GET /virtual-networks?parent_id=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003906 10.0.0.47 - - [2025-02-13 02:40:41] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007795 10.0.0.47 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.47 - - [2025-02-13 02:40:42] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003474 10.0.0.47 - - [2025-02-13 02:40:42] "GET /virtual-networks?parent_id=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003209 10.0.0.47 - - [2025-02-13 02:40:42] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006171 10.0.0.47 - - [2025-02-13 02:40:43] "GET /obj-perms HTTP/1.1" 200 5056 0.066502 10.0.0.47 - - [2025-02-13 02:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.063243 10.0.0.47 - - [2025-02-13 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.47 - - [2025-02-13 02:40:46] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.47 - - [2025-02-13 02:40:46] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.031411 10.0.0.47 - - [2025-02-13 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.47 - - [2025-02-13 02:40:46] "PUT /network-policy/422b1819-7bd3-47da-87d2-06369cf865cd HTTP/1.1" 200 262 0.011518 10.0.0.47 - - [2025-02-13 02:40:47] "PUT /access-control-list/4d83e2e3-9222-4d45-bdfd-f14a7a55f191 HTTP/1.1" 200 272 0.060009 10.0.0.47 - - [2025-02-13 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.013850 10.0.0.47 - - [2025-02-13 02:40:47] "PUT /access-control-list/3756406a-9d97-4dc0-bb2b-96e0681b3591 HTTP/1.1" 200 272 0.052705 10.0.0.47 - - [2025-02-13 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.011585 10.0.0.47 - - [2025-02-13 02:40:50] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007867 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 928 0.007040 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 826 0.050944 10.0.0.47 - - [2025-02-13 02:40:50] "DELETE /access-control-list/3756406a-9d97-4dc0-bb2b-96e0681b3591 HTTP/1.1" 200 115 0.041451 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 826 0.006829 10.0.0.47 - - [2025-02-13 02:40:50] "GET /virtual-network/bdf32eae-4649-4357-84d7-76b2391c10e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006202 10.0.0.47 - - [2025-02-13 02:40:50] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009467 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 927 0.006266 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 825 0.051585 10.0.0.47 - - [2025-02-13 02:40:50] "DELETE /access-control-list/4d83e2e3-9222-4d45-bdfd-f14a7a55f191 HTTP/1.1" 200 115 0.034608 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 825 0.006048 10.0.0.47 - - [2025-02-13 02:40:50] "GET /virtual-network/52878362-7cd8-47ff-b545-561cd6aa15c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006445 10.0.0.47 - - [2025-02-13 02:40:50] "DELETE /network-policy/422b1819-7bd3-47da-87d2-06369cf865cd HTTP/1.1" 200 115 0.026875 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 200 826 0.008789 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/network HTTP/1.1" 400 204 0.012603 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 1090 0.015578 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 1116 0.011164 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 1089 0.023083 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 1115 0.015914 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 151 0.140855 10.0.0.47 - - [2025-02-13 02:40:50] "POST /neutron/port HTTP/1.1" 200 151 0.125698 10.0.0.47 - - [2025-02-13 02:40:52] "POST /neutron/network HTTP/1.1" 200 826 0.006505 10.0.0.47 - - [2025-02-13 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.47 - - [2025-02-13 02:40:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.47 - - [2025-02-13 02:40:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003674 10.0.0.47 - - [2025-02-13 02:40:52] "POST /neutron/network HTTP/1.1" 200 151 0.091916 10.0.0.47 - - [2025-02-13 02:40:52] "DELETE /route-target/a94c1c9b-af52-442d-b845-1e9c19047e65 HTTP/1.1" 200 115 0.018466 10.0.0.47 - - [2025-02-13 02:40:52] "GET /routing-instance/74ac3ccf-aa15-451a-bdd0-514c951f0f8f HTTP/1.1" 404 171 0.006157 10.0.0.47 - - [2025-02-13 02:40:52] "GET /domains HTTP/1.1" 200 280 0.003749 10.0.0.47 - - [2025-02-13 02:40:52] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.47 - - [2025-02-13 02:40:52] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2575 0.050129 10.0.0.47 - - [2025-02-13 02:40:52] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.47 - - [2025-02-13 02:40:52] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 2103 0.071728 10.0.0.47 - - [2025-02-13 02:40:52] "POST /neutron/network HTTP/1.1" 200 825 0.006367 10.0.0.47 - - [2025-02-13 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005633 10.0.0.47 - - [2025-02-13 02:40:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.47 - - [2025-02-13 02:40:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002708 10.0.0.47 - - [2025-02-13 02:40:52] "POST /neutron/network HTTP/1.1" 200 151 0.091376 10.0.0.47 - - [2025-02-13 02:40:52] "DELETE /route-target/32db682b-6fa3-40cf-801d-9e11c1f4675b HTTP/1.1" 200 115 0.021005 10.0.0.47 - - [2025-02-13 02:40:52] "GET /routing-instance/bddd0231-c6c2-4df8-a960-3a581bdcfc3b HTTP/1.1" 404 171 0.007929 10.0.0.47 - - [2025-02-13 02:40:52] "GET /domains HTTP/1.1" 200 280 0.002618 10.0.0.47 - - [2025-02-13 02:40:52] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.47 - - [2025-02-13 02:40:53] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2575 0.048525 10.0.0.47 - - [2025-02-13 02:40:53] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.47 - - [2025-02-13 02:40:53] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 1864 0.074920 10.0.0.47 - - [2025-02-13 02:40:53] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001394 10.0.0.47 - - [2025-02-13 02:40:53] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026337 10.0.0.47 - - [2025-02-13 02:40:53] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001606 10.0.0.47 - - [2025-02-13 02:40:53] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?fields=virtual_networks HTTP/1.1" 200 1036 0.068790 10.0.0.47 - - [2025-02-13 02:40:53] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.47 - - [2025-02-13 02:40:53] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025101 10.0.0.47 - - [2025-02-13 02:40:53] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273 10.0.0.47 - - [2025-02-13 02:40:53] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?fields=security_groups HTTP/1.1" 200 1264 0.031120 10.0.0.47 - - [2025-02-13 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.026408 10.0.0.47 - - [2025-02-13 02:40:54] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002743 10.0.0.47 - - [2025-02-13 02:40:54] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.47 - - [2025-02-13 02:40:54] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008239 10.0.0.47 - - [2025-02-13 02:40:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.003628 10.0.0.47 - - [2025-02-13 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.003889 10.0.0.47 - - [2025-02-13 02:40:54] "POST /security-groups HTTP/1.1" 200 589 0.068451 10.0.0.47 - - [2025-02-13 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.005245 10.0.0.47 - - [2025-02-13 02:40:54] "POST /projects HTTP/1.1" 200 581 0.233675 10.0.0.47 - - [2025-02-13 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.304691 10.0.0.47 - - [2025-02-13 02:40:54] "POST /access-control-lists HTTP/1.1" 200 594 0.064488 10.0.0.47 - - [2025-02-13 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003010 10.0.0.47 - - [2025-02-13 02:40:54] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.434458 10.0.0.47 - - [2025-02-13 02:40:55] "POST /access-control-lists HTTP/1.1" 200 592 0.070948 10.0.0.47 - - [2025-02-13 02:40:56] "GET / HTTP/1.1" 200 35931 0.003254 10.0.0.47 - - [2025-02-13 02:40:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.47 - - [2025-02-13 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.057274 10.0.0.47 - - [2025-02-13 02:40:57] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.47 - - [2025-02-13 02:40:57] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027365 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/network HTTP/1.1" 200 117 0.031829 10.0.0.47 - - [2025-02-13 02:40:57] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.063663 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/network HTTP/1.1" 200 613 0.136358 10.0.0.47 - - [2025-02-13 02:40:57] "POST /route-targets HTTP/1.1" 200 327 0.011455 10.0.0.47 - - [2025-02-13 02:40:57] "POST /ref-update HTTP/1.1" 200 156 0.011627 10.0.0.47 - - [2025-02-13 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002334 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.135036 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/network HTTP/1.1" 200 832 0.006990 10.0.0.47 - - [2025-02-13 02:40:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.002203 10.0.0.47 - - [2025-02-13 02:40:57] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005942 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/network HTTP/1.1" 200 832 0.006214 10.0.0.47 - - [2025-02-13 02:40:57] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005040 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/network HTTP/1.1" 200 832 0.006213 10.0.0.47 - - [2025-02-13 02:40:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.008215 10.0.0.47 - - [2025-02-13 02:40:57] "GET /domains HTTP/1.1" 401 292 0.000441 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domains HTTP/1.1" 200 280 0.025590 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001645 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.011103 10.0.0.47 - - [2025-02-13 02:40:58] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001500 10.0.0.47 - - [2025-02-13 02:40:58] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2080 0.073491 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1 HTTP/1.1" 200 2318 0.006495 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1 HTTP/1.1" 200 2318 0.005896 10.0.0.47 - - [2025-02-13 02:40:58] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 200 1493 0.004033 10.0.0.47 - - [2025-02-13 02:40:58] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 200 1493 0.003810 10.0.0.47 - - [2025-02-13 02:40:58] "GET /route-target/bba93da4-5c3d-49a8-a667-fad184d720d1 HTTP/1.1" 200 1213 0.004190 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1 HTTP/1.1" 200 2318 0.005013 10.0.0.47 - - [2025-02-13 02:40:58] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 200 1493 0.003523 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006668 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1 HTTP/1.1" 200 2318 0.005705 10.0.0.47 - - [2025-02-13 02:40:58] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 200 1493 0.003876 10.0.0.47 - - [2025-02-13 02:40:58] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 200 1493 0.003822 10.0.0.47 - - [2025-02-13 02:40:58] "GET /route-target/bba93da4-5c3d-49a8-a667-fad184d720d1 HTTP/1.1" 200 1213 0.003519 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domains HTTP/1.1" 200 280 0.003542 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.47 - - [2025-02-13 02:40:58] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.007311 10.0.0.47 - - [2025-02-13 02:40:58] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.47 - - [2025-02-13 02:40:58] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2080 0.071824 10.0.0.47 - - [2025-02-13 02:40:58] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1 HTTP/1.1" 200 2318 0.005202 10.0.0.47 - - [2025-02-13 02:40:58] "GET /obj-perms HTTP/1.1" 200 5026 0.060920 10.0.0.47 - - [2025-02-13 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.47 - - [2025-02-13 02:40:58] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.47 - - [2025-02-13 02:40:58] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029100 10.0.0.47 - - [2025-02-13 02:40:58] "POST /neutron/network HTTP/1.1" 200 117 0.011511 10.0.0.47 - - [2025-02-13 02:40:58] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001811 10.0.0.47 - - [2025-02-13 02:40:58] "POST /neutron/network HTTP/1.1" 200 613 0.083990 10.0.0.47 - - [2025-02-13 02:40:59] "POST /route-targets HTTP/1.1" 200 327 0.014498 10.0.0.47 - - [2025-02-13 02:40:59] "POST /ref-update HTTP/1.1" 200 156 0.012103 10.0.0.47 - - [2025-02-13 02:40:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003781 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.199432 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/network HTTP/1.1" 200 834 0.007927 10.0.0.47 - - [2025-02-13 02:40:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001807 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007223 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/network HTTP/1.1" 200 834 0.006791 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005410 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/network HTTP/1.1" 200 834 0.006727 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.010770 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domains HTTP/1.1" 200 280 0.002841 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.009163 10.0.0.47 - - [2025-02-13 02:40:59] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.47 - - [2025-02-13 02:40:59] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2298 0.100232 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e HTTP/1.1" 200 2325 0.007005 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e HTTP/1.1" 200 2325 0.009221 10.0.0.47 - - [2025-02-13 02:40:59] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 200 1493 0.005223 10.0.0.47 - - [2025-02-13 02:40:59] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 200 1493 0.003763 10.0.0.47 - - [2025-02-13 02:40:59] "GET /route-target/97cee9bc-bd04-444c-b59c-8ee539203929 HTTP/1.1" 200 1213 0.003839 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e HTTP/1.1" 200 2325 0.005184 10.0.0.47 - - [2025-02-13 02:40:59] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 200 1493 0.005336 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006230 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e HTTP/1.1" 200 2325 0.013502 10.0.0.47 - - [2025-02-13 02:40:59] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 200 1493 0.003935 10.0.0.47 - - [2025-02-13 02:40:59] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 200 1493 0.003717 10.0.0.47 - - [2025-02-13 02:40:59] "GET /route-target/97cee9bc-bd04-444c-b59c-8ee539203929 HTTP/1.1" 200 1213 0.003634 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domains HTTP/1.1" 200 280 0.004090 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002649 10.0.0.47 - - [2025-02-13 02:40:59] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.017845 10.0.0.47 - - [2025-02-13 02:40:59] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001962 10.0.0.47 - - [2025-02-13 02:40:59] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2298 0.077831 10.0.0.47 - - [2025-02-13 02:40:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e HTTP/1.1" 200 2325 0.006423 10.0.0.47 - - [2025-02-13 02:40:59] "GET /obj-perms HTTP/1.1" 200 5026 0.004087 10.0.0.47 - - [2025-02-13 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.47 - - [2025-02-13 02:40:59] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001658 10.0.0.47 - - [2025-02-13 02:40:59] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025885 10.0.0.47 - - [2025-02-13 02:40:59] "POST /neutron/network HTTP/1.1" 200 117 0.011363 10.0.0.47 - - [2025-02-13 02:40:59] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001566 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/network HTTP/1.1" 200 615 0.095660 10.0.0.47 - - [2025-02-13 02:41:00] "POST /ref-update HTTP/1.1" 200 156 0.014871 10.0.0.47 - - [2025-02-13 02:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005356 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.157464 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/network HTTP/1.1" 200 836 0.007429 10.0.0.47 - - [2025-02-13 02:41:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001413 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005268 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/network HTTP/1.1" 200 836 0.006369 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005219 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/network HTTP/1.1" 200 836 0.009390 10.0.0.47 - - [2025-02-13 02:41:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.012488 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domains HTTP/1.1" 200 280 0.002924 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.013364 10.0.0.47 - - [2025-02-13 02:41:00] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.47 - - [2025-02-13 02:41:00] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2517 0.073498 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e HTTP/1.1" 200 2330 0.007803 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e HTTP/1.1" 200 2330 0.009522 10.0.0.47 - - [2025-02-13 02:41:00] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 200 1496 0.004744 10.0.0.47 - - [2025-02-13 02:41:00] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 200 1496 0.004694 10.0.0.47 - - [2025-02-13 02:41:00] "GET /route-target/59dce75a-d029-4d1d-a5cc-1968025f8e79 HTTP/1.1" 200 1214 0.005887 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e HTTP/1.1" 200 2330 0.006303 10.0.0.47 - - [2025-02-13 02:41:00] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 200 1496 0.004797 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006110 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e HTTP/1.1" 200 2330 0.007117 10.0.0.47 - - [2025-02-13 02:41:00] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 200 1496 0.005774 10.0.0.47 - - [2025-02-13 02:41:00] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 200 1496 0.004802 10.0.0.47 - - [2025-02-13 02:41:00] "GET /route-target/59dce75a-d029-4d1d-a5cc-1968025f8e79 HTTP/1.1" 200 1214 0.003913 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001601 10.0.0.47 - - [2025-02-13 02:41:00] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2759 0.011338 10.0.0.47 - - [2025-02-13 02:41:00] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.47 - - [2025-02-13 02:41:00] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2517 0.075499 10.0.0.47 - - [2025-02-13 02:41:00] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e HTTP/1.1" 200 2330 0.005835 10.0.0.47 - - [2025-02-13 02:41:00] "GET /obj-perms HTTP/1.1" 200 5026 0.004121 10.0.0.47 - - [2025-02-13 02:41:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001556 10.0.0.47 - - [2025-02-13 02:41:01] "POST /neutron/network HTTP/1.1" 200 844 0.006664 10.0.0.47 - - [2025-02-13 02:41:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000604 10.0.0.47 - - [2025-02-13 02:41:01] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.47 - - [2025-02-13 02:41:01] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000624 10.0.0.47 - - [2025-02-13 02:41:01] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.47 - - [2025-02-13 02:41:01] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054954 10.0.0.47 - - [2025-02-13 02:41:01] "POST /neutron/network HTTP/1.1" 200 834 0.006428 10.0.0.47 - - [2025-02-13 02:41:01] "POST /neutron/port HTTP/1.1" 200 117 0.007354 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 117 0.006015 10.0.0.47 - - [2025-02-13 02:41:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001570 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 117 0.005994 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/network HTTP/1.1" 200 846 0.007526 10.0.0.47 - - [2025-02-13 02:41:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000456 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/network HTTP/1.1" 200 844 0.006418 10.0.0.47 - - [2025-02-13 02:41:02] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003005 10.0.0.47 - - [2025-02-13 02:41:02] "GET / HTTP/1.1" 200 35931 0.003184 10.0.0.47 - - [2025-02-13 02:41:02] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 1060 0.299222 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 1060 0.016726 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 1060 0.017423 10.0.0.47 - - [2025-02-13 02:41:02] "POST /neutron/port HTTP/1.1" 200 1114 0.093931 10.0.0.47 - - [2025-02-13 02:41:02] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/port HTTP/1.1" 200 1088 0.038323 10.0.0.47 - - [2025-02-13 02:41:03] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085166 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007509 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/network HTTP/1.1" 200 836 0.011560 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.015388 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/port HTTP/1.1" 200 117 0.001809 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/network HTTP/1.1" 200 834 0.007211 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/port HTTP/1.1" 200 1088 0.030028 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013670 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/port HTTP/1.1" 200 117 0.005393 10.0.0.47 - - [2025-02-13 02:41:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.002894 10.0.0.47 - - [2025-02-13 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.47 - - [2025-02-13 02:41:03] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001770 10.0.0.47 - - [2025-02-13 02:41:03] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015423 10.0.0.47 - - [2025-02-13 02:41:03] "POST /service-templates HTTP/1.1" 200 543 0.025754 10.0.0.47 - - [2025-02-13 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.47 - - [2025-02-13 02:41:03] "GET /service-template/b4b801dd-b38d-4d34-9abc-a50e5024246e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005859 10.0.0.47 - - [2025-02-13 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.47 - - [2025-02-13 02:41:03] "GET /service-template/b4b801dd-b38d-4d34-9abc-a50e5024246e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003834 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/network HTTP/1.1" 200 846 0.006380 10.0.0.47 - - [2025-02-13 02:41:03] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002791 10.0.0.47 - - [2025-02-13 02:41:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.47 - - [2025-02-13 02:41:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001263 10.0.0.47 - - [2025-02-13 02:41:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.002082 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/port HTTP/1.1" 200 1920 0.037550 10.0.0.47 - - [2025-02-13 02:41:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011580 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 1060 0.345922 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 1060 0.010803 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 1060 0.010364 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 1114 0.107238 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 1088 0.033225 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003952 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.017836 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/network HTTP/1.1" 200 836 0.006938 10.0.0.47 - - [2025-02-13 02:41:04] "POST /neutron/network HTTP/1.1" 200 2227 0.033383 10.0.0.47 - - [2025-02-13 02:41:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.47 - - [2025-02-13 02:41:05] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.47 - - [2025-02-13 02:41:05] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000531 10.0.0.47 - - [2025-02-13 02:41:05] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001479 10.0.0.47 - - [2025-02-13 02:41:05] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086178 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/network HTTP/1.1" 200 832 0.011434 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/network HTTP/1.1" 200 834 0.009432 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/network HTTP/1.1" 200 836 0.007608 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 2060 0.037834 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007280 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 117 0.007990 10.0.0.47 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 117 0.007489 10.0.0.47 - - [2025-02-13 02:41:06] "POST /neutron/network HTTP/1.1" 200 2227 0.014593 10.0.0.47 - - [2025-02-13 02:41:06] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001630 10.0.0.47 - - [2025-02-13 02:41:06] "POST /neutron/port HTTP/1.1" 200 1058 0.318546 10.0.0.47 - - [2025-02-13 02:41:06] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004945 10.0.0.47 - - [2025-02-13 02:41:06] "POST /neutron/port HTTP/1.1" 200 1060 0.237025 10.0.0.47 - - [2025-02-13 02:41:06] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1060 0.220176 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1058 0.014055 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1058 0.010946 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1112 0.073337 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1060 0.010161 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1060 0.012387 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1114 0.089583 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1060 0.010841 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1060 0.010381 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 1114 0.071061 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 3029 0.021677 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004715 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.012486 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/network HTTP/1.1" 200 832 0.007167 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007028 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.013949 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/network HTTP/1.1" 200 834 0.007292 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.012460 10.0.0.47 - - [2025-02-13 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.47 - - [2025-02-13 02:41:08] "POST /neutron/network HTTP/1.1" 200 836 0.006135 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/port HTTP/1.1" 200 3029 0.024058 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007295 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/port HTTP/1.1" 200 3029 0.024371 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007480 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/port HTTP/1.1" 200 3029 0.023069 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007403 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/port HTTP/1.1" 200 3029 0.021276 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007100 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/port HTTP/1.1" 200 3029 0.036076 10.0.0.47 - - [2025-02-13 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010498 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-machine/6f8e1e61-73d8-414d-ad92-ec7d5e03c8f0 HTTP/1.1" 200 1802 0.006066 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43 HTTP/1.1" 200 2946 0.005196 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895 HTTP/1.1" 200 2949 0.005337 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2 HTTP/1.1" 200 2947 0.006085 10.0.0.47 - - [2025-02-13 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.47 - - [2025-02-13 02:41:11] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004347 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003816 10.0.0.47 - - [2025-02-13 02:41:11] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008921 10.0.0.47 - - [2025-02-13 02:41:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015644 10.0.0.47 - - [2025-02-13 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005834 10.0.0.47 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1088 0.017498 10.0.0.47 - - [2025-02-13 02:41:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007256 10.0.0.47 - - [2025-02-13 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.47 - - [2025-02-13 02:41:14] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005492 10.0.0.47 - - [2025-02-13 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.47 - - [2025-02-13 02:41:19] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005261 10.0.0.47 - - [2025-02-13 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.47 - - [2025-02-13 02:41:23] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006276 10.0.0.47 - - [2025-02-13 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.47 - - [2025-02-13 02:41:27] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005167 10.0.0.47 - - [2025-02-13 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007618 10.0.0.47 - - [2025-02-13 02:41:29] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005169 10.0.0.47 - - [2025-02-13 02:41:29] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003983 10.0.0.47 - - [2025-02-13 02:41:29] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007719 10.0.0.47 - - [2025-02-13 02:41:29] "POST /neutron/port HTTP/1.1" 200 3029 0.025760 10.0.0.47 - - [2025-02-13 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007729 10.0.0.47 - - [2025-02-13 02:41:34] "POST /neutron/port HTTP/1.1" 200 3029 0.030350 10.0.0.47 - - [2025-02-13 02:41:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008308 10.0.0.47 - - [2025-02-13 02:41:37] "DELETE /project/47da0c3b8e9f44b88ae27a5637196b64 HTTP/1.1" 404 173 0.008586 10.0.0.47 - - [2025-02-13 02:41:37] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.47 - - [2025-02-13 02:41:37] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.032666 10.0.0.47 - - [2025-02-13 02:41:37] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002410 10.0.0.47 - - [2025-02-13 02:41:37] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?fields=security_groups HTTP/1.1" 200 1369 0.037744 10.0.0.47 - - [2025-02-13 02:41:37] "DELETE /security-group/79684829-9c45-4105-b52b-2a94e8d38568 HTTP/1.1" 200 115 0.056326 10.0.0.47 - - [2025-02-13 02:41:37] "GET /projects?obj_uuids=427c7aa4-874d-47e0-9742-86f69b88d7d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.47 - - [2025-02-13 02:41:37] "DELETE /access-control-list/b3142a5b-3506-42e1-97ba-a134cebd2e1b HTTP/1.1" 200 115 0.050066 10.0.0.47 - - [2025-02-13 02:41:37] "GET /project/427c7aa4-874d-47e0-9742-86f69b88d7d5?fields=application_policy_sets HTTP/1.1" 200 1408 0.045242 10.0.0.47 - - [2025-02-13 02:41:37] "DELETE /access-control-list/7a937562-acb4-4d63-a72d-fc7518f6207d HTTP/1.1" 200 115 0.035367 10.0.0.47 - - [2025-02-13 02:41:37] "DELETE /project/427c7aa4-874d-47e0-9742-86f69b88d7d5 HTTP/1.1" 200 115 0.364296 10.0.0.47 - - [2025-02-13 02:41:39] "POST /neutron/port HTTP/1.1" 200 3029 0.022228 10.0.0.47 - - [2025-02-13 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006465 10.0.0.47 - - [2025-02-13 02:41:40] "POST /neutron/port HTTP/1.1" 200 3029 0.023742 10.0.0.47 - - [2025-02-13 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006419 10.0.0.47 - - [2025-02-13 02:41:44] "GET /obj-perms HTTP/1.1" 200 5056 0.061944 10.0.0.47 - - [2025-02-13 02:41:44] "GET /obj-perms HTTP/1.1" 200 5056 0.061280 10.0.0.47 - - [2025-02-13 02:41:45] "POST /neutron/port HTTP/1.1" 200 3029 0.022556 10.0.0.47 - - [2025-02-13 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008550 10.0.0.47 - - [2025-02-13 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.47 - - [2025-02-13 02:41:50] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003518 10.0.0.47 - - [2025-02-13 02:41:50] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003325 10.0.0.47 - - [2025-02-13 02:41:50] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006008 10.0.0.47 - - [2025-02-13 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.47 - - [2025-02-13 02:41:50] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003987 10.0.0.47 - - [2025-02-13 02:41:50] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003351 10.0.0.47 - - [2025-02-13 02:41:50] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006292 10.0.0.47 - - [2025-02-13 02:41:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003731 10.0.0.47 - - [2025-02-13 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.47 - - [2025-02-13 02:41:51] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.47 - - [2025-02-13 02:41:51] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030621 10.0.0.47 - - [2025-02-13 02:41:51] "POST /service-instances HTTP/1.1" 200 543 0.065384 10.0.0.47 - - [2025-02-13 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.47 - - [2025-02-13 02:41:51] "GET /service-instance/64008ade-1344-403f-9843-a4235faad2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005850 10.0.0.47 - - [2025-02-13 02:41:51] "POST /port-tuples HTTP/1.1" 200 586 0.022783 10.0.0.47 - - [2025-02-13 02:41:51] "GET /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006049 10.0.0.47 - - [2025-02-13 02:41:51] "PUT /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2 HTTP/1.1" 200 284 0.012152 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.47 - - [2025-02-13 02:41:51] "POST /instance-ips HTTP/1.1" 200 385 0.025013 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.009566 10.0.0.47 - - [2025-02-13 02:41:51] "GET /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005617 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.012791 10.0.0.47 - - [2025-02-13 02:41:51] "PUT /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43 HTTP/1.1" 200 284 0.015899 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003264 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.011246 10.0.0.47 - - [2025-02-13 02:41:51] "GET /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005267 10.0.0.47 - - [2025-02-13 02:41:51] "POST /instance-ips HTTP/1.1" 200 385 0.031614 10.0.0.47 - - [2025-02-13 02:41:51] "PUT /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895 HTTP/1.1" 200 284 0.012726 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.015047 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.012388 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.47 - - [2025-02-13 02:41:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004806 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/port HTTP/1.1" 200 1088 0.017232 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007495 10.0.0.47 - - [2025-02-13 02:41:52] "POST /instance-ips HTTP/1.1" 200 373 0.018989 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/port HTTP/1.1" 200 1088 0.023696 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.011846 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008287 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/port HTTP/1.1" 200 1088 0.015837 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003353 10.0.0.47 - - [2025-02-13 02:41:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006736 10.0.0.47 - - [2025-02-13 02:41:52] "GET /virtual-machine/c0765080-b287-4d55-aaa8-8ccbd4140fbd HTTP/1.1" 200 1291 0.006453 10.0.0.47 - - [2025-02-13 02:41:52] "GET /virtual-machine-interface/434c6c90-4903-41eb-bd30-09917f0b7366 HTTP/1.1" 200 2946 0.005563 10.0.0.47 - - [2025-02-13 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.47 - - [2025-02-13 02:41:52] "POST /instance-ips HTTP/1.1" 200 373 0.020263 10.0.0.47 - - [2025-02-13 02:41:52] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006455 10.0.0.47 - - [2025-02-13 02:41:52] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002652 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.011608 10.0.0.47 - - [2025-02-13 02:41:52] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005553 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.008890 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005244 10.0.0.47 - - [2025-02-13 02:41:52] "POST /instance-ips HTTP/1.1" 200 375 0.015407 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.011242 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.011469 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003230 10.0.0.47 - - [2025-02-13 02:41:52] "POST /instance-ips HTTP/1.1" 200 375 0.018738 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.009535 10.0.0.47 - - [2025-02-13 02:41:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003865 10.0.0.47 - - [2025-02-13 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.47 - - [2025-02-13 02:41:53] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004580 10.0.0.47 - - [2025-02-13 02:41:53] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003359 10.0.0.47 - - [2025-02-13 02:41:53] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005967 10.0.0.47 - - [2025-02-13 02:41:53] "POST /neutron/port HTTP/1.1" 200 1088 0.018364 10.0.0.47 - - [2025-02-13 02:41:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008900 10.0.0.47 - - [2025-02-13 02:41:53] "POST /neutron/port HTTP/1.1" 200 1088 0.018868 10.0.0.47 - - [2025-02-13 02:41:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007262 10.0.0.47 - - [2025-02-13 02:41:54] "POST /neutron/port HTTP/1.1" 200 1088 0.021902 10.0.0.47 - - [2025-02-13 02:41:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007563 10.0.0.47 - - [2025-02-13 02:41:54] "GET /virtual-machine/9b05e0b6-84a9-4576-aaa5-89e8750b7aac HTTP/1.1" 200 1291 0.006135 10.0.0.47 - - [2025-02-13 02:41:54] "GET /virtual-machine-interface/1b86bd77-35d1-4fc7-bb8c-cfdfd3be6457 HTTP/1.1" 200 2949 0.006057 10.0.0.47 - - [2025-02-13 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.47 - - [2025-02-13 02:41:54] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003443 10.0.0.47 - - [2025-02-13 02:41:54] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003193 10.0.0.47 - - [2025-02-13 02:41:54] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006089 10.0.0.47 - - [2025-02-13 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.47 - - [2025-02-13 02:41:55] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003397 10.0.0.47 - - [2025-02-13 02:41:55] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003718 10.0.0.47 - - [2025-02-13 02:41:55] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006231 10.0.0.47 - - [2025-02-13 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003740 10.0.0.47 - - [2025-02-13 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.47 - - [2025-02-13 02:41:55] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001714 10.0.0.47 - - [2025-02-13 02:41:55] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041088 10.0.0.47 - - [2025-02-13 02:41:55] "POST /network-policys HTTP/1.1" 200 547 0.023129 10.0.0.47 - - [2025-02-13 02:41:55] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005028 10.0.0.47 - - [2025-02-13 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.47 - - [2025-02-13 02:41:55] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006294 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004293 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002445 10.0.0.47 - - [2025-02-13 02:41:56] "POST /ref-update HTTP/1.1" 200 156 0.031333 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.47 - - [2025-02-13 02:41:56] "POST /access-control-lists HTTP/1.1" 200 601 0.063574 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004586 10.0.0.47 - - [2025-02-13 02:41:56] "POST /neutron/network HTTP/1.1" 200 922 0.008077 10.0.0.47 - - [2025-02-13 02:41:56] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005043 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.007405 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.47 - - [2025-02-13 02:41:56] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006667 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004144 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 244 0.004965 10.0.0.47 - - [2025-02-13 02:41:56] "POST /ref-update HTTP/1.1" 200 156 0.033420 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.47 - - [2025-02-13 02:41:56] "POST /access-control-lists HTTP/1.1" 200 604 0.065912 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004601 10.0.0.47 - - [2025-02-13 02:41:56] "POST /routing-instances HTTP/1.1" 200 759 0.017836 10.0.0.47 - - [2025-02-13 02:41:56] "POST /neutron/network HTTP/1.1" 200 924 0.008284 10.0.0.47 - - [2025-02-13 02:41:56] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007501 10.0.0.47 - - [2025-02-13 02:41:56] "POST /route-targets HTTP/1.1" 200 327 0.013155 10.0.0.47 - - [2025-02-13 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.47 - - [2025-02-13 02:41:56] "POST /ref-update HTTP/1.1" 200 156 0.012294 10.0.0.47 - - [2025-02-13 02:41:56] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004828 10.0.0.47 - - [2025-02-13 02:41:57] "GET /routing-instance/3c977891-af2c-492d-9a92-429952281afb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005774 10.0.0.47 - - [2025-02-13 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.47 - - [2025-02-13 02:41:57] "GET /routing-instance/3c977891-af2c-492d-9a92-429952281afb?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004236 10.0.0.47 - - [2025-02-13 02:41:57] "GET /service-template/b4b801dd-b38d-4d34-9abc-a50e5024246e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005336 10.0.0.47 - - [2025-02-13 02:41:57] "POST /ref-update HTTP/1.1" 200 156 0.013827 10.0.0.47 - - [2025-02-13 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.47 - - [2025-02-13 02:41:57] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.47 - - [2025-02-13 02:41:57] "POST /routing-instances HTTP/1.1" 200 760 0.025766 10.0.0.47 - - [2025-02-13 02:41:57] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034184 10.0.0.47 - - [2025-02-13 02:41:57] "POST /route-targets HTTP/1.1" 200 327 0.011221 10.0.0.47 - - [2025-02-13 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.47 - - [2025-02-13 02:41:57] "GET /service-instance/64008ade-1344-403f-9843-a4235faad2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.007975 10.0.0.47 - - [2025-02-13 02:41:57] "POST /ref-update HTTP/1.1" 200 156 0.018399 10.0.0.47 - - [2025-02-13 02:41:57] "GET /routing-instance/f71a7e73-61b5-4251-8169-e79b9fcfaa6c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.005874 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domains HTTP/1.1" 200 280 0.009242 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2771 0.009607 10.0.0.47 - - [2025-02-13 02:41:57] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.47 - - [2025-02-13 02:41:57] "GET /routing-instance/f71a7e73-61b5-4251-8169-e79b9fcfaa6c?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005029 10.0.0.47 - - [2025-02-13 02:41:57] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 4233 0.069540 10.0.0.47 - - [2025-02-13 02:41:57] "GET /service-instance/64008ade-1344-403f-9843-a4235faad2fa HTTP/1.1" 200 3783 0.005699 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.47 - - [2025-02-13 02:41:57] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2771 0.007459 10.0.0.47 - - [2025-02-13 02:41:57] "PUT /routing-instance/3c977891-af2c-492d-9a92-429952281afb HTTP/1.1" 200 266 0.021705 10.0.0.47 - - [2025-02-13 02:41:57] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.47 - - [2025-02-13 02:41:57] "PUT /routing-instance/f71a7e73-61b5-4251-8169-e79b9fcfaa6c HTTP/1.1" 200 266 0.014895 10.0.0.47 - - [2025-02-13 02:41:57] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 4233 0.070667 10.0.0.47 - - [2025-02-13 02:41:57] "GET /service-instance/64008ade-1344-403f-9843-a4235faad2fa HTTP/1.1" 200 3783 0.006978 10.0.0.47 - - [2025-02-13 02:41:57] "GET /port-tuple/6c7c901e-020f-4d37-9731-df87d491bf83 HTTP/1.1" 200 1979 0.004297 10.0.0.47 - - [2025-02-13 02:41:57] "GET /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43 HTTP/1.1" 200 3798 0.006421 10.0.0.47 - - [2025-02-13 02:41:57] "POST /ref-update HTTP/1.1" 200 156 0.015635 10.0.0.47 - - [2025-02-13 02:41:57] "GET /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895 HTTP/1.1" 200 3804 0.005428 10.0.0.47 - - [2025-02-13 02:41:57] "GET /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2 HTTP/1.1" 200 3817 0.005445 10.0.0.47 - - [2025-02-13 02:41:57] "PUT /access-control-list/24fa76fe-0234-4bf7-bc3f-8d71ac843ad6 HTTP/1.1" 200 272 0.011417 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/port HTTP/1.1" 200 3836 0.060685 10.0.0.47 - - [2025-02-13 02:41:57] "PUT /access-control-list/5d9f1e79-49f5-4ab1-b1f1-550c1926cffa HTTP/1.1" 200 272 0.016323 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007450 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/port HTTP/1.1" 200 3836 0.032441 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006780 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/port HTTP/1.1" 200 3836 0.035691 10.0.0.47 - - [2025-02-13 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006893 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/port HTTP/1.1" 200 3836 0.038817 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006963 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 896 0.015270 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 922 0.006185 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 806 0.015408 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 832 0.006952 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 898 0.012872 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 924 0.009601 10.0.0.47 - - [2025-02-13 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.47 - - [2025-02-13 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001581 10.0.0.47 - - [2025-02-13 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.002162 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine/6f8e1e61-73d8-414d-ad92-ec7d5e03c8f0 HTTP/1.1" 200 1802 0.005804 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43 HTTP/1.1" 200 3798 0.005817 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895 HTTP/1.1" 200 3804 0.005425 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2 HTTP/1.1" 200 3817 0.004981 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/7b926caa-173a-4f94-86f1-5890f5178449 HTTP/1.1" 200 1622 0.005122 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/b099ec1f-a090-4696-8e39-120a4b2096ff HTTP/1.1" 200 1957 0.003458 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/ea324ac2-6d40-45b6-ade2-38c300e70f92 HTTP/1.1" 200 1955 0.004197 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/380b5e0d-f17b-4ad2-99ca-fbaac28cc0aa HTTP/1.1" 200 1624 0.004702 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/7e32550f-4b34-41b9-93bb-eaae6e3f435c HTTP/1.1" 200 1960 0.004394 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/bfc8bfc0-dc7c-4a16-90b1-b6bdd2c1761b HTTP/1.1" 200 1959 0.004212 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/41f50feb-370c-42f3-86ae-a3cc74bbb51c HTTP/1.1" 200 1977 0.003908 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/7ed74dd0-f9a5-48eb-880e-03ce02ed349e HTTP/1.1" 200 1620 0.004832 10.0.0.47 - - [2025-02-13 02:41:58] "GET /instance-ip/dab457fb-bd3a-4274-8569-ed4c635cd93e HTTP/1.1" 200 1980 0.003714 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/port HTTP/1.1" 200 3836 0.036061 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007326 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/port HTTP/1.1" 200 3836 0.038727 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007464 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/port HTTP/1.1" 200 3836 0.042791 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007315 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/port HTTP/1.1" 200 3836 0.040745 10.0.0.47 - - [2025-02-13 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006769 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine/6f8e1e61-73d8-414d-ad92-ec7d5e03c8f0 HTTP/1.1" 200 1802 0.004999 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/153871f6-cb1b-435a-b9fa-4204c7448e43 HTTP/1.1" 200 3798 0.010466 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/56eb55fc-9c80-4c51-9a03-f5e3d9646895 HTTP/1.1" 200 3804 0.007167 10.0.0.47 - - [2025-02-13 02:41:58] "GET /virtual-machine-interface/f3a4fe7a-6756-421f-ac86-9905a11a39e2 HTTP/1.1" 200 3817 0.008353 10.0.0.47 - - [2025-02-13 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.47 - - [2025-02-13 02:41:59] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003646 10.0.0.47 - - [2025-02-13 02:41:59] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003600 10.0.0.47 - - [2025-02-13 02:41:59] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006665 10.0.0.47 - - [2025-02-13 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.47 - - [2025-02-13 02:42:00] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003591 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003409 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006751 10.0.0.47 - - [2025-02-13 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.47 - - [2025-02-13 02:42:00] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005015 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003295 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005547 10.0.0.47 - - [2025-02-13 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.47 - - [2025-02-13 02:42:00] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005148 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003616 10.0.0.47 - - [2025-02-13 02:42:00] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005726 10.0.0.47 - - [2025-02-13 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.47 - - [2025-02-13 02:42:00] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004139 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004647 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006384 10.0.0.47 - - [2025-02-13 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.47 - - [2025-02-13 02:42:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003365 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003933 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005556 10.0.0.47 - - [2025-02-13 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.47 - - [2025-02-13 02:42:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004689 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004247 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007488 10.0.0.47 - - [2025-02-13 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.47 - - [2025-02-13 02:42:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004153 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004022 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005555 10.0.0.47 - - [2025-02-13 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.47 - - [2025-02-13 02:42:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003735 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003942 10.0.0.47 - - [2025-02-13 02:42:01] "GET /virtual-network/6222cca1-53c5-488f-9869-c05c8cb6f5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005803 10.0.0.47 - - [2025-02-13 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.47 - - [2025-02-13 02:42:02] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005064 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003262 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006926 10.0.0.47 - - [2025-02-13 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.47 - - [2025-02-13 02:42:02] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006214 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004833 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.009437 10.0.0.47 - - [2025-02-13 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.47 - - [2025-02-13 02:42:02] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004565 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003392 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006570 10.0.0.47 - - [2025-02-13 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.47 - - [2025-02-13 02:42:02] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003974 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-networks?parent_id=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003720 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007986 10.0.0.47 - - [2025-02-13 02:42:02] "GET /virtual-machine/6f8e1e61-73d8-414d-ad92-ec7d5e03c8f0 HTTP/1.1" 200 1802 0.004640 10.0.0.47 - - [2025-02-13 02:42:02] "GET /domains HTTP/1.1" 200 280 0.003278 10.0.0.47 - - [2025-02-13 02:42:02] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.47 - - [2025-02-13 02:42:02] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2771 0.009467 10.0.0.47 - - [2025-02-13 02:42:02] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.47 - - [2025-02-13 02:42:02] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 4233 0.092761 10.0.0.47 - - [2025-02-13 02:42:03] "GET /service-instance/64008ade-1344-403f-9843-a4235faad2fa HTTP/1.1" 200 3783 0.005480 10.0.0.47 - - [2025-02-13 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.47 - - [2025-02-13 02:42:03] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004048 10.0.0.47 - - [2025-02-13 02:42:03] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.008536 10.0.0.47 - - [2025-02-13 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.47 - - [2025-02-13 02:42:03] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.005131 10.0.0.47 - - [2025-02-13 02:42:03] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.007091 10.0.0.47 - - [2025-02-13 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.47 - - [2025-02-13 02:42:03] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005649 10.0.0.47 - - [2025-02-13 02:42:03] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?fields=routing_instances HTTP/1.1" 200 1683 0.007906 10.0.0.47 - - [2025-02-13 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.47 - - [2025-02-13 02:42:03] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006107 10.0.0.47 - - [2025-02-13 02:42:03] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?fields=routing_instances HTTP/1.1" 200 1688 0.008187 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/port HTTP/1.1" 200 1088 0.019436 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/port HTTP/1.1" 200 1088 0.017770 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/network HTTP/1.1" 200 932 0.008096 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006226 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.012160 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.47 - - [2025-02-13 02:42:05] "POST /neutron/network HTTP/1.1" 200 922 0.006764 10.0.0.47 - - [2025-02-13 02:42:07] "POST /ref-update HTTP/1.1" 200 156 0.048166 10.0.0.47 - - [2025-02-13 02:42:07] "DELETE /access-control-list/5d9f1e79-49f5-4ab1-b1f1-550c1926cffa HTTP/1.1" 200 115 0.055402 10.0.0.47 - - [2025-02-13 02:42:07] "POST /neutron/network HTTP/1.1" 200 836 0.014472 10.0.0.47 - - [2025-02-13 02:42:07] "GET /virtual-network/69766114-78ab-4af9-993d-3a4480ddfc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007565 10.0.0.47 - - [2025-02-13 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.47 - - [2025-02-13 02:42:07] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003620 10.0.0.47 - - [2025-02-13 02:42:07] "DELETE /routing-instance/3c977891-af2c-492d-9a92-429952281afb HTTP/1.1" 200 115 0.044652 10.0.0.47 - - [2025-02-13 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.47 - - [2025-02-13 02:42:07] "POST /ref-update HTTP/1.1" 200 156 0.052783 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /route-target/d7a28434-796d-4c18-80e9-6b5bce20db5f HTTP/1.1" 200 115 0.027699 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /routing-instance/f71a7e73-61b5-4251-8169-e79b9fcfaa6c HTTP/1.1" 200 115 0.028274 10.0.0.47 - - [2025-02-13 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011426 10.0.0.47 - - [2025-02-13 02:42:08] "POST /neutron/network HTTP/1.1" 200 834 0.012194 10.0.0.47 - - [2025-02-13 02:42:08] "GET /virtual-network/279d15d3-8f12-4e93-93dc-be325342258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005472 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /route-target/f2a94288-1d3d-4935-9d6f-c87fa5442e7c HTTP/1.1" 200 115 0.017831 10.0.0.47 - - [2025-02-13 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /access-control-list/24fa76fe-0234-4bf7-bc3f-8d71ac843ad6 HTTP/1.1" 200 115 0.027617 10.0.0.47 - - [2025-02-13 02:42:08] "GET /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003547 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /network-policy/a9d1a0fe-d2f7-44d7-a408-49c49716ba52 HTTP/1.1" 200 115 0.025109 10.0.0.47 - - [2025-02-13 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /service-instance/64008ade-1344-403f-9843-a4235faad2fa HTTP/1.1" 200 115 0.048067 10.0.0.47 - - [2025-02-13 02:42:08] "GET /domains HTTP/1.1" 200 280 0.002379 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.013973 10.0.0.47 - - [2025-02-13 02:42:08] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.47 - - [2025-02-13 02:42:08] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2771 0.010060 10.0.0.47 - - [2025-02-13 02:42:08] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/b099ec1f-a090-4696-8e39-120a4b2096ff HTTP/1.1" 200 115 0.036188 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.011518 10.0.0.47 - - [2025-02-13 02:42:08] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 3759 0.065427 10.0.0.47 - - [2025-02-13 02:42:08] "GET /virtual-machine/6f8e1e61-73d8-414d-ad92-ec7d5e03c8f0 HTTP/1.1" 200 1802 0.004199 10.0.0.47 - - [2025-02-13 02:42:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002713 10.0.0.47 - - [2025-02-13 02:42:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002152 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/ea324ac2-6d40-45b6-ade2-38c300e70f92 HTTP/1.1" 200 115 0.027340 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.014147 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/bfc8bfc0-dc7c-4a16-90b1-b6bdd2c1761b HTTP/1.1" 200 115 0.033733 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.010139 10.0.0.47 - - [2025-02-13 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /service-template/b4b801dd-b38d-4d34-9abc-a50e5024246e HTTP/1.1" 200 115 0.026283 10.0.0.47 - - [2025-02-13 02:42:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.007103 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/41f50feb-370c-42f3-86ae-a3cc74bbb51c HTTP/1.1" 200 115 0.038485 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.015707 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/7e32550f-4b34-41b9-93bb-eaae6e3f435c HTTP/1.1" 200 115 0.024406 10.0.0.47 - - [2025-02-13 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.012923 10.0.0.47 - - [2025-02-13 02:42:08] "DELETE /instance-ip/dab457fb-bd3a-4274-8569-ed4c635cd93e HTTP/1.1" 200 115 0.023046 10.0.0.47 - - [2025-02-13 02:42:08] "POST /neutron/network HTTP/1.1" 200 836 0.013459 10.0.0.47 - - [2025-02-13 02:42:08] "POST /neutron/network HTTP/1.1" 400 204 0.014518 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1088 0.023057 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1114 0.014445 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1088 0.039336 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1114 0.011718 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 151 0.216747 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 151 0.178650 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 3029 0.027291 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1112 0.010274 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 151 0.155074 10.0.0.47 - - [2025-02-13 02:42:09] "POST /neutron/port HTTP/1.1" 200 1114 0.014507 10.0.0.47 - - [2025-02-13 02:42:10] "POST /neutron/port HTTP/1.1" 200 151 0.121695 10.0.0.47 - - [2025-02-13 02:42:10] "POST /neutron/port HTTP/1.1" 200 1114 0.010140 10.0.0.47 - - [2025-02-13 02:42:10] "POST /neutron/port HTTP/1.1" 200 151 0.122718 10.0.0.47 - - [2025-02-13 02:42:10] "POST /neutron/network HTTP/1.1" 200 836 0.006325 10.0.0.47 - - [2025-02-13 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004189 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.47 - - [2025-02-13 02:42:11] "POST /neutron/network HTTP/1.1" 200 151 0.098133 10.0.0.47 - - [2025-02-13 02:42:11] "DELETE /route-target/59dce75a-d029-4d1d-a5cc-1968025f8e79 HTTP/1.1" 200 115 0.023853 10.0.0.47 - - [2025-02-13 02:42:11] "GET /routing-instance/459fb25e-68c3-43b3-884b-48bd0b9a2196 HTTP/1.1" 404 171 0.002593 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains HTTP/1.1" 200 280 0.003161 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2571 0.053706 10.0.0.47 - - [2025-02-13 02:42:11] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.47 - - [2025-02-13 02:42:11] "GET /global-system-configs HTTP/1.1" 200 322 0.035805 10.0.0.47 - - [2025-02-13 02:42:11] "GET /obj-perms HTTP/1.1" 200 5056 0.072187 10.0.0.47 - - [2025-02-13 02:42:11] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2298 0.072028 10.0.0.47 - - [2025-02-13 02:42:11] "POST /neutron/network HTTP/1.1" 200 834 0.006615 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006818 10.0.0.47 - - [2025-02-13 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006500 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002540 10.0.0.47 - - [2025-02-13 02:42:11] "POST /neutron/network HTTP/1.1" 200 151 0.087119 10.0.0.47 - - [2025-02-13 02:42:11] "GET /routing-instance/4d3a7fdd-5ee8-4f89-a312-19bc1ec77bd5 HTTP/1.1" 404 171 0.003176 10.0.0.47 - - [2025-02-13 02:42:11] "DELETE /route-target/97cee9bc-bd04-444c-b59c-8ee539203929 HTTP/1.1" 200 115 0.025365 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains HTTP/1.1" 200 280 0.003427 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2571 0.050641 10.0.0.47 - - [2025-02-13 02:42:11] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001638 10.0.0.47 - - [2025-02-13 02:42:11] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 2080 0.071670 10.0.0.47 - - [2025-02-13 02:42:11] "POST /neutron/network HTTP/1.1" 200 832 0.006375 10.0.0.47 - - [2025-02-13 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007974 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006522 10.0.0.47 - - [2025-02-13 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003071 10.0.0.47 - - [2025-02-13 02:42:11] "POST /neutron/network HTTP/1.1" 200 151 0.117403 10.0.0.47 - - [2025-02-13 02:42:11] "DELETE /route-target/bba93da4-5c3d-49a8-a667-fad184d720d1 HTTP/1.1" 200 115 0.024251 10.0.0.47 - - [2025-02-13 02:42:11] "GET /routing-instance/60e5b77a-42e1-40db-9730-d97986ca8a9d HTTP/1.1" 404 171 0.005759 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains HTTP/1.1" 200 280 0.003007 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.47 - - [2025-02-13 02:42:11] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2571 0.049271 10.0.0.47 - - [2025-02-13 02:42:11] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.47 - - [2025-02-13 02:42:11] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 1840 0.072085 10.0.0.47 - - [2025-02-13 02:42:12] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.47 - - [2025-02-13 02:42:12] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029250 10.0.0.47 - - [2025-02-13 02:42:12] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001490 10.0.0.47 - - [2025-02-13 02:42:12] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?fields=virtual_networks HTTP/1.1" 200 1028 0.074763 10.0.0.47 - - [2025-02-13 02:42:12] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002295 10.0.0.47 - - [2025-02-13 02:42:12] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.031101 10.0.0.47 - - [2025-02-13 02:42:12] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001754 10.0.0.47 - - [2025-02-13 02:42:12] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?fields=security_groups HTTP/1.1" 200 1252 0.032322 10.0.0.47 - - [2025-02-13 02:42:12] "GET /global-system-configs HTTP/1.1" 200 322 0.058983 10.0.0.47 - - [2025-02-13 02:42:12] "GET /obj-perms HTTP/1.1" 200 5056 0.375995 10.0.0.47 - - [2025-02-13 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.026839 10.0.0.47 - - [2025-02-13 02:42:13] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002765 10.0.0.47 - - [2025-02-13 02:42:13] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.47 - - [2025-02-13 02:42:13] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009527 10.0.0.47 - - [2025-02-13 02:42:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.002055 10.0.0.47 - - [2025-02-13 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004260 10.0.0.47 - - [2025-02-13 02:42:13] "POST /security-groups HTTP/1.1" 200 592 0.068510 10.0.0.47 - - [2025-02-13 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.003701 10.0.0.47 - - [2025-02-13 02:42:13] "POST /projects HTTP/1.1" 200 587 0.234606 10.0.0.47 - - [2025-02-13 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.268013 10.0.0.47 - - [2025-02-13 02:42:13] "POST /access-control-lists HTTP/1.1" 200 597 0.064256 10.0.0.47 - - [2025-02-13 02:42:13] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.414272 10.0.0.47 - - [2025-02-13 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003189 10.0.0.47 - - [2025-02-13 02:42:13] "POST /access-control-lists HTTP/1.1" 200 595 0.061504 10.0.0.47 - - [2025-02-13 02:42:14] "GET / HTTP/1.1" 200 35931 0.004721 10.0.0.47 - - [2025-02-13 02:42:16] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000522 10.0.0.47 - - [2025-02-13 02:42:16] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.47 - - [2025-02-13 02:42:16] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079051 10.0.0.47 - - [2025-02-13 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.003011 10.0.0.47 - - [2025-02-13 02:42:16] "POST /virtual-DNSs HTTP/1.1" 200 507 0.023290 10.0.0.47 - - [2025-02-13 02:42:16] "GET /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005327 10.0.0.47 - - [2025-02-13 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.47 - - [2025-02-13 02:42:16] "GET /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003515 10.0.0.47 - - [2025-02-13 02:42:16] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.47 - - [2025-02-13 02:42:17] "GET /domains HTTP/1.1" 200 280 0.030764 10.0.0.47 - - [2025-02-13 02:42:17] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.47 - - [2025-02-13 02:42:17] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2958 0.010770 10.0.0.47 - - [2025-02-13 02:42:17] "GET /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba HTTP/1.1" 200 1439 0.005647 10.0.0.47 - - [2025-02-13 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003410 10.0.0.47 - - [2025-02-13 02:42:17] "POST /network-ipams HTTP/1.1" 200 514 0.019175 10.0.0.47 - - [2025-02-13 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004434 10.0.0.47 - - [2025-02-13 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.47 - - [2025-02-13 02:42:17] "GET /network-ipam/d4b87772-9fe7-4bcd-9f3e-e649ea905f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005556 10.0.0.47 - - [2025-02-13 02:42:17] "PUT /network-ipam/d4b87772-9fe7-4bcd-9f3e-e649ea905f3a HTTP/1.1" 200 258 0.010318 10.0.0.47 - - [2025-02-13 02:42:17] "POST /ref-update HTTP/1.1" 200 156 0.011305 10.0.0.47 - - [2025-02-13 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.47 - - [2025-02-13 02:42:17] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003188 10.0.0.47 - - [2025-02-13 02:42:17] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040113 10.0.0.47 - - [2025-02-13 02:42:17] "POST /neutron/network HTTP/1.1" 200 117 0.032022 10.0.0.47 - - [2025-02-13 02:42:17] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.47 - - [2025-02-13 02:42:17] "POST /neutron/network HTTP/1.1" 200 618 0.074643 10.0.0.47 - - [2025-02-13 02:42:17] "POST /route-targets HTTP/1.1" 200 327 0.040288 10.0.0.47 - - [2025-02-13 02:42:17] "POST /ref-update HTTP/1.1" 200 156 0.016299 10.0.0.47 - - [2025-02-13 02:42:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003932 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.202344 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 833 0.008375 10.0.0.47 - - [2025-02-13 02:42:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.002103 10.0.0.47 - - [2025-02-13 02:42:18] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006427 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 833 0.007438 10.0.0.47 - - [2025-02-13 02:42:18] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006339 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 833 0.008335 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.007987 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 807 0.015882 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 833 0.006390 10.0.0.47 - - [2025-02-13 02:42:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001678 10.0.0.47 - - [2025-02-13 02:42:18] "POST /neutron/network HTTP/1.1" 200 843 0.007174 10.0.0.47 - - [2025-02-13 02:42:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000684 10.0.0.47 - - [2025-02-13 02:42:18] "GET / HTTP/1.1" 200 35931 0.001982 10.0.0.47 - - [2025-02-13 02:42:18] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.47 - - [2025-02-13 02:42:19] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001418 10.0.0.47 - - [2025-02-13 02:42:19] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070353 10.0.0.47 - - [2025-02-13 02:42:19] "POST /neutron/network HTTP/1.1" 200 833 0.006632 10.0.0.47 - - [2025-02-13 02:42:19] "POST /neutron/port HTTP/1.1" 200 117 0.007110 10.0.0.47 - - [2025-02-13 02:42:19] "POST /neutron/port HTTP/1.1" 200 117 0.007879 10.0.0.47 - - [2025-02-13 02:42:19] "POST /neutron/port HTTP/1.1" 200 117 0.008459 10.0.0.47 - - [2025-02-13 02:42:19] "POST /neutron/network HTTP/1.1" 200 843 0.006416 10.0.0.47 - - [2025-02-13 02:42:19] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001320 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 1058 0.222641 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 1058 0.012652 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013913 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 1112 0.076892 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 1086 0.019539 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004903 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.011498 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.47 - - [2025-02-13 02:42:20] "POST /neutron/network HTTP/1.1" 200 833 0.006078 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016757 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008687 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/port HTTP/1.1" 200 1086 0.020370 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008979 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/port HTTP/1.1" 200 1086 0.020059 10.0.0.47 - - [2025-02-13 02:42:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008289 10.0.0.47 - - [2025-02-13 02:42:24] "GET /virtual-machine/20b0bbfe-dc6b-4845-8599-ca90514b25e4 HTTP/1.1" 200 1292 0.005303 10.0.0.47 - - [2025-02-13 02:42:24] "GET /virtual-machine-interface/b3a66cb6-6918-4f66-bd65-f0726915ae4b HTTP/1.1" 200 2965 0.006837 10.0.0.47 - - [2025-02-13 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.47 - - [2025-02-13 02:42:24] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003908 10.0.0.47 - - [2025-02-13 02:42:24] "GET /virtual-networks?parent_id=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003908 10.0.0.47 - - [2025-02-13 02:42:24] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008095 10.0.0.47 - - [2025-02-13 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.47 - - [2025-02-13 02:42:28] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005619 10.0.0.47 - - [2025-02-13 02:42:29] "POST /neutron/port HTTP/1.1" 200 1086 0.016998 10.0.0.47 - - [2025-02-13 02:42:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006533 10.0.0.47 - - [2025-02-13 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.47 - - [2025-02-13 02:42:30] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004154 10.0.0.47 - - [2025-02-13 02:42:30] "GET /virtual-networks?parent_id=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003675 10.0.0.47 - - [2025-02-13 02:42:30] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006929 10.0.0.47 - - [2025-02-13 02:42:30] "POST /neutron/port HTTP/1.1" 200 1086 0.033490 10.0.0.47 - - [2025-02-13 02:42:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006968 10.0.0.47 - - [2025-02-13 02:42:38] "DELETE /project/013fba69f91f4537869bbdb826ffa697 HTTP/1.1" 404 173 0.011309 10.0.0.47 - - [2025-02-13 02:42:38] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002223 10.0.0.47 - - [2025-02-13 02:42:38] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.032857 10.0.0.47 - - [2025-02-13 02:42:38] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003618 10.0.0.47 - - [2025-02-13 02:42:38] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?fields=security_groups HTTP/1.1" 200 1357 0.071430 10.0.0.47 - - [2025-02-13 02:42:38] "DELETE /security-group/8af51e86-117b-4920-bc93-d0f89a00e389 HTTP/1.1" 200 115 0.048169 10.0.0.47 - - [2025-02-13 02:42:38] "GET /projects?obj_uuids=47da0c3b-8e9f-44b8-8ae2-7a5637196b64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.47 - - [2025-02-13 02:42:38] "DELETE /access-control-list/3ffc8be3-0e9a-45dc-99c3-f561bfa65d20 HTTP/1.1" 200 115 0.045342 10.0.0.47 - - [2025-02-13 02:42:38] "GET /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64?fields=application_policy_sets HTTP/1.1" 200 1396 0.053046 10.0.0.47 - - [2025-02-13 02:42:38] "DELETE /access-control-list/60d394b9-df6a-47e6-aecb-17a55f6d0934 HTTP/1.1" 200 115 0.037282 10.0.0.47 - - [2025-02-13 02:42:38] "DELETE /project/47da0c3b-8e9f-44b8-8ae2-7a5637196b64 HTTP/1.1" 200 115 0.362904 10.0.0.47 - - [2025-02-13 02:42:39] "POST /neutron/network HTTP/1.1" 200 807 0.014028 10.0.0.47 - - [2025-02-13 02:42:39] "POST /neutron/network HTTP/1.1" 200 833 0.006134 10.0.0.47 - - [2025-02-13 02:42:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001844 10.0.0.47 - - [2025-02-13 02:42:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016262 10.0.0.47 - - [2025-02-13 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007236 10.0.0.47 - - [2025-02-13 02:42:40] "POST /neutron/network HTTP/1.1" 200 843 0.006011 10.0.0.47 - - [2025-02-13 02:42:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000473 10.0.0.47 - - [2025-02-13 02:42:40] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.47 - - [2025-02-13 02:42:40] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.47 - - [2025-02-13 02:42:40] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002339 10.0.0.47 - - [2025-02-13 02:42:40] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054015 10.0.0.47 - - [2025-02-13 02:42:40] "POST /neutron/network HTTP/1.1" 200 833 0.008224 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1086 0.019840 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009691 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.007671 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.005639 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/network HTTP/1.1" 200 843 0.006032 10.0.0.47 - - [2025-02-13 02:42:41] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002179 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1058 0.214031 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1058 0.011744 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1058 0.009262 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1112 0.073992 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016839 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004020 10.0.0.47 - - [2025-02-13 02:42:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.013221 10.0.0.47 - - [2025-02-13 02:42:42] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.47 - - [2025-02-13 02:42:42] "POST /neutron/network HTTP/1.1" 200 833 0.006339 10.0.0.47 - - [2025-02-13 02:42:45] "GET /obj-perms HTTP/1.1" 200 5056 0.053785 10.0.0.47 - - [2025-02-13 02:42:45] "GET /obj-perms HTTP/1.1" 200 5056 0.060444 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/port HTTP/1.1" 200 1086 0.028664 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013374 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018981 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009071 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018523 10.0.0.47 - - [2025-02-13 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009252 10.0.0.47 - - [2025-02-13 02:42:46] "GET /virtual-machine/8d040ead-c430-49cc-a081-f3b3676a37fe HTTP/1.1" 200 1294 0.005058 10.0.0.47 - - [2025-02-13 02:42:46] "GET /virtual-machine-interface/3fbf6640-4359-4dfe-abb5-84c3b52d61f3 HTTP/1.1" 200 2964 0.005583 10.0.0.47 - - [2025-02-13 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.47 - - [2025-02-13 02:42:46] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005001 10.0.0.47 - - [2025-02-13 02:42:46] "GET /virtual-networks?parent_id=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003231 10.0.0.47 - - [2025-02-13 02:42:46] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005871 10.0.0.47 - - [2025-02-13 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.47 - - [2025-02-13 02:42:49] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006058 10.0.0.47 - - [2025-02-13 02:42:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016918 10.0.0.47 - - [2025-02-13 02:42:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006041 10.0.0.47 - - [2025-02-13 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.47 - - [2025-02-13 02:42:52] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003735 10.0.0.47 - - [2025-02-13 02:42:52] "GET /virtual-networks?parent_id=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003218 10.0.0.47 - - [2025-02-13 02:42:52] "GET /virtual-network/f15f975c-f1b1-4f7b-8113-230de018a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006318 10.0.0.47 - - [2025-02-13 02:42:52] "POST /neutron/port HTTP/1.1" 200 1086 0.016297 10.0.0.47 - - [2025-02-13 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008762 10.0.0.47 - - [2025-02-13 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.47 - - [2025-02-13 02:43:03] "DELETE /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba HTTP/1.1" 409 235 0.007010 10.0.0.47 - - [2025-02-13 02:43:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.003673 10.0.0.47 - - [2025-02-13 02:43:03] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017881 10.0.0.47 - - [2025-02-13 02:43:03] "GET /virtual-DNS-record/dba9b8de-cfcc-40da-9e1c-c20f1b3ab366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006872 10.0.0.47 - - [2025-02-13 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.47 - - [2025-02-13 02:43:03] "GET /virtual-DNS-record/dba9b8de-cfcc-40da-9e1c-c20f1b3ab366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004434 10.0.0.47 - - [2025-02-13 02:43:03] "GET /domains HTTP/1.1" 200 280 0.002932 10.0.0.47 - - [2025-02-13 02:43:03] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.47 - - [2025-02-13 02:43:03] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2774 0.011245 10.0.0.47 - - [2025-02-13 02:43:03] "GET /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba HTTP/1.1" 200 1908 0.010082 10.0.0.47 - - [2025-02-13 02:43:03] "GET /virtual-DNS-record/dba9b8de-cfcc-40da-9e1c-c20f1b3ab366 HTTP/1.1" 200 1337 0.003766 10.0.0.47 - - [2025-02-13 02:43:09] "DELETE /virtual-DNS-record/dba9b8de-cfcc-40da-9e1c-c20f1b3ab366 HTTP/1.1" 200 115 0.020591 10.0.0.47 - - [2025-02-13 02:43:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.002864 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/network HTTP/1.1" 200 833 0.008464 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/network HTTP/1.1" 400 204 0.015234 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/port HTTP/1.1" 200 1086 0.016717 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/port HTTP/1.1" 200 1112 0.009779 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/port HTTP/1.1" 200 1086 0.023091 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/port HTTP/1.1" 200 151 0.122432 10.0.0.47 - - [2025-02-13 02:43:09] "POST /neutron/port HTTP/1.1" 200 1112 0.011946 10.0.0.47 - - [2025-02-13 02:43:10] "POST /neutron/port HTTP/1.1" 200 151 0.124118 10.0.0.47 - - [2025-02-13 02:43:11] "POST /neutron/network HTTP/1.1" 200 833 0.006895 10.0.0.47 - - [2025-02-13 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.47 - - [2025-02-13 02:43:11] "POST /useragent-kv HTTP/1.1" 200 115 0.027534 10.0.0.47 - - [2025-02-13 02:43:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006116 10.0.0.47 - - [2025-02-13 02:43:11] "DELETE /route-target/08147eb2-a89c-4b78-ad1a-cbc9624d13bb HTTP/1.1" 200 115 0.042132 10.0.0.47 - - [2025-02-13 02:43:11] "POST /neutron/network HTTP/1.1" 200 151 0.199830 10.0.0.47 - - [2025-02-13 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.47 - - [2025-02-13 02:43:11] "DELETE /network-ipam/d4b87772-9fe7-4bcd-9f3e-e649ea905f3a HTTP/1.1" 200 115 0.024805 10.0.0.47 - - [2025-02-13 02:43:11] "DELETE /virtual-DNS/de2a13ab-28af-4553-9182-38286347a9ba HTTP/1.1" 200 115 0.033155 10.0.0.47 - - [2025-02-13 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.002829 10.0.0.47 - - [2025-02-13 02:43:11] "GET /domains HTTP/1.1" 200 280 0.005149 10.0.0.47 - - [2025-02-13 02:43:11] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.47 - - [2025-02-13 02:43:11] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2574 0.008718 10.0.0.47 - - [2025-02-13 02:43:11] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002110 10.0.0.47 - - [2025-02-13 02:43:12] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030207 10.0.0.47 - - [2025-02-13 02:43:12] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.47 - - [2025-02-13 02:43:12] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?fields=virtual_networks HTTP/1.1" 200 1031 0.072999 10.0.0.47 - - [2025-02-13 02:43:12] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001771 10.0.0.47 - - [2025-02-13 02:43:12] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.032177 10.0.0.47 - - [2025-02-13 02:43:12] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001750 10.0.0.47 - - [2025-02-13 02:43:12] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?fields=security_groups HTTP/1.1" 200 1258 0.032248 10.0.0.47 - - [2025-02-13 02:43:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.030315 10.0.0.47 - - [2025-02-13 02:43:13] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002784 10.0.0.47 - - [2025-02-13 02:43:13] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.47 - - [2025-02-13 02:43:13] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008761 10.0.0.47 - - [2025-02-13 02:43:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001335 10.0.0.47 - - [2025-02-13 02:43:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004201 10.0.0.47 - - [2025-02-13 02:43:13] "POST /security-groups HTTP/1.1" 200 592 0.063822 10.0.0.47 - - [2025-02-13 02:43:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.008299 10.0.0.47 - - [2025-02-13 02:43:13] "POST /projects HTTP/1.1" 200 587 0.214403 10.0.0.47 - - [2025-02-13 02:43:13] "POST /access-control-lists HTTP/1.1" 200 597 0.061250 10.0.0.47 - - [2025-02-13 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.293826 10.0.0.47 - - [2025-02-13 02:43:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003421 10.0.0.47 - - [2025-02-13 02:43:13] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.427397 10.0.0.47 - - [2025-02-13 02:43:13] "POST /access-control-lists HTTP/1.1" 200 595 0.060039 10.0.0.47 - - [2025-02-13 02:43:14] "GET / HTTP/1.1" 200 35931 0.002348 10.0.0.47 - - [2025-02-13 02:43:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.47 - - [2025-02-13 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.063117 10.0.0.47 - - [2025-02-13 02:43:15] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.47 - - [2025-02-13 02:43:15] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026369 10.0.0.47 - - [2025-02-13 02:43:15] "POST /neutron/network HTTP/1.1" 200 117 0.037797 10.0.0.47 - - [2025-02-13 02:43:15] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001649 10.0.0.47 - - [2025-02-13 02:43:15] "POST /neutron/network HTTP/1.1" 200 606 0.075548 10.0.0.47 - - [2025-02-13 02:43:15] "POST /route-targets HTTP/1.1" 200 327 0.013999 10.0.0.47 - - [2025-02-13 02:43:15] "POST /ref-update HTTP/1.1" 200 156 0.016477 10.0.0.47 - - [2025-02-13 02:43:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006191 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.210272 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/network HTTP/1.1" 200 827 0.006731 10.0.0.47 - - [2025-02-13 02:43:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001416 10.0.0.47 - - [2025-02-13 02:43:16] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006186 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/network HTTP/1.1" 200 827 0.017424 10.0.0.47 - - [2025-02-13 02:43:16] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006060 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/network HTTP/1.1" 200 827 0.006903 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.008559 10.0.0.47 - - [2025-02-13 02:43:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001590 10.0.0.47 - - [2025-02-13 02:43:16] "POST /neutron/network HTTP/1.1" 200 837 0.008508 10.0.0.47 - - [2025-02-13 02:43:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000561 10.0.0.47 - - [2025-02-13 02:43:16] "GET / HTTP/1.1" 200 35931 0.002620 10.0.0.47 - - [2025-02-13 02:43:16] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000617 10.0.0.47 - - [2025-02-13 02:43:17] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002049 10.0.0.47 - - [2025-02-13 02:43:17] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069319 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/network HTTP/1.1" 200 827 0.006183 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.005095 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.006270 10.0.0.47 - - [2025-02-13 02:43:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001509 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.010352 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/network HTTP/1.1" 200 837 0.007319 10.0.0.47 - - [2025-02-13 02:43:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.47 - - [2025-02-13 02:43:17] "POST /neutron/network HTTP/1.1" 200 837 0.010847 10.0.0.47 - - [2025-02-13 02:43:17] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.47 - - [2025-02-13 02:43:18] "GET / HTTP/1.1" 200 35931 0.003694 10.0.0.47 - - [2025-02-13 02:43:18] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000514 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1063 0.250215 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1063 0.012049 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1063 0.015536 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1117 0.074773 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1091 0.018007 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994 10.0.0.47 - - [2025-02-13 02:43:18] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.013969 10.0.0.47 - - [2025-02-13 02:43:18] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.062244 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/network HTTP/1.1" 200 827 0.006338 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/network HTTP/1.1" 200 827 0.006385 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1091 0.023599 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009287 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.005742 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/port HTTP/1.1" 200 1091 0.026979 10.0.0.47 - - [2025-02-13 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012950 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/network HTTP/1.1" 200 837 0.007706 10.0.0.47 - - [2025-02-13 02:43:19] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001948 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 1063 0.271674 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 1063 0.012064 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 1063 0.020410 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 1117 0.068004 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 1091 0.023169 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004214 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.018336 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.47 - - [2025-02-13 02:43:19] "POST /neutron/network HTTP/1.1" 200 827 0.007651 10.0.0.47 - - [2025-02-13 02:43:23] "POST /neutron/port HTTP/1.1" 200 1091 0.020967 10.0.0.47 - - [2025-02-13 02:43:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008051 10.0.0.47 - - [2025-02-13 02:43:24] "POST /neutron/port HTTP/1.1" 200 1091 0.016237 10.0.0.47 - - [2025-02-13 02:43:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010336 10.0.0.47 - - [2025-02-13 02:43:24] "POST /neutron/port HTTP/1.1" 200 1091 0.020244 10.0.0.47 - - [2025-02-13 02:43:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006976 10.0.0.47 - - [2025-02-13 02:43:24] "GET /virtual-machine/e3b8795f-bf35-418f-a0be-c55a9be646ca HTTP/1.1" 401 292 0.000520 10.0.0.47 - - [2025-02-13 02:43:24] "GET /virtual-machine/e3b8795f-bf35-418f-a0be-c55a9be646ca HTTP/1.1" 200 1294 0.031954 10.0.0.47 - - [2025-02-13 02:43:24] "GET /virtual-machine-interface/34bf5afe-34e9-4fe0-ba8f-3241c10cd43b HTTP/1.1" 200 2946 0.005957 10.0.0.47 - - [2025-02-13 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.47 - - [2025-02-13 02:43:24] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004032 10.0.0.47 - - [2025-02-13 02:43:24] "GET /virtual-networks?parent_id=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003279 10.0.0.47 - - [2025-02-13 02:43:24] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006499 10.0.0.47 - - [2025-02-13 02:43:27] "POST /neutron/port HTTP/1.1" 200 1091 0.021012 10.0.0.47 - - [2025-02-13 02:43:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006446 10.0.0.47 - - [2025-02-13 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.47 - - [2025-02-13 02:43:27] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006268 10.0.0.47 - - [2025-02-13 02:43:28] "POST /neutron/port HTTP/1.1" 200 1091 0.023426 10.0.0.47 - - [2025-02-13 02:43:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008545 10.0.0.47 - - [2025-02-13 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.47 - - [2025-02-13 02:43:29] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004964 10.0.0.47 - - [2025-02-13 02:43:29] "GET /virtual-networks?parent_id=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003582 10.0.0.47 - - [2025-02-13 02:43:30] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007243 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/port HTTP/1.1" 200 1091 0.017262 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008097 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/port HTTP/1.1" 200 1091 0.018255 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007005 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/port HTTP/1.1" 200 1091 0.017858 10.0.0.47 - - [2025-02-13 02:43:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007794 10.0.0.47 - - [2025-02-13 02:43:30] "GET /virtual-machine/217d851b-f4db-417b-8cc0-b2c1f0020aed HTTP/1.1" 200 1293 0.005920 10.0.0.47 - - [2025-02-13 02:43:30] "GET /virtual-machine-interface/71303d6e-d45a-430d-b7e3-effc1b27fb5b HTTP/1.1" 200 2946 0.005775 10.0.0.47 - - [2025-02-13 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.47 - - [2025-02-13 02:43:30] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003440 10.0.0.47 - - [2025-02-13 02:43:30] "GET /virtual-networks?parent_id=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003122 10.0.0.47 - - [2025-02-13 02:43:30] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005506 10.0.0.47 - - [2025-02-13 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.47 - - [2025-02-13 02:43:31] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003388 10.0.0.47 - - [2025-02-13 02:43:31] "GET /virtual-networks?parent_id=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003217 10.0.0.47 - - [2025-02-13 02:43:31] "GET /virtual-network/57a58bba-e291-470d-aa21-d27dd5bb62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008037 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/network HTTP/1.1" 200 827 0.007986 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/network HTTP/1.1" 400 204 0.013046 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 1091 0.018402 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 1117 0.012533 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 1091 0.022663 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 1117 0.013969 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 151 0.154899 10.0.0.47 - - [2025-02-13 02:43:37] "POST /neutron/port HTTP/1.1" 200 151 0.150490 10.0.0.47 - - [2025-02-13 02:43:38] "DELETE /project/a5b281560fc44a5bbf57b7e8ea33a5a4 HTTP/1.1" 404 173 0.049327 10.0.0.47 - - [2025-02-13 02:43:38] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.47 - - [2025-02-13 02:43:38] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.065225 10.0.0.47 - - [2025-02-13 02:43:38] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.47 - - [2025-02-13 02:43:38] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?fields=security_groups HTTP/1.1" 200 1363 0.072453 10.0.0.47 - - [2025-02-13 02:43:38] "DELETE /security-group/f1c4edad-43ac-43d5-8473-8aaf8f8eaadf HTTP/1.1" 200 115 0.038525 10.0.0.47 - - [2025-02-13 02:43:38] "GET /projects?obj_uuids=013fba69-f91f-4537-869b-bdb826ffa697&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.47 - - [2025-02-13 02:43:38] "DELETE /access-control-list/4e9b6ef5-342c-48bb-baf8-b5ecfa5b7a16 HTTP/1.1" 200 115 0.043095 10.0.0.47 - - [2025-02-13 02:43:38] "GET /project/013fba69-f91f-4537-869b-bdb826ffa697?fields=application_policy_sets HTTP/1.1" 200 1402 0.039163 10.0.0.47 - - [2025-02-13 02:43:38] "DELETE /access-control-list/33de7774-0f8a-4ebc-86c3-f11d6fa4bae5 HTTP/1.1" 200 115 0.028001 10.0.0.47 - - [2025-02-13 02:43:38] "DELETE /project/013fba69-f91f-4537-869b-bdb826ffa697 HTTP/1.1" 200 115 0.402987 10.0.0.47 - - [2025-02-13 02:43:39] "POST /neutron/network HTTP/1.1" 200 827 0.005705 10.0.0.47 - - [2025-02-13 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.47 - - [2025-02-13 02:43:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004823 10.0.0.47 - - [2025-02-13 02:43:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.47 - - [2025-02-13 02:43:39] "POST /neutron/network HTTP/1.1" 200 151 0.097350 10.0.0.47 - - [2025-02-13 02:43:39] "DELETE /route-target/7b10a211-f4d9-441f-80dc-52611ca602cc HTTP/1.1" 200 115 0.023761 10.0.0.47 - - [2025-02-13 02:43:39] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001856 10.0.0.47 - - [2025-02-13 02:43:39] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051499 10.0.0.47 - - [2025-02-13 02:43:39] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.47 - - [2025-02-13 02:43:39] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?fields=virtual_networks HTTP/1.1" 200 1035 0.067648 10.0.0.47 - - [2025-02-13 02:43:39] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001668 10.0.0.47 - - [2025-02-13 02:43:39] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028920 10.0.0.47 - - [2025-02-13 02:43:39] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.47 - - [2025-02-13 02:43:39] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?fields=security_groups HTTP/1.1" 200 1262 0.035418 10.0.0.47 - - [2025-02-13 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.024792 10.0.0.47 - - [2025-02-13 02:43:40] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002608 10.0.0.47 - - [2025-02-13 02:43:40] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.47 - - [2025-02-13 02:43:40] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008133 10.0.0.47 - - [2025-02-13 02:43:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.001402 10.0.0.47 - - [2025-02-13 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.004256 10.0.0.47 - - [2025-02-13 02:43:40] "POST /security-groups HTTP/1.1" 200 591 0.064086 10.0.0.47 - - [2025-02-13 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003749 10.0.0.47 - - [2025-02-13 02:43:40] "POST /projects HTTP/1.1" 200 585 0.215886 10.0.0.47 - - [2025-02-13 02:43:40] "POST /access-control-lists HTTP/1.1" 200 596 0.060627 10.0.0.47 - - [2025-02-13 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.292538 10.0.0.47 - - [2025-02-13 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.003024 10.0.0.47 - - [2025-02-13 02:43:41] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.431921 10.0.0.47 - - [2025-02-13 02:43:41] "POST /access-control-lists HTTP/1.1" 200 594 0.064522 10.0.0.47 - - [2025-02-13 02:43:42] "GET / HTTP/1.1" 200 35931 0.002300 10.0.0.47 - - [2025-02-13 02:43:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.47 - - [2025-02-13 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.062099 10.0.0.47 - - [2025-02-13 02:43:43] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.47 - - [2025-02-13 02:43:43] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028916 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 117 0.030980 10.0.0.47 - - [2025-02-13 02:43:43] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 625 0.077021 10.0.0.47 - - [2025-02-13 02:43:43] "POST /route-targets HTTP/1.1" 200 327 0.011384 10.0.0.47 - - [2025-02-13 02:43:43] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.47 - - [2025-02-13 02:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.162990 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 839 0.007297 10.0.0.47 - - [2025-02-13 02:43:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001231 10.0.0.47 - - [2025-02-13 02:43:43] "GET /virtual-network/3cb37714-d475-4caa-8a56-c2c38bb1074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004977 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 839 0.006956 10.0.0.47 - - [2025-02-13 02:43:43] "GET /virtual-network/3cb37714-d475-4caa-8a56-c2c38bb1074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005131 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 839 0.006401 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.008581 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 839 0.007466 10.0.0.47 - - [2025-02-13 02:43:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.002008 10.0.0.47 - - [2025-02-13 02:43:43] "POST /neutron/network HTTP/1.1" 200 849 0.007485 10.0.0.47 - - [2025-02-13 02:43:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000473 10.0.0.47 - - [2025-02-13 02:43:44] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.47 - - [2025-02-13 02:43:44] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.47 - - [2025-02-13 02:43:44] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001699 10.0.0.47 - - [2025-02-13 02:43:44] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057299 10.0.0.47 - - [2025-02-13 02:43:44] "POST /neutron/network HTTP/1.1" 200 839 0.005969 10.0.0.47 - - [2025-02-13 02:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.006736 10.0.0.47 - - [2025-02-13 02:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.006532 10.0.0.47 - - [2025-02-13 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.47 - - [2025-02-13 02:43:44] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004287 10.0.0.47 - - [2025-02-13 02:43:44] "PUT /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 276 0.011890 10.0.0.47 - - [2025-02-13 02:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.005919 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/network HTTP/1.1" 200 849 0.006834 10.0.0.47 - - [2025-02-13 02:43:45] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 1055 0.217965 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 1055 0.011257 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 1055 0.010146 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 1109 0.071179 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015177 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.010975 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.47 - - [2025-02-13 02:43:45] "POST /neutron/network HTTP/1.1" 200 839 0.006671 10.0.0.47 - - [2025-02-13 02:43:46] "GET /obj-perms HTTP/1.1" 200 5056 0.075962 10.0.0.47 - - [2025-02-13 02:43:46] "GET /obj-perms HTTP/1.1" 200 5056 0.055359 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/port HTTP/1.1" 200 1083 0.018116 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008590 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017771 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007657 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017039 10.0.0.47 - - [2025-02-13 02:43:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009007 10.0.0.47 - - [2025-02-13 02:43:50] "GET /virtual-machine/cca21292-bd3d-4f2a-8cb2-eb7b4852cabd HTTP/1.1" 401 292 0.000554 10.0.0.47 - - [2025-02-13 02:43:50] "GET /virtual-machine/cca21292-bd3d-4f2a-8cb2-eb7b4852cabd HTTP/1.1" 200 1293 0.031237 10.0.0.47 - - [2025-02-13 02:43:50] "GET /virtual-machine-interface/e895f953-8104-43fa-bec8-7052861229d4 HTTP/1.1" 200 2972 0.005800 10.0.0.47 - - [2025-02-13 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.47 - - [2025-02-13 02:43:50] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003937 10.0.0.47 - - [2025-02-13 02:43:50] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005379 10.0.0.47 - - [2025-02-13 02:43:50] "GET /virtual-network/3cb37714-d475-4caa-8a56-c2c38bb1074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008163 10.0.0.47 - - [2025-02-13 02:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.47 - - [2025-02-13 02:43:54] "GET /virtual-network/3cb37714-d475-4caa-8a56-c2c38bb1074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005374 10.0.0.47 - - [2025-02-13 02:43:54] "POST /neutron/port HTTP/1.1" 200 1083 0.019292 10.0.0.47 - - [2025-02-13 02:43:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005742 10.0.0.47 - - [2025-02-13 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.47 - - [2025-02-13 02:43:56] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003292 10.0.0.47 - - [2025-02-13 02:43:56] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003143 10.0.0.47 - - [2025-02-13 02:43:56] "GET /virtual-network/3cb37714-d475-4caa-8a56-c2c38bb1074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006236 10.0.0.47 - - [2025-02-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.47 - - [2025-02-13 02:43:58] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003401 10.0.0.47 - - [2025-02-13 02:43:58] "PUT /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 276 0.009394 10.0.0.47 - - [2025-02-13 02:43:58] "POST /neutron/network HTTP/1.1" 200 839 0.007226 10.0.0.47 - - [2025-02-13 02:43:58] "POST /neutron/network HTTP/1.1" 400 204 0.012615 10.0.0.47 - - [2025-02-13 02:43:58] "POST /neutron/port HTTP/1.1" 200 1083 0.015597 10.0.0.47 - - [2025-02-13 02:43:58] "POST /neutron/port HTTP/1.1" 200 1109 0.010014 10.0.0.47 - - [2025-02-13 02:43:59] "POST /neutron/port HTTP/1.1" 200 151 0.108694 10.0.0.47 - - [2025-02-13 02:44:00] "POST /neutron/network HTTP/1.1" 200 839 0.006222 10.0.0.47 - - [2025-02-13 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005315 10.0.0.47 - - [2025-02-13 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.47 - - [2025-02-13 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.47 - - [2025-02-13 02:44:00] "POST /neutron/network HTTP/1.1" 200 151 0.095423 10.0.0.47 - - [2025-02-13 02:44:00] "DELETE /route-target/ce352fc4-f9b9-4a0a-a5f8-b4219e21b2e0 HTTP/1.1" 200 115 0.018073 10.0.0.47 - - [2025-02-13 02:44:01] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003434 10.0.0.47 - - [2025-02-13 02:44:01] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83 HTTP/1.1" 200 1827 0.005158 10.0.0.47 - - [2025-02-13 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.47 - - [2025-02-13 02:44:01] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.47 - - [2025-02-13 02:44:01] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030127 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 117 0.009641 10.0.0.47 - - [2025-02-13 02:44:01] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 605 0.087159 10.0.0.47 - - [2025-02-13 02:44:01] "POST /route-targets HTTP/1.1" 200 327 0.014807 10.0.0.47 - - [2025-02-13 02:44:01] "POST /ref-update HTTP/1.1" 200 156 0.016185 10.0.0.47 - - [2025-02-13 02:44:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003181 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.225194 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 826 0.006609 10.0.0.47 - - [2025-02-13 02:44:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001404 10.0.0.47 - - [2025-02-13 02:44:01] "GET /virtual-network/c448bf89-d467-4c9e-a9cd-5dc69f29f389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005888 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 826 0.007533 10.0.0.47 - - [2025-02-13 02:44:01] "GET /virtual-network/c448bf89-d467-4c9e-a9cd-5dc69f29f389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007666 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 826 0.006027 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.009512 10.0.0.47 - - [2025-02-13 02:44:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.002015 10.0.0.47 - - [2025-02-13 02:44:01] "POST /neutron/network HTTP/1.1" 200 836 0.007236 10.0.0.47 - - [2025-02-13 02:44:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.47 - - [2025-02-13 02:44:02] "GET / HTTP/1.1" 200 35931 0.002923 10.0.0.47 - - [2025-02-13 02:44:02] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.47 - - [2025-02-13 02:44:02] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.47 - - [2025-02-13 02:44:02] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057559 10.0.0.47 - - [2025-02-13 02:44:02] "POST /neutron/network HTTP/1.1" 200 826 0.028477 10.0.0.47 - - [2025-02-13 02:44:02] "POST /neutron/port HTTP/1.1" 200 117 0.005764 10.0.0.47 - - [2025-02-13 02:44:02] "POST /neutron/port HTTP/1.1" 200 117 0.005188 10.0.0.47 - - [2025-02-13 02:44:02] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/network HTTP/1.1" 200 836 0.012115 10.0.0.47 - - [2025-02-13 02:44:03] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 1062 0.242144 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 1062 0.035092 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 1062 0.012074 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 1116 0.073871 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 1090 0.020902 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.012510 10.0.0.47 - - [2025-02-13 02:44:03] "POST /neutron/port HTTP/1.1" 200 117 0.001849 10.0.0.47 - - [2025-02-13 02:44:04] "POST /neutron/network HTTP/1.1" 200 826 0.006431 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016895 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/port HTTP/1.1" 200 1090 0.019545 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/network HTTP/1.1" 200 836 0.006181 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.015877 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.47 - - [2025-02-13 02:44:07] "POST /neutron/network HTTP/1.1" 200 826 0.007317 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/port HTTP/1.1" 200 1090 0.024351 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007594 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/port HTTP/1.1" 200 1090 0.020026 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010470 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/port HTTP/1.1" 200 1090 0.025853 10.0.0.47 - - [2025-02-13 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008727 10.0.0.47 - - [2025-02-13 02:44:08] "GET /virtual-machine/08defb47-5b08-402b-b9f6-2abf11f4d3e7 HTTP/1.1" 200 1291 0.007810 10.0.0.47 - - [2025-02-13 02:44:08] "GET /virtual-machine-interface/1d9a3158-404e-4847-a3ac-a5fc0bb50b33 HTTP/1.1" 200 2941 0.005613 10.0.0.47 - - [2025-02-13 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.47 - - [2025-02-13 02:44:08] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003500 10.0.0.47 - - [2025-02-13 02:44:08] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004338 10.0.0.47 - - [2025-02-13 02:44:08] "GET /virtual-network/c448bf89-d467-4c9e-a9cd-5dc69f29f389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006845 10.0.0.47 - - [2025-02-13 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.47 - - [2025-02-13 02:44:11] "GET /virtual-network/c448bf89-d467-4c9e-a9cd-5dc69f29f389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005294 10.0.0.47 - - [2025-02-13 02:44:13] "POST /neutron/port HTTP/1.1" 200 1090 0.021030 10.0.0.47 - - [2025-02-13 02:44:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008590 10.0.0.47 - - [2025-02-13 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.47 - - [2025-02-13 02:44:15] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005279 10.0.0.47 - - [2025-02-13 02:44:15] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003064 10.0.0.47 - - [2025-02-13 02:44:15] "GET /virtual-network/c448bf89-d467-4c9e-a9cd-5dc69f29f389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005960 10.0.0.47 - - [2025-02-13 02:44:17] "POST /neutron/network HTTP/1.1" 200 826 0.007415 10.0.0.47 - - [2025-02-13 02:44:17] "POST /neutron/network HTTP/1.1" 400 204 0.015465 10.0.0.47 - - [2025-02-13 02:44:18] "POST /neutron/port HTTP/1.1" 200 1090 0.015824 10.0.0.47 - - [2025-02-13 02:44:18] "POST /neutron/port HTTP/1.1" 200 1116 0.010450 10.0.0.47 - - [2025-02-13 02:44:18] "POST /neutron/port HTTP/1.1" 200 151 0.098273 10.0.0.47 - - [2025-02-13 02:44:19] "POST /neutron/network HTTP/1.1" 200 826 0.006330 10.0.0.47 - - [2025-02-13 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.47 - - [2025-02-13 02:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.47 - - [2025-02-13 02:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004077 10.0.0.47 - - [2025-02-13 02:44:19] "POST /neutron/network HTTP/1.1" 200 151 0.097376 10.0.0.47 - - [2025-02-13 02:44:19] "DELETE /route-target/ce4bee58-e771-4c29-9a92-eede2b58a2b5 HTTP/1.1" 200 115 0.018475 10.0.0.47 - - [2025-02-13 02:44:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003609 10.0.0.47 - - [2025-02-13 02:44:20] "POST /network-ipams HTTP/1.1" 200 541 0.016652 10.0.0.47 - - [2025-02-13 02:44:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003836 10.0.0.47 - - [2025-02-13 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.47 - - [2025-02-13 02:44:20] "GET /network-ipam/e3db2e96-13ba-44b5-8b9f-9bd5b97ecc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005864 10.0.0.47 - - [2025-02-13 02:44:20] "PUT /network-ipam/e3db2e96-13ba-44b5-8b9f-9bd5b97ecc94 HTTP/1.1" 200 258 0.012036 10.0.0.47 - - [2025-02-13 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.47 - - [2025-02-13 02:44:20] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001608 10.0.0.47 - - [2025-02-13 02:44:20] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027388 10.0.0.47 - - [2025-02-13 02:44:20] "POST /neutron/network HTTP/1.1" 200 117 0.008476 10.0.0.47 - - [2025-02-13 02:44:20] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.47 - - [2025-02-13 02:44:20] "POST /neutron/network HTTP/1.1" 200 605 0.070410 10.0.0.47 - - [2025-02-13 02:44:21] "POST /route-targets HTTP/1.1" 200 327 0.011462 10.0.0.47 - - [2025-02-13 02:44:21] "POST /ref-update HTTP/1.1" 200 156 0.015237 10.0.0.47 - - [2025-02-13 02:44:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.157346 10.0.0.47 - - [2025-02-13 02:44:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.133116 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/network HTTP/1.1" 200 994 0.010672 10.0.0.47 - - [2025-02-13 02:44:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001756 10.0.0.47 - - [2025-02-13 02:44:21] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005947 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/network HTTP/1.1" 200 994 0.008483 10.0.0.47 - - [2025-02-13 02:44:21] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005973 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/network HTTP/1.1" 200 994 0.007855 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008145 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.007760 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/network HTTP/1.1" 200 994 0.007669 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008044 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.007274 10.0.0.47 - - [2025-02-13 02:44:21] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001494 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/port HTTP/1.1" 200 1017 0.164361 10.0.0.47 - - [2025-02-13 02:44:21] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001410 10.0.0.47 - - [2025-02-13 02:44:21] "POST /neutron/port HTTP/1.1" 200 1017 0.165209 10.0.0.47 - - [2025-02-13 02:44:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001672 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009569 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010792 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/network HTTP/1.1" 200 994 0.010693 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010686 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.005065 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.005080 10.0.0.47 - - [2025-02-13 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001500 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.005753 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010561 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010862 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/network HTTP/1.1" 200 994 0.014690 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009901 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.020970 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010211 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.008883 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.47 - - [2025-02-13 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001571 10.0.0.47 - - [2025-02-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.009546 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 1004 0.009615 10.0.0.47 - - [2025-02-13 02:44:23] "GET /aaa-mode HTTP/1.1" 401 292 0.001204 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008389 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008261 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010421 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009914 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1109 0.129210 10.0.0.47 - - [2025-02-13 02:44:23] "GET / HTTP/1.1" 200 35931 0.005734 10.0.0.47 - - [2025-02-13 02:44:23] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001033 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1083 0.021139 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.015276 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.023613 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 1004 0.012432 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 994 0.011688 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010595 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010272 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1109 0.085733 10.0.0.47 - - [2025-02-13 02:44:23] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.47 - - [2025-02-13 02:44:23] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058562 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 994 0.010357 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 1083 0.026746 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.013464 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/network HTTP/1.1" 200 994 0.011726 10.0.0.47 - - [2025-02-13 02:44:23] "POST /neutron/port HTTP/1.1" 200 2050 0.025502 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008165 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/port HTTP/1.1" 200 117 0.006637 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains HTTP/1.1" 200 280 0.002901 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2760 0.011425 10.0.0.47 - - [2025-02-13 02:44:24] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001801 10.0.0.47 - - [2025-02-13 02:44:24] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4 HTTP/1.1" 200 2842 0.104208 10.0.0.47 - - [2025-02-13 02:44:24] "GET /network-ipam/e3db2e96-13ba-44b5-8b9f-9bd5b97ecc94 HTTP/1.1" 200 2602 0.004840 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains HTTP/1.1" 200 280 0.002864 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2760 0.008483 10.0.0.47 - - [2025-02-13 02:44:24] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001980 10.0.0.47 - - [2025-02-13 02:44:24] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4 HTTP/1.1" 200 2842 0.094581 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5 HTTP/1.1" 200 3780 0.006797 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5 HTTP/1.1" 200 3780 0.006467 10.0.0.47 - - [2025-02-13 02:44:24] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 200 2381 0.005471 10.0.0.47 - - [2025-02-13 02:44:24] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 200 2381 0.005121 10.0.0.47 - - [2025-02-13 02:44:24] "GET /route-target/2241479f-a593-4afa-93f4-bbb28a2c3905 HTTP/1.1" 200 1204 0.004185 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5 HTTP/1.1" 200 3780 0.006565 10.0.0.47 - - [2025-02-13 02:44:24] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 200 2381 0.004949 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008143 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5 HTTP/1.1" 200 3780 0.005735 10.0.0.47 - - [2025-02-13 02:44:24] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 200 2381 0.003654 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/network HTTP/1.1" 200 1004 0.016273 10.0.0.47 - - [2025-02-13 02:44:24] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 200 2381 0.004148 10.0.0.47 - - [2025-02-13 02:44:24] "GET /route-target/2241479f-a593-4afa-93f4-bbb28a2c3905 HTTP/1.1" 200 1204 0.003823 10.0.0.47 - - [2025-02-13 02:44:24] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains HTTP/1.1" 200 280 0.003104 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.47 - - [2025-02-13 02:44:24] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2760 0.008161 10.0.0.47 - - [2025-02-13 02:44:24] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002223 10.0.0.47 - - [2025-02-13 02:44:24] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4 HTTP/1.1" 200 3086 0.103557 10.0.0.47 - - [2025-02-13 02:44:24] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5 HTTP/1.1" 200 4038 0.009783 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/port HTTP/1.1" 200 1055 0.285629 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/port HTTP/1.1" 200 1055 0.013618 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/port HTTP/1.1" 200 1055 0.014423 10.0.0.47 - - [2025-02-13 02:44:24] "POST /neutron/port HTTP/1.1" 200 1109 0.106259 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 1083 0.016869 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003468 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.013220 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/network HTTP/1.1" 200 994 0.015886 10.0.0.47 - - [2025-02-13 02:44:25] "GET /obj-perms HTTP/1.1" 200 5030 0.106673 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 1083 0.023761 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010110 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 1083 0.029486 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007493 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 1083 0.016176 10.0.0.47 - - [2025-02-13 02:44:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007411 10.0.0.47 - - [2025-02-13 02:44:25] "GET /virtual-machine/1af3c52d-56b5-4c5e-9cc6-6a056a4ab84e HTTP/1.1" 200 1288 0.010333 10.0.0.47 - - [2025-02-13 02:44:25] "GET /virtual-machine-interface/1c323294-8a55-4019-9681-e99d2aeadf91 HTTP/1.1" 200 2941 0.006470 10.0.0.47 - - [2025-02-13 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007839 10.0.0.47 - - [2025-02-13 02:44:25] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004578 10.0.0.47 - - [2025-02-13 02:44:25] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.009189 10.0.0.47 - - [2025-02-13 02:44:25] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006552 10.0.0.47 - - [2025-02-13 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.47 - - [2025-02-13 02:44:28] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005408 10.0.0.47 - - [2025-02-13 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.47 - - [2025-02-13 02:44:33] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006099 10.0.0.47 - - [2025-02-13 02:44:33] "POST /neutron/port HTTP/1.1" 200 1083 0.042205 10.0.0.47 - - [2025-02-13 02:44:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006372 10.0.0.47 - - [2025-02-13 02:44:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017437 10.0.0.47 - - [2025-02-13 02:44:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006669 10.0.0.47 - - [2025-02-13 02:44:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016598 10.0.0.47 - - [2025-02-13 02:44:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007647 10.0.0.47 - - [2025-02-13 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.47 - - [2025-02-13 02:44:35] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003454 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005061 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006316 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/port HTTP/1.1" 200 1083 0.018707 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006979 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016284 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006758 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/port HTTP/1.1" 200 1083 0.017270 10.0.0.47 - - [2025-02-13 02:44:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007231 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-machine/1d040292-eb87-42d1-9e93-b95b1caeb35c HTTP/1.1" 200 1288 0.006738 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-machine-interface/a78d8fa6-3190-4b5a-83ab-c6b6afbb02bc HTTP/1.1" 200 2941 0.005407 10.0.0.47 - - [2025-02-13 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.47 - - [2025-02-13 02:44:35] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003792 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003304 10.0.0.47 - - [2025-02-13 02:44:35] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006454 10.0.0.47 - - [2025-02-13 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.47 - - [2025-02-13 02:44:36] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004234 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003932 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005894 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/port HTTP/1.1" 200 1083 0.017386 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006685 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/port HTTP/1.1" 200 1083 0.017998 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007628 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/port HTTP/1.1" 200 1083 0.021228 10.0.0.47 - - [2025-02-13 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009655 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-machine/3c6b41f0-9ea4-42b6-b523-7cf20964ad58 HTTP/1.1" 200 1292 0.005860 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-machine-interface/5d7fa58f-f9ef-4bd6-ac5f-3cc7c4b88d64 HTTP/1.1" 200 2941 0.006210 10.0.0.47 - - [2025-02-13 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.47 - - [2025-02-13 02:44:37] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003813 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003543 10.0.0.47 - - [2025-02-13 02:44:37] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006760 10.0.0.47 - - [2025-02-13 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.47 - - [2025-02-13 02:44:38] "GET /global-vrouter-config/a1f0a6d8-1942-4aee-bfce-c5c02b3ebc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005183 10.0.0.47 - - [2025-02-13 02:44:38] "GET /virtual-networks?parent_id=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007957 10.0.0.47 - - [2025-02-13 02:44:38] "DELETE /project/3f9794bc0eea469e9bcc2521e88201b4 HTTP/1.1" 404 173 0.009734 10.0.0.47 - - [2025-02-13 02:44:38] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001664 10.0.0.47 - - [2025-02-13 02:44:38] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.033452 10.0.0.47 - - [2025-02-13 02:44:38] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.47 - - [2025-02-13 02:44:38] "GET /virtual-network/a16307d5-3ee1-4ea6-bfc1-34a06df8baf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007758 10.0.0.47 - - [2025-02-13 02:44:38] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?fields=security_groups HTTP/1.1" 200 1367 0.031551 10.0.0.47 - - [2025-02-13 02:44:39] "DELETE /security-group/25ccce21-92bb-472c-9d9e-117175559968 HTTP/1.1" 200 115 0.044414 10.0.0.47 - - [2025-02-13 02:44:39] "GET /projects?obj_uuids=a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001311 10.0.0.47 - - [2025-02-13 02:44:39] "DELETE /access-control-list/432a3052-3df0-4a8d-a7bd-c9899f71fa92 HTTP/1.1" 200 115 0.041828 10.0.0.47 - - [2025-02-13 02:44:39] "GET /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4?fields=application_policy_sets HTTP/1.1" 200 1406 0.045178 10.0.0.47 - - [2025-02-13 02:44:39] "DELETE /access-control-list/32ecdb86-2e0e-4917-9e54-a51d5828325a HTTP/1.1" 200 115 0.033889 10.0.0.47 - - [2025-02-13 02:44:39] "DELETE /project/a5b28156-0fc4-4a5b-bf57-b7e8ea33a5a4 HTTP/1.1" 200 115 0.324496 10.0.0.47 - - [2025-02-13 02:44:46] "GET /obj-perms HTTP/1.1" 200 5056 0.051966 10.0.0.47 - - [2025-02-13 02:44:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055380 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1109 0.011853 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1109 0.016435 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1083 0.018356 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1109 0.014760 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 151 0.158833 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1109 0.008838 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 1109 0.010895 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 151 0.186662 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 151 0.142646 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/network HTTP/1.1" 200 994 0.014940 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 200 117 0.010057 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/port HTTP/1.1" 400 205 0.003294 10.0.0.47 - - [2025-02-13 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006757 10.0.0.47 - - [2025-02-13 02:44:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006932 10.0.0.47 - - [2025-02-13 02:44:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.47 - - [2025-02-13 02:44:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002854 10.0.0.47 - - [2025-02-13 02:44:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003659 10.0.0.47 - - [2025-02-13 02:44:55] "DELETE /route-target/2241479f-a593-4afa-93f4-bbb28a2c3905 HTTP/1.1" 200 115 0.042431 10.0.0.47 - - [2025-02-13 02:44:55] "POST /neutron/network HTTP/1.1" 200 151 0.173958 10.0.0.47 - - [2025-02-13 02:44:55] "GET /routing-instance/f6819a7c-ba98-4b34-9ab2-92508ed2be49 HTTP/1.1" 404 171 0.004700 10.0.0.47 - - [2025-02-13 02:44:55] "GET /domains HTTP/1.1" 200 280 0.003733 10.0.0.47 - - [2025-02-13 02:44:55] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.47 - - [2025-02-13 02:44:56] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6 HTTP/1.1" 200 2573 0.053028 10.0.0.47 - - [2025-02-13 02:44:56] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002972 10.0.0.47 - - [2025-02-13 02:44:56] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4 HTTP/1.1" 200 2085 0.083742 10.0.0.47 - - [2025-02-13 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.47 - - [2025-02-13 02:44:56] "DELETE /network-ipam/e3db2e96-13ba-44b5-8b9f-9bd5b97ecc94 HTTP/1.1" 200 115 0.032801 10.0.0.47 - - [2025-02-13 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.005970 10.0.0.47 - - [2025-02-13 02:44:56] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.47 - - [2025-02-13 02:44:56] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028975 10.0.0.47 - - [2025-02-13 02:44:56] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.47 - - [2025-02-13 02:44:56] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?fields=virtual_networks HTTP/1.1" 200 1032 0.072873 10.0.0.47 - - [2025-02-13 02:44:56] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001787 10.0.0.47 - - [2025-02-13 02:44:56] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.026942 10.0.0.47 - - [2025-02-13 02:44:56] "GET /projects?obj_uuids=3f9794bc-0eea-469e-9bcc-2521e88201b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.47 - - [2025-02-13 02:44:56] "GET /project/3f9794bc-0eea-469e-9bcc-2521e88201b4?fields=security_groups HTTP/1.1" 200 1258 0.033135 10.0.0.47 - - [2025-02-13 02:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.005564 10.0.0.47 - - [2025-02-13 02:45:00] "POST /neutron/port HTTP/1.1" 400 205 0.003689 10.0.0.47 - - [2025-02-13 02:45:05] "GET / HTTP/1.1" 200 35931 0.002478 10.0.0.47 - - [2025-02-13 02:45:06] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000566 10.0.0.47 - - [2025-02-13 02:45:06] "GET /projects?obj_uuids=c7dd10cb-c321-484e-a77b-c0032d3fcd86&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001308 10.0.0.47 - - [2025-02-13 02:45:06] "GET /project/c7dd10cb-c321-484e-a77b-c0032d3fcd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.050601 [Introspect:8084]10.0.0.47 - - [2025-02-13 02:45:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001229 10.0.0.47 - - [2025-02-13 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.033306 10.0.0.47 - - [2025-02-13 02:45:07] "GET /projects?obj_uuids=63a44910-820e-421a-a65c-eb6b841d3805&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002968 10.0.0.47 - - [2025-02-13 02:45:07] "GET /domains?obj_uuids=a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001914 10.0.0.47 - - [2025-02-13 02:45:07] "GET /domain/a0bf9ba0-4b35-4d0f-83ad-34dc947abcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012998 10.0.0.47 - - [2025-02-13 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 186 0.005122 10.0.0.47 - - [2025-02-13 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.004654 10.0.0.47 - - [2025-02-13 02:45:07] "POST /security-groups HTTP/1.1" 200 587 0.074947 10.0.0.47 - - [2025-02-13 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 230 0.003021 10.0.0.47 - - [2025-02-13 02:45:07] "POST /projects HTTP/1.1" 200 577 0.239088 10.0.0.47 - - [2025-02-13 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.275766 10.0.0.47 - - [2025-02-13 02:45:07] "POST /access-control-lists HTTP/1.1" 200 592 0.060029 10.0.0.47 - - [2025-02-13 02:45:07] "GET /project/63a44910-820e-421a-a65c-eb6b841d3805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.428513 10.0.0.47 - - [2025-02-13 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003908 10.0.0.47 - - [2025-02-13 02:45:07] "POST /access-control-lists HTTP/1.1" 200 590 0.060313 10.0.0.47 - - [2025-02-13 02:45:08] "GET / HTTP/1.1" 200 35931 0.002158 10.0.0.47 - - [2025-02-13 02:45:09] "GET /projects?obj_uuids=63a44910-820e-421a-a65c-eb6b841d3805&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001205 10.0.0.47 - - [2025-02-13 02:45:09] "GET /project/63a44910-820e-421a-a65c-eb6b841d3805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.037675 10.0.0.47 - - [2025-02-13 02:45:09] "GET /projects?obj_uuids=63a44910-820e-421a-a65c-eb6b841d3805&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001171 10.0.0.47 - - [2025-02-13 02:45:09] "GET /project/63a44910-820e-421a-a65c-eb6b841d3805?fields=virtual_networks HTTP/1.1" 200 1024 0.075749 10.0.0.47 - - [2025-02-13 02:45:09] "GET /projects?obj_uuids=63a44910-820e-421a-a65c-eb6b841d3805&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001594 10.0.0.47 - - [2025-02-13 02:45:09] "GET /project/63a44910-820e-421a-a65c-eb6b841d3805?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.030382