++ 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 6 02:12:44 UTC 2025 ===================' INFO: =================== Thu Feb 6 02:12:44 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.35 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.35 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.35 ++ ANALYTICSDB_NODES=10.0.0.35 ++ ANALYTICS_SNMP_NODES=10.0.0.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8081 ' +++ '[' -n '10.0.0.35:8081 ' ']' +++ echo 10.0.0.35:8081 ++ ANALYTICS_SERVERS=10.0.0.35: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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9042 ' +++ '[' -n '10.0.0.35:9042 ' ']' +++ echo 10.0.0.35:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.35:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8086 ' +++ '[' -n '10.0.0.35:8086 ' ']' +++ echo 10.0.0.35:8086 ++ COLLECTOR_SERVERS=10.0.0.35: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.35 ++ CONFIGDB_NODES=10.0.0.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8082 ' +++ '[' -n '10.0.0.35:8082 ' ']' +++ echo 10.0.0.35:8082 ++ CONFIG_SERVERS=10.0.0.35: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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9161 ' +++ '[' -n '10.0.0.35:9161 ' ']' +++ echo 10.0.0.35:9161 ++ CONFIGDB_SERVERS=10.0.0.35: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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9041 ' +++ '[' -n '10.0.0.35:9041 ' ']' +++ echo 10.0.0.35:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.35: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.39 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.39 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+=10.0.0.35:2181, +++ '[' -n 10.0.0.35:2181, ']' +++ echo 10.0.0.35:2181 ++ ZOOKEEPER_SERVERS=10.0.0.35: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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:2181 ' +++ '[' -n '10.0.0.35:2181 ' ']' +++ echo 10.0.0.35:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.35:2181 ++ RABBITMQ_NODES=10.0.0.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+=10.0.0.35:5673, +++ '[' -n 10.0.0.35:5673, ']' +++ echo 10.0.0.35:5673 ++ RABBITMQ_SERVERS=10.0.0.35: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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:6379 ' +++ '[' -n '10.0.0.35:6379 ' ']' +++ echo 10.0.0.35:6379 ++ REDIS_SERVERS=10.0.0.35: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.35 ++ 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.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9092 ' +++ '[' -n '10.0.0.35:9092 ' ']' +++ echo 10.0.0.35:9092 ++ KAFKA_SERVERS=10.0.0.35: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.35 ++ 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.35 ++ 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.35 ++ 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.35 ++ cut -d , -f 1 + local cassandra=10.0.0.35 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.35 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.35 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.35 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.35,10.20.0.39,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.35'\''))' +++ local server_ip=10.0.0.35 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.35 ]] +++ [[ ,10.0.0.35,10.20.0.39,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.35, ]] +++ echo 10.0.0.35 1 +++ return ++ local ip=10.0.0.35 ++ [[ -z 10.0.0.35 ]] ++ echo 10.0.0.35 + host_ip=10.0.0.35 + [[ cql == \c\q\l ]] ++ echo 10.0.0.35:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.35:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.35: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/06/2025 02:12:53.663 7f8e42548848 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/06/2025 02:12:53.821 7f8e42548848 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/06/2025 02:12:53.837 7f8e42548848 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/06/2025 02:12:53.837 7f8e42548848 [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.35:8082/ Hit Ctrl-C to quit. 10.0.0.35 - - [2025-02-06 02:12:58] "GET / HTTP/1.1" 503 181 0.000277 10.0.0.35 - - [2025-02-06 02:12:58] "GET / HTTP/1.1" 503 181 0.000179 10.0.0.35 - - [2025-02-06 02:12:58] "GET / HTTP/1.1" 200 35931 0.039142 10.0.0.35 - - [2025-02-06 02:12:58] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.35 - - [2025-02-06 02:12:59] "GET / HTTP/1.1" 200 35931 0.001654 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.35 - - [2025-02-06 02:12:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000721 10.0.0.35 - - [2025-02-06 02:12:59] "GET / HTTP/1.1" 200 45871 0.001729 10.0.0.35 - - [2025-02-06 02:12:59] "GET / HTTP/1.1" 200 45871 0.001342 10.0.0.35 - - [2025-02-06 02:12:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.35 - - [2025-02-06 02:12:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000329 10.0.0.35 - - [2025-02-06 02:13:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.35 - - [2025-02-06 02:13:00] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.35 - - [2025-02-06 02:13:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.35 - - [2025-02-06 02:13:01] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 1.326775 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.35 - - [2025-02-06 02:13:01] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.012842 10.0.0.35 - - [2025-02-06 02:13:01] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002145 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 1.683925 10.0.0.35 - - [2025-02-06 02:13:01] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006257 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.003552 10.0.0.35 - - [2025-02-06 02:13:01] "POST /config-nodes HTTP/1.1" 200 599 0.018348 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.388773 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.736504 10.0.0.35 - - [2025-02-06 02:13:01] "GET /network-ipam/b39863c8-2a05-4af2-9c9c-1d982fe032a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004160 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.055101 10.0.0.35 - - [2025-02-06 02:13:01] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006252 10.0.0.35 - - [2025-02-06 02:13:01] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006023 10.0.0.35 - - [2025-02-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002766 10.0.0.35 - - [2025-02-06 02:13:01] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.35 - - [2025-02-06 02:13:01] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000435 10.0.0.35 - - [2025-02-06 02:13:01] "POST /service-appliance-sets HTTP/1.1" 200 553 0.022030 10.0.0.35 - - [2025-02-06 02:13:01] "POST /config-database-nodes HTTP/1.1" 200 617 0.017094 10.0.0.35 - - [2025-02-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.002786 10.0.0.35 - - [2025-02-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.35 - - [2025-02-06 02:13:02] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006653 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-appliance-sets HTTP/1.1" 200 541 0.018001 10.0.0.35 - - [2025-02-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.35 - - [2025-02-06 02:13:02] "GET /network-ipam/b39863c8-2a05-4af2-9c9c-1d982fe032a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003611 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-templates HTTP/1.1" 200 511 0.018109 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-templates HTTP/1.1" 200 501 0.018935 10.0.0.35 - - [2025-02-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.002770 10.0.0.35 - - [2025-02-06 02:13:02] "POST /access-control-lists HTTP/1.1" 200 587 0.018281 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-templates HTTP/1.1" 200 515 0.019334 10.0.0.35 - - [2025-02-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.002932 /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.35 - - [2025-02-06 02:13:02] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032436 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-templates HTTP/1.1" 200 535 0.038585 10.0.0.35 - - [2025-02-06 02:13:02] "POST /access-control-lists HTTP/1.1" 200 585 0.037433 10.0.0.35 - - [2025-02-06 02:13:02] "POST /service-templates HTTP/1.1" 200 507 0.017228 10.0.0.35 - - [2025-02-06 02:13:02] "POST /route-targets HTTP/1.1" 200 327 0.009741 10.0.0.35 - - [2025-02-06 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.010665 10.0.0.35 - - [2025-02-06 02:13:02] "POST /route-targets HTTP/1.1" 200 327 0.011675 10.0.0.35 - - [2025-02-06 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.010805 10.0.0.35 - - [2025-02-06 02:13:02] "POST /route-targets HTTP/1.1" 200 327 0.010744 10.0.0.35 - - [2025-02-06 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.35 - - [2025-02-06 02:13:03] "POST /route-targets HTTP/1.1" 200 327 0.011217 10.0.0.35 - - [2025-02-06 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.010093 10.0.0.35 - - [2025-02-06 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002732 10.0.0.35 - - [2025-02-06 02:13:03] "POST /access-control-lists HTTP/1.1" 200 551 0.060954 10.0.0.35 - - [2025-02-06 02:13:03] "PUT /access-control-list/8636b80b-9423-49d8-a4a7-e837e2a94e43 HTTP/1.1" 200 272 0.010065 10.0.0.35 - - [2025-02-06 02:13:03] "PUT /access-control-list/fa18a329-4815-4e15-9ebe-a123c399eb8f HTTP/1.1" 200 272 0.010110 10.0.0.35 - - [2025-02-06 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.35 - - [2025-02-06 02:13:07] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.004008 10.0.0.35 - - [2025-02-06 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.35 - - [2025-02-06 02:13:07] "PUT /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 276 0.009159 10.0.0.35 - - [2025-02-06 02:13:08] "GET / HTTP/1.1" 200 35931 0.001945 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 401 292 0.000479 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 581 0.040803 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 575 0.017324 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 575 0.019014 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 559 0.017278 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 555 0.016894 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 557 0.018446 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 565 0.017496 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 549 0.016625 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 557 0.018070 10.0.0.35 - - [2025-02-06 02:13:08] "POST /alarms HTTP/1.1" 200 567 0.016284 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 555 0.016563 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 567 0.016769 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 575 0.065165 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 569 0.017210 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 561 0.017297 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 561 0.016945 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 561 0.020558 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 547 0.017177 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 595 0.017245 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 575 0.020309 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 571 0.020566 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 583 0.018334 10.0.0.35 - - [2025-02-06 02:13:09] "POST /alarms HTTP/1.1" 200 609 0.019315 10.0.0.35 - - [2025-02-06 02:13:10] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.35 - - [2025-02-06 02:13:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000443 10.0.0.35 - - [2025-02-06 02:13:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023602 10.0.0.35 - - [2025-02-06 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.35 - - [2025-02-06 02:13:10] "PUT /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 276 0.008441 10.0.0.35 - - [2025-02-06 02:13:10] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.35 - - [2025-02-06 02:13:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.35 - - [2025-02-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.023191 10.0.0.35 - - [2025-02-06 02:13:11] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003131 10.0.0.35 - - [2025-02-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.35 - - [2025-02-06 02:13:11] "PUT /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 276 0.008485 10.0.0.35 - - [2025-02-06 02:13:11] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.35 - - [2025-02-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.35 - - [2025-02-06 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.023332 10.0.0.35 - - [2025-02-06 02:13:12] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006010 10.0.0.35 - - [2025-02-06 02:13:12] "PUT /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d HTTP/1.1" 200 274 0.016054 10.0.0.35 - - [2025-02-06 02:13:41] "GET /global-system-configs HTTP/1.1" 200 322 0.670020 10.0.0.35 - - [2025-02-06 02:13:42] "GET /global-system-configs HTTP/1.1" 200 322 0.341176 10.0.0.35 - - [2025-02-06 02:14:33] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.35 - - [2025-02-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.35 - - [2025-02-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.024233 10.0.0.35 - - [2025-02-06 02:14:34] "GET /routing-instance/b902f0a1-69cb-483a-ac7f-07728b16c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003709 10.0.0.35 - - [2025-02-06 02:14:34] "POST /bgp-routers HTTP/1.1" 200 620 0.019825 10.0.0.35 - - [2025-02-06 02:14:34] "GET /bgp-router/e6cda3ec-3306-432c-8717-22f684b15aea?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005308 10.0.0.35 - - [2025-02-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.35 - - [2025-02-06 02:14:34] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006283 10.0.0.35 - - [2025-02-06 02:14:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003304 10.0.0.35 - - [2025-02-06 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.35 - - [2025-02-06 02:15:28] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.35 - - [2025-02-06 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.35 - - [2025-02-06 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.024143 10.0.0.35 - - [2025-02-06 02:15:28] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007651 10.0.0.35 - - [2025-02-06 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.002988 10.0.0.35 - - [2025-02-06 02:15:28] "POST /database-nodes HTTP/1.1" 200 603 0.018939 10.0.0.35 - - [2025-02-06 02:16:22] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.35 - - [2025-02-06 02:16:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.35 - - [2025-02-06 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.024973 10.0.0.35 - - [2025-02-06 02:16:22] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005700 10.0.0.35 - - [2025-02-06 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002862 10.0.0.35 - - [2025-02-06 02:16:22] "POST /analytics-nodes HTTP/1.1" 200 605 0.016182 10.0.0.35 - - [2025-02-06 02:16:28] "GET / HTTP/1.1" 200 35931 0.002462 10.0.0.35 - - [2025-02-06 02:16:39] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.35 - - [2025-02-06 02:16:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.35 - - [2025-02-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.024496 10.0.0.35 - - [2025-02-06 02:16:40] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006152 10.0.0.35 - - [2025-02-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003135 10.0.0.35 - - [2025-02-06 02:16:40] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023791 10.0.0.35 - - [2025-02-06 02:16:52] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.35 - - [2025-02-06 02:16:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.35 - - [2025-02-06 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023800 10.0.0.35 - - [2025-02-06 02:16:53] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005845 10.0.0.35 - - [2025-02-06 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002632 10.0.0.35 - - [2025-02-06 02:16:53] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016423 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.35 - - [2025-02-06 02:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.408770 10.0.0.35 - - [2025-02-06 02:17:05] "GET /obj-perms HTTP/1.1" 200 5056 0.044209 10.0.0.35 - - [2025-02-06 02:18:05] "GET /obj-perms HTTP/1.1" 200 5056 0.047784 10.0.0.35 - - [2025-02-06 02:18:05] "GET /obj-perms HTTP/1.1" 200 5056 0.043815 10.0.0.35 - - [2025-02-06 02:18:35] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.35 - - [2025-02-06 02:18:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.35 - - [2025-02-06 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.023531 10.0.0.35 - - [2025-02-06 02:18:35] "GET /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005610 10.0.0.35 - - [2025-02-06 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.35 - - [2025-02-06 02:18:35] "GET /routing-instance/b902f0a1-69cb-483a-ac7f-07728b16c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004180 10.0.0.35 - - [2025-02-06 02:18:35] "PUT /global-system-config/e4375f91-1945-414e-a3a2-e1f8f0941b7d HTTP/1.1" 200 274 0.010517 10.0.0.35 - - [2025-02-06 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 218 0.002933 10.0.0.35 - - [2025-02-06 02:18:36] "POST /virtual-routers HTTP/1.1" 200 603 0.017625 10.0.0.35 - - [2025-02-06 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.35 - - [2025-02-06 02:18:36] "GET /virtual-router/d1653b06-84f6-4540-93fa-0c076b46429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005651 10.0.0.35 - - [2025-02-06 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.003681 10.0.0.35 - - [2025-02-06 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.35 - - [2025-02-06 02:18:36] "GET /virtual-network/5301bb3a-8bb1-4b9f-a434-ac36a5cd4ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007612 10.0.0.35 - - [2025-02-06 02:18:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.043086 10.0.0.35 - - [2025-02-06 02:18:36] "PUT /access-control-list/f4bc89c2-c3da-4fc9-aa03-3ab7eba1d6d6 HTTP/1.1" 200 272 0.034784 10.0.0.35 - - [2025-02-06 02:18:38] "GET /global-system-configs HTTP/1.1" 200 322 0.007345 10.0.0.35 - - [2025-02-06 02:18:38] "GET /obj-perms HTTP/1.1" 200 5056 0.025144 10.0.0.35 - - [2025-02-06 02:18:39] "GET /global-system-configs HTTP/1.1" 200 322 0.027729 10.0.0.35 - - [2025-02-06 02:18:39] "GET /obj-perms HTTP/1.1" 200 5056 0.059852 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:18:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001204 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:18:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001043 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:18:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000975 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:18:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000893 10.0.0.35 - - [2025-02-06 02:19:06] "GET /obj-perms HTTP/1.1" 200 5056 0.047805 10.0.0.35 - - [2025-02-06 02:19:06] "GET /obj-perms HTTP/1.1" 200 5056 0.042971 10.0.0.35 - - [2025-02-06 02:19:51] "GET / HTTP/1.1" 200 35931 0.002437 10.0.0.35 - - [2025-02-06 02:19:53] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.35 - - [2025-02-06 02:19:53] "GET /projects?obj_uuids=896a38a0-a080-4e4b-ae09-575078ef9708&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023052 10.0.0.35 - - [2025-02-06 02:19:53] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.35 - - [2025-02-06 02:19:53] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.068612 10.0.0.35 - - [2025-02-06 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 167 0.004583 10.0.0.35 - - [2025-02-06 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 176 0.004089 10.0.0.35 - - [2025-02-06 02:19:53] "POST /security-groups HTTP/1.1" 200 568 0.063930 10.0.0.35 - - [2025-02-06 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002613 10.0.0.35 - - [2025-02-06 02:19:53] "POST /projects HTTP/1.1" 200 539 0.251856 10.0.0.35 - - [2025-02-06 02:19:53] "POST /access-control-lists HTTP/1.1" 200 573 0.070166 10.0.0.35 - - [2025-02-06 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.324039 10.0.0.35 - - [2025-02-06 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002832 10.0.0.35 - - [2025-02-06 02:19:53] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.520110 10.0.0.35 - - [2025-02-06 02:19:54] "POST /access-control-lists HTTP/1.1" 200 571 0.061560 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:19:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001133 10.0.0.35 - - [2025-02-06 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.020810 10.0.0.35 - - [2025-02-06 02:19:54] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003026 10.0.0.35 - - [2025-02-06 02:19:54] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.35 - - [2025-02-06 02:19:54] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007174 10.0.0.35 - - [2025-02-06 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 201 0.001495 10.0.0.35 - - [2025-02-06 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.003856 10.0.0.35 - - [2025-02-06 02:19:55] "POST /security-groups HTTP/1.1" 200 602 0.059837 10.0.0.35 - - [2025-02-06 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.002586 10.0.0.35 - - [2025-02-06 02:19:55] "POST /projects HTTP/1.1" 200 607 0.216295 10.0.0.35 - - [2025-02-06 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.283577 10.0.0.35 - - [2025-02-06 02:19:55] "POST /access-control-lists HTTP/1.1" 200 607 0.065126 10.0.0.35 - - [2025-02-06 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.003062 10.0.0.35 - - [2025-02-06 02:19:55] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.404846 10.0.0.35 - - [2025-02-06 02:19:55] "POST /access-control-lists HTTP/1.1" 200 605 0.060525 10.0.0.35 - - [2025-02-06 02:19:56] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.35 - - [2025-02-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.35 - - [2025-02-06 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.050529 10.0.0.35 - - [2025-02-06 02:19:57] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.35 - - [2025-02-06 02:19:57] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.023952 10.0.0.35 - - [2025-02-06 02:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.035989 10.0.0.35 - - [2025-02-06 02:19:57] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001081 10.0.0.35 - - [2025-02-06 02:19:57] "POST /neutron/network HTTP/1.1" 200 620 0.076826 10.0.0.35 - - [2025-02-06 02:19:57] "POST /route-targets HTTP/1.1" 200 327 0.015800 10.0.0.35 - - [2025-02-06 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.046720 10.0.0.35 - - [2025-02-06 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006742 10.0.0.35 - - [2025-02-06 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.206774 10.0.0.35 - - [2025-02-06 02:19:57] "POST /neutron/network HTTP/1.1" 200 840 0.005063 10.0.0.35 - - [2025-02-06 02:19:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001133 10.0.0.35 - - [2025-02-06 02:19:57] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004580 10.0.0.35 - - [2025-02-06 02:19:58] "POST /neutron/network HTTP/1.1" 200 840 0.006106 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004450 10.0.0.35 - - [2025-02-06 02:19:58] "POST /neutron/network HTTP/1.1" 200 840 0.005938 10.0.0.35 - - [2025-02-06 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.006264 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domains HTTP/1.1" 200 280 0.024351 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2584 0.013480 10.0.0.35 - - [2025-02-06 02:19:58] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.35 - - [2025-02-06 02:19:58] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd HTTP/1.1" 200 2167 0.075295 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a HTTP/1.1" 200 2345 0.006015 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a HTTP/1.1" 200 2345 0.004712 10.0.0.35 - - [2025-02-06 02:19:58] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 200 1495 0.003066 10.0.0.35 - - [2025-02-06 02:19:58] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 200 1495 0.002847 10.0.0.35 - - [2025-02-06 02:19:58] "GET /route-target/48b966c5-590e-4870-8879-6516d7d59c68 HTTP/1.1" 200 1218 0.003087 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a HTTP/1.1" 200 2345 0.004494 10.0.0.35 - - [2025-02-06 02:19:58] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 200 1495 0.002937 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004674 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a HTTP/1.1" 200 2345 0.004447 10.0.0.35 - - [2025-02-06 02:19:58] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 200 1495 0.002860 10.0.0.35 - - [2025-02-06 02:19:58] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 200 1495 0.002892 10.0.0.35 - - [2025-02-06 02:19:58] "GET /route-target/48b966c5-590e-4870-8879-6516d7d59c68 HTTP/1.1" 200 1218 0.002453 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domains HTTP/1.1" 200 280 0.002677 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.35 - - [2025-02-06 02:19:58] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2584 0.006661 10.0.0.35 - - [2025-02-06 02:19:58] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.35 - - [2025-02-06 02:19:58] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd HTTP/1.1" 200 2167 0.076186 10.0.0.35 - - [2025-02-06 02:19:58] "GET /virtual-network/ee73d57e-6579-4b92-abce-40e656d70f7a HTTP/1.1" 200 2345 0.004768 10.0.0.35 - - [2025-02-06 02:19:59] "GET /obj-perms HTTP/1.1" 200 5052 0.042789 10.0.0.35 - - [2025-02-06 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001808 10.0.0.35 - - [2025-02-06 02:20:00] "POST /neutron/network HTTP/1.1" 200 850 0.006856 10.0.0.35 - - [2025-02-06 02:20:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.35 - - [2025-02-06 02:20:01] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.35 - - [2025-02-06 02:20:01] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.35 - - [2025-02-06 02:20:01] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001287 10.0.0.35 - - [2025-02-06 02:20:01] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.071168 10.0.0.35 - - [2025-02-06 02:20:02] "POST /neutron/network HTTP/1.1" 200 840 0.027708 10.0.0.35 - - [2025-02-06 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.005560 10.0.0.35 - - [2025-02-06 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.007431 10.0.0.35 - - [2025-02-06 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.006335 10.0.0.35 - - [2025-02-06 02:20:02] "DELETE /project/73099361de2b4614ab38d78b4b8e56cd HTTP/1.1" 404 173 0.003893 10.0.0.35 - - [2025-02-06 02:20:02] "DELETE /project/896a38a0a0804e4bae09575078ef9708 HTTP/1.1" 404 173 0.002932 10.0.0.35 - - [2025-02-06 02:20:03] "POST /neutron/network HTTP/1.1" 200 850 0.006403 10.0.0.35 - - [2025-02-06 02:20:03] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001180 10.0.0.35 - - [2025-02-06 02:20:03] "POST /neutron/port HTTP/1.1" 200 1072 0.247515 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/port HTTP/1.1" 200 1072 0.030644 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/port HTTP/1.1" 200 1072 0.008488 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/port HTTP/1.1" 200 1126 0.080630 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/port HTTP/1.1" 200 1100 0.017127 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003372 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.010988 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.35 - - [2025-02-06 02:20:04] "POST /neutron/network HTTP/1.1" 200 840 0.005227 10.0.0.35 - - [2025-02-06 02:20:07] "GET /obj-perms HTTP/1.1" 200 5056 0.046372 10.0.0.35 - - [2025-02-06 02:20:07] "GET /obj-perms HTTP/1.1" 200 5056 0.045958 10.0.0.35 - - [2025-02-06 02:20:07] "POST /neutron/port HTTP/1.1" 200 1100 0.015406 10.0.0.35 - - [2025-02-06 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006104 10.0.0.35 - - [2025-02-06 02:20:07] "GET /obj-perms HTTP/1.1" 200 5052 0.003021 10.0.0.35 - - [2025-02-06 02:20:08] "GET /obj-perms HTTP/1.1" 200 5052 0.003658 10.0.0.35 - - [2025-02-06 02:20:09] "GET /obj-perms HTTP/1.1" 200 5052 0.004845 10.0.0.35 - - [2025-02-06 02:20:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003582 10.0.0.35 - - [2025-02-06 02:20:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003722 10.0.0.35 - - [2025-02-06 02:20:13] "POST /neutron/network HTTP/1.1" 200 840 0.007744 10.0.0.35 - - [2025-02-06 02:20:13] "POST /neutron/network HTTP/1.1" 400 204 0.010212 10.0.0.35 - - [2025-02-06 02:20:13] "POST /neutron/port HTTP/1.1" 200 1100 0.015096 10.0.0.35 - - [2025-02-06 02:20:13] "POST /neutron/port HTTP/1.1" 200 1126 0.008026 10.0.0.35 - - [2025-02-06 02:20:13] "POST /neutron/port HTTP/1.1" 200 151 0.109022 10.0.0.35 - - [2025-02-06 02:20:15] "POST /neutron/network HTTP/1.1" 200 840 0.006437 10.0.0.35 - - [2025-02-06 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.35 - - [2025-02-06 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.35 - - [2025-02-06 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.35 - - [2025-02-06 02:20:15] "POST /neutron/network HTTP/1.1" 200 151 0.082526 10.0.0.35 - - [2025-02-06 02:20:15] "GET /routing-instance/c4f25cb6-6457-4500-9041-78748edac3b4 HTTP/1.1" 404 171 0.002388 10.0.0.35 - - [2025-02-06 02:20:15] "GET /domains HTTP/1.1" 200 280 0.002071 10.0.0.35 - - [2025-02-06 02:20:15] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001875 10.0.0.35 - - [2025-02-06 02:20:15] "DELETE /route-target/48b966c5-590e-4870-8879-6516d7d59c68 HTTP/1.1" 200 115 0.027094 10.0.0.35 - - [2025-02-06 02:20:15] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2584 0.049248 10.0.0.35 - - [2025-02-06 02:20:15] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001586 10.0.0.35 - - [2025-02-06 02:20:15] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd HTTP/1.1" 200 1917 0.073434 10.0.0.35 - - [2025-02-06 02:20:15] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001748 10.0.0.35 - - [2025-02-06 02:20:15] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034798 10.0.0.35 - - [2025-02-06 02:20:15] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001048 10.0.0.35 - - [2025-02-06 02:20:15] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?fields=virtual_networks HTTP/1.1" 200 1053 0.072387 10.0.0.35 - - [2025-02-06 02:20:15] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001111 10.0.0.35 - - [2025-02-06 02:20:15] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.030656 10.0.0.35 - - [2025-02-06 02:20:15] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001077 10.0.0.35 - - [2025-02-06 02:20:15] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?fields=security_groups HTTP/1.1" 200 1290 0.027833 10.0.0.35 - - [2025-02-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.021692 10.0.0.35 - - [2025-02-06 02:20:16] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002633 10.0.0.35 - - [2025-02-06 02:20:16] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.35 - - [2025-02-06 02:20:16] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007767 10.0.0.35 - - [2025-02-06 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.001319 10.0.0.35 - - [2025-02-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003847 10.0.0.35 - - [2025-02-06 02:20:16] "POST /security-groups HTTP/1.1" 200 603 0.063931 10.0.0.35 - - [2025-02-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 246 0.004025 10.0.0.35 - - [2025-02-06 02:20:16] "POST /projects HTTP/1.1" 200 609 0.216868 10.0.0.35 - - [2025-02-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.282011 10.0.0.35 - - [2025-02-06 02:20:17] "POST /access-control-lists HTTP/1.1" 200 608 0.094785 10.0.0.35 - - [2025-02-06 02:20:17] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.419991 10.0.0.35 - - [2025-02-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002637 10.0.0.35 - - [2025-02-06 02:20:17] "POST /access-control-lists HTTP/1.1" 200 606 0.059976 10.0.0.35 - - [2025-02-06 02:20:18] "GET / HTTP/1.1" 200 35931 0.002327 10.0.0.35 - - [2025-02-06 02:20:18] "GET /projects?obj_uuids=896a38a0-a080-4e4b-ae09-575078ef9708&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001188 10.0.0.35 - - [2025-02-06 02:20:18] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.026938 10.0.0.35 - - [2025-02-06 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.35 - - [2025-02-06 02:20:19] "GET /security-group/3dded231-bcd1-4023-8095-775c97d53e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.004700 10.0.0.35 - - [2025-02-06 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.35 - - [2025-02-06 02:20:19] "GET /projects?obj_uuids=896a38a0-a080-4e4b-ae09-575078ef9708&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.35 - - [2025-02-06 02:20:19] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.027596 10.0.0.35 - - [2025-02-06 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.35 - - [2025-02-06 02:20:19] "GET /security-group/3dded231-bcd1-4023-8095-775c97d53e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.003843 10.0.0.35 - - [2025-02-06 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.35 - - [2025-02-06 02:20:19] "PUT /security-group/3dded231-bcd1-4023-8095-775c97d53e43 HTTP/1.1" 200 262 0.014194 10.0.0.35 - - [2025-02-06 02:20:19] "PUT /access-control-list/b47624d6-7dd5-46cb-96fb-f1d98cff7b6a HTTP/1.1" 200 272 0.010702 10.0.0.35 - - [2025-02-06 02:20:19] "PUT /access-control-list/de3b258a-debd-42b4-aa41-9235a1096959 HTTP/1.1" 200 272 0.011312 10.0.0.35 - - [2025-02-06 02:20:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.35 - - [2025-02-06 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.049665 10.0.0.35 - - [2025-02-06 02:20:20] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.35 - - [2025-02-06 02:20:20] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.028385 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/network HTTP/1.1" 200 117 0.027497 10.0.0.35 - - [2025-02-06 02:20:20] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/network HTTP/1.1" 200 619 0.074789 10.0.0.35 - - [2025-02-06 02:20:20] "POST /route-targets HTTP/1.1" 200 327 0.018215 10.0.0.35 - - [2025-02-06 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.016535 10.0.0.35 - - [2025-02-06 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.159569 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/network HTTP/1.1" 200 837 0.004967 10.0.0.35 - - [2025-02-06 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001116 10.0.0.35 - - [2025-02-06 02:20:20] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004557 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/network HTTP/1.1" 200 837 0.006159 10.0.0.35 - - [2025-02-06 02:20:20] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004999 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/network HTTP/1.1" 200 837 0.004768 10.0.0.35 - - [2025-02-06 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.007307 10.0.0.35 - - [2025-02-06 02:20:20] "GET /domains HTTP/1.1" 401 292 0.000366 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domains HTTP/1.1" 200 280 0.024750 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001475 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.008872 10.0.0.35 - - [2025-02-06 02:20:21] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.35 - - [2025-02-06 02:20:21] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 2172 0.073874 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 2337 0.006417 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 2337 0.004787 10.0.0.35 - - [2025-02-06 02:20:21] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 200 1492 0.003397 10.0.0.35 - - [2025-02-06 02:20:21] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 200 1492 0.003087 10.0.0.35 - - [2025-02-06 02:20:21] "GET /route-target/264f38fd-2b00-4c3c-acef-959b3948e8c8 HTTP/1.1" 200 1218 0.003234 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 2337 0.004627 10.0.0.35 - - [2025-02-06 02:20:21] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 200 1492 0.003050 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004701 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 2337 0.004547 10.0.0.35 - - [2025-02-06 02:20:21] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 200 1492 0.003082 10.0.0.35 - - [2025-02-06 02:20:21] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 200 1492 0.002893 10.0.0.35 - - [2025-02-06 02:20:21] "GET /route-target/264f38fd-2b00-4c3c-acef-959b3948e8c8 HTTP/1.1" 200 1218 0.002525 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domains HTTP/1.1" 200 280 0.002605 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.35 - - [2025-02-06 02:20:21] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.006691 10.0.0.35 - - [2025-02-06 02:20:21] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.35 - - [2025-02-06 02:20:21] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 2172 0.065992 10.0.0.35 - - [2025-02-06 02:20:21] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 2337 0.004717 10.0.0.35 - - [2025-02-06 02:20:21] "GET /obj-perms HTTP/1.1" 200 5054 0.044226 10.0.0.35 - - [2025-02-06 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.35 - - [2025-02-06 02:20:21] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.35 - - [2025-02-06 02:20:21] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.029536 10.0.0.35 - - [2025-02-06 02:20:21] "POST /neutron/network HTTP/1.1" 200 117 0.009684 10.0.0.35 - - [2025-02-06 02:20:21] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001574 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/network HTTP/1.1" 200 619 0.112069 10.0.0.35 - - [2025-02-06 02:20:22] "POST /route-targets HTTP/1.1" 200 327 0.016946 10.0.0.35 - - [2025-02-06 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.017792 10.0.0.35 - - [2025-02-06 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004527 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.152658 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/network HTTP/1.1" 200 837 0.007201 10.0.0.35 - - [2025-02-06 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001394 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007811 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/network HTTP/1.1" 200 837 0.006075 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004699 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/network HTTP/1.1" 200 837 0.005056 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.006021 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domains HTTP/1.1" 200 280 0.005109 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.007781 10.0.0.35 - - [2025-02-06 02:20:22] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.35 - - [2025-02-06 02:20:22] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 2400 0.067212 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94 HTTP/1.1" 200 2337 0.007091 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94 HTTP/1.1" 200 2337 0.005129 10.0.0.35 - - [2025-02-06 02:20:22] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 200 1491 0.004549 10.0.0.35 - - [2025-02-06 02:20:22] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 200 1491 0.002975 10.0.0.35 - - [2025-02-06 02:20:22] "GET /route-target/d6299a0b-50db-4ce4-97ad-f4f3d49d62b1 HTTP/1.1" 200 1219 0.002646 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94 HTTP/1.1" 200 2337 0.004402 10.0.0.35 - - [2025-02-06 02:20:22] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 200 1491 0.002843 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004485 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94 HTTP/1.1" 200 2337 0.004405 10.0.0.35 - - [2025-02-06 02:20:22] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 200 1491 0.002808 10.0.0.35 - - [2025-02-06 02:20:22] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 200 1491 0.003044 10.0.0.35 - - [2025-02-06 02:20:22] "GET /route-target/d6299a0b-50db-4ce4-97ad-f4f3d49d62b1 HTTP/1.1" 200 1219 0.002423 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domains HTTP/1.1" 200 280 0.002140 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.35 - - [2025-02-06 02:20:22] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.007434 10.0.0.35 - - [2025-02-06 02:20:22] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.35 - - [2025-02-06 02:20:22] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 2400 0.081788 10.0.0.35 - - [2025-02-06 02:20:22] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94 HTTP/1.1" 200 2337 0.005153 10.0.0.35 - - [2025-02-06 02:20:22] "GET /obj-perms HTTP/1.1" 200 5054 0.002711 10.0.0.35 - - [2025-02-06 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001134 10.0.0.35 - - [2025-02-06 02:20:22] "POST /neutron/network HTTP/1.1" 200 847 0.005993 10.0.0.35 - - [2025-02-06 02:20:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.35 - - [2025-02-06 02:20:23] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.35 - - [2025-02-06 02:20:23] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.35 - - [2025-02-06 02:20:23] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.35 - - [2025-02-06 02:20:23] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.059987 10.0.0.35 - - [2025-02-06 02:20:23] "POST /neutron/network HTTP/1.1" 200 837 0.005405 10.0.0.35 - - [2025-02-06 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.005286 10.0.0.35 - - [2025-02-06 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.004999 10.0.0.35 - - [2025-02-06 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001271 10.0.0.35 - - [2025-02-06 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.006338 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/network HTTP/1.1" 200 847 0.006030 10.0.0.35 - - [2025-02-06 02:20:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/network HTTP/1.1" 200 847 0.006018 10.0.0.35 - - [2025-02-06 02:20:24] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.35 - - [2025-02-06 02:20:24] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.35 - - [2025-02-06 02:20:24] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000553 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 1071 0.251572 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 1071 0.009716 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 1071 0.007571 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 1125 0.066468 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 1099 0.014827 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004581 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009255 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.002265 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/network HTTP/1.1" 200 837 0.005558 10.0.0.35 - - [2025-02-06 02:20:24] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.35 - - [2025-02-06 02:20:24] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.055340 10.0.0.35 - - [2025-02-06 02:20:24] "POST /neutron/network HTTP/1.1" 200 837 0.005845 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 1099 0.022086 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007238 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.35 - - [2025-02-06 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.35 - - [2025-02-06 02:20:25] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.35 - - [2025-02-06 02:20:25] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.035069 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005918 10.0.0.35 - - [2025-02-06 02:20:25] "GET /floating-ip-pools?parent_id=f9100090-a4bd-4860-bb3e-48132e6dbef5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003295 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005869 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/network HTTP/1.1" 200 847 0.011908 10.0.0.35 - - [2025-02-06 02:20:25] "POST /floating-ip-pools HTTP/1.1" 200 609 0.044534 10.0.0.35 - - [2025-02-06 02:20:25] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.35 - - [2025-02-06 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.023427 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.031975 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domains HTTP/1.1" 200 280 0.006857 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.010801 10.0.0.35 - - [2025-02-06 02:20:25] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.35 - - [2025-02-06 02:20:25] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 3242 0.085099 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 1071 0.329871 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 3149 0.006930 10.0.0.35 - - [2025-02-06 02:20:25] "GET /floating-ip-pool/db438bd2-9b4a-4158-b90b-5b45c0c8b73a HTTP/1.1" 200 1441 0.011738 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domains HTTP/1.1" 200 280 0.003139 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 1071 0.017150 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.35 - - [2025-02-06 02:20:25] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.010132 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 1071 0.014551 10.0.0.35 - - [2025-02-06 02:20:25] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.35 - - [2025-02-06 02:20:25] "POST /neutron/port HTTP/1.1" 200 1125 0.114902 10.0.0.35 - - [2025-02-06 02:20:25] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 3242 0.133301 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5 HTTP/1.1" 200 3149 0.006854 10.0.0.35 - - [2025-02-06 02:20:25] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005447 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/port HTTP/1.1" 200 1099 0.018210 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010437 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/port HTTP/1.1" 200 1099 0.026146 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004676 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.013286 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/port HTTP/1.1" 200 1099 0.018907 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007242 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/network HTTP/1.1" 200 837 0.005636 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/port HTTP/1.1" 200 1099 0.018071 10.0.0.35 - - [2025-02-06 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007009 10.0.0.35 - - [2025-02-06 02:20:26] "GET /virtual-machine/53953863-0d2f-4ff7-a14f-5f67f9cc13cd HTTP/1.1" 200 1304 0.004529 10.0.0.35 - - [2025-02-06 02:20:26] "GET /virtual-machine-interface/cdcd7e9e-6796-4466-ba4d-192f06bc2eb7 HTTP/1.1" 200 3004 0.005064 10.0.0.35 - - [2025-02-06 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.35 - - [2025-02-06 02:20:26] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003163 10.0.0.35 - - [2025-02-06 02:20:26] "GET /virtual-networks?parent_id=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004189 10.0.0.35 - - [2025-02-06 02:20:26] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010637 10.0.0.35 - - [2025-02-06 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.35 - - [2025-02-06 02:20:29] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005085 10.0.0.35 - - [2025-02-06 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.35 - - [2025-02-06 02:20:33] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005026 10.0.0.35 - - [2025-02-06 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.35 - - [2025-02-06 02:20:35] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003074 10.0.0.35 - - [2025-02-06 02:20:35] "GET /virtual-networks?parent_id=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003049 10.0.0.35 - - [2025-02-06 02:20:35] "GET /virtual-network/9d04aac1-d350-4edf-a316-a6f5dbba7b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005770 10.0.0.35 - - [2025-02-06 02:20:35] "POST /neutron/port HTTP/1.1" 200 1099 0.015182 10.0.0.35 - - [2025-02-06 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006091 10.0.0.35 - - [2025-02-06 02:20:37] "POST /neutron/port HTTP/1.1" 200 1099 0.035218 10.0.0.35 - - [2025-02-06 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005137 10.0.0.35 - - [2025-02-06 02:20:37] "POST /neutron/port HTTP/1.1" 200 1099 0.014454 10.0.0.35 - - [2025-02-06 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005160 10.0.0.35 - - [2025-02-06 02:20:41] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/floatingip HTTP/1.1" 200 529 0.074242 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/port HTTP/1.1" 200 1099 0.020262 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005020 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/floatingip HTTP/1.1" 200 575 0.036378 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/port HTTP/1.1" 200 1099 0.016733 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005553 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/port HTTP/1.1" 200 1099 0.014075 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005672 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/port HTTP/1.1" 200 1099 0.014040 10.0.0.35 - - [2025-02-06 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006133 10.0.0.35 - - [2025-02-06 02:20:41] "GET /virtual-machine/0e4438fe-13e6-4cc2-b2bb-e19cc95a6166 HTTP/1.1" 200 1304 0.004145 10.0.0.35 - - [2025-02-06 02:20:41] "GET /virtual-machine-interface/f4916ffb-f6ab-4474-98b7-b8eca056db78 HTTP/1.1" 200 3004 0.005129 10.0.0.35 - - [2025-02-06 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.35 - - [2025-02-06 02:20:41] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002754 10.0.0.35 - - [2025-02-06 02:20:41] "GET /virtual-networks?parent_id=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002805 10.0.0.35 - - [2025-02-06 02:20:41] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005720 10.0.0.35 - - [2025-02-06 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.35 - - [2025-02-06 02:20:42] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002946 10.0.0.35 - - [2025-02-06 02:20:42] "GET /virtual-networks?parent_id=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002827 10.0.0.35 - - [2025-02-06 02:20:42] "GET /virtual-network/f9100090-a4bd-4860-bb3e-48132e6dbef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004908 10.0.0.35 - - [2025-02-06 02:20:42] "POST /neutron/floatingip HTTP/1.1" 200 575 0.009295 10.0.0.35 - - [2025-02-06 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.35 - - [2025-02-06 02:20:42] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002878 10.0.0.35 - - [2025-02-06 02:20:42] "GET /route-target/264f38fd-2b00-4c3c-acef-959b3948e8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002636 10.0.0.35 - - [2025-02-06 02:20:43] "GET /floating-ip/65a6128f-9b86-429b-a6a2-d3268eb54f07 HTTP/1.1" 200 1886 0.004223 10.0.0.35 - - [2025-02-06 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 575 0.009819 10.0.0.35 - - [2025-02-06 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.014852 10.0.0.35 - - [2025-02-06 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005160 10.0.0.35 - - [2025-02-06 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029832 10.0.0.35 - - [2025-02-06 02:20:45] "GET /floating-ip-pool/db438bd2-9b4a-4158-b90b-5b45c0c8b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.002845 10.0.0.35 - - [2025-02-06 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.007190 10.0.0.35 - - [2025-02-06 02:20:45] "DELETE /floating-ip-pool/db438bd2-9b4a-4158-b90b-5b45c0c8b73a HTTP/1.1" 200 115 0.020279 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/network HTTP/1.1" 200 837 0.007055 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/network HTTP/1.1" 400 204 0.009911 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 1099 0.014092 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 1125 0.012840 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 1099 0.016304 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 1125 0.010618 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.140412 10.0.0.35 - - [2025-02-06 02:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.148501 10.0.0.35 - - [2025-02-06 02:20:48] "POST /neutron/network HTTP/1.1" 200 837 0.006240 10.0.0.35 - - [2025-02-06 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002056 10.0.0.35 - - [2025-02-06 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006320 10.0.0.35 - - [2025-02-06 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.35 - - [2025-02-06 02:20:48] "POST /neutron/network HTTP/1.1" 200 151 0.078766 10.0.0.35 - - [2025-02-06 02:20:48] "DELETE /route-target/d6299a0b-50db-4ce4-97ad-f4f3d49d62b1 HTTP/1.1" 200 115 0.014632 10.0.0.35 - - [2025-02-06 02:20:48] "GET /routing-instance/33fe1598-444a-4e96-b337-7af6a6c7aee1 HTTP/1.1" 404 171 0.002929 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domains HTTP/1.1" 200 280 0.009159 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.050930 10.0.0.35 - - [2025-02-06 02:20:48] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.35 - - [2025-02-06 02:20:48] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 2172 0.067106 10.0.0.35 - - [2025-02-06 02:20:48] "POST /neutron/network HTTP/1.1" 200 837 0.005698 10.0.0.35 - - [2025-02-06 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.35 - - [2025-02-06 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.35 - - [2025-02-06 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.35 - - [2025-02-06 02:20:48] "POST /neutron/network HTTP/1.1" 200 151 0.079106 10.0.0.35 - - [2025-02-06 02:20:48] "GET /routing-instance/bc45abb5-27c5-474f-8fa4-bf157b8a6f92 HTTP/1.1" 404 171 0.006849 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domains HTTP/1.1" 200 280 0.012599 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.35 - - [2025-02-06 02:20:48] "DELETE /route-target/264f38fd-2b00-4c3c-acef-959b3948e8c8 HTTP/1.1" 200 115 0.038639 10.0.0.35 - - [2025-02-06 02:20:48] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2782 0.049199 10.0.0.35 - - [2025-02-06 02:20:48] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.35 - - [2025-02-06 02:20:48] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 1922 0.069355 10.0.0.35 - - [2025-02-06 02:20:48] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.35 - - [2025-02-06 02:20:48] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.025227 10.0.0.35 - - [2025-02-06 02:20:48] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.35 - - [2025-02-06 02:20:48] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?fields=virtual_networks HTTP/1.1" 200 1054 0.074909 10.0.0.35 - - [2025-02-06 02:20:49] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.35 - - [2025-02-06 02:20:49] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.023879 10.0.0.35 - - [2025-02-06 02:20:49] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.35 - - [2025-02-06 02:20:49] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?fields=security_groups HTTP/1.1" 200 1292 0.026122 10.0.0.35 - - [2025-02-06 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.020694 10.0.0.35 - - [2025-02-06 02:20:49] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002533 10.0.0.35 - - [2025-02-06 02:20:49] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.35 - - [2025-02-06 02:20:49] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007363 10.0.0.35 - - [2025-02-06 02:20:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001457 10.0.0.35 - - [2025-02-06 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.005042 10.0.0.35 - - [2025-02-06 02:20:50] "POST /security-groups HTTP/1.1" 200 586 0.059490 10.0.0.35 - - [2025-02-06 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003006 10.0.0.35 - - [2025-02-06 02:20:50] "POST /projects HTTP/1.1" 200 575 0.216689 10.0.0.35 - - [2025-02-06 02:20:50] "POST /access-control-lists HTTP/1.1" 200 591 0.060841 10.0.0.35 - - [2025-02-06 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.293583 10.0.0.35 - - [2025-02-06 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002753 10.0.0.35 - - [2025-02-06 02:20:50] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.416227 10.0.0.35 - - [2025-02-06 02:20:50] "POST /access-control-lists HTTP/1.1" 200 589 0.060051 10.0.0.35 - - [2025-02-06 02:20:51] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.35 - - [2025-02-06 02:20:52] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.35 - - [2025-02-06 02:20:52] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030762 10.0.0.35 - - [2025-02-06 02:20:52] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.35 - - [2025-02-06 02:20:52] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?fields=virtual_networks HTTP/1.1" 200 1022 0.072855 10.0.0.35 - - [2025-02-06 02:20:52] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.35 - - [2025-02-06 02:20:52] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.030265 10.0.0.35 - - [2025-02-06 02:20:52] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.35 - - [2025-02-06 02:20:52] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?fields=security_groups HTTP/1.1" 200 1243 0.025044 10.0.0.35 - - [2025-02-06 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.023991 10.0.0.35 - - [2025-02-06 02:20:53] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002678 10.0.0.35 - - [2025-02-06 02:20:53] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.35 - - [2025-02-06 02:20:53] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007453 10.0.0.35 - - [2025-02-06 02:20:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.001321 10.0.0.35 - - [2025-02-06 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002340 10.0.0.35 - - [2025-02-06 02:20:53] "POST /security-groups HTTP/1.1" 200 594 0.063927 10.0.0.35 - - [2025-02-06 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.002411 10.0.0.35 - - [2025-02-06 02:20:53] "POST /projects HTTP/1.1" 200 591 0.210977 10.0.0.35 - - [2025-02-06 02:20:53] "POST /access-control-lists HTTP/1.1" 200 599 0.056597 10.0.0.35 - - [2025-02-06 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.279143 10.0.0.35 - - [2025-02-06 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.002688 10.0.0.35 - - [2025-02-06 02:20:54] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.395648 10.0.0.35 - - [2025-02-06 02:20:54] "POST /access-control-lists HTTP/1.1" 200 597 0.064452 10.0.0.35 - - [2025-02-06 02:20:55] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.35 - - [2025-02-06 02:20:56] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000709 10.0.0.35 - - [2025-02-06 02:20:56] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001514 10.0.0.35 - - [2025-02-06 02:20:56] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052464 10.0.0.35 - - [2025-02-06 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.35 - - [2025-02-06 02:20:56] "GET /security-group/50ca2635-7255-494c-be09-511f6b34244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005510 10.0.0.35 - - [2025-02-06 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.35 - - [2025-02-06 02:20:56] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002501 10.0.0.35 - - [2025-02-06 02:20:56] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025296 10.0.0.35 - - [2025-02-06 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.35 - - [2025-02-06 02:20:56] "GET /security-group/50ca2635-7255-494c-be09-511f6b34244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003586 10.0.0.35 - - [2025-02-06 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.35 - - [2025-02-06 02:20:56] "PUT /security-group/50ca2635-7255-494c-be09-511f6b34244a HTTP/1.1" 200 262 0.016480 10.0.0.35 - - [2025-02-06 02:20:56] "PUT /access-control-list/0572dd7c-f97b-45e5-be59-a3c0baa82110 HTTP/1.1" 200 272 0.009624 10.0.0.35 - - [2025-02-06 02:20:56] "PUT /access-control-list/e69a8b71-ed03-4be9-ba0a-b865c3d80c46 HTTP/1.1" 200 272 0.011546 10.0.0.35 - - [2025-02-06 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.002759 10.0.0.35 - - [2025-02-06 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.35 - - [2025-02-06 02:20:57] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001541 10.0.0.35 - - [2025-02-06 02:20:57] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040069 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 117 0.029725 10.0.0.35 - - [2025-02-06 02:20:57] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 608 0.064551 10.0.0.35 - - [2025-02-06 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005545 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.205795 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 827 0.006315 10.0.0.35 - - [2025-02-06 02:20:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001202 10.0.0.35 - - [2025-02-06 02:20:57] "GET /virtual-network/816fa931-6733-474d-9deb-1efd95df83c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006343 10.0.0.35 - - [2025-02-06 02:20:57] "POST /route-targets HTTP/1.1" 200 327 0.009540 10.0.0.35 - - [2025-02-06 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.010290 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 827 0.005385 10.0.0.35 - - [2025-02-06 02:20:57] "GET /virtual-network/816fa931-6733-474d-9deb-1efd95df83c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004749 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 827 0.004854 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.005796 10.0.0.35 - - [2025-02-06 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.35 - - [2025-02-06 02:20:57] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001027 10.0.0.35 - - [2025-02-06 02:20:57] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028552 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 117 0.008261 10.0.0.35 - - [2025-02-06 02:20:57] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001018 10.0.0.35 - - [2025-02-06 02:20:57] "POST /neutron/network HTTP/1.1" 200 615 0.085599 10.0.0.35 - - [2025-02-06 02:20:57] "POST /route-targets HTTP/1.1" 200 327 0.011651 10.0.0.35 - - [2025-02-06 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.011157 10.0.0.35 - - [2025-02-06 02:20:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003811 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.135780 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/network HTTP/1.1" 200 836 0.005183 10.0.0.35 - - [2025-02-06 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001182 10.0.0.35 - - [2025-02-06 02:20:58] "GET /virtual-network/c5b6e902-48d1-41fa-84da-af8ed93bd0ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004941 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/network HTTP/1.1" 200 836 0.005786 10.0.0.35 - - [2025-02-06 02:20:58] "GET /virtual-network/c5b6e902-48d1-41fa-84da-af8ed93bd0ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004836 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/network HTTP/1.1" 200 836 0.006498 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.006095 10.0.0.35 - - [2025-02-06 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001039 10.0.0.35 - - [2025-02-06 02:20:58] "POST /neutron/network HTTP/1.1" 200 837 0.006036 10.0.0.35 - - [2025-02-06 02:20:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.35 - - [2025-02-06 02:20:58] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.35 - - [2025-02-06 02:20:58] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.35 - - [2025-02-06 02:20:59] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001301 10.0.0.35 - - [2025-02-06 02:20:59] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.056806 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/network HTTP/1.1" 200 827 0.005116 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.005236 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.005275 10.0.0.35 - - [2025-02-06 02:20:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.005500 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/network HTTP/1.1" 200 846 0.005933 10.0.0.35 - - [2025-02-06 02:20:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.35 - - [2025-02-06 02:20:59] "POST /neutron/network HTTP/1.1" 200 837 0.005926 10.0.0.35 - - [2025-02-06 02:20:59] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.35 - - [2025-02-06 02:21:00] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.35 - - [2025-02-06 02:21:00] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1063 0.230462 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1063 0.010006 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1063 0.008507 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1117 0.062044 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1091 0.015243 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003077 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.011493 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/network HTTP/1.1" 200 827 0.005092 10.0.0.35 - - [2025-02-06 02:21:00] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001125 10.0.0.35 - - [2025-02-06 02:21:00] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057397 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/network HTTP/1.1" 200 836 0.005874 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 1091 0.020756 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006910 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.005656 10.0.0.35 - - [2025-02-06 02:21:00] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/router HTTP/1.1" 200 585 0.054393 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/router HTTP/1.1" 200 585 0.003299 10.0.0.35 - - [2025-02-06 02:21:00] "POST /route-targets HTTP/1.1" 200 327 0.038379 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/router HTTP/1.1" 200 656 0.066285 10.0.0.35 - - [2025-02-06 02:21:00] "GET /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004721 10.0.0.35 - - [2025-02-06 02:21:00] "PUT /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a HTTP/1.1" 200 262 0.046222 10.0.0.35 - - [2025-02-06 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.013504 10.0.0.35 - - [2025-02-06 02:21:00] "POST /neutron/router HTTP/1.1" 200 656 0.014020 10.0.0.35 - - [2025-02-06 02:21:01] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001601 10.0.0.35 - - [2025-02-06 02:21:01] "GET /service-template/c73aa945-045f-4bc9-b632-bb88205bdd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006283 10.0.0.35 - - [2025-02-06 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.003887 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/network HTTP/1.1" 200 846 0.023807 10.0.0.35 - - [2025-02-06 02:21:01] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.35 - - [2025-02-06 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.011896 10.0.0.35 - - [2025-02-06 02:21:01] "POST /virtual-networks HTTP/1.1" 200 694 0.195132 10.0.0.35 - - [2025-02-06 02:21:01] "POST /route-targets HTTP/1.1" 200 327 0.041091 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/router HTTP/1.1" 200 344 0.459163 10.0.0.35 - - [2025-02-06 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.057606 10.0.0.35 - - [2025-02-06 02:21:01] "POST /service-instances HTTP/1.1" 200 670 0.088279 10.0.0.35 - - [2025-02-06 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.028355 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/port HTTP/1.1" 200 1091 0.111282 10.0.0.35 - - [2025-02-06 02:21:01] "POST /route-tables HTTP/1.1" 200 582 0.104329 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.024893 10.0.0.35 - - [2025-02-06 02:21:01] "PUT /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a HTTP/1.1" 200 262 0.025774 10.0.0.35 - - [2025-02-06 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.032523 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/port HTTP/1.1" 200 1065 0.511705 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/port HTTP/1.1" 200 1065 0.010959 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/port HTTP/1.1" 200 1065 0.011981 10.0.0.35 - - [2025-02-06 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007908 10.0.0.35 - - [2025-02-06 02:21:01] "POST /neutron/port HTTP/1.1" 200 1119 0.087068 10.0.0.35 - - [2025-02-06 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006187 10.0.0.35 - - [2025-02-06 02:21:02] "POST /neutron/port HTTP/1.1" 200 1093 0.026862 10.0.0.35 - - [2025-02-06 02:21:02] "POST /virtual-machines HTTP/1.1" 200 553 0.025124 10.0.0.35 - - [2025-02-06 02:21:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007337 10.0.0.35 - - [2025-02-06 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.011637 10.0.0.35 - - [2025-02-06 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.35 - - [2025-02-06 02:21:02] "POST /neutron/network HTTP/1.1" 200 836 0.060164 10.0.0.35 - - [2025-02-06 02:21:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105191 10.0.0.35 - - [2025-02-06 02:21:02] "POST /chown HTTP/1.1" 200 109 0.010490 10.0.0.35 - - [2025-02-06 02:21:02] "POST /instance-ips HTTP/1.1" 200 551 0.030247 10.0.0.35 - - [2025-02-06 02:21:02] "POST /instance-ips HTTP/1.1" 400 246 0.021587 10.0.0.35 - - [2025-02-06 02:21:02] "POST /chown HTTP/1.1" 200 109 0.009640 10.0.0.35 - - [2025-02-06 02:21:02] "PUT /virtual-machine-interface/cb88482c-911e-4542-946f-c98e9addb815 HTTP/1.1" 200 284 0.014575 10.0.0.35 - - [2025-02-06 02:21:02] "PUT /instance-ip/e37069dd-a12b-4f5a-be52-0147c6412d57 HTTP/1.1" 200 256 0.018885 10.0.0.35 - - [2025-02-06 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.018220 10.0.0.35 - - [2025-02-06 02:21:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.112601 10.0.0.35 - - [2025-02-06 02:21:02] "POST /chown HTTP/1.1" 200 109 0.007715 10.0.0.35 - - [2025-02-06 02:21:02] "POST /instance-ips HTTP/1.1" 200 549 0.082521 10.0.0.35 - - [2025-02-06 02:21:02] "DELETE /project/de2ad71bf5d74c83b9497948b4513397 HTTP/1.1" 404 173 0.024314 10.0.0.35 - - [2025-02-06 02:21:02] "DELETE /project/e1016e7f0e3d453294b7bc3247a437be HTTP/1.1" 404 173 0.021381 10.0.0.35 - - [2025-02-06 02:21:02] "DELETE /project/249d5ad3ef444544896e94c674601eac HTTP/1.1" 404 173 0.022502 10.0.0.35 - - [2025-02-06 02:21:02] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001269 10.0.0.35 - - [2025-02-06 02:21:02] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.35 - - [2025-02-06 02:21:02] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001356 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.098452 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.108404 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.112317 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.35 - - [2025-02-06 02:21:03] "POST /instance-ips HTTP/1.1" 400 316 0.096077 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?fields=security_groups HTTP/1.1" 200 1395 0.126142 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?fields=security_groups HTTP/1.1" 200 1397 0.131469 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?fields=security_groups HTTP/1.1" 200 1348 0.139804 10.0.0.35 - - [2025-02-06 02:21:03] "POST /chown HTTP/1.1" 200 109 0.099933 10.0.0.35 - - [2025-02-06 02:21:03] "PUT /virtual-machine-interface/19f0c4a5-7e71-4d68-97a0-68d819188a6d HTTP/1.1" 200 284 0.020697 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /security-group/8e9da397-abb1-44a9-98f3-7e536fb213db HTTP/1.1" 200 115 0.133524 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=249d5ad3-ef44-4544-896e-94c674601eac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.35 - - [2025-02-06 02:21:03] "PUT /instance-ip/4333b976-96f0-4ca9-a428-34a4bb1a4e65 HTTP/1.1" 200 256 0.050346 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /security-group/1300b5b6-27f2-4f13-834d-1f8ad4e90754 HTTP/1.1" 200 115 0.156737 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=73099361-de2b-4614-ab38-d78b4b8e56cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001434 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/56f300b0-40b9-4f37-ac0b-42972c7b1e70 HTTP/1.1" 200 115 0.087899 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /security-group/fa0ee5b3-61a4-4eb6-9e73-da4ea11e1985 HTTP/1.1" 200 115 0.152479 10.0.0.35 - - [2025-02-06 02:21:03] "GET /projects?obj_uuids=de2ad71b-f5d7-4c83-b949-7948b4513397&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/249d5ad3-ef44-4544-896e-94c674601eac?fields=application_policy_sets HTTP/1.1" 200 1436 0.090231 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/e6e7ff22-5cac-404b-accb-904a20047732 HTTP/1.1" 200 115 0.080469 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/de2ad71b-f5d7-4c83-b949-7948b4513397?fields=application_policy_sets HTTP/1.1" 200 1387 0.091300 10.0.0.35 - - [2025-02-06 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.063419 10.0.0.35 - - [2025-02-06 02:21:03] "GET /project/73099361-de2b-4614-ab38-d78b4b8e56cd?fields=application_policy_sets HTTP/1.1" 200 1434 0.125063 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/65a6f516-a205-46bc-b9e7-882b2272619b HTTP/1.1" 200 115 0.063552 10.0.0.35 - - [2025-02-06 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.034335 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/ebb251d5-6f60-414d-a52f-f62ee6f1ef14 HTTP/1.1" 200 115 0.105022 10.0.0.35 - - [2025-02-06 02:21:03] "POST /virtual-machines HTTP/1.1" 200 553 0.069818 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /project/249d5ad3-ef44-4544-896e-94c674601eac HTTP/1.1" 200 115 0.884098 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/8f7637ec-da25-482a-adcd-7ff143cdaa18 HTTP/1.1" 200 115 0.105045 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /project/de2ad71b-f5d7-4c83-b949-7948b4513397 HTTP/1.1" 200 115 0.893600 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /project/73099361-de2b-4614-ab38-d78b4b8e56cd HTTP/1.1" 200 115 0.888851 10.0.0.35 - - [2025-02-06 02:21:03] "DELETE /access-control-list/7b23d273-e2ba-453d-a56d-300e003ee54a HTTP/1.1" 200 115 0.038644 10.0.0.35 - - [2025-02-06 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.045896 10.0.0.35 - - [2025-02-06 02:21:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.156802 10.0.0.35 - - [2025-02-06 02:21:03] "PUT /routing-instance/3b43387d-cb93-475a-aa22-440fae96f0cc HTTP/1.1" 200 266 0.010033 10.0.0.35 - - [2025-02-06 02:21:04] "POST /chown HTTP/1.1" 200 109 0.016255 10.0.0.35 - - [2025-02-06 02:21:04] "POST /instance-ips HTTP/1.1" 400 246 0.016594 10.0.0.35 - - [2025-02-06 02:21:04] "POST /chown HTTP/1.1" 200 109 0.007821 10.0.0.35 - - [2025-02-06 02:21:04] "PUT /virtual-machine-interface/1d684116-7d4b-4986-b2b8-c9f285ef4b37 HTTP/1.1" 200 284 0.010370 10.0.0.35 - - [2025-02-06 02:21:04] "PUT /instance-ip/e37069dd-a12b-4f5a-be52-0147c6412d57 HTTP/1.1" 200 256 0.013541 10.0.0.35 - - [2025-02-06 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.010859 10.0.0.35 - - [2025-02-06 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.012449 10.0.0.35 - - [2025-02-06 02:21:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.081045 10.0.0.35 - - [2025-02-06 02:21:04] "POST /chown HTTP/1.1" 200 109 0.007585 10.0.0.35 - - [2025-02-06 02:21:04] "POST /instance-ips HTTP/1.1" 400 316 0.022386 10.0.0.35 - - [2025-02-06 02:21:04] "POST /chown HTTP/1.1" 200 109 0.009264 10.0.0.35 - - [2025-02-06 02:21:04] "PUT /virtual-machine-interface/1e8bebc6-cacc-435c-82a2-9000d2f2cb5d HTTP/1.1" 200 284 0.013005 10.0.0.35 - - [2025-02-06 02:21:04] "PUT /instance-ip/4333b976-96f0-4ca9-a428-34a4bb1a4e65 HTTP/1.1" 200 256 0.015455 10.0.0.35 - - [2025-02-06 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.014323 10.0.0.35 - - [2025-02-06 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.014328 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/port HTTP/1.1" 200 1091 0.014933 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005636 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/port HTTP/1.1" 200 1091 0.014209 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005487 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/port HTTP/1.1" 200 1091 0.014175 10.0.0.35 - - [2025-02-06 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005841 10.0.0.35 - - [2025-02-06 02:21:06] "GET /virtual-machine/efb3243e-81d3-4783-a6cb-d622eae5cda7 HTTP/1.1" 401 292 0.000394 10.0.0.35 - - [2025-02-06 02:21:07] "GET /virtual-machine/efb3243e-81d3-4783-a6cb-d622eae5cda7 HTTP/1.1" 200 1296 0.030626 10.0.0.35 - - [2025-02-06 02:21:07] "GET /virtual-machine-interface/bc221eef-dbd5-4ac1-827e-76788b525dd3 HTTP/1.1" 200 2955 0.005880 10.0.0.35 - - [2025-02-06 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.35 - - [2025-02-06 02:21:07] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002960 10.0.0.35 - - [2025-02-06 02:21:07] "GET /virtual-networks?parent_id=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002844 10.0.0.35 - - [2025-02-06 02:21:07] "GET /virtual-network/816fa931-6733-474d-9deb-1efd95df83c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005404 10.0.0.35 - - [2025-02-06 02:21:07] "GET /obj-perms HTTP/1.1" 200 5056 0.044185 10.0.0.35 - - [2025-02-06 02:21:08] "GET /obj-perms HTTP/1.1" 200 5056 0.044165 10.0.0.35 - - [2025-02-06 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.35 - - [2025-02-06 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007823 10.0.0.35 - - [2025-02-06 02:21:08] "POST /instance-ips HTTP/1.1" 400 246 0.013545 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007605 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007577 10.0.0.35 - - [2025-02-06 02:21:08] "POST /instance-ips HTTP/1.1" 400 316 0.016443 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007631 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007609 10.0.0.35 - - [2025-02-06 02:21:08] "POST /instance-ips HTTP/1.1" 400 246 0.014022 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007475 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007066 10.0.0.35 - - [2025-02-06 02:21:08] "POST /instance-ips HTTP/1.1" 400 316 0.014465 10.0.0.35 - - [2025-02-06 02:21:08] "POST /chown HTTP/1.1" 200 109 0.007247 10.0.0.35 - - [2025-02-06 02:21:09] "POST /neutron/port HTTP/1.1" 200 1091 0.016948 10.0.0.35 - - [2025-02-06 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005523 10.0.0.35 - - [2025-02-06 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.35 - - [2025-02-06 02:21:10] "GET /virtual-network/816fa931-6733-474d-9deb-1efd95df83c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005257 10.0.0.35 - - [2025-02-06 02:21:11] "POST /neutron/port HTTP/1.1" 200 1093 0.014490 10.0.0.35 - - [2025-02-06 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004795 10.0.0.35 - - [2025-02-06 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.35 - - [2025-02-06 02:21:12] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002943 10.0.0.35 - - [2025-02-06 02:21:12] "GET /virtual-networks?parent_id=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002671 10.0.0.35 - - [2025-02-06 02:21:12] "GET /virtual-network/816fa931-6733-474d-9deb-1efd95df83c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005006 10.0.0.35 - - [2025-02-06 02:21:12] "POST /neutron/port HTTP/1.1" 200 1093 0.014323 10.0.0.35 - - [2025-02-06 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005444 10.0.0.35 - - [2025-02-06 02:21:13] "POST /neutron/port HTTP/1.1" 200 1093 0.014200 10.0.0.35 - - [2025-02-06 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005376 10.0.0.35 - - [2025-02-06 02:21:13] "POST /neutron/port HTTP/1.1" 200 1093 0.013914 10.0.0.35 - - [2025-02-06 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006218 10.0.0.35 - - [2025-02-06 02:21:13] "GET /virtual-machine/b01e953f-f89c-46f6-9496-7d21ace9f365 HTTP/1.1" 200 1296 0.004337 10.0.0.35 - - [2025-02-06 02:21:13] "GET /virtual-machine-interface/99db680e-77b3-4fd6-8297-ff473e39f8d2 HTTP/1.1" 200 2967 0.004718 10.0.0.35 - - [2025-02-06 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.35 - - [2025-02-06 02:21:13] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003086 10.0.0.35 - - [2025-02-06 02:21:13] "GET /virtual-networks?parent_id=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003805 10.0.0.35 - - [2025-02-06 02:21:13] "GET /virtual-network/c5b6e902-48d1-41fa-84da-af8ed93bd0ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005632 10.0.0.35 - - [2025-02-06 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.35 - - [2025-02-06 02:21:14] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003340 10.0.0.35 - - [2025-02-06 02:21:14] "GET /virtual-networks?parent_id=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002594 10.0.0.35 - - [2025-02-06 02:21:14] "GET /virtual-network/c5b6e902-48d1-41fa-84da-af8ed93bd0ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005011 10.0.0.35 - - [2025-02-06 02:21:18] "POST /neutron/router HTTP/1.1" 200 656 0.004149 10.0.0.35 - - [2025-02-06 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.011781 10.0.0.35 - - [2025-02-06 02:21:18] "POST /neutron/router HTTP/1.1" 200 344 0.109535 10.0.0.35 - - [2025-02-06 02:21:18] "POST /neutron/router HTTP/1.1" 200 656 0.005002 10.0.0.35 - - [2025-02-06 02:21:18] "GET /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.005063 10.0.0.35 - - [2025-02-06 02:21:18] "GET /service-instance/7c56bcfe-ebd4-480b-ad91-48571cdce0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003566 10.0.0.35 - - [2025-02-06 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/router HTTP/1.1" 200 151 0.066400 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /route-target/4fdd49ec-12bc-43b2-aad3-ea60cb6d3ad8 HTTP/1.1" 409 239 0.005152 10.0.0.35 - - [2025-02-06 02:21:19] "PUT /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a HTTP/1.1" 404 171 0.002768 10.0.0.35 - - [2025-02-06 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.017978 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /route-table/0c83f2ee-041b-494d-bc3e-692be50ca173 HTTP/1.1" 200 115 0.029206 10.0.0.35 - - [2025-02-06 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.35 - - [2025-02-06 02:21:19] "PUT /routing-instance/3b43387d-cb93-475a-aa22-440fae96f0cc HTTP/1.1" 200 266 0.010803 10.0.0.35 - - [2025-02-06 02:21:19] "GET /virtual-network/16d0096d-442c-4606-aeda-9238edafef59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006302 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/network HTTP/1.1" 200 836 0.005080 10.0.0.35 - - [2025-02-06 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.015049 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/network HTTP/1.1" 400 204 0.062167 10.0.0.35 - - [2025-02-06 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.010808 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /instance-ip/4333b976-96f0-4ca9-a428-34a4bb1a4e65 HTTP/1.1" 200 115 0.048340 10.0.0.35 - - [2025-02-06 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003602 10.0.0.35 - - [2025-02-06 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.35 - - [2025-02-06 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /virtual-network/16d0096d-442c-4606-aeda-9238edafef59 HTTP/1.1" 200 115 0.122312 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /route-target/7fbcb2eb-3051-43ae-80b8-5d58212f7242 HTTP/1.1" 200 115 0.027401 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /service-instance/7c56bcfe-ebd4-480b-ad91-48571cdce0be HTTP/1.1" 200 115 0.042793 10.0.0.35 - - [2025-02-06 02:21:19] "GET /logical-router/4a916a00-1455-44cd-8539-055aa7f7052a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002225 10.0.0.35 - - [2025-02-06 02:21:19] "GET /service-instance/7c56bcfe-ebd4-480b-ad91-48571cdce0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002580 10.0.0.35 - - [2025-02-06 02:21:19] "GET /virtual-machine-interface/1e8bebc6-cacc-435c-82a2-9000d2f2cb5d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1331 0.006422 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 1093 0.016315 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 1119 0.014095 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 1091 0.031317 10.0.0.35 - - [2025-02-06 02:21:19] "DELETE /virtual-machine-interface/1e8bebc6-cacc-435c-82a2-9000d2f2cb5d HTTP/1.1" 200 115 0.058460 10.0.0.35 - - [2025-02-06 02:21:19] "GET /virtual-machine-interface/1d684116-7d4b-4986-b2b8-c9f285ef4b37?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.007617 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 1117 0.014505 10.0.0.35 - - [2025-02-06 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.019708 10.0.0.35 - - [2025-02-06 02:21:19] "GET /instance-ip/e37069dd-a12b-4f5a-be52-0147c6412d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004034 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 151 0.186010 10.0.0.35 - - [2025-02-06 02:21:19] "POST /neutron/port HTTP/1.1" 200 151 0.164579 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /virtual-machine-interface/1d684116-7d4b-4986-b2b8-c9f285ef4b37 HTTP/1.1" 200 115 0.040008 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /virtual-machine/79397565-3323-4331-96c4-2a5a221bfb5b HTTP/1.1" 200 115 0.025544 10.0.0.35 - - [2025-02-06 02:21:20] "GET /virtual-machine-interface/19f0c4a5-7e71-4d68-97a0-68d819188a6d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.006256 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /virtual-machine-interface/19f0c4a5-7e71-4d68-97a0-68d819188a6d HTTP/1.1" 200 115 0.045218 10.0.0.35 - - [2025-02-06 02:21:20] "GET /virtual-machine-interface/cb88482c-911e-4542-946f-c98e9addb815?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.006021 10.0.0.35 - - [2025-02-06 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.013769 10.0.0.35 - - [2025-02-06 02:21:20] "GET /instance-ip/e37069dd-a12b-4f5a-be52-0147c6412d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.006803 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /instance-ip/e37069dd-a12b-4f5a-be52-0147c6412d57 HTTP/1.1" 200 115 0.025613 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /virtual-machine-interface/cb88482c-911e-4542-946f-c98e9addb815 HTTP/1.1" 200 115 0.030481 10.0.0.35 - - [2025-02-06 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.014759 10.0.0.35 - - [2025-02-06 02:21:20] "DELETE /virtual-machine/6c11df45-0e7f-410a-9121-e033a76e491c HTTP/1.1" 200 115 0.020137 10.0.0.35 - - [2025-02-06 02:21:21] "POST /neutron/network HTTP/1.1" 200 836 0.005873 10.0.0.35 - - [2025-02-06 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.35 - - [2025-02-06 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003321 10.0.0.35 - - [2025-02-06 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003428 10.0.0.35 - - [2025-02-06 02:21:21] "POST /neutron/network HTTP/1.1" 200 151 0.088378 10.0.0.35 - - [2025-02-06 02:21:21] "DELETE /route-target/760d91bb-f96a-4d94-8174-6bcb1afea6e5 HTTP/1.1" 200 115 0.016335 10.0.0.35 - - [2025-02-06 02:21:21] "POST /neutron/network HTTP/1.1" 200 827 0.005064 10.0.0.35 - - [2025-02-06 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.35 - - [2025-02-06 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006568 10.0.0.35 - - [2025-02-06 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004105 10.0.0.35 - - [2025-02-06 02:21:21] "POST /neutron/network HTTP/1.1" 200 151 0.085402 10.0.0.35 - - [2025-02-06 02:21:21] "DELETE /route-target/d276df03-f7f7-4335-9177-2e28739b6cff HTTP/1.1" 200 115 0.025223 10.0.0.35 - - [2025-02-06 02:21:21] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001413 10.0.0.35 - - [2025-02-06 02:21:21] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037249 10.0.0.35 - - [2025-02-06 02:21:21] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.35 - - [2025-02-06 02:21:21] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?fields=virtual_networks HTTP/1.1" 200 1038 0.064085 10.0.0.35 - - [2025-02-06 02:21:21] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001583 10.0.0.35 - - [2025-02-06 02:21:21] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.033999 10.0.0.35 - - [2025-02-06 02:21:21] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001480 10.0.0.35 - - [2025-02-06 02:21:21] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?fields=security_groups HTTP/1.1" 200 1267 0.026278 10.0.0.35 - - [2025-02-06 02:21:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.021826 10.0.0.35 - - [2025-02-06 02:21:22] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002500 10.0.0.35 - - [2025-02-06 02:21:22] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.35 - - [2025-02-06 02:21:22] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007449 10.0.0.35 - - [2025-02-06 02:21:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.001704 10.0.0.35 - - [2025-02-06 02:21:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002313 10.0.0.35 - - [2025-02-06 02:21:23] "POST /security-groups HTTP/1.1" 200 599 0.063596 10.0.0.35 - - [2025-02-06 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.002517 10.0.0.35 - - [2025-02-06 02:21:23] "POST /projects HTTP/1.1" 200 601 0.218939 10.0.0.35 - - [2025-02-06 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.283219 10.0.0.35 - - [2025-02-06 02:21:23] "POST /access-control-lists HTTP/1.1" 200 604 0.057538 10.0.0.35 - - [2025-02-06 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 241 0.002845 10.0.0.35 - - [2025-02-06 02:21:23] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.400289 10.0.0.35 - - [2025-02-06 02:21:23] "POST /access-control-lists HTTP/1.1" 200 602 0.059959 10.0.0.35 - - [2025-02-06 02:21:24] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.35 - - [2025-02-06 02:21:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.35 - - [2025-02-06 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.051911 10.0.0.35 - - [2025-02-06 02:21:25] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.35 - - [2025-02-06 02:21:25] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.023901 10.0.0.35 - - [2025-02-06 02:21:25] "POST /neutron/network HTTP/1.1" 200 117 0.028391 10.0.0.35 - - [2025-02-06 02:21:25] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.35 - - [2025-02-06 02:21:25] "POST /neutron/network HTTP/1.1" 200 613 0.058351 10.0.0.35 - - [2025-02-06 02:21:25] "POST /route-targets HTTP/1.1" 200 327 0.010370 10.0.0.35 - - [2025-02-06 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.012017 10.0.0.35 - - [2025-02-06 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003220 10.0.0.35 - - [2025-02-06 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.134960 10.0.0.35 - - [2025-02-06 02:21:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.35 - - [2025-02-06 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002071 10.0.0.35 - - [2025-02-06 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.153191 10.0.0.35 - - [2025-02-06 02:21:25] "POST /neutron/network HTTP/1.1" 200 1005 0.006623 10.0.0.35 - - [2025-02-06 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001114 10.0.0.35 - - [2025-02-06 02:21:25] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004616 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 1005 0.006042 10.0.0.35 - - [2025-02-06 02:21:26] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005273 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 1005 0.007333 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.006444 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.006581 10.0.0.35 - - [2025-02-06 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.35 - - [2025-02-06 02:21:26] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.35 - - [2025-02-06 02:21:26] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033413 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 117 0.011847 10.0.0.35 - - [2025-02-06 02:21:26] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001121 10.0.0.35 - - [2025-02-06 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.026017 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 613 0.076912 10.0.0.35 - - [2025-02-06 02:21:26] "POST /route-targets HTTP/1.1" 200 327 0.012728 10.0.0.35 - - [2025-02-06 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.011178 10.0.0.35 - - [2025-02-06 02:21:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003769 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.136883 10.0.0.35 - - [2025-02-06 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.004358 10.0.0.35 - - [2025-02-06 02:21:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.151486 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 1007 0.007856 10.0.0.35 - - [2025-02-06 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001120 10.0.0.35 - - [2025-02-06 02:21:26] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004881 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 1007 0.006578 10.0.0.35 - - [2025-02-06 02:21:26] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004594 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/network HTTP/1.1" 200 1007 0.007464 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.005810 10.0.0.35 - - [2025-02-06 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.005852 10.0.0.35 - - [2025-02-06 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002074 10.0.0.35 - - [2025-02-06 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.35 - - [2025-02-06 02:21:26] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.35 - - [2025-02-06 02:21:26] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026532 10.0.0.35 - - [2025-02-06 02:21:27] "POST /network-policys HTTP/1.1" 200 577 0.060097 10.0.0.35 - - [2025-02-06 02:21:27] "GET /network-policy/76b69d09-8c90-40d0-adb4-e93dcd052f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004536 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1005 0.007891 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.005111 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003902 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1113 0.052458 10.0.0.35 - - [2025-02-06 02:21:27] "POST /access-control-lists HTTP/1.1" 200 596 0.072446 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1113 0.042522 10.0.0.35 - - [2025-02-06 02:21:27] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005097 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.35 - - [2025-02-06 02:21:27] "GET /network-policy/76b69d09-8c90-40d0-adb4-e93dcd052f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003688 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1007 0.008772 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.007059 10.0.0.35 - - [2025-02-06 02:21:27] "PUT /access-control-list/af81107d-488e-44b2-b6f8-70f529ff3beb HTTP/1.1" 200 272 0.059721 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1115 0.112956 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.006715 10.0.0.35 - - [2025-02-06 02:21:27] "POST /neutron/network HTTP/1.1" 200 1115 0.014736 10.0.0.35 - - [2025-02-06 02:21:27] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.010271 10.0.0.35 - - [2025-02-06 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006270 10.0.0.35 - - [2025-02-06 02:21:27] "GET /network-policy/76b69d09-8c90-40d0-adb4-e93dcd052f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.011928 10.0.0.35 - - [2025-02-06 02:21:27] "POST /access-control-lists HTTP/1.1" 200 596 0.063388 10.0.0.35 - - [2025-02-06 02:21:27] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.35 - - [2025-02-06 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains HTTP/1.1" 200 280 0.024151 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.008500 10.0.0.35 - - [2025-02-06 02:21:28] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.35 - - [2025-02-06 02:21:28] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 2624 0.069090 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f HTTP/1.1" 200 3499 0.006075 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f HTTP/1.1" 200 3499 0.004646 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 200 1796 0.003208 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 200 1796 0.003215 10.0.0.35 - - [2025-02-06 02:21:28] "GET /route-target/a23b07bf-3f2a-4f36-8ba9-e18182234b8d HTTP/1.1" 200 1213 0.002483 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f HTTP/1.1" 200 3499 0.004354 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 200 1796 0.002659 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004407 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f HTTP/1.1" 200 3499 0.004307 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 200 1796 0.002679 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 200 1796 0.002709 10.0.0.35 - - [2025-02-06 02:21:28] "GET /route-target/a23b07bf-3f2a-4f36-8ba9-e18182234b8d HTTP/1.1" 200 1213 0.002705 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains HTTP/1.1" 200 280 0.002062 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.006613 10.0.0.35 - - [2025-02-06 02:21:28] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.35 - - [2025-02-06 02:21:28] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 2624 0.065129 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f HTTP/1.1" 200 3499 0.004538 10.0.0.35 - - [2025-02-06 02:21:28] "GET /obj-perms HTTP/1.1" 200 5046 0.046001 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains HTTP/1.1" 200 280 0.002526 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.007032 10.0.0.35 - - [2025-02-06 02:21:28] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.35 - - [2025-02-06 02:21:28] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 2624 0.068497 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709 HTTP/1.1" 200 3508 0.006757 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709 HTTP/1.1" 200 3508 0.004617 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 200 1796 0.003595 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 200 1796 0.002803 10.0.0.35 - - [2025-02-06 02:21:28] "GET /route-target/28f0bd73-8577-472f-b2b5-13402b98588c HTTP/1.1" 200 1212 0.002620 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709 HTTP/1.1" 200 3508 0.004414 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 200 1796 0.003492 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004549 10.0.0.35 - - [2025-02-06 02:21:28] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709 HTTP/1.1" 200 3508 0.004623 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 200 1796 0.002772 10.0.0.35 - - [2025-02-06 02:21:28] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 200 1796 0.004428 10.0.0.35 - - [2025-02-06 02:21:28] "GET /route-target/28f0bd73-8577-472f-b2b5-13402b98588c HTTP/1.1" 200 1212 0.002542 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains HTTP/1.1" 200 280 0.001958 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.35 - - [2025-02-06 02:21:28] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.006909 10.0.0.35 - - [2025-02-06 02:21:28] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.35 - - [2025-02-06 02:21:29] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 2624 0.067772 10.0.0.35 - - [2025-02-06 02:21:29] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709 HTTP/1.1" 200 3508 0.004571 10.0.0.35 - - [2025-02-06 02:21:29] "GET /obj-perms HTTP/1.1" 200 5046 0.003350 10.0.0.35 - - [2025-02-06 02:21:29] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004999 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1115 0.006536 10.0.0.35 - - [2025-02-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003568 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1007 0.053904 10.0.0.35 - - [2025-02-06 02:21:29] "DELETE /access-control-list/2f7ad2ef-8e3e-46a7-95f6-b258e4f8757c HTTP/1.1" 200 115 0.038916 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1007 0.008761 10.0.0.35 - - [2025-02-06 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.013621 10.0.0.35 - - [2025-02-06 02:21:29] "GET /virtual-network/8ce731a2-508d-4073-a9f4-7b1675d05709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008178 10.0.0.35 - - [2025-02-06 02:21:29] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004980 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1113 0.007293 10.0.0.35 - - [2025-02-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005167 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1005 0.048477 10.0.0.35 - - [2025-02-06 02:21:29] "DELETE /access-control-list/af81107d-488e-44b2-b6f8-70f529ff3beb HTTP/1.1" 200 115 0.040934 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1005 0.009054 10.0.0.35 - - [2025-02-06 02:21:29] "GET /virtual-network/016632e9-7f40-45df-8677-52d5f885ac7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004936 10.0.0.35 - - [2025-02-06 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.014188 10.0.0.35 - - [2025-02-06 02:21:29] "DELETE /network-policy/76b69d09-8c90-40d0-adb4-e93dcd052f8f HTTP/1.1" 200 115 0.028296 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1007 0.006680 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.35 - - [2025-02-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002134 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 151 0.094628 10.0.0.35 - - [2025-02-06 02:21:29] "DELETE /route-target/28f0bd73-8577-472f-b2b5-13402b98588c HTTP/1.1" 200 115 0.035600 10.0.0.35 - - [2025-02-06 02:21:29] "GET /routing-instance/a088e4ad-ae4b-480c-912f-b874753bf7d6 HTTP/1.1" 404 171 0.003901 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domains HTTP/1.1" 200 280 0.002601 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.050445 10.0.0.35 - - [2025-02-06 02:21:29] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001603 10.0.0.35 - - [2025-02-06 02:21:29] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 2144 0.070436 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007261 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.35 - - [2025-02-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001711 10.0.0.35 - - [2025-02-06 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.35 - - [2025-02-06 02:21:29] "POST /neutron/network HTTP/1.1" 200 151 0.089401 10.0.0.35 - - [2025-02-06 02:21:29] "GET /routing-instance/acba6c99-f8b6-4d57-ad5a-c280ba7547af HTTP/1.1" 404 171 0.004516 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domains HTTP/1.1" 200 280 0.004370 10.0.0.35 - - [2025-02-06 02:21:29] "DELETE /route-target/a23b07bf-3f2a-4f36-8ba9-e18182234b8d HTTP/1.1" 200 115 0.036520 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.35 - - [2025-02-06 02:21:29] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2770 0.051586 10.0.0.35 - - [2025-02-06 02:21:29] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.35 - - [2025-02-06 02:21:29] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 1899 0.065801 10.0.0.35 - - [2025-02-06 02:21:30] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.35 - - [2025-02-06 02:21:30] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029183 10.0.0.35 - - [2025-02-06 02:21:30] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.35 - - [2025-02-06 02:21:30] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?fields=virtual_networks HTTP/1.1" 200 1047 0.070990 10.0.0.35 - - [2025-02-06 02:21:30] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.35 - - [2025-02-06 02:21:30] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.031721 10.0.0.35 - - [2025-02-06 02:21:30] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.35 - - [2025-02-06 02:21:30] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?fields=security_groups HTTP/1.1" 200 1281 0.029112 10.0.0.35 - - [2025-02-06 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.021868 10.0.0.35 - - [2025-02-06 02:21:31] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002493 10.0.0.35 - - [2025-02-06 02:21:31] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.35 - - [2025-02-06 02:21:31] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007440 10.0.0.35 - - [2025-02-06 02:21:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.001938 10.0.0.35 - - [2025-02-06 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002420 10.0.0.35 - - [2025-02-06 02:21:31] "POST /security-groups HTTP/1.1" 200 593 0.063776 10.0.0.35 - - [2025-02-06 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002913 10.0.0.35 - - [2025-02-06 02:21:31] "POST /projects HTTP/1.1" 200 589 0.219025 10.0.0.35 - - [2025-02-06 02:21:31] "POST /access-control-lists HTTP/1.1" 200 598 0.058835 10.0.0.35 - - [2025-02-06 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.288192 10.0.0.35 - - [2025-02-06 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.002802 10.0.0.35 - - [2025-02-06 02:21:31] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.408654 10.0.0.35 - - [2025-02-06 02:21:31] "POST /access-control-lists HTTP/1.1" 200 596 0.059892 10.0.0.35 - - [2025-02-06 02:21:32] "GET / HTTP/1.1" 200 35931 0.002237 10.0.0.35 - - [2025-02-06 02:21:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.35 - - [2025-02-06 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053744 10.0.0.35 - - [2025-02-06 02:21:33] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.35 - - [2025-02-06 02:21:33] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026558 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 117 0.027909 10.0.0.35 - - [2025-02-06 02:21:34] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001383 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 607 0.062889 10.0.0.35 - - [2025-02-06 02:21:34] "POST /route-targets HTTP/1.1" 200 327 0.010052 10.0.0.35 - - [2025-02-06 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.015207 10.0.0.35 - - [2025-02-06 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.170725 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.006280 10.0.0.35 - - [2025-02-06 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001698 10.0.0.35 - - [2025-02-06 02:21:34] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005400 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.005483 10.0.0.35 - - [2025-02-06 02:21:34] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004816 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.005644 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.006327 10.0.0.35 - - [2025-02-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.35 - - [2025-02-06 02:21:34] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001234 10.0.0.35 - - [2025-02-06 02:21:34] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.030678 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 117 0.007929 10.0.0.35 - - [2025-02-06 02:21:34] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 607 0.068623 10.0.0.35 - - [2025-02-06 02:21:34] "POST /route-targets HTTP/1.1" 200 327 0.009924 10.0.0.35 - - [2025-02-06 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.012669 10.0.0.35 - - [2025-02-06 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002973 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.212881 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.004792 10.0.0.35 - - [2025-02-06 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001104 10.0.0.35 - - [2025-02-06 02:21:34] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004563 10.0.0.35 - - [2025-02-06 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.005139 10.0.0.35 - - [2025-02-06 02:21:35] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004541 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 825 0.005556 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.012405 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.005034 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.35 - - [2025-02-06 02:21:35] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.35 - - [2025-02-06 02:21:35] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026362 10.0.0.35 - - [2025-02-06 02:21:35] "POST /network-policys HTTP/1.1" 200 571 0.020164 10.0.0.35 - - [2025-02-06 02:21:35] "GET /network-policy/7e078bc1-beff-46ef-a254-f311e942a8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004199 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 825 0.005020 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.002982 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 927 0.050457 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 927 0.040179 10.0.0.35 - - [2025-02-06 02:21:35] "POST /access-control-lists HTTP/1.1" 200 590 0.070040 10.0.0.35 - - [2025-02-06 02:21:35] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010327 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.35 - - [2025-02-06 02:21:35] "GET /network-policy/7e078bc1-beff-46ef-a254-f311e942a8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003364 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 825 0.005470 10.0.0.35 - - [2025-02-06 02:21:35] "PUT /access-control-list/921e9cc5-c146-4d45-8b02-2cdc29bbd0aa HTTP/1.1" 200 272 0.066576 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 927 0.106860 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.004192 10.0.0.35 - - [2025-02-06 02:21:35] "POST /neutron/network HTTP/1.1" 200 927 0.005387 10.0.0.35 - - [2025-02-06 02:21:35] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004524 10.0.0.35 - - [2025-02-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.35 - - [2025-02-06 02:21:35] "GET /network-policy/7e078bc1-beff-46ef-a254-f311e942a8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.032185 10.0.0.35 - - [2025-02-06 02:21:35] "POST /access-control-lists HTTP/1.1" 200 590 0.061003 10.0.0.35 - - [2025-02-06 02:21:35] "GET /domains HTTP/1.1" 401 292 0.000377 10.0.0.35 - - [2025-02-06 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.009525 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains HTTP/1.1" 200 280 0.024409 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.008397 10.0.0.35 - - [2025-02-06 02:21:36] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.35 - - [2025-02-06 02:21:36] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 2570 0.073183 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633 HTTP/1.1" 200 2888 0.005648 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633 HTTP/1.1" 200 2888 0.004613 10.0.0.35 - - [2025-02-06 02:21:36] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 200 1783 0.003009 10.0.0.35 - - [2025-02-06 02:21:36] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 200 1783 0.003141 10.0.0.35 - - [2025-02-06 02:21:36] "GET /route-target/187c7efd-46a5-47bc-bd0b-4a8988cfcfbf HTTP/1.1" 200 1206 0.003010 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633 HTTP/1.1" 200 2888 0.004457 10.0.0.35 - - [2025-02-06 02:21:36] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 200 1783 0.002770 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004495 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633 HTTP/1.1" 200 2888 0.004666 10.0.0.35 - - [2025-02-06 02:21:36] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 200 1783 0.002776 10.0.0.35 - - [2025-02-06 02:21:36] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 200 1783 0.002698 10.0.0.35 - - [2025-02-06 02:21:36] "GET /route-target/187c7efd-46a5-47bc-bd0b-4a8988cfcfbf HTTP/1.1" 200 1206 0.002343 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains HTTP/1.1" 200 280 0.002225 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.006745 10.0.0.35 - - [2025-02-06 02:21:36] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.35 - - [2025-02-06 02:21:36] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 2570 0.068172 10.0.0.35 - - [2025-02-06 02:21:36] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633 HTTP/1.1" 200 2888 0.004697 10.0.0.35 - - [2025-02-06 02:21:36] "GET /obj-perms HTTP/1.1" 200 5034 0.045709 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains HTTP/1.1" 200 280 0.002654 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.35 - - [2025-02-06 02:21:36] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.006853 10.0.0.35 - - [2025-02-06 02:21:36] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.35 - - [2025-02-06 02:21:37] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 2570 0.064735 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6 HTTP/1.1" 200 2885 0.006446 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6 HTTP/1.1" 200 2885 0.004321 10.0.0.35 - - [2025-02-06 02:21:37] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 200 1783 0.003084 10.0.0.35 - - [2025-02-06 02:21:37] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 200 1783 0.002823 10.0.0.35 - - [2025-02-06 02:21:37] "GET /route-target/b3d4a275-5b67-499e-bcb3-61d8281f8b51 HTTP/1.1" 200 1207 0.002594 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6 HTTP/1.1" 200 2885 0.004374 10.0.0.35 - - [2025-02-06 02:21:37] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 200 1783 0.002738 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004379 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6 HTTP/1.1" 200 2885 0.004559 10.0.0.35 - - [2025-02-06 02:21:37] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 200 1783 0.002729 10.0.0.35 - - [2025-02-06 02:21:37] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 200 1783 0.002664 10.0.0.35 - - [2025-02-06 02:21:37] "GET /route-target/b3d4a275-5b67-499e-bcb3-61d8281f8b51 HTTP/1.1" 200 1207 0.002388 10.0.0.35 - - [2025-02-06 02:21:37] "GET /domains HTTP/1.1" 200 280 0.001891 10.0.0.35 - - [2025-02-06 02:21:37] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.35 - - [2025-02-06 02:21:37] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.006382 10.0.0.35 - - [2025-02-06 02:21:37] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.35 - - [2025-02-06 02:21:37] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 2570 0.065194 10.0.0.35 - - [2025-02-06 02:21:37] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6 HTTP/1.1" 200 2885 0.004498 10.0.0.35 - - [2025-02-06 02:21:37] "GET /obj-perms HTTP/1.1" 200 5034 0.002487 10.0.0.35 - - [2025-02-06 02:21:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001112 10.0.0.35 - - [2025-02-06 02:21:37] "POST /neutron/network HTTP/1.1" 200 937 0.005910 10.0.0.35 - - [2025-02-06 02:21:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.35 - - [2025-02-06 02:21:37] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.35 - - [2025-02-06 02:21:37] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.35 - - [2025-02-06 02:21:38] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001223 10.0.0.35 - - [2025-02-06 02:21:38] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050738 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 927 0.004933 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.005922 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.005116 10.0.0.35 - - [2025-02-06 02:21:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001354 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 937 0.006116 10.0.0.35 - - [2025-02-06 02:21:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 937 0.005527 10.0.0.35 - - [2025-02-06 02:21:38] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 1061 0.204976 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 1061 0.008923 10.0.0.35 - - [2025-02-06 02:21:38] "POST /neutron/port HTTP/1.1" 200 1061 0.007829 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 1115 0.057940 10.0.0.35 - - [2025-02-06 02:21:39] "GET / HTTP/1.1" 200 35931 0.002110 10.0.0.35 - - [2025-02-06 02:21:39] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 1089 0.016402 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002773 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.009570 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/network HTTP/1.1" 200 927 0.006522 10.0.0.35 - - [2025-02-06 02:21:39] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001554 10.0.0.35 - - [2025-02-06 02:21:39] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068191 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/network HTTP/1.1" 200 927 0.008339 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 1089 0.024908 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005717 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/port HTTP/1.1" 200 1089 0.016092 10.0.0.35 - - [2025-02-06 02:21:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005912 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/network HTTP/1.1" 200 937 0.006646 10.0.0.35 - - [2025-02-06 02:21:40] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001756 10.0.0.35 - - [2025-02-06 02:21:40] "PUT /access-control-list/bdfd8b65-2cce-4fcb-84ee-b3dff30ae5f2 HTTP/1.1" 200 272 0.035880 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 1061 0.323196 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 1061 0.012681 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 1061 0.011518 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 1115 0.085226 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 1089 0.019577 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003188 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.014201 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.35 - - [2025-02-06 02:21:40] "POST /neutron/network HTTP/1.1" 200 927 0.005429 10.0.0.35 - - [2025-02-06 02:21:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015653 10.0.0.35 - - [2025-02-06 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007104 10.0.0.35 - - [2025-02-06 02:21:44] "POST /neutron/port HTTP/1.1" 200 1089 0.014412 10.0.0.35 - - [2025-02-06 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005370 10.0.0.35 - - [2025-02-06 02:21:45] "POST /neutron/port HTTP/1.1" 200 1089 0.015076 10.0.0.35 - - [2025-02-06 02:21:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005398 10.0.0.35 - - [2025-02-06 02:21:45] "GET /virtual-machine/c11a9eb1-4e83-4cd2-a539-e994c554b419 HTTP/1.1" 200 1295 0.004460 10.0.0.35 - - [2025-02-06 02:21:45] "GET /virtual-machine-interface/1f7c6d66-64a7-41bb-90e3-80f72ca69bb1 HTTP/1.1" 200 2950 0.004646 10.0.0.35 - - [2025-02-06 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.35 - - [2025-02-06 02:21:45] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004128 10.0.0.35 - - [2025-02-06 02:21:45] "GET /virtual-networks?parent_id=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002591 10.0.0.35 - - [2025-02-06 02:21:45] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004982 10.0.0.35 - - [2025-02-06 02:21:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015273 10.0.0.35 - - [2025-02-06 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005432 10.0.0.35 - - [2025-02-06 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.35 - - [2025-02-06 02:21:48] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006056 10.0.0.35 - - [2025-02-06 02:21:49] "POST /neutron/port HTTP/1.1" 200 1089 0.016063 10.0.0.35 - - [2025-02-06 02:21:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004935 10.0.0.35 - - [2025-02-06 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.35 - - [2025-02-06 02:21:50] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002989 10.0.0.35 - - [2025-02-06 02:21:50] "GET /virtual-networks?parent_id=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002468 10.0.0.35 - - [2025-02-06 02:21:50] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005218 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/port HTTP/1.1" 200 1089 0.015274 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005570 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/port HTTP/1.1" 200 1089 0.014657 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005375 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/port HTTP/1.1" 200 1089 0.014013 10.0.0.35 - - [2025-02-06 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006764 10.0.0.35 - - [2025-02-06 02:21:51] "GET /virtual-machine/c0b3b424-1f20-46d4-9cc9-c433e1fc875f HTTP/1.1" 200 1295 0.004012 10.0.0.35 - - [2025-02-06 02:21:51] "GET /virtual-machine-interface/67c780be-8044-47ac-a7db-95cebb10fd52 HTTP/1.1" 200 2950 0.004713 10.0.0.35 - - [2025-02-06 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002269 10.0.0.35 - - [2025-02-06 02:21:51] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002577 10.0.0.35 - - [2025-02-06 02:21:51] "GET /virtual-networks?parent_id=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002590 10.0.0.35 - - [2025-02-06 02:21:51] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006774 10.0.0.35 - - [2025-02-06 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.35 - - [2025-02-06 02:21:52] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002886 10.0.0.35 - - [2025-02-06 02:21:52] "GET /virtual-networks?parent_id=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002754 10.0.0.35 - - [2025-02-06 02:21:52] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004613 10.0.0.35 - - [2025-02-06 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.35 - - [2025-02-06 02:21:56] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305 10.0.0.35 - - [2025-02-06 02:21:56] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.034450 10.0.0.35 - - [2025-02-06 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.35 - - [2025-02-06 02:21:56] "PUT /network-policy/7e078bc1-beff-46ef-a254-f311e942a8f5 HTTP/1.1" 200 262 0.009911 10.0.0.35 - - [2025-02-06 02:21:56] "PUT /access-control-list/921e9cc5-c146-4d45-8b02-2cdc29bbd0aa HTTP/1.1" 200 272 0.052602 10.0.0.35 - - [2025-02-06 02:21:56] "POST /ref-update HTTP/1.1" 200 156 0.010022 10.0.0.35 - - [2025-02-06 02:21:56] "PUT /access-control-list/bdfd8b65-2cce-4fcb-84ee-b3dff30ae5f2 HTTP/1.1" 200 272 0.052777 10.0.0.35 - - [2025-02-06 02:21:56] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.35 - - [2025-02-06 02:21:59] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005831 10.0.0.35 - - [2025-02-06 02:21:59] "POST /neutron/network HTTP/1.1" 200 927 0.005686 10.0.0.35 - - [2025-02-06 02:21:59] "POST /neutron/network HTTP/1.1" 200 825 0.043323 10.0.0.35 - - [2025-02-06 02:21:59] "POST /neutron/network HTTP/1.1" 200 825 0.004969 10.0.0.35 - - [2025-02-06 02:21:59] "GET /virtual-network/0582e0e9-f65b-4cca-89d9-512c5a5c67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004697 10.0.0.35 - - [2025-02-06 02:21:59] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004515 10.0.0.35 - - [2025-02-06 02:21:59] "POST /neutron/network HTTP/1.1" 200 927 0.006466 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/network HTTP/1.1" 200 825 0.081818 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/network HTTP/1.1" 200 825 0.008926 10.0.0.35 - - [2025-02-06 02:22:00] "GET /virtual-network/cd2ce75d-0a23-4c24-a4ce-b36ef0580633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005090 10.0.0.35 - - [2025-02-06 02:22:00] "DELETE /network-policy/7e078bc1-beff-46ef-a254-f311e942a8f5 HTTP/1.1" 200 115 0.020878 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/network HTTP/1.1" 200 825 0.008027 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/network HTTP/1.1" 400 204 0.009652 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 1089 0.020425 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 1115 0.008378 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 1089 0.014275 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 1115 0.009852 10.0.0.35 - - [2025-02-06 02:22:00] "DELETE /access-control-list/bdfd8b65-2cce-4fcb-84ee-b3dff30ae5f2 HTTP/1.1" 200 115 0.047551 10.0.0.35 - - [2025-02-06 02:22:00] "DELETE /access-control-list/921e9cc5-c146-4d45-8b02-2cdc29bbd0aa HTTP/1.1" 200 115 0.030285 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 151 0.201658 10.0.0.35 - - [2025-02-06 02:22:00] "POST /neutron/port HTTP/1.1" 200 151 0.169242 10.0.0.35 - - [2025-02-06 02:22:02] "POST /neutron/network HTTP/1.1" 200 825 0.006413 10.0.0.35 - - [2025-02-06 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004677 10.0.0.35 - - [2025-02-06 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005905 10.0.0.35 - - [2025-02-06 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004697 10.0.0.35 - - [2025-02-06 02:22:02] "POST /neutron/network HTTP/1.1" 200 151 0.096538 10.0.0.35 - - [2025-02-06 02:22:02] "GET /routing-instance/71087a11-d6c6-4379-bd77-c194dc1ec72a HTTP/1.1" 404 171 0.004965 10.0.0.35 - - [2025-02-06 02:22:02] "DELETE /route-target/b3d4a275-5b67-499e-bcb3-61d8281f8b51 HTTP/1.1" 200 115 0.026636 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domains HTTP/1.1" 200 280 0.003350 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.051295 10.0.0.35 - - [2025-02-06 02:22:02] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001008 10.0.0.35 - - [2025-02-06 02:22:02] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 2102 0.063013 10.0.0.35 - - [2025-02-06 02:22:02] "POST /neutron/network HTTP/1.1" 200 825 0.005366 10.0.0.35 - - [2025-02-06 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003912 10.0.0.35 - - [2025-02-06 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.35 - - [2025-02-06 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002036 10.0.0.35 - - [2025-02-06 02:22:02] "POST /neutron/network HTTP/1.1" 200 151 0.084884 10.0.0.35 - - [2025-02-06 02:22:02] "GET /routing-instance/76ef1d39-6a67-4652-b470-7f69d458c2c9 HTTP/1.1" 404 171 0.003116 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domains HTTP/1.1" 200 280 0.002896 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.35 - - [2025-02-06 02:22:02] "DELETE /route-target/187c7efd-46a5-47bc-bd0b-4a8988cfcfbf HTTP/1.1" 200 115 0.025254 10.0.0.35 - - [2025-02-06 02:22:02] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.049328 10.0.0.35 - - [2025-02-06 02:22:02] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001522 10.0.0.35 - - [2025-02-06 02:22:02] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 1863 0.068945 10.0.0.35 - - [2025-02-06 02:22:02] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.35 - - [2025-02-06 02:22:02] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028483 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?fields=virtual_networks HTTP/1.1" 200 1035 0.069293 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023695 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?fields=security_groups HTTP/1.1" 200 1263 0.026285 10.0.0.35 - - [2025-02-06 02:22:03] "DELETE /project/76f83e970c99470abf628c2974d00251 HTTP/1.1" 404 173 0.019231 10.0.0.35 - - [2025-02-06 02:22:03] "DELETE /project/55fa51fb55cd4071a98dacd868362b51 HTTP/1.1" 404 173 0.018119 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.35 - - [2025-02-06 02:22:03] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000914 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.046293 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.057199 10.0.0.35 - - [2025-02-06 02:22:03] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.058000 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.35 - - [2025-02-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.040913 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?fields=security_groups HTTP/1.1" 200 1386 0.051476 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?fields=security_groups HTTP/1.1" 200 1368 0.055921 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?fields=security_groups HTTP/1.1" 200 1372 0.064505 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005645 10.0.0.35 - - [2025-02-06 02:22:04] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.35 - - [2025-02-06 02:22:04] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.021787 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /security-group/a538787b-5526-4b6f-a358-587c2d7e0a3b HTTP/1.1" 200 115 0.123926 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=55fa51fb-55cd-4071-a98d-acd868362b51&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /security-group/50ca2635-7255-494c-be09-511f6b34244a HTTP/1.1" 200 115 0.131805 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/8dc4be51-f292-4f1a-829d-b016bfc45dc8 HTTP/1.1" 200 115 0.099025 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=e1016e7f-0e3d-4532-94b7-bc3247a437be&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /security-group/e669cca9-d4d2-4eda-84ec-c68892f7209b HTTP/1.1" 200 115 0.155996 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/55fa51fb-55cd-4071-a98d-acd868362b51?fields=application_policy_sets HTTP/1.1" 200 1425 0.056435 10.0.0.35 - - [2025-02-06 02:22:04] "GET /projects?obj_uuids=76f83e97-0c99-470a-bf62-8c2974d00251&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/76f83e97-0c99-470a-bf62-8c2974d00251?fields=application_policy_sets HTTP/1.1" 200 1407 0.044498 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/9add4199-f4e9-4dfd-ac45-8b310a9811c0 HTTP/1.1" 200 115 0.073072 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/e1016e7f-0e3d-4532-94b7-bc3247a437be?fields=application_policy_sets HTTP/1.1" 200 1411 0.100643 10.0.0.35 - - [2025-02-06 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001212 10.0.0.35 - - [2025-02-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.006742 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/0572dd7c-f97b-45e5-be59-a3c0baa82110 HTTP/1.1" 200 115 0.054498 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/e69a8b71-ed03-4be9-ba0a-b865c3d80c46 HTTP/1.1" 200 115 0.050361 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /project/55fa51fb-55cd-4071-a98d-acd868362b51 HTTP/1.1" 200 115 0.573770 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/241d3447-4ade-4fee-8e31-a187193810ec HTTP/1.1" 200 115 0.040137 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /project/76f83e97-0c99-470a-bf62-8c2974d00251 HTTP/1.1" 200 115 0.594250 10.0.0.35 - - [2025-02-06 02:22:04] "POST /security-groups HTTP/1.1" 200 589 0.095080 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /project/e1016e7f-0e3d-4532-94b7-bc3247a437be HTTP/1.1" 200 115 0.644409 10.0.0.35 - - [2025-02-06 02:22:04] "DELETE /access-control-list/cbe4fb23-8071-4e9e-a9ff-2c8509bdcfb6 HTTP/1.1" 200 115 0.058734 10.0.0.35 - - [2025-02-06 02:22:04] "POST /projects HTTP/1.1" 200 581 0.350486 10.0.0.35 - - [2025-02-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.388256 10.0.0.35 - - [2025-02-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.002084 10.0.0.35 - - [2025-02-06 02:22:04] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.554288 10.0.0.35 - - [2025-02-06 02:22:04] "POST /access-control-lists HTTP/1.1" 200 594 0.057761 10.0.0.35 - - [2025-02-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002677 10.0.0.35 - - [2025-02-06 02:22:04] "POST /access-control-lists HTTP/1.1" 200 592 0.059877 10.0.0.35 - - [2025-02-06 02:22:05] "GET / HTTP/1.1" 200 35931 0.049452 10.0.0.35 - - [2025-02-06 02:22:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.35 - - [2025-02-06 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.051795 10.0.0.35 - - [2025-02-06 02:22:06] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.35 - - [2025-02-06 02:22:06] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026180 10.0.0.35 - - [2025-02-06 02:22:06] "POST /neutron/network HTTP/1.1" 200 117 0.028253 10.0.0.35 - - [2025-02-06 02:22:06] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/network HTTP/1.1" 200 613 0.060199 10.0.0.35 - - [2025-02-06 02:22:07] "POST /route-targets HTTP/1.1" 200 327 0.014621 10.0.0.35 - - [2025-02-06 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.020166 10.0.0.35 - - [2025-02-06 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004709 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.213538 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/network HTTP/1.1" 200 834 0.006083 10.0.0.35 - - [2025-02-06 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.002374 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004823 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/network HTTP/1.1" 200 834 0.006027 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004763 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/network HTTP/1.1" 200 834 0.005696 10.0.0.35 - - [2025-02-06 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.006056 10.0.0.35 - - [2025-02-06 02:22:07] "GET /domains HTTP/1.1" 401 292 0.000365 10.0.0.35 - - [2025-02-06 02:22:07] "GET /domains HTTP/1.1" 200 280 0.024340 10.0.0.35 - - [2025-02-06 02:22:07] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.35 - - [2025-02-06 02:22:07] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.008444 10.0.0.35 - - [2025-02-06 02:22:07] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.35 - - [2025-02-06 02:22:07] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2079 0.069318 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227 HTTP/1.1" 200 2323 0.006339 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227 HTTP/1.1" 200 2323 0.004870 10.0.0.35 - - [2025-02-06 02:22:07] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 200 1494 0.003200 10.0.0.35 - - [2025-02-06 02:22:07] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 200 1494 0.003237 10.0.0.35 - - [2025-02-06 02:22:07] "GET /route-target/6cbfcd5c-8d2f-422a-975d-f7cbf38e5df9 HTTP/1.1" 200 1212 0.003213 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227 HTTP/1.1" 200 2323 0.004894 10.0.0.35 - - [2025-02-06 02:22:07] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 200 1494 0.003458 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005090 10.0.0.35 - - [2025-02-06 02:22:07] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227 HTTP/1.1" 200 2323 0.004606 10.0.0.35 - - [2025-02-06 02:22:07] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 200 1494 0.002880 10.0.0.35 - - [2025-02-06 02:22:07] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 200 1494 0.002743 10.0.0.35 - - [2025-02-06 02:22:07] "GET /route-target/6cbfcd5c-8d2f-422a-975d-f7cbf38e5df9 HTTP/1.1" 200 1212 0.002806 10.0.0.35 - - [2025-02-06 02:22:08] "GET /domains HTTP/1.1" 200 280 0.002364 10.0.0.35 - - [2025-02-06 02:22:08] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.35 - - [2025-02-06 02:22:08] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.006575 10.0.0.35 - - [2025-02-06 02:22:08] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.35 - - [2025-02-06 02:22:08] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2079 0.068638 10.0.0.35 - - [2025-02-06 02:22:08] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227 HTTP/1.1" 200 2323 0.004909 10.0.0.35 - - [2025-02-06 02:22:08] "GET /obj-perms HTTP/1.1" 200 5026 0.046047 10.0.0.35 - - [2025-02-06 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.35 - - [2025-02-06 02:22:08] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.35 - - [2025-02-06 02:22:08] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024435 10.0.0.35 - - [2025-02-06 02:22:08] "POST /neutron/network HTTP/1.1" 200 117 0.009164 10.0.0.35 - - [2025-02-06 02:22:08] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.35 - - [2025-02-06 02:22:08] "POST /neutron/network HTTP/1.1" 200 613 0.072664 10.0.0.35 - - [2025-02-06 02:22:08] "POST /route-targets HTTP/1.1" 200 327 0.010367 10.0.0.35 - - [2025-02-06 02:22:08] "POST /ref-update HTTP/1.1" 200 156 0.017007 10.0.0.35 - - [2025-02-06 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006203 10.0.0.35 - - [2025-02-06 02:22:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.179762 10.0.0.35 - - [2025-02-06 02:22:08] "POST /neutron/network HTTP/1.1" 200 834 0.005417 10.0.0.35 - - [2025-02-06 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001139 10.0.0.35 - - [2025-02-06 02:22:08] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004958 10.0.0.35 - - [2025-02-06 02:22:08] "POST /neutron/network HTTP/1.1" 200 834 0.005806 10.0.0.35 - - [2025-02-06 02:22:08] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005058 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 834 0.005866 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.006301 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains HTTP/1.1" 200 280 0.002181 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.007941 10.0.0.35 - - [2025-02-06 02:22:09] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.35 - - [2025-02-06 02:22:09] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2297 0.065821 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de HTTP/1.1" 200 2323 0.006013 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de HTTP/1.1" 200 2323 0.004652 10.0.0.35 - - [2025-02-06 02:22:09] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 200 1493 0.003079 10.0.0.35 - - [2025-02-06 02:22:09] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 200 1493 0.002917 10.0.0.35 - - [2025-02-06 02:22:09] "GET /route-target/c6fa736c-eaa5-4906-b703-7e2c71ec0532 HTTP/1.1" 200 1213 0.002955 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de HTTP/1.1" 200 2323 0.004508 10.0.0.35 - - [2025-02-06 02:22:09] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 200 1493 0.002995 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004554 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de HTTP/1.1" 200 2323 0.004510 10.0.0.35 - - [2025-02-06 02:22:09] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 200 1493 0.002863 10.0.0.35 - - [2025-02-06 02:22:09] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 200 1493 0.002793 10.0.0.35 - - [2025-02-06 02:22:09] "GET /route-target/c6fa736c-eaa5-4906-b703-7e2c71ec0532 HTTP/1.1" 200 1213 0.002527 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains HTTP/1.1" 200 280 0.002492 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.006537 10.0.0.35 - - [2025-02-06 02:22:09] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.35 - - [2025-02-06 02:22:09] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2297 0.073059 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de HTTP/1.1" 200 2323 0.004766 10.0.0.35 - - [2025-02-06 02:22:09] "GET /obj-perms HTTP/1.1" 200 5026 0.002626 10.0.0.35 - - [2025-02-06 02:22:09] "GET /obj-perms HTTP/1.1" 200 5056 0.052220 10.0.0.35 - - [2025-02-06 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.35 - - [2025-02-06 02:22:09] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.35 - - [2025-02-06 02:22:09] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022325 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 117 0.010380 10.0.0.35 - - [2025-02-06 02:22:09] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 615 0.072231 10.0.0.35 - - [2025-02-06 02:22:09] "POST /ref-update HTTP/1.1" 200 156 0.011345 10.0.0.35 - - [2025-02-06 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003770 10.0.0.35 - - [2025-02-06 02:22:09] "GET /obj-perms HTTP/1.1" 200 5056 0.048836 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.191272 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 835 0.004746 10.0.0.35 - - [2025-02-06 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001103 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004620 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 835 0.004754 10.0.0.35 - - [2025-02-06 02:22:09] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004649 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/network HTTP/1.1" 200 835 0.005269 10.0.0.35 - - [2025-02-06 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.005733 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains HTTP/1.1" 200 280 0.001931 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.35 - - [2025-02-06 02:22:09] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.006468 10.0.0.35 - - [2025-02-06 02:22:09] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.35 - - [2025-02-06 02:22:10] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2516 0.063234 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321 HTTP/1.1" 200 2325 0.005801 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321 HTTP/1.1" 200 2325 0.004569 10.0.0.35 - - [2025-02-06 02:22:10] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 200 1497 0.002936 10.0.0.35 - - [2025-02-06 02:22:10] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 200 1497 0.002845 10.0.0.35 - - [2025-02-06 02:22:10] "GET /route-target/4fdd49ec-12bc-43b2-aad3-ea60cb6d3ad8 HTTP/1.1" 200 1214 0.002698 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321 HTTP/1.1" 200 2325 0.004294 10.0.0.35 - - [2025-02-06 02:22:10] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 200 1497 0.002809 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004409 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321 HTTP/1.1" 200 2325 0.004800 10.0.0.35 - - [2025-02-06 02:22:10] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 200 1497 0.002783 10.0.0.35 - - [2025-02-06 02:22:10] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 200 1497 0.002846 10.0.0.35 - - [2025-02-06 02:22:10] "GET /route-target/4fdd49ec-12bc-43b2-aad3-ea60cb6d3ad8 HTTP/1.1" 200 1214 0.002460 10.0.0.35 - - [2025-02-06 02:22:10] "GET /domains HTTP/1.1" 200 280 0.002112 10.0.0.35 - - [2025-02-06 02:22:10] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.35 - - [2025-02-06 02:22:10] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.006603 10.0.0.35 - - [2025-02-06 02:22:10] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.35 - - [2025-02-06 02:22:10] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2516 0.069714 10.0.0.35 - - [2025-02-06 02:22:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321 HTTP/1.1" 200 2325 0.004809 10.0.0.35 - - [2025-02-06 02:22:10] "GET /obj-perms HTTP/1.1" 200 5026 0.002792 10.0.0.35 - - [2025-02-06 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001178 10.0.0.35 - - [2025-02-06 02:22:10] "POST /neutron/network HTTP/1.1" 200 844 0.005666 10.0.0.35 - - [2025-02-06 02:22:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.35 - - [2025-02-06 02:22:10] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.35 - - [2025-02-06 02:22:10] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.35 - - [2025-02-06 02:22:11] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.35 - - [2025-02-06 02:22:11] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046890 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/network HTTP/1.1" 200 834 0.005140 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.004578 10.0.0.35 - - [2025-02-06 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/network HTTP/1.1" 200 845 0.005975 10.0.0.35 - - [2025-02-06 02:22:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.35 - - [2025-02-06 02:22:11] "POST /neutron/network HTTP/1.1" 200 844 0.005935 10.0.0.35 - - [2025-02-06 02:22:11] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.35 - - [2025-02-06 02:22:11] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.35 - - [2025-02-06 02:22:11] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1060 0.195812 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1060 0.008940 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1060 0.008327 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1114 0.057359 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1088 0.018319 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003038 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.010065 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/network HTTP/1.1" 200 834 0.004958 10.0.0.35 - - [2025-02-06 02:22:12] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001642 10.0.0.35 - - [2025-02-06 02:22:12] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045929 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/network HTTP/1.1" 200 835 0.005277 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 1088 0.050691 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010593 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.35 - - [2025-02-06 02:22:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002534 10.0.0.35 - - [2025-02-06 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.35 - - [2025-02-06 02:22:12] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.35 - - [2025-02-06 02:22:12] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009597 10.0.0.35 - - [2025-02-06 02:22:12] "POST /service-templates HTTP/1.1" 200 543 0.026179 10.0.0.35 - - [2025-02-06 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.35 - - [2025-02-06 02:22:12] "GET /service-template/605815e2-c88b-41a1-9873-3bcbb8f5cb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.011790 10.0.0.35 - - [2025-02-06 02:22:12] "POST /neutron/network HTTP/1.1" 200 845 0.009315 10.0.0.35 - - [2025-02-06 02:22:12] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.35 - - [2025-02-06 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.35 - - [2025-02-06 02:22:12] "GET /service-template/605815e2-c88b-41a1-9873-3bcbb8f5cb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004637 10.0.0.35 - - [2025-02-06 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001358 10.0.0.35 - - [2025-02-06 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001934 10.0.0.35 - - [2025-02-06 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.002280 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 1059 0.261439 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 1059 0.017630 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 1059 0.015356 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 1113 0.121245 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 2017 0.066285 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007972 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 1087 0.015409 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002917 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.009896 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.35 - - [2025-02-06 02:22:13] "POST /neutron/network HTTP/1.1" 200 835 0.005419 10.0.0.35 - - [2025-02-06 02:22:14] "POST /neutron/network HTTP/1.1" 200 2228 0.017209 10.0.0.35 - - [2025-02-06 02:22:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.35 - - [2025-02-06 02:22:14] "GET / HTTP/1.1" 200 35931 0.002927 10.0.0.35 - - [2025-02-06 02:22:14] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.35 - - [2025-02-06 02:22:15] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.35 - - [2025-02-06 02:22:15] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056884 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/network HTTP/1.1" 200 834 0.005020 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/network HTTP/1.1" 200 834 0.004589 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/network HTTP/1.1" 200 835 0.004284 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/port HTTP/1.1" 200 2059 0.019974 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006005 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.004397 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/network HTTP/1.1" 200 2228 0.012615 10.0.0.35 - - [2025-02-06 02:22:15] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002103 10.0.0.35 - - [2025-02-06 02:22:15] "POST /neutron/port HTTP/1.1" 200 1060 0.208006 10.0.0.35 - - [2025-02-06 02:22:15] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1060 0.203919 10.0.0.35 - - [2025-02-06 02:22:16] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1059 0.197069 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1060 0.009629 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1060 0.008027 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1114 0.061591 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1060 0.008707 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1060 0.008433 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1114 0.069685 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1059 0.009036 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1059 0.008275 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 1113 0.067652 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 3030 0.020529 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.015142 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.003455 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/network HTTP/1.1" 200 834 0.005273 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.009773 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/network HTTP/1.1" 200 834 0.005057 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002613 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.009099 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.35 - - [2025-02-06 02:22:16] "POST /neutron/network HTTP/1.1" 200 835 0.004565 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/port HTTP/1.1" 200 3030 0.021654 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008606 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/port HTTP/1.1" 200 3030 0.019906 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005795 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/port HTTP/1.1" 200 3030 0.019700 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008600 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/port HTTP/1.1" 200 3030 0.020685 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006042 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/port HTTP/1.1" 200 3030 0.027872 10.0.0.35 - - [2025-02-06 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008516 10.0.0.35 - - [2025-02-06 02:22:20] "GET /virtual-machine/84a5a9e4-99b4-4b55-8782-ab179382618d HTTP/1.1" 200 1801 0.004323 10.0.0.35 - - [2025-02-06 02:22:20] "GET /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc HTTP/1.1" 200 2944 0.005201 10.0.0.35 - - [2025-02-06 02:22:20] "GET /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16 HTTP/1.1" 200 2945 0.004799 10.0.0.35 - - [2025-02-06 02:22:20] "GET /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda HTTP/1.1" 200 2949 0.005230 10.0.0.35 - - [2025-02-06 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.35 - - [2025-02-06 02:22:20] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002957 10.0.0.35 - - [2025-02-06 02:22:20] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003065 10.0.0.35 - - [2025-02-06 02:22:21] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006051 10.0.0.35 - - [2025-02-06 02:22:21] "POST /neutron/port HTTP/1.1" 200 1088 0.022298 10.0.0.35 - - [2025-02-06 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005481 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/port HTTP/1.1" 200 1087 0.015092 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004745 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/port HTTP/1.1" 200 1088 0.017392 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/port HTTP/1.1" 200 1088 0.015675 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/network HTTP/1.1" 200 844 0.006061 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003049 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.014031 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.35 - - [2025-02-06 02:22:22] "POST /neutron/network HTTP/1.1" 200 834 0.005113 10.0.0.35 - - [2025-02-06 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.35 - - [2025-02-06 02:22:24] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005080 10.0.0.35 - - [2025-02-06 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.35 - - [2025-02-06 02:22:28] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005381 10.0.0.35 - - [2025-02-06 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.35 - - [2025-02-06 02:22:32] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004943 10.0.0.35 - - [2025-02-06 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.35 - - [2025-02-06 02:22:36] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004863 10.0.0.35 - - [2025-02-06 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.35 - - [2025-02-06 02:22:38] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003216 10.0.0.35 - - [2025-02-06 02:22:38] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002661 10.0.0.35 - - [2025-02-06 02:22:38] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005547 10.0.0.35 - - [2025-02-06 02:22:38] "POST /neutron/port HTTP/1.1" 200 3030 0.019597 10.0.0.35 - - [2025-02-06 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005457 10.0.0.35 - - [2025-02-06 02:22:44] "POST /neutron/port HTTP/1.1" 200 3030 0.018835 10.0.0.35 - - [2025-02-06 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005869 10.0.0.35 - - [2025-02-06 02:22:47] "POST /neutron/port HTTP/1.1" 200 3030 0.039077 10.0.0.35 - - [2025-02-06 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005075 10.0.0.35 - - [2025-02-06 02:22:49] "POST /neutron/port HTTP/1.1" 200 3030 0.026143 10.0.0.35 - - [2025-02-06 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006739 10.0.0.35 - - [2025-02-06 02:22:54] "POST /neutron/port HTTP/1.1" 200 3030 0.019198 10.0.0.35 - - [2025-02-06 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005358 10.0.0.35 - - [2025-02-06 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.35 - - [2025-02-06 02:22:59] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002890 10.0.0.35 - - [2025-02-06 02:22:59] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003021 10.0.0.35 - - [2025-02-06 02:22:59] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006272 10.0.0.35 - - [2025-02-06 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.35 - - [2025-02-06 02:22:59] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003018 10.0.0.35 - - [2025-02-06 02:22:59] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002945 10.0.0.35 - - [2025-02-06 02:22:59] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006027 10.0.0.35 - - [2025-02-06 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003281 10.0.0.35 - - [2025-02-06 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.35 - - [2025-02-06 02:23:00] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.35 - - [2025-02-06 02:23:00] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022240 10.0.0.35 - - [2025-02-06 02:23:00] "POST /service-instances HTTP/1.1" 200 543 0.064159 10.0.0.35 - - [2025-02-06 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.35 - - [2025-02-06 02:23:00] "GET /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.007056 10.0.0.35 - - [2025-02-06 02:23:00] "POST /port-tuples HTTP/1.1" 200 586 0.038874 10.0.0.35 - - [2025-02-06 02:23:00] "GET /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005245 10.0.0.35 - - [2025-02-06 02:23:00] "PUT /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc HTTP/1.1" 200 284 0.010493 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.35 - - [2025-02-06 02:23:00] "POST /instance-ips HTTP/1.1" 200 385 0.024434 10.0.0.35 - - [2025-02-06 02:23:00] "GET /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004945 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.015123 10.0.0.35 - - [2025-02-06 02:23:00] "PUT /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16 HTTP/1.1" 200 284 0.017148 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.012083 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002830 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.010378 10.0.0.35 - - [2025-02-06 02:23:00] "GET /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006601 10.0.0.35 - - [2025-02-06 02:23:00] "POST /instance-ips HTTP/1.1" 200 385 0.029985 10.0.0.35 - - [2025-02-06 02:23:00] "PUT /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda HTTP/1.1" 200 284 0.009776 10.0.0.35 - - [2025-02-06 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008140 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002927 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/port HTTP/1.1" 200 1088 0.014101 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005202 10.0.0.35 - - [2025-02-06 02:23:01] "POST /instance-ips HTTP/1.1" 200 373 0.016987 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/port HTTP/1.1" 200 1088 0.014298 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005975 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008787 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/port HTTP/1.1" 200 1088 0.015458 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.010812 10.0.0.35 - - [2025-02-06 02:23:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007549 10.0.0.35 - - [2025-02-06 02:23:01] "GET /virtual-machine/01aab2da-5fe1-4b25-9ce1-6f9202ef995e HTTP/1.1" 200 1289 0.004944 10.0.0.35 - - [2025-02-06 02:23:01] "GET /virtual-machine-interface/3d6bfb4a-5579-4b96-93b7-b6848a0855a3 HTTP/1.1" 200 2945 0.005455 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002594 10.0.0.35 - - [2025-02-06 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.35 - - [2025-02-06 02:23:01] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003077 10.0.0.35 - - [2025-02-06 02:23:01] "POST /instance-ips HTTP/1.1" 200 373 0.015087 10.0.0.35 - - [2025-02-06 02:23:01] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003610 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.009631 10.0.0.35 - - [2025-02-06 02:23:01] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005996 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002993 10.0.0.35 - - [2025-02-06 02:23:01] "POST /instance-ips HTTP/1.1" 200 375 0.015357 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003095 10.0.0.35 - - [2025-02-06 02:23:01] "POST /instance-ips HTTP/1.1" 200 375 0.015896 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.011390 10.0.0.35 - - [2025-02-06 02:23:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003104 10.0.0.35 - - [2025-02-06 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.35 - - [2025-02-06 02:23:02] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002847 10.0.0.35 - - [2025-02-06 02:23:02] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003056 10.0.0.35 - - [2025-02-06 02:23:02] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005721 10.0.0.35 - - [2025-02-06 02:23:02] "POST /neutron/port HTTP/1.1" 200 1087 0.017944 10.0.0.35 - - [2025-02-06 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006605 10.0.0.35 - - [2025-02-06 02:23:02] "POST /neutron/port HTTP/1.1" 200 1087 0.013884 10.0.0.35 - - [2025-02-06 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005390 10.0.0.35 - - [2025-02-06 02:23:03] "POST /neutron/port HTTP/1.1" 200 1087 0.012993 10.0.0.35 - - [2025-02-06 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005333 10.0.0.35 - - [2025-02-06 02:23:03] "GET /virtual-machine/c5527377-7f32-4748-805a-5e30a47cfd52 HTTP/1.1" 200 1290 0.004029 10.0.0.35 - - [2025-02-06 02:23:03] "GET /virtual-machine-interface/4a4dc28f-ae68-4569-898a-2686f95b0fee HTTP/1.1" 200 2947 0.004691 10.0.0.35 - - [2025-02-06 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.35 - - [2025-02-06 02:23:03] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002906 10.0.0.35 - - [2025-02-06 02:23:03] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002364 10.0.0.35 - - [2025-02-06 02:23:03] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005198 10.0.0.35 - - [2025-02-06 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.35 - - [2025-02-06 02:23:04] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004265 10.0.0.35 - - [2025-02-06 02:23:04] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004664 10.0.0.35 - - [2025-02-06 02:23:04] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008107 10.0.0.35 - - [2025-02-06 02:23:04] "DELETE /project/57fbbf2c958f4d9c90f1450b7a39b3f4 HTTP/1.1" 404 173 0.003436 10.0.0.35 - - [2025-02-06 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003602 10.0.0.35 - - [2025-02-06 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.35 - - [2025-02-06 02:23:04] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001728 10.0.0.35 - - [2025-02-06 02:23:04] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030544 10.0.0.35 - - [2025-02-06 02:23:04] "POST /network-policys HTTP/1.1" 200 547 0.017620 10.0.0.35 - - [2025-02-06 02:23:04] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005116 10.0.0.35 - - [2025-02-06 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.35 - - [2025-02-06 02:23:04] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007829 10.0.0.35 - - [2025-02-06 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004823 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.002496 10.0.0.35 - - [2025-02-06 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.033760 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.35 - - [2025-02-06 02:23:05] "POST /access-control-lists HTTP/1.1" 200 601 0.068574 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004032 10.0.0.35 - - [2025-02-06 02:23:05] "POST /neutron/network HTTP/1.1" 200 922 0.007679 10.0.0.35 - - [2025-02-06 02:23:05] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004805 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003353 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.35 - - [2025-02-06 02:23:05] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005231 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003249 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.003836 10.0.0.35 - - [2025-02-06 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.035111 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.35 - - [2025-02-06 02:23:05] "POST /access-control-lists HTTP/1.1" 200 604 0.064860 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003598 10.0.0.35 - - [2025-02-06 02:23:05] "POST /routing-instances HTTP/1.1" 200 759 0.016936 10.0.0.35 - - [2025-02-06 02:23:05] "POST /neutron/network HTTP/1.1" 200 923 0.007534 10.0.0.35 - - [2025-02-06 02:23:05] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005157 10.0.0.35 - - [2025-02-06 02:23:05] "POST /route-targets HTTP/1.1" 200 327 0.008933 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.35 - - [2025-02-06 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.35 - - [2025-02-06 02:23:05] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003227 10.0.0.35 - - [2025-02-06 02:23:05] "GET /routing-instance/5dd007f6-e24c-4d7f-9e69-4c4d406f980b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003575 10.0.0.35 - - [2025-02-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.35 - - [2025-02-06 02:23:05] "GET /routing-instance/5dd007f6-e24c-4d7f-9e69-4c4d406f980b?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003741 10.0.0.35 - - [2025-02-06 02:23:06] "GET /service-template/605815e2-c88b-41a1-9873-3bcbb8f5cb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003393 10.0.0.35 - - [2025-02-06 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.35 - - [2025-02-06 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.35 - - [2025-02-06 02:23:06] "POST /routing-instances HTTP/1.1" 200 760 0.015086 10.0.0.35 - - [2025-02-06 02:23:06] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.35 - - [2025-02-06 02:23:06] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028320 10.0.0.35 - - [2025-02-06 02:23:06] "POST /route-targets HTTP/1.1" 200 327 0.010135 10.0.0.35 - - [2025-02-06 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.35 - - [2025-02-06 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.009668 10.0.0.35 - - [2025-02-06 02:23:06] "GET /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005115 10.0.0.35 - - [2025-02-06 02:23:06] "GET /routing-instance/625f6b1d-3fe0-4fff-bee1-bf73e5263a4c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003747 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domains HTTP/1.1" 200 280 0.002840 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2771 0.008588 10.0.0.35 - - [2025-02-06 02:23:06] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.35 - - [2025-02-06 02:23:06] "GET /routing-instance/625f6b1d-3fe0-4fff-bee1-bf73e5263a4c?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003047 10.0.0.35 - - [2025-02-06 02:23:06] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 4232 0.071412 10.0.0.35 - - [2025-02-06 02:23:06] "PUT /routing-instance/5dd007f6-e24c-4d7f-9e69-4c4d406f980b HTTP/1.1" 200 266 0.022824 10.0.0.35 - - [2025-02-06 02:23:06] "GET /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e HTTP/1.1" 200 3783 0.010657 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domains HTTP/1.1" 200 280 0.002394 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.35 - - [2025-02-06 02:23:06] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2771 0.007487 10.0.0.35 - - [2025-02-06 02:23:06] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.35 - - [2025-02-06 02:23:06] "PUT /routing-instance/625f6b1d-3fe0-4fff-bee1-bf73e5263a4c HTTP/1.1" 200 266 0.009429 10.0.0.35 - - [2025-02-06 02:23:06] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 4232 0.069822 10.0.0.35 - - [2025-02-06 02:23:06] "GET /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e HTTP/1.1" 200 3783 0.004059 10.0.0.35 - - [2025-02-06 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.35 - - [2025-02-06 02:23:06] "GET /port-tuple/beb886ee-b19e-4ee2-9da3-7c0a2a200aff HTTP/1.1" 200 1979 0.006859 10.0.0.35 - - [2025-02-06 02:23:06] "GET /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc HTTP/1.1" 200 3814 0.006525 10.0.0.35 - - [2025-02-06 02:23:06] "GET /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16 HTTP/1.1" 200 3797 0.005132 10.0.0.35 - - [2025-02-06 02:23:06] "GET /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda HTTP/1.1" 200 3804 0.005545 10.0.0.35 - - [2025-02-06 02:23:06] "PUT /access-control-list/3637afb3-9a0a-45ec-bbfa-a8f7b5365d66 HTTP/1.1" 200 272 0.013367 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/port HTTP/1.1" 200 3837 0.042390 10.0.0.35 - - [2025-02-06 02:23:06] "PUT /access-control-list/2d604a43-cbdc-463b-a0ea-402a389d410d HTTP/1.1" 200 272 0.012103 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006017 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/port HTTP/1.1" 200 3837 0.033264 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005512 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/port HTTP/1.1" 200 3837 0.030951 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005519 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/port HTTP/1.1" 200 3837 0.030271 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007422 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/network HTTP/1.1" 200 896 0.012030 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/network HTTP/1.1" 200 922 0.005066 10.0.0.35 - - [2025-02-06 02:23:06] "POST /neutron/network HTTP/1.1" 200 808 0.011658 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/network HTTP/1.1" 200 834 0.004574 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/network HTTP/1.1" 200 897 0.011143 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/network HTTP/1.1" 200 923 0.004856 10.0.0.35 - - [2025-02-06 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001101 10.0.0.35 - - [2025-02-06 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001016 10.0.0.35 - - [2025-02-06 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001057 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine/84a5a9e4-99b4-4b55-8782-ab179382618d HTTP/1.1" 200 1801 0.003640 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc HTTP/1.1" 200 3814 0.005102 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16 HTTP/1.1" 200 3797 0.004545 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda HTTP/1.1" 200 3804 0.004618 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/1c3812e2-b258-425e-a432-758a7b37452c HTTP/1.1" 200 1623 0.003986 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/270e98a5-19f6-488e-88fa-c7e861f556a5 HTTP/1.1" 200 1979 0.002812 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/71fd2761-4379-4b1f-92bb-9f11ce9d7490 HTTP/1.1" 200 1978 0.002870 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/80b23706-1072-4dc7-8546-f49d53c06b2f HTTP/1.1" 200 1622 0.003967 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/aec88c8d-f04f-4997-9e28-f13fbd07718b HTTP/1.1" 200 1957 0.002934 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/cfac9d5f-5846-4555-a460-bc06255cd5f3 HTTP/1.1" 200 1955 0.003593 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/0bd766f6-b58c-403b-a9b3-68bc028e2753 HTTP/1.1" 200 1957 0.003061 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/40c8fe86-7bba-4442-9825-f5b4eb536855 HTTP/1.1" 200 1960 0.002903 10.0.0.35 - - [2025-02-06 02:23:07] "GET /instance-ip/fe75cedd-b286-49b6-abf8-f74dbee3c71c HTTP/1.1" 200 1624 0.004734 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/port HTTP/1.1" 200 3837 0.032263 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005595 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/port HTTP/1.1" 200 3837 0.030985 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005642 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/port HTTP/1.1" 200 3837 0.030525 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005390 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/port HTTP/1.1" 200 3837 0.029588 10.0.0.35 - - [2025-02-06 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005215 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine/84a5a9e4-99b4-4b55-8782-ab179382618d HTTP/1.1" 200 1801 0.003204 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/071d48ec-4ccf-4816-a6d0-e2abadc36ddc HTTP/1.1" 200 3814 0.004570 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/1a6ea3e6-0337-454e-9bc8-fb18fdfb0c16 HTTP/1.1" 200 3797 0.004540 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-machine-interface/a5c86eb0-af05-4c74-abad-725bf58ddcda HTTP/1.1" 200 3804 0.004508 10.0.0.35 - - [2025-02-06 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.35 - - [2025-02-06 02:23:07] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002751 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003095 10.0.0.35 - - [2025-02-06 02:23:07] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005926 10.0.0.35 - - [2025-02-06 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.35 - - [2025-02-06 02:23:08] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003165 10.0.0.35 - - [2025-02-06 02:23:08] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002559 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005708 10.0.0.35 - - [2025-02-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.35 - - [2025-02-06 02:23:09] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003509 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003086 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005714 10.0.0.35 - - [2025-02-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.35 - - [2025-02-06 02:23:09] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004059 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003011 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005586 10.0.0.35 - - [2025-02-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.35 - - [2025-02-06 02:23:09] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003515 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002787 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005242 10.0.0.35 - - [2025-02-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.35 - - [2025-02-06 02:23:09] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003538 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003564 10.0.0.35 - - [2025-02-06 02:23:09] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005566 10.0.0.35 - - [2025-02-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.35 - - [2025-02-06 02:23:10] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003603 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003069 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005274 10.0.0.35 - - [2025-02-06 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.35 - - [2025-02-06 02:23:10] "GET /obj-perms HTTP/1.1" 200 5056 0.045144 10.0.0.35 - - [2025-02-06 02:23:10] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003293 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003286 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005524 10.0.0.35 - - [2025-02-06 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.35 - - [2025-02-06 02:23:10] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003697 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003176 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-network/30123045-a8c2-4076-9b40-a15274da3227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005277 10.0.0.35 - - [2025-02-06 02:23:10] "GET /obj-perms HTTP/1.1" 200 5056 0.042553 10.0.0.35 - - [2025-02-06 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.35 - - [2025-02-06 02:23:10] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003271 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002544 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005697 10.0.0.35 - - [2025-02-06 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.35 - - [2025-02-06 02:23:10] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003474 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002978 10.0.0.35 - - [2025-02-06 02:23:10] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005665 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.35 - - [2025-02-06 02:23:11] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004021 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005672 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.35 - - [2025-02-06 02:23:11] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003983 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-networks?parent_id=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003157 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005629 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-machine/84a5a9e4-99b4-4b55-8782-ab179382618d HTTP/1.1" 200 1801 0.003717 10.0.0.35 - - [2025-02-06 02:23:11] "GET /domains HTTP/1.1" 200 280 0.002161 10.0.0.35 - - [2025-02-06 02:23:11] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.35 - - [2025-02-06 02:23:11] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2771 0.007448 10.0.0.35 - - [2025-02-06 02:23:11] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.35 - - [2025-02-06 02:23:11] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 4232 0.074605 10.0.0.35 - - [2025-02-06 02:23:11] "GET /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e HTTP/1.1" 200 3783 0.003752 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.35 - - [2025-02-06 02:23:11] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003074 10.0.0.35 - - [2025-02-06 02:23:11] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005043 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.35 - - [2025-02-06 02:23:11] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004557 10.0.0.35 - - [2025-02-06 02:23:11] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005227 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005406 10.0.0.35 - - [2025-02-06 02:23:11] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?fields=routing_instances HTTP/1.1" 200 1682 0.006788 10.0.0.35 - - [2025-02-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.35 - - [2025-02-06 02:23:12] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005312 10.0.0.35 - - [2025-02-06 02:23:12] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?fields=routing_instances HTTP/1.1" 200 1686 0.006725 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.030968 10.0.0.35 - - [2025-02-06 02:23:16] "POST /neutron/network HTTP/1.1" 200 835 0.015997 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /access-control-list/2d604a43-cbdc-463b-a0ea-402a389d410d HTTP/1.1" 200 115 0.037385 10.0.0.35 - - [2025-02-06 02:23:16] "GET /virtual-network/070db59a-00e1-404f-9638-021d1c20a321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005060 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /routing-instance/5dd007f6-e24c-4d7f-9e69-4c4d406f980b HTTP/1.1" 200 115 0.022258 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.35 - - [2025-02-06 02:23:16] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003251 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /route-target/b1a493c7-feca-4cfe-9e28-9ca39c1986cc HTTP/1.1" 200 115 0.018426 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.028224 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /routing-instance/625f6b1d-3fe0-4fff-bee1-bf73e5263a4c HTTP/1.1" 200 115 0.041544 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.35 - - [2025-02-06 02:23:16] "POST /neutron/network HTTP/1.1" 200 834 0.006414 10.0.0.35 - - [2025-02-06 02:23:16] "GET /virtual-network/0f5a2f04-0823-4906-9590-e993dfd588de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005446 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /route-target/8992caf8-9dee-497b-b8ff-1af857a09f20 HTTP/1.1" 200 115 0.017301 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /access-control-list/3637afb3-9a0a-45ec-bbfa-a8f7b5365d66 HTTP/1.1" 200 115 0.021835 10.0.0.35 - - [2025-02-06 02:23:16] "GET /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004012 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /network-policy/4af3a701-868a-496b-b6e7-0fc9f2b76934 HTTP/1.1" 200 115 0.019775 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /service-instance/d0b3ab34-fa29-4a8c-b086-56565b5f222e HTTP/1.1" 200 115 0.037975 10.0.0.35 - - [2025-02-06 02:23:16] "GET /domains HTTP/1.1" 200 280 0.002263 10.0.0.35 - - [2025-02-06 02:23:16] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.020032 10.0.0.35 - - [2025-02-06 02:23:16] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2771 0.014858 10.0.0.35 - - [2025-02-06 02:23:16] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /instance-ip/aec88c8d-f04f-4997-9e28-f13fbd07718b HTTP/1.1" 200 115 0.026237 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.008193 10.0.0.35 - - [2025-02-06 02:23:16] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 3758 0.070874 10.0.0.35 - - [2025-02-06 02:23:16] "GET /virtual-machine/84a5a9e4-99b4-4b55-8782-ab179382618d HTTP/1.1" 200 1801 0.002964 10.0.0.35 - - [2025-02-06 02:23:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002378 10.0.0.35 - - [2025-02-06 02:23:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002468 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /instance-ip/71fd2761-4379-4b1f-92bb-9f11ce9d7490 HTTP/1.1" 200 115 0.022855 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.007717 10.0.0.35 - - [2025-02-06 02:23:16] "DELETE /instance-ip/270e98a5-19f6-488e-88fa-c7e861f556a5 HTTP/1.1" 200 115 0.023780 10.0.0.35 - - [2025-02-06 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.010042 10.0.0.35 - - [2025-02-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.35 - - [2025-02-06 02:23:17] "DELETE /service-template/605815e2-c88b-41a1-9873-3bcbb8f5cb21 HTTP/1.1" 200 115 0.040736 10.0.0.35 - - [2025-02-06 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003509 10.0.0.35 - - [2025-02-06 02:23:17] "DELETE /instance-ip/40c8fe86-7bba-4442-9825-f5b4eb536855 HTTP/1.1" 200 115 0.041635 10.0.0.35 - - [2025-02-06 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.015593 10.0.0.35 - - [2025-02-06 02:23:17] "DELETE /instance-ip/cfac9d5f-5846-4555-a460-bc06255cd5f3 HTTP/1.1" 200 115 0.022019 10.0.0.35 - - [2025-02-06 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.008917 10.0.0.35 - - [2025-02-06 02:23:17] "DELETE /instance-ip/0bd766f6-b58c-403b-a9b3-68bc028e2753 HTTP/1.1" 200 115 0.026526 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/network HTTP/1.1" 200 835 0.006205 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/network HTTP/1.1" 400 204 0.014730 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015118 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 1113 0.008981 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 1088 0.014377 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 1114 0.010916 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 151 0.125429 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 151 0.128024 10.0.0.35 - - [2025-02-06 02:23:17] "POST /neutron/port HTTP/1.1" 200 3030 0.021465 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 1114 0.008412 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.097262 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 1114 0.008646 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.081518 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 1113 0.008348 10.0.0.35 - - [2025-02-06 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.097145 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 835 0.005927 10.0.0.35 - - [2025-02-06 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 151 0.078980 10.0.0.35 - - [2025-02-06 02:23:19] "DELETE /route-target/4fdd49ec-12bc-43b2-aad3-ea60cb6d3ad8 HTTP/1.1" 200 115 0.015704 10.0.0.35 - - [2025-02-06 02:23:19] "GET /routing-instance/5ec4c148-ab68-4b56-9943-fea149788158 HTTP/1.1" 404 171 0.002149 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains HTTP/1.1" 200 280 0.001962 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.049503 10.0.0.35 - - [2025-02-06 02:23:19] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002201 10.0.0.35 - - [2025-02-06 02:23:19] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2297 0.067306 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 834 0.006102 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.35 - - [2025-02-06 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001819 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 151 0.078218 10.0.0.35 - - [2025-02-06 02:23:19] "DELETE /route-target/c6fa736c-eaa5-4906-b703-7e2c71ec0532 HTTP/1.1" 200 115 0.015802 10.0.0.35 - - [2025-02-06 02:23:19] "GET /routing-instance/357a5da0-b286-4e4b-b866-b7b38bb521d1 HTTP/1.1" 404 171 0.004549 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains HTTP/1.1" 200 280 0.002137 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.046994 10.0.0.35 - - [2025-02-06 02:23:19] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.35 - - [2025-02-06 02:23:19] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 2079 0.072006 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 834 0.005400 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001947 10.0.0.35 - - [2025-02-06 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.35 - - [2025-02-06 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001866 10.0.0.35 - - [2025-02-06 02:23:19] "POST /neutron/network HTTP/1.1" 200 151 0.077211 10.0.0.35 - - [2025-02-06 02:23:19] "DELETE /route-target/6cbfcd5c-8d2f-422a-975d-f7cbf38e5df9 HTTP/1.1" 200 115 0.016250 10.0.0.35 - - [2025-02-06 02:23:19] "GET /routing-instance/af3bd8cf-f60a-4a43-b161-ab6540953afd HTTP/1.1" 404 171 0.002305 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains HTTP/1.1" 200 280 0.002158 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.35 - - [2025-02-06 02:23:19] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2571 0.048309 10.0.0.35 - - [2025-02-06 02:23:19] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.35 - - [2025-02-06 02:23:20] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 1839 0.068281 10.0.0.35 - - [2025-02-06 02:23:20] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.35 - - [2025-02-06 02:23:20] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024922 10.0.0.35 - - [2025-02-06 02:23:20] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.35 - - [2025-02-06 02:23:20] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?fields=virtual_networks HTTP/1.1" 200 1027 0.070406 10.0.0.35 - - [2025-02-06 02:23:20] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.35 - - [2025-02-06 02:23:20] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.028573 10.0.0.35 - - [2025-02-06 02:23:20] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.35 - - [2025-02-06 02:23:20] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?fields=security_groups HTTP/1.1" 200 1251 0.026660 10.0.0.35 - - [2025-02-06 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.022874 10.0.0.35 - - [2025-02-06 02:23:21] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002364 10.0.0.35 - - [2025-02-06 02:23:21] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.35 - - [2025-02-06 02:23:21] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007483 10.0.0.35 - - [2025-02-06 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.001315 10.0.0.35 - - [2025-02-06 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.003170 10.0.0.35 - - [2025-02-06 02:23:21] "POST /security-groups HTTP/1.1" 200 592 0.063881 10.0.0.35 - - [2025-02-06 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.002661 10.0.0.35 - - [2025-02-06 02:23:21] "POST /projects HTTP/1.1" 200 587 0.222326 10.0.0.35 - - [2025-02-06 02:23:21] "POST /access-control-lists HTTP/1.1" 200 597 0.059130 10.0.0.35 - - [2025-02-06 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.291951 10.0.0.35 - - [2025-02-06 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002517 10.0.0.35 - - [2025-02-06 02:23:21] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.406947 10.0.0.35 - - [2025-02-06 02:23:21] "POST /access-control-lists HTTP/1.1" 200 595 0.055986 10.0.0.35 - - [2025-02-06 02:23:22] "GET / HTTP/1.1" 200 35931 0.002184 10.0.0.35 - - [2025-02-06 02:23:24] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.35 - - [2025-02-06 02:23:24] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.35 - - [2025-02-06 02:23:24] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047569 10.0.0.35 - - [2025-02-06 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.002386 10.0.0.35 - - [2025-02-06 02:23:24] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018918 10.0.0.35 - - [2025-02-06 02:23:24] "GET /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004608 10.0.0.35 - - [2025-02-06 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.35 - - [2025-02-06 02:23:24] "GET /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.003368 10.0.0.35 - - [2025-02-06 02:23:24] "GET /domains HTTP/1.1" 401 292 0.000497 10.0.0.35 - - [2025-02-06 02:23:25] "GET /domains HTTP/1.1" 200 280 0.024643 10.0.0.35 - - [2025-02-06 02:23:25] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.35 - - [2025-02-06 02:23:25] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2958 0.008195 10.0.0.35 - - [2025-02-06 02:23:25] "GET /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4 HTTP/1.1" 200 1436 0.003527 10.0.0.35 - - [2025-02-06 02:23:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002062 10.0.0.35 - - [2025-02-06 02:23:25] "POST /network-ipams HTTP/1.1" 200 514 0.018004 10.0.0.35 - - [2025-02-06 02:23:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002679 10.0.0.35 - - [2025-02-06 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.35 - - [2025-02-06 02:23:25] "GET /network-ipam/99d8960d-1ec5-4ee3-9a57-b2aa27c593a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004794 10.0.0.35 - - [2025-02-06 02:23:25] "PUT /network-ipam/99d8960d-1ec5-4ee3-9a57-b2aa27c593a9 HTTP/1.1" 200 258 0.009150 10.0.0.35 - - [2025-02-06 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.35 - - [2025-02-06 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.35 - - [2025-02-06 02:23:25] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002770 10.0.0.35 - - [2025-02-06 02:23:25] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024497 10.0.0.35 - - [2025-02-06 02:23:25] "POST /neutron/network HTTP/1.1" 200 117 0.029608 10.0.0.35 - - [2025-02-06 02:23:25] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.35 - - [2025-02-06 02:23:25] "POST /neutron/network HTTP/1.1" 200 618 0.058461 10.0.0.35 - - [2025-02-06 02:23:25] "POST /route-targets HTTP/1.1" 200 327 0.010449 10.0.0.35 - - [2025-02-06 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.014739 10.0.0.35 - - [2025-02-06 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.35 - - [2025-02-06 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 711 0.192348 10.0.0.35 - - [2025-02-06 02:23:25] "POST /neutron/network HTTP/1.1" 200 833 0.005675 10.0.0.35 - - [2025-02-06 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001194 10.0.0.35 - - [2025-02-06 02:23:25] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004622 10.0.0.35 - - [2025-02-06 02:23:25] "POST /neutron/network HTTP/1.1" 200 833 0.005764 10.0.0.35 - - [2025-02-06 02:23:25] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004689 10.0.0.35 - - [2025-02-06 02:23:26] "POST /neutron/network HTTP/1.1" 200 833 0.005932 10.0.0.35 - - [2025-02-06 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.006632 10.0.0.35 - - [2025-02-06 02:23:26] "POST /neutron/network HTTP/1.1" 200 807 0.009009 10.0.0.35 - - [2025-02-06 02:23:26] "POST /neutron/network HTTP/1.1" 200 833 0.004339 10.0.0.35 - - [2025-02-06 02:23:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001046 10.0.0.35 - - [2025-02-06 02:23:26] "POST /neutron/network HTTP/1.1" 200 843 0.005956 10.0.0.35 - - [2025-02-06 02:23:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.35 - - [2025-02-06 02:23:26] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.35 - - [2025-02-06 02:23:26] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.35 - - [2025-02-06 02:23:27] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.35 - - [2025-02-06 02:23:27] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048756 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/network HTTP/1.1" 200 833 0.006226 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.005247 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.005682 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.005405 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/network HTTP/1.1" 200 843 0.006817 10.0.0.35 - - [2025-02-06 02:23:27] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 1058 0.226067 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 1058 0.010352 10.0.0.35 - - [2025-02-06 02:23:27] "POST /neutron/port HTTP/1.1" 200 1058 0.010385 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/port HTTP/1.1" 200 1112 0.054351 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015094 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002807 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.009211 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.35 - - [2025-02-06 02:23:28] "POST /neutron/network HTTP/1.1" 200 833 0.004631 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015007 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006007 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 1086 0.014507 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005924 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 1086 0.014518 10.0.0.35 - - [2025-02-06 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005609 10.0.0.35 - - [2025-02-06 02:23:32] "GET /virtual-machine/5db31df6-9f91-477b-8fde-84d412740428 HTTP/1.1" 200 1293 0.003952 10.0.0.35 - - [2025-02-06 02:23:32] "GET /virtual-machine-interface/1cd68df1-ee18-4ff7-b983-f043461a6015 HTTP/1.1" 200 2963 0.004636 10.0.0.35 - - [2025-02-06 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002285 10.0.0.35 - - [2025-02-06 02:23:32] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003067 10.0.0.35 - - [2025-02-06 02:23:32] "GET /virtual-networks?parent_id=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002855 10.0.0.35 - - [2025-02-06 02:23:32] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005928 10.0.0.35 - - [2025-02-06 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.35 - - [2025-02-06 02:23:35] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005147 10.0.0.35 - - [2025-02-06 02:23:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015131 10.0.0.35 - - [2025-02-06 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004924 10.0.0.35 - - [2025-02-06 02:23:38] "GET /global-system-configs HTTP/1.1" 200 322 0.031720 10.0.0.35 - - [2025-02-06 02:23:38] "GET /obj-perms HTTP/1.1" 200 5056 0.064258 10.0.0.35 - - [2025-02-06 02:23:39] "GET /global-system-configs HTTP/1.1" 200 322 0.029433 10.0.0.35 - - [2025-02-06 02:23:39] "GET /obj-perms HTTP/1.1" 200 5056 0.059261 10.0.0.35 - - [2025-02-06 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.35 - - [2025-02-06 02:23:39] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002983 10.0.0.35 - - [2025-02-06 02:23:39] "GET /virtual-networks?parent_id=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003111 10.0.0.35 - - [2025-02-06 02:23:40] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006486 10.0.0.35 - - [2025-02-06 02:23:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016731 10.0.0.35 - - [2025-02-06 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005452 10.0.0.35 - - [2025-02-06 02:23:49] "POST /neutron/network HTTP/1.1" 200 807 0.010881 10.0.0.35 - - [2025-02-06 02:23:49] "POST /neutron/network HTTP/1.1" 200 833 0.004823 10.0.0.35 - - [2025-02-06 02:23:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001187 10.0.0.35 - - [2025-02-06 02:23:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014315 10.0.0.35 - - [2025-02-06 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005754 10.0.0.35 - - [2025-02-06 02:23:49] "POST /neutron/network HTTP/1.1" 200 843 0.005701 10.0.0.35 - - [2025-02-06 02:23:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.35 - - [2025-02-06 02:23:50] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.35 - - [2025-02-06 02:23:50] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.35 - - [2025-02-06 02:23:50] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.35 - - [2025-02-06 02:23:50] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052614 10.0.0.35 - - [2025-02-06 02:23:50] "POST /neutron/network HTTP/1.1" 200 833 0.005761 10.0.0.35 - - [2025-02-06 02:23:50] "POST /neutron/port HTTP/1.1" 200 1086 0.018553 10.0.0.35 - - [2025-02-06 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006612 10.0.0.35 - - [2025-02-06 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.35 - - [2025-02-06 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/network HTTP/1.1" 200 843 0.005836 10.0.0.35 - - [2025-02-06 02:23:51] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001338 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 1058 0.205266 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 1058 0.010666 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 1058 0.008029 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 1112 0.056185 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 1086 0.014140 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002868 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.011124 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.35 - - [2025-02-06 02:23:51] "POST /neutron/network HTTP/1.1" 200 833 0.004892 10.0.0.35 - - [2025-02-06 02:23:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015758 10.0.0.35 - - [2025-02-06 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006008 10.0.0.35 - - [2025-02-06 02:23:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013557 10.0.0.35 - - [2025-02-06 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005289 10.0.0.35 - - [2025-02-06 02:23:56] "POST /neutron/port HTTP/1.1" 200 1086 0.017061 10.0.0.35 - - [2025-02-06 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005485 10.0.0.35 - - [2025-02-06 02:23:56] "GET /virtual-machine/565e5f32-2db4-4aed-9b90-0b6b46063e86 HTTP/1.1" 200 1293 0.004208 10.0.0.35 - - [2025-02-06 02:23:56] "GET /virtual-machine-interface/4b45ee91-e8e6-420c-a16f-53d20059732d HTTP/1.1" 200 2963 0.004656 10.0.0.35 - - [2025-02-06 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.35 - - [2025-02-06 02:23:56] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003188 10.0.0.35 - - [2025-02-06 02:23:56] "GET /virtual-networks?parent_id=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002841 10.0.0.35 - - [2025-02-06 02:23:56] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005456 10.0.0.35 - - [2025-02-06 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.35 - - [2025-02-06 02:23:59] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005249 10.0.0.35 - - [2025-02-06 02:24:00] "POST /neutron/port HTTP/1.1" 200 1086 0.015680 10.0.0.35 - - [2025-02-06 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004845 10.0.0.35 - - [2025-02-06 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.35 - - [2025-02-06 02:24:01] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003096 10.0.0.35 - - [2025-02-06 02:24:01] "GET /virtual-networks?parent_id=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003055 10.0.0.35 - - [2025-02-06 02:24:01] "GET /virtual-network/f05e383b-7935-4653-a13e-d93533d97609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005752 10.0.0.35 - - [2025-02-06 02:24:04] "DELETE /project/b6f58ecbbdfa457ea57fdf4ea90c77fa HTTP/1.1" 404 173 0.005301 10.0.0.35 - - [2025-02-06 02:24:04] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.35 - - [2025-02-06 02:24:04] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.028367 10.0.0.35 - - [2025-02-06 02:24:04] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.35 - - [2025-02-06 02:24:04] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?fields=security_groups HTTP/1.1" 200 1356 0.066968 10.0.0.35 - - [2025-02-06 02:24:04] "DELETE /security-group/fc0f1c08-d9f6-45b5-8724-4a9ca1b29611 HTTP/1.1" 200 115 0.032218 10.0.0.35 - - [2025-02-06 02:24:04] "GET /projects?obj_uuids=57fbbf2c-958f-4d9c-90f1-450b7a39b3f4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.35 - - [2025-02-06 02:24:04] "GET /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4?fields=application_policy_sets HTTP/1.1" 200 1395 0.026041 10.0.0.35 - - [2025-02-06 02:24:04] "DELETE /access-control-list/74f3f604-bbd2-4582-8069-9b12ec7b08a6 HTTP/1.1" 200 115 0.054532 10.0.0.35 - - [2025-02-06 02:24:04] "DELETE /access-control-list/ac22c3df-eae7-48ee-8dee-0773de0f8237 HTTP/1.1" 200 115 0.017227 10.0.0.35 - - [2025-02-06 02:24:04] "DELETE /project/57fbbf2c-958f-4d9c-90f1-450b7a39b3f4 HTTP/1.1" 200 115 0.303643 10.0.0.35 - - [2025-02-06 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.35 - - [2025-02-06 02:24:07] "DELETE /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4 HTTP/1.1" 409 235 0.006115 10.0.0.35 - - [2025-02-06 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.002280 10.0.0.35 - - [2025-02-06 02:24:07] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014606 10.0.0.35 - - [2025-02-06 02:24:07] "GET /virtual-DNS-record/cdbed8d0-8b24-4e6e-a520-d2117267d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004099 10.0.0.35 - - [2025-02-06 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.35 - - [2025-02-06 02:24:07] "GET /virtual-DNS-record/cdbed8d0-8b24-4e6e-a520-d2117267d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.002802 10.0.0.35 - - [2025-02-06 02:24:07] "GET /domains HTTP/1.1" 200 280 0.004314 10.0.0.35 - - [2025-02-06 02:24:07] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.35 - - [2025-02-06 02:24:07] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2774 0.008188 10.0.0.35 - - [2025-02-06 02:24:07] "GET /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4 HTTP/1.1" 200 1905 0.003395 10.0.0.35 - - [2025-02-06 02:24:07] "GET /virtual-DNS-record/cdbed8d0-8b24-4e6e-a520-d2117267d746 HTTP/1.1" 200 1336 0.002335 10.0.0.35 - - [2025-02-06 02:24:10] "GET /obj-perms HTTP/1.1" 200 5056 0.048522 10.0.0.35 - - [2025-02-06 02:24:11] "GET /obj-perms HTTP/1.1" 200 5056 0.044595 10.0.0.35 - - [2025-02-06 02:24:13] "DELETE /virtual-DNS-record/cdbed8d0-8b24-4e6e-a520-d2117267d746 HTTP/1.1" 200 115 0.020673 10.0.0.35 - - [2025-02-06 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003468 10.0.0.35 - - [2025-02-06 02:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.006657 10.0.0.35 - - [2025-02-06 02:24:13] "POST /neutron/network HTTP/1.1" 400 204 0.009712 10.0.0.35 - - [2025-02-06 02:24:13] "POST /neutron/port HTTP/1.1" 200 1086 0.020172 10.0.0.35 - - [2025-02-06 02:24:13] "POST /neutron/port HTTP/1.1" 200 1112 0.008098 10.0.0.35 - - [2025-02-06 02:24:13] "POST /neutron/port HTTP/1.1" 200 1086 0.021928 10.0.0.35 - - [2025-02-06 02:24:14] "POST /neutron/port HTTP/1.1" 200 1112 0.009019 10.0.0.35 - - [2025-02-06 02:24:14] "POST /neutron/port HTTP/1.1" 200 151 0.125377 10.0.0.35 - - [2025-02-06 02:24:14] "POST /neutron/port HTTP/1.1" 200 151 0.106134 10.0.0.35 - - [2025-02-06 02:24:15] "POST /neutron/network HTTP/1.1" 200 833 0.005860 10.0.0.35 - - [2025-02-06 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.35 - - [2025-02-06 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.35 - - [2025-02-06 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.35 - - [2025-02-06 02:24:15] "POST /neutron/network HTTP/1.1" 200 151 0.186934 10.0.0.35 - - [2025-02-06 02:24:15] "DELETE /route-target/0a11b1be-95cc-4ffc-8d22-1439c6e72fe8 HTTP/1.1" 200 115 0.050049 10.0.0.35 - - [2025-02-06 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.35 - - [2025-02-06 02:24:15] "DELETE /network-ipam/99d8960d-1ec5-4ee3-9a57-b2aa27c593a9 HTTP/1.1" 200 115 0.029818 10.0.0.35 - - [2025-02-06 02:24:15] "DELETE /virtual-DNS/529ec5ff-b59b-4e3d-88d6-97fa1a1d9fc4 HTTP/1.1" 200 115 0.030853 10.0.0.35 - - [2025-02-06 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.003395 10.0.0.35 - - [2025-02-06 02:24:15] "GET /domains HTTP/1.1" 200 280 0.003233 10.0.0.35 - - [2025-02-06 02:24:15] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.35 - - [2025-02-06 02:24:15] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2574 0.010659 10.0.0.35 - - [2025-02-06 02:24:16] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.35 - - [2025-02-06 02:24:16] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031263 10.0.0.35 - - [2025-02-06 02:24:16] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.35 - - [2025-02-06 02:24:16] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?fields=virtual_networks HTTP/1.1" 200 1034 0.071790 10.0.0.35 - - [2025-02-06 02:24:16] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001914 10.0.0.35 - - [2025-02-06 02:24:16] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028658 10.0.0.35 - - [2025-02-06 02:24:16] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.35 - - [2025-02-06 02:24:16] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?fields=security_groups HTTP/1.1" 200 1261 0.029087 10.0.0.35 - - [2025-02-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.022243 10.0.0.35 - - [2025-02-06 02:24:17] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002491 10.0.0.35 - - [2025-02-06 02:24:17] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.35 - - [2025-02-06 02:24:17] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007272 10.0.0.35 - - [2025-02-06 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.001272 10.0.0.35 - - [2025-02-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003081 10.0.0.35 - - [2025-02-06 02:24:17] "POST /security-groups HTTP/1.1" 200 592 0.059315 10.0.0.35 - - [2025-02-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002480 10.0.0.35 - - [2025-02-06 02:24:17] "POST /projects HTTP/1.1" 200 587 0.208204 10.0.0.35 - - [2025-02-06 02:24:17] "POST /access-control-lists HTTP/1.1" 200 597 0.061623 10.0.0.35 - - [2025-02-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.284226 10.0.0.35 - - [2025-02-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.002285 10.0.0.35 - - [2025-02-06 02:24:17] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.401969 10.0.0.35 - - [2025-02-06 02:24:17] "POST /access-control-lists HTTP/1.1" 200 595 0.059667 10.0.0.35 - - [2025-02-06 02:24:18] "GET / HTTP/1.1" 200 35931 0.003312 10.0.0.35 - - [2025-02-06 02:24:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.001001 10.0.0.35 - - [2025-02-06 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.055639 10.0.0.35 - - [2025-02-06 02:24:19] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.35 - - [2025-02-06 02:24:19] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032628 10.0.0.35 - - [2025-02-06 02:24:19] "POST /neutron/network HTTP/1.1" 200 117 0.028931 10.0.0.35 - - [2025-02-06 02:24:19] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.35 - - [2025-02-06 02:24:19] "POST /neutron/network HTTP/1.1" 200 606 0.077142 10.0.0.35 - - [2025-02-06 02:24:19] "POST /route-targets HTTP/1.1" 200 327 0.012004 10.0.0.35 - - [2025-02-06 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.012545 10.0.0.35 - - [2025-02-06 02:24:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.131810 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/network HTTP/1.1" 200 822 0.004650 10.0.0.35 - - [2025-02-06 02:24:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001147 10.0.0.35 - - [2025-02-06 02:24:20] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004596 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/network HTTP/1.1" 200 822 0.006036 10.0.0.35 - - [2025-02-06 02:24:20] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004570 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/network HTTP/1.1" 200 822 0.005542 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.006265 10.0.0.35 - - [2025-02-06 02:24:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001706 10.0.0.35 - - [2025-02-06 02:24:20] "POST /neutron/network HTTP/1.1" 200 832 0.005812 10.0.0.35 - - [2025-02-06 02:24:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000398 10.0.0.35 - - [2025-02-06 02:24:20] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.35 - - [2025-02-06 02:24:20] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.35 - - [2025-02-06 02:24:21] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.35 - - [2025-02-06 02:24:21] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058991 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/network HTTP/1.1" 200 822 0.005503 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.005076 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.35 - - [2025-02-06 02:24:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001302 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/network HTTP/1.1" 200 832 0.005874 10.0.0.35 - - [2025-02-06 02:24:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.35 - - [2025-02-06 02:24:21] "POST /neutron/network HTTP/1.1" 200 832 0.006008 10.0.0.35 - - [2025-02-06 02:24:21] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.35 - - [2025-02-06 02:24:22] "GET / HTTP/1.1" 200 35931 0.003066 10.0.0.35 - - [2025-02-06 02:24:22] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1058 0.278540 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1058 0.009561 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1058 0.008183 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1112 0.058552 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1086 0.018895 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003407 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 684 0.010828 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 822 0.005523 10.0.0.35 - - [2025-02-06 02:24:22] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.35 - - [2025-02-06 02:24:22] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049213 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 822 0.006285 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1086 0.021135 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011877 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 117 0.008997 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/port HTTP/1.1" 200 1086 0.017100 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006597 10.0.0.35 - - [2025-02-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 832 0.006819 10.0.0.35 - - [2025-02-06 02:24:23] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 1058 0.229989 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 1058 0.010735 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 1058 0.010953 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 1112 0.104050 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015172 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002976 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 684 0.010905 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.35 - - [2025-02-06 02:24:23] "POST /neutron/network HTTP/1.1" 200 822 0.005155 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 1086 0.015290 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 1086 0.016425 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/network HTTP/1.1" 200 832 0.005674 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002829 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 684 0.009993 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/network HTTP/1.1" 200 822 0.005485 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 1086 0.015483 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006278 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 1086 0.018651 10.0.0.35 - - [2025-02-06 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007461 10.0.0.35 - - [2025-02-06 02:24:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015214 10.0.0.35 - - [2025-02-06 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007119 10.0.0.35 - - [2025-02-06 02:24:28] "GET /virtual-machine/bf311032-f36f-46b8-9835-abe7dca8d747 HTTP/1.1" 401 292 0.000436 10.0.0.35 - - [2025-02-06 02:24:28] "GET /virtual-machine/bf311032-f36f-46b8-9835-abe7dca8d747 HTTP/1.1" 200 1294 0.027400 10.0.0.35 - - [2025-02-06 02:24:28] "GET /virtual-machine-interface/2c21ab30-e6f0-4d85-8ebe-fc7b8b0bc495 HTTP/1.1" 200 2945 0.005139 10.0.0.35 - - [2025-02-06 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.35 - - [2025-02-06 02:24:28] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003342 10.0.0.35 - - [2025-02-06 02:24:28] "GET /virtual-networks?parent_id=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002976 10.0.0.35 - - [2025-02-06 02:24:28] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006900 10.0.0.35 - - [2025-02-06 02:24:31] "POST /neutron/port HTTP/1.1" 200 1086 0.021081 10.0.0.35 - - [2025-02-06 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007590 10.0.0.35 - - [2025-02-06 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.35 - - [2025-02-06 02:24:31] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006491 10.0.0.35 - - [2025-02-06 02:24:32] "POST /neutron/port HTTP/1.1" 200 1086 0.016663 10.0.0.35 - - [2025-02-06 02:24:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006298 10.0.0.35 - - [2025-02-06 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.35 - - [2025-02-06 02:24:33] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003057 10.0.0.35 - - [2025-02-06 02:24:33] "GET /virtual-networks?parent_id=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003247 10.0.0.35 - - [2025-02-06 02:24:33] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005249 10.0.0.35 - - [2025-02-06 02:24:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014154 10.0.0.35 - - [2025-02-06 02:24:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005325 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.014843 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005468 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015431 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005716 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.016056 10.0.0.35 - - [2025-02-06 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006778 10.0.0.35 - - [2025-02-06 02:24:39] "GET /virtual-machine/85bf3baf-0016-4f2a-a958-c05c4172d431 HTTP/1.1" 200 1293 0.005823 10.0.0.35 - - [2025-02-06 02:24:39] "GET /virtual-machine-interface/554e3420-c9f6-49e2-93c6-aba091f92839 HTTP/1.1" 200 2945 0.007368 10.0.0.35 - - [2025-02-06 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.35 - - [2025-02-06 02:24:39] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002793 10.0.0.35 - - [2025-02-06 02:24:39] "GET /virtual-networks?parent_id=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003601 10.0.0.35 - - [2025-02-06 02:24:39] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007455 10.0.0.35 - - [2025-02-06 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.35 - - [2025-02-06 02:24:40] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003400 10.0.0.35 - - [2025-02-06 02:24:40] "GET /virtual-networks?parent_id=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002421 10.0.0.35 - - [2025-02-06 02:24:40] "GET /virtual-network/7fe9f860-0d7c-4e61-8e5e-ecfcf64a0d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005677 10.0.0.35 - - [2025-02-06 02:24:45] "POST /neutron/network HTTP/1.1" 200 822 0.007640 10.0.0.35 - - [2025-02-06 02:24:45] "POST /neutron/network HTTP/1.1" 400 204 0.010015 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015276 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 1112 0.008648 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 1086 0.020993 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 1112 0.010986 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.146186 10.0.0.35 - - [2025-02-06 02:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.122191 10.0.0.35 - - [2025-02-06 02:24:47] "POST /neutron/network HTTP/1.1" 200 822 0.006008 10.0.0.35 - - [2025-02-06 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.35 - - [2025-02-06 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.35 - - [2025-02-06 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004206 10.0.0.35 - - [2025-02-06 02:24:47] "POST /neutron/network HTTP/1.1" 200 151 0.083061 10.0.0.35 - - [2025-02-06 02:24:47] "DELETE /route-target/2b93b458-fa7b-4497-b827-07725c152cbb HTTP/1.1" 200 115 0.028781 10.0.0.35 - - [2025-02-06 02:24:48] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.35 - - [2025-02-06 02:24:48] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026886 10.0.0.35 - - [2025-02-06 02:24:48] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.35 - - [2025-02-06 02:24:48] "GET /project/556adeed-1042-4346-abea-4f7792243de9?fields=virtual_networks HTTP/1.1" 200 1033 0.066707 10.0.0.35 - - [2025-02-06 02:24:48] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001213 10.0.0.35 - - [2025-02-06 02:24:48] "GET /project/556adeed-1042-4346-abea-4f7792243de9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027103 10.0.0.35 - - [2025-02-06 02:24:48] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.35 - - [2025-02-06 02:24:48] "GET /project/556adeed-1042-4346-abea-4f7792243de9?fields=security_groups HTTP/1.1" 200 1260 0.024709 10.0.0.35 - - [2025-02-06 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.021837 10.0.0.35 - - [2025-02-06 02:24:49] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002590 10.0.0.35 - - [2025-02-06 02:24:49] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.35 - - [2025-02-06 02:24:49] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007260 10.0.0.35 - - [2025-02-06 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.003303 10.0.0.35 - - [2025-02-06 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002467 10.0.0.35 - - [2025-02-06 02:24:49] "POST /security-groups HTTP/1.1" 200 591 0.059000 10.0.0.35 - - [2025-02-06 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002364 10.0.0.35 - - [2025-02-06 02:24:49] "POST /projects HTTP/1.1" 200 585 0.220868 10.0.0.35 - - [2025-02-06 02:24:49] "POST /access-control-lists HTTP/1.1" 200 596 0.063795 10.0.0.35 - - [2025-02-06 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.293980 10.0.0.35 - - [2025-02-06 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002479 10.0.0.35 - - [2025-02-06 02:24:49] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.406708 10.0.0.35 - - [2025-02-06 02:24:49] "POST /access-control-lists HTTP/1.1" 200 594 0.059629 10.0.0.35 - - [2025-02-06 02:24:50] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.35 - - [2025-02-06 02:24:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.35 - - [2025-02-06 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.056859 10.0.0.35 - - [2025-02-06 02:24:51] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.35 - - [2025-02-06 02:24:51] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040478 10.0.0.35 - - [2025-02-06 02:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.027475 10.0.0.35 - - [2025-02-06 02:24:51] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 625 0.069400 10.0.0.35 - - [2025-02-06 02:24:52] "POST /route-targets HTTP/1.1" 200 327 0.009665 10.0.0.35 - - [2025-02-06 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.011618 10.0.0.35 - - [2025-02-06 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004010 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.137570 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 839 0.006564 10.0.0.35 - - [2025-02-06 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.001197 10.0.0.35 - - [2025-02-06 02:24:52] "GET /virtual-network/345784d8-5598-4614-bc5f-8bf98b045b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004607 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 839 0.005912 10.0.0.35 - - [2025-02-06 02:24:52] "GET /virtual-network/345784d8-5598-4614-bc5f-8bf98b045b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005162 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 839 0.005814 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.006311 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 839 0.005508 10.0.0.35 - - [2025-02-06 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.001175 10.0.0.35 - - [2025-02-06 02:24:52] "POST /neutron/network HTTP/1.1" 200 849 0.007279 10.0.0.35 - - [2025-02-06 02:24:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.35 - - [2025-02-06 02:24:52] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.35 - - [2025-02-06 02:24:52] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.35 - - [2025-02-06 02:24:53] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.024013 10.0.0.35 - - [2025-02-06 02:24:53] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075459 10.0.0.35 - - [2025-02-06 02:24:53] "POST /neutron/network HTTP/1.1" 200 839 0.005295 10.0.0.35 - - [2025-02-06 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.005449 10.0.0.35 - - [2025-02-06 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.005426 10.0.0.35 - - [2025-02-06 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.35 - - [2025-02-06 02:24:53] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002906 10.0.0.35 - - [2025-02-06 02:24:53] "PUT /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 276 0.009701 10.0.0.35 - - [2025-02-06 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.005141 10.0.0.35 - - [2025-02-06 02:24:53] "POST /neutron/network HTTP/1.1" 200 849 0.007246 10.0.0.35 - - [2025-02-06 02:24:53] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002097 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.256017 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.012023 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.008692 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 1109 0.065120 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.014950 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002928 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.010965 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.35 - - [2025-02-06 02:24:54] "POST /neutron/network HTTP/1.1" 200 839 0.004977 10.0.0.35 - - [2025-02-06 02:24:58] "POST /neutron/port HTTP/1.1" 200 1083 0.014787 10.0.0.35 - - [2025-02-06 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005812 10.0.0.35 - - [2025-02-06 02:24:58] "POST /neutron/port HTTP/1.1" 200 1083 0.014046 10.0.0.35 - - [2025-02-06 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005468 10.0.0.35 - - [2025-02-06 02:24:59] "POST /neutron/port HTTP/1.1" 200 1083 0.014579 10.0.0.35 - - [2025-02-06 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005178 10.0.0.35 - - [2025-02-06 02:24:59] "GET /virtual-machine/abee005c-c053-47c0-a353-73eecec46924 HTTP/1.1" 401 292 0.000410 10.0.0.35 - - [2025-02-06 02:24:59] "GET /virtual-machine/abee005c-c053-47c0-a353-73eecec46924 HTTP/1.1" 200 1293 0.027027 10.0.0.35 - - [2025-02-06 02:24:59] "GET /virtual-machine-interface/abe5d968-3df2-4d40-b352-769b5c74ea22 HTTP/1.1" 200 2971 0.004879 10.0.0.35 - - [2025-02-06 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.35 - - [2025-02-06 02:24:59] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002860 10.0.0.35 - - [2025-02-06 02:24:59] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002833 10.0.0.35 - - [2025-02-06 02:24:59] "GET /virtual-network/345784d8-5598-4614-bc5f-8bf98b045b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005271 10.0.0.35 - - [2025-02-06 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.35 - - [2025-02-06 02:25:02] "GET /virtual-network/345784d8-5598-4614-bc5f-8bf98b045b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004835 10.0.0.35 - - [2025-02-06 02:25:03] "POST /neutron/port HTTP/1.1" 200 1083 0.016164 10.0.0.35 - - [2025-02-06 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004939 10.0.0.35 - - [2025-02-06 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.35 - - [2025-02-06 02:25:04] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002940 10.0.0.35 - - [2025-02-06 02:25:04] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002290 10.0.0.35 - - [2025-02-06 02:25:04] "GET /virtual-network/345784d8-5598-4614-bc5f-8bf98b045b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004902 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /project/529afe96bf1e4d44b564b5c4b321b092 HTTP/1.1" 404 173 0.040043 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.032836 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /project/556adeed10424346abea4f7792243de9 HTTP/1.1" 404 173 0.074776 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/556adeed-1042-4346-abea-4f7792243de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.039937 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?fields=security_groups HTTP/1.1" 200 1366 0.044874 10.0.0.35 - - [2025-02-06 02:25:05] "POST /neutron/port HTTP/1.1" 200 1083 0.015851 10.0.0.35 - - [2025-02-06 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005132 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/556adeed-1042-4346-abea-4f7792243de9?fields=security_groups HTTP/1.1" 200 1365 0.028418 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /security-group/baa82141-62f8-4d8f-ab1c-8de4d1f16e3e HTTP/1.1" 200 115 0.047335 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=b6f58ecb-bdfa-457e-a57f-df4ea90c77fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /access-control-list/58440027-e1c0-4284-870d-ab1cecb1d541 HTTP/1.1" 200 115 0.036081 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa?fields=application_policy_sets HTTP/1.1" 200 1405 0.042271 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /access-control-list/764bcdab-8e46-4baf-b80b-038c3a2abff1 HTTP/1.1" 200 115 0.035523 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /security-group/a916cfcd-d981-4b88-83ae-ea1a4860d3ea HTTP/1.1" 200 115 0.059361 10.0.0.35 - - [2025-02-06 02:25:05] "GET /projects?obj_uuids=556adeed-1042-4346-abea-4f7792243de9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.35 - - [2025-02-06 02:25:05] "GET /project/556adeed-1042-4346-abea-4f7792243de9?fields=application_policy_sets HTTP/1.1" 200 1404 0.043850 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /access-control-list/6211335c-760d-43a7-b1fb-692d282918c5 HTTP/1.1" 200 115 0.050545 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /access-control-list/f2567a9c-1124-45ba-8a2d-b87021e4b5f8 HTTP/1.1" 200 115 0.019968 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /project/b6f58ecb-bdfa-457e-a57f-df4ea90c77fa HTTP/1.1" 200 115 0.392666 10.0.0.35 - - [2025-02-06 02:25:05] "DELETE /project/556adeed-1042-4346-abea-4f7792243de9 HTTP/1.1" 200 115 0.444582 10.0.0.35 - - [2025-02-06 02:25:11] "GET /obj-perms HTTP/1.1" 200 5056 0.045052 10.0.0.35 - - [2025-02-06 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.35 - - [2025-02-06 02:25:12] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004613 10.0.0.35 - - [2025-02-06 02:25:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046072 10.0.0.35 - - [2025-02-06 02:25:12] "PUT /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 276 0.007874 10.0.0.35 - - [2025-02-06 02:25:12] "POST /neutron/network HTTP/1.1" 200 839 0.009050 10.0.0.35 - - [2025-02-06 02:25:12] "POST /neutron/network HTTP/1.1" 400 204 0.010225 10.0.0.35 - - [2025-02-06 02:25:12] "POST /neutron/port HTTP/1.1" 200 1083 0.022748 10.0.0.35 - - [2025-02-06 02:25:12] "POST /neutron/port HTTP/1.1" 200 1109 0.008156 10.0.0.35 - - [2025-02-06 02:25:12] "POST /neutron/port HTTP/1.1" 200 151 0.092276 10.0.0.35 - - [2025-02-06 02:25:14] "POST /neutron/network HTTP/1.1" 200 839 0.006004 10.0.0.35 - - [2025-02-06 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.35 - - [2025-02-06 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.35 - - [2025-02-06 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002115 10.0.0.35 - - [2025-02-06 02:25:14] "POST /neutron/network HTTP/1.1" 200 151 0.088686 10.0.0.35 - - [2025-02-06 02:25:14] "DELETE /route-target/e8658485-f221-47ea-a5bc-3d5234c1c954 HTTP/1.1" 200 115 0.021080 10.0.0.35 - - [2025-02-06 02:25:14] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003002 10.0.0.35 - - [2025-02-06 02:25:15] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4 HTTP/1.1" 200 1827 0.003090 10.0.0.35 - - [2025-02-06 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.35 - - [2025-02-06 02:25:15] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.35 - - [2025-02-06 02:25:15] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023960 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 117 0.006473 10.0.0.35 - - [2025-02-06 02:25:15] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 605 0.057169 10.0.0.35 - - [2025-02-06 02:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002087 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.140860 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 826 0.004855 10.0.0.35 - - [2025-02-06 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001147 10.0.0.35 - - [2025-02-06 02:25:15] "GET /virtual-network/a30b5782-fa84-4275-b63c-ba6da81430ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004468 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 826 0.005725 10.0.0.35 - - [2025-02-06 02:25:15] "GET /virtual-network/a30b5782-fa84-4275-b63c-ba6da81430ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004611 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 826 0.004916 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.005908 10.0.0.35 - - [2025-02-06 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001054 10.0.0.35 - - [2025-02-06 02:25:15] "POST /neutron/network HTTP/1.1" 200 836 0.005431 10.0.0.35 - - [2025-02-06 02:25:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000362 10.0.0.35 - - [2025-02-06 02:25:15] "POST /route-targets HTTP/1.1" 200 327 0.009124 10.0.0.35 - - [2025-02-06 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.35 - - [2025-02-06 02:25:16] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.35 - - [2025-02-06 02:25:16] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.35 - - [2025-02-06 02:25:16] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.35 - - [2025-02-06 02:25:16] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045565 10.0.0.35 - - [2025-02-06 02:25:16] "POST /neutron/network HTTP/1.1" 200 826 0.024746 10.0.0.35 - - [2025-02-06 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.35 - - [2025-02-06 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.004736 10.0.0.35 - - [2025-02-06 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.004330 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/network HTTP/1.1" 200 836 0.005838 10.0.0.35 - - [2025-02-06 02:25:17] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 1062 0.198922 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 1062 0.029373 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 1062 0.007739 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 1116 0.055024 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 1090 0.014123 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002560 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.008865 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/port HTTP/1.1" 200 117 0.000966 10.0.0.35 - - [2025-02-06 02:25:17] "POST /neutron/network HTTP/1.1" 200 826 0.004266 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/port HTTP/1.1" 200 1090 0.014971 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005323 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/port HTTP/1.1" 200 1090 0.014080 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005081 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/port HTTP/1.1" 200 1090 0.013944 10.0.0.35 - - [2025-02-06 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005329 10.0.0.35 - - [2025-02-06 02:25:21] "GET /virtual-machine/4b4ca070-02d6-4178-9066-00d0fb999e5b HTTP/1.1" 200 1292 0.003679 10.0.0.35 - - [2025-02-06 02:25:21] "GET /virtual-machine-interface/935fd69a-14b7-47ce-af65-bb9e2f9a76b4 HTTP/1.1" 200 2941 0.004529 10.0.0.35 - - [2025-02-06 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.35 - - [2025-02-06 02:25:21] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002479 10.0.0.35 - - [2025-02-06 02:25:21] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002645 10.0.0.35 - - [2025-02-06 02:25:22] "GET /virtual-network/a30b5782-fa84-4275-b63c-ba6da81430ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004762 10.0.0.35 - - [2025-02-06 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.35 - - [2025-02-06 02:25:25] "GET /virtual-network/a30b5782-fa84-4275-b63c-ba6da81430ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005089 10.0.0.35 - - [2025-02-06 02:25:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014837 10.0.0.35 - - [2025-02-06 02:25:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005058 10.0.0.35 - - [2025-02-06 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.35 - - [2025-02-06 02:25:27] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003050 10.0.0.35 - - [2025-02-06 02:25:27] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002965 10.0.0.35 - - [2025-02-06 02:25:27] "GET /virtual-network/a30b5782-fa84-4275-b63c-ba6da81430ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005471 10.0.0.35 - - [2025-02-06 02:25:29] "POST /neutron/network HTTP/1.1" 200 826 0.005935 10.0.0.35 - - [2025-02-06 02:25:29] "POST /neutron/network HTTP/1.1" 400 204 0.015979 10.0.0.35 - - [2025-02-06 02:25:29] "POST /neutron/port HTTP/1.1" 200 1090 0.015107 10.0.0.35 - - [2025-02-06 02:25:29] "POST /neutron/port HTTP/1.1" 200 1116 0.007714 10.0.0.35 - - [2025-02-06 02:25:29] "POST /neutron/port HTTP/1.1" 200 151 0.101779 10.0.0.35 - - [2025-02-06 02:25:31] "POST /neutron/network HTTP/1.1" 200 826 0.006549 10.0.0.35 - - [2025-02-06 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.35 - - [2025-02-06 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.35 - - [2025-02-06 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001889 10.0.0.35 - - [2025-02-06 02:25:31] "POST /neutron/network HTTP/1.1" 200 151 0.084930 10.0.0.35 - - [2025-02-06 02:25:31] "DELETE /route-target/e16b21d3-ab5c-4577-81ca-f7a19c431399 HTTP/1.1" 200 115 0.017411 10.0.0.35 - - [2025-02-06 02:25:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003143 10.0.0.35 - - [2025-02-06 02:25:32] "POST /network-ipams HTTP/1.1" 200 541 0.015692 10.0.0.35 - - [2025-02-06 02:25:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002416 10.0.0.35 - - [2025-02-06 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.35 - - [2025-02-06 02:25:32] "GET /network-ipam/ddd2b8cb-22bd-43c6-a7eb-019ecf63fd24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004575 10.0.0.35 - - [2025-02-06 02:25:32] "PUT /network-ipam/ddd2b8cb-22bd-43c6-a7eb-019ecf63fd24 HTTP/1.1" 200 258 0.008775 10.0.0.35 - - [2025-02-06 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.35 - - [2025-02-06 02:25:32] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.35 - - [2025-02-06 02:25:32] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027884 10.0.0.35 - - [2025-02-06 02:25:32] "POST /neutron/network HTTP/1.1" 200 117 0.006381 10.0.0.35 - - [2025-02-06 02:25:32] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.35 - - [2025-02-06 02:25:32] "POST /neutron/network HTTP/1.1" 200 605 0.058818 10.0.0.35 - - [2025-02-06 02:25:32] "POST /route-targets HTTP/1.1" 200 327 0.011501 10.0.0.35 - - [2025-02-06 02:25:32] "POST /ref-update HTTP/1.1" 200 156 0.011653 10.0.0.35 - - [2025-02-06 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.35 - - [2025-02-06 02:25:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.216896 10.0.0.35 - - [2025-02-06 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002935 10.0.0.35 - - [2025-02-06 02:25:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.181937 10.0.0.35 - - [2025-02-06 02:25:32] "POST /neutron/network HTTP/1.1" 200 994 0.006281 10.0.0.35 - - [2025-02-06 02:25:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.35 - - [2025-02-06 02:25:32] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004598 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/network HTTP/1.1" 200 994 0.006180 10.0.0.35 - - [2025-02-06 02:25:33] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004497 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/network HTTP/1.1" 200 994 0.005777 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005986 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005476 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/network HTTP/1.1" 200 994 0.005593 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005498 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005967 10.0.0.35 - - [2025-02-06 02:25:33] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001698 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.150678 10.0.0.35 - - [2025-02-06 02:25:33] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.157951 10.0.0.35 - - [2025-02-06 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007895 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.006674 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/network HTTP/1.1" 200 994 0.006310 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.006355 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.004375 10.0.0.35 - - [2025-02-06 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.004440 10.0.0.35 - - [2025-02-06 02:25:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007708 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006419 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/network HTTP/1.1" 200 994 0.006011 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006320 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.006247 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006326 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006740 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.003967 10.0.0.35 - - [2025-02-06 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001172 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.005644 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/network HTTP/1.1" 200 1004 0.007454 10.0.0.35 - - [2025-02-06 02:25:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007990 10.0.0.35 - - [2025-02-06 02:25:34] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.35 - - [2025-02-06 02:25:34] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000357 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/network HTTP/1.1" 200 1004 0.013124 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.012388 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006303 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/network HTTP/1.1" 200 1004 0.006937 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007025 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009276 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1017 0.018343 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1109 0.120183 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1109 0.117987 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1083 0.022027 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/port HTTP/1.1" 200 1083 0.017751 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002640 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002837 10.0.0.35 - - [2025-02-06 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.011312 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.018633 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/network HTTP/1.1" 200 994 0.006139 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/network HTTP/1.1" 200 994 0.012409 10.0.0.35 - - [2025-02-06 02:25:35] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.35 - - [2025-02-06 02:25:35] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059037 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/network HTTP/1.1" 200 994 0.007146 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/port HTTP/1.1" 200 2050 0.026202 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008144 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005477 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains HTTP/1.1" 200 280 0.002714 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2573 0.009375 10.0.0.35 - - [2025-02-06 02:25:35] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.35 - - [2025-02-06 02:25:35] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092 HTTP/1.1" 200 2841 0.066763 10.0.0.35 - - [2025-02-06 02:25:35] "GET /network-ipam/ddd2b8cb-22bd-43c6-a7eb-019ecf63fd24 HTTP/1.1" 200 2601 0.004109 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains HTTP/1.1" 200 280 0.003364 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2573 0.007344 10.0.0.35 - - [2025-02-06 02:25:35] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002439 10.0.0.35 - - [2025-02-06 02:25:35] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092 HTTP/1.1" 200 2841 0.080970 10.0.0.35 - - [2025-02-06 02:25:35] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e HTTP/1.1" 200 3778 0.006206 10.0.0.35 - - [2025-02-06 02:25:35] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e HTTP/1.1" 200 3778 0.010399 10.0.0.35 - - [2025-02-06 02:25:35] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 200 2380 0.004625 10.0.0.35 - - [2025-02-06 02:25:35] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 200 2380 0.004524 10.0.0.35 - - [2025-02-06 02:25:35] "GET /route-target/3befce5f-1ff9-4808-9e3c-aba8f68000ca HTTP/1.1" 200 1204 0.004162 10.0.0.35 - - [2025-02-06 02:25:35] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e HTTP/1.1" 200 3778 0.006719 10.0.0.35 - - [2025-02-06 02:25:35] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 200 2380 0.002998 10.0.0.35 - - [2025-02-06 02:25:35] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005496 10.0.0.35 - - [2025-02-06 02:25:35] "POST /neutron/network HTTP/1.1" 200 1004 0.013547 10.0.0.35 - - [2025-02-06 02:25:35] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e HTTP/1.1" 200 3778 0.015176 10.0.0.35 - - [2025-02-06 02:25:35] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.35 - - [2025-02-06 02:25:35] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 200 2380 0.003377 10.0.0.35 - - [2025-02-06 02:25:35] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 200 2380 0.010764 10.0.0.35 - - [2025-02-06 02:25:35] "GET /route-target/3befce5f-1ff9-4808-9e3c-aba8f68000ca HTTP/1.1" 200 1204 0.007307 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains HTTP/1.1" 200 280 0.004889 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.35 - - [2025-02-06 02:25:35] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2573 0.043549 10.0.0.35 - - [2025-02-06 02:25:35] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001683 10.0.0.35 - - [2025-02-06 02:25:36] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092 HTTP/1.1" 200 3085 0.074146 10.0.0.35 - - [2025-02-06 02:25:36] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e HTTP/1.1" 200 4036 0.007658 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1055 0.315081 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1055 0.011393 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1055 0.012155 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1109 0.086896 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1083 0.024311 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006345 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.026310 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/network HTTP/1.1" 200 994 0.007437 10.0.0.35 - - [2025-02-06 02:25:36] "GET /obj-perms HTTP/1.1" 200 5030 0.066378 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1083 0.019313 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006040 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1083 0.015750 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006822 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/port HTTP/1.1" 200 1083 0.017459 10.0.0.35 - - [2025-02-06 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007924 10.0.0.35 - - [2025-02-06 02:25:36] "GET /virtual-machine/a13b6cf2-8fba-40fa-9221-529d0c0ccc07 HTTP/1.1" 200 1289 0.006602 10.0.0.35 - - [2025-02-06 02:25:36] "GET /virtual-machine-interface/a9e73f3a-feba-4153-8812-9181d9f78e33 HTTP/1.1" 200 2940 0.004702 10.0.0.35 - - [2025-02-06 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.35 - - [2025-02-06 02:25:36] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003081 10.0.0.35 - - [2025-02-06 02:25:36] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003476 10.0.0.35 - - [2025-02-06 02:25:36] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005960 10.0.0.35 - - [2025-02-06 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.35 - - [2025-02-06 02:25:40] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005101 10.0.0.35 - - [2025-02-06 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141 10.0.0.35 - - [2025-02-06 02:25:44] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005307 10.0.0.35 - - [2025-02-06 02:25:44] "POST /neutron/port HTTP/1.1" 200 1083 0.038860 10.0.0.35 - - [2025-02-06 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005044 10.0.0.35 - - [2025-02-06 02:25:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014627 10.0.0.35 - - [2025-02-06 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004918 10.0.0.35 - - [2025-02-06 02:25:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015756 10.0.0.35 - - [2025-02-06 02:25:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004668 10.0.0.35 - - [2025-02-06 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.35 - - [2025-02-06 02:25:46] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003092 10.0.0.35 - - [2025-02-06 02:25:46] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004424 10.0.0.35 - - [2025-02-06 02:25:46] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005568 10.0.0.35 - - [2025-02-06 02:25:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015227 10.0.0.35 - - [2025-02-06 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006863 10.0.0.35 - - [2025-02-06 02:25:51] "POST /neutron/port HTTP/1.1" 200 1083 0.015078 10.0.0.35 - - [2025-02-06 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005369 10.0.0.35 - - [2025-02-06 02:25:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014962 10.0.0.35 - - [2025-02-06 02:25:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005338 10.0.0.35 - - [2025-02-06 02:25:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013875 10.0.0.35 - - [2025-02-06 02:25:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005105 10.0.0.35 - - [2025-02-06 02:25:52] "GET /virtual-machine/d2175ba5-f8c6-44b3-9dff-e16725460149 HTTP/1.1" 200 1289 0.003639 10.0.0.35 - - [2025-02-06 02:25:52] "GET /virtual-machine-interface/7402ddcd-5870-49ae-a991-b89961c79422 HTTP/1.1" 200 2940 0.004506 10.0.0.35 - - [2025-02-06 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002009 10.0.0.35 - - [2025-02-06 02:25:52] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002517 10.0.0.35 - - [2025-02-06 02:25:52] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002640 10.0.0.35 - - [2025-02-06 02:25:52] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005404 10.0.0.35 - - [2025-02-06 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.35 - - [2025-02-06 02:25:53] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003072 10.0.0.35 - - [2025-02-06 02:25:53] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003028 10.0.0.35 - - [2025-02-06 02:25:53] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005558 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/port HTTP/1.1" 200 1083 0.014472 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005705 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/port HTTP/1.1" 200 1083 0.013539 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005305 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/port HTTP/1.1" 200 1083 0.013290 10.0.0.35 - - [2025-02-06 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005476 10.0.0.35 - - [2025-02-06 02:25:53] "GET /virtual-machine/50eef1dc-59c1-4e3d-85db-1dac06f08c81 HTTP/1.1" 200 1291 0.003798 10.0.0.35 - - [2025-02-06 02:25:53] "GET /virtual-machine-interface/6d0c80ac-6d5e-40e5-8542-8835da14dffe HTTP/1.1" 200 2939 0.004405 10.0.0.35 - - [2025-02-06 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.35 - - [2025-02-06 02:25:53] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002653 10.0.0.35 - - [2025-02-06 02:25:53] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002194 10.0.0.35 - - [2025-02-06 02:25:54] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005074 10.0.0.35 - - [2025-02-06 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.35 - - [2025-02-06 02:25:55] "GET /global-vrouter-config/adfafdaa-da94-491d-a7a9-931fbfef36d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002837 10.0.0.35 - - [2025-02-06 02:25:55] "GET /virtual-networks?parent_id=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002759 10.0.0.35 - - [2025-02-06 02:25:55] "GET /virtual-network/576c28b6-0de0-4edd-9089-62636bd3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005164 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1109 0.015423 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1109 0.011376 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 151 0.115329 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1109 0.014164 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009317 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 151 0.107904 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/network HTTP/1.1" 200 994 0.008633 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/network HTTP/1.1" 400 204 0.012573 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014382 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 1109 0.008125 10.0.0.35 - - [2025-02-06 02:26:11] "POST /neutron/port HTTP/1.1" 200 151 0.118784 10.0.0.35 - - [2025-02-06 02:26:12] "GET /obj-perms HTTP/1.1" 200 5056 0.041828 10.0.0.35 - - [2025-02-06 02:26:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049020 10.0.0.35 - - [2025-02-06 02:26:13] "POST /neutron/network HTTP/1.1" 200 994 0.010164 10.0.0.35 - - [2025-02-06 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006645 10.0.0.35 - - [2025-02-06 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007161 10.0.0.35 - - [2025-02-06 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.35 - - [2025-02-06 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.35 - - [2025-02-06 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002016 10.0.0.35 - - [2025-02-06 02:26:13] "POST /neutron/network HTTP/1.1" 200 151 0.100420 10.0.0.35 - - [2025-02-06 02:26:13] "DELETE /route-target/3befce5f-1ff9-4808-9e3c-aba8f68000ca HTTP/1.1" 200 115 0.022644 10.0.0.35 - - [2025-02-06 02:26:13] "GET /routing-instance/5530ed5f-a75d-4904-b2e3-2cca7d7c36d1 HTTP/1.1" 404 171 0.002243 10.0.0.35 - - [2025-02-06 02:26:13] "GET /domains HTTP/1.1" 200 280 0.002338 10.0.0.35 - - [2025-02-06 02:26:13] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.35 - - [2025-02-06 02:26:13] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0 HTTP/1.1" 200 2573 0.053689 10.0.0.35 - - [2025-02-06 02:26:13] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.35 - - [2025-02-06 02:26:13] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092 HTTP/1.1" 200 2084 0.068095 10.0.0.35 - - [2025-02-06 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.35 - - [2025-02-06 02:26:13] "DELETE /network-ipam/ddd2b8cb-22bd-43c6-a7eb-019ecf63fd24 HTTP/1.1" 200 115 0.019922 10.0.0.35 - - [2025-02-06 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002309 10.0.0.35 - - [2025-02-06 02:26:14] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001707 10.0.0.35 - - [2025-02-06 02:26:14] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050298 10.0.0.35 - - [2025-02-06 02:26:14] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.35 - - [2025-02-06 02:26:14] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?fields=virtual_networks HTTP/1.1" 200 1031 0.076026 10.0.0.35 - - [2025-02-06 02:26:14] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.35 - - [2025-02-06 02:26:14] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027610 10.0.0.35 - - [2025-02-06 02:26:14] "GET /projects?obj_uuids=529afe96-bf1e-4d44-b564-b5c4b321b092&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.35 - - [2025-02-06 02:26:14] "GET /project/529afe96-bf1e-4d44-b564-b5c4b321b092?fields=security_groups HTTP/1.1" 200 1257 0.030833 10.0.0.35 - - [2025-02-06 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.005681 10.0.0.35 - - [2025-02-06 02:26:16] "POST /neutron/port HTTP/1.1" 400 205 0.003081 10.0.0.35 - - [2025-02-06 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.005706 10.0.0.35 - - [2025-02-06 02:26:16] "POST /neutron/port HTTP/1.1" 400 205 0.003140 10.0.0.35 - - [2025-02-06 02:26:22] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.35 - - [2025-02-06 02:26:23] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000639 10.0.0.35 - - [2025-02-06 02:26:23] "GET /projects?obj_uuids=896a38a0-a080-4e4b-ae09-575078ef9708&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001407 10.0.0.35 - - [2025-02-06 02:26:23] "GET /project/896a38a0-a080-4e4b-ae09-575078ef9708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.050105 [Introspect:8084]10.0.0.35 - - [2025-02-06 02:26:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001259 10.0.0.35 - - [2025-02-06 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.022921 10.0.0.35 - - [2025-02-06 02:26:24] "GET /projects?obj_uuids=89c94caf-ad7e-4699-8c0c-ad6114d7bfd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002560 10.0.0.35 - - [2025-02-06 02:26:24] "GET /domains?obj_uuids=f8ce587a-f27e-43a1-81bb-02994a6c3eb0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.35 - - [2025-02-06 02:26:24] "GET /domain/f8ce587a-f27e-43a1-81bb-02994a6c3eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007606 10.0.0.35 - - [2025-02-06 02:26:24] "POST /id-to-fqname HTTP/1.1" 200 186 0.001254 10.0.0.35 - - [2025-02-06 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 195 0.002393 10.0.0.35 - - [2025-02-06 02:26:24] "POST /security-groups HTTP/1.1" 200 587 0.063424 10.0.0.35 - - [2025-02-06 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 230 0.002420 10.0.0.35 - - [2025-02-06 02:26:24] "POST /projects HTTP/1.1" 200 577 0.215747 10.0.0.35 - - [2025-02-06 02:26:24] "POST /access-control-lists HTTP/1.1" 200 592 0.056125 10.0.0.35 - - [2025-02-06 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.281434 10.0.0.35 - - [2025-02-06 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002267 10.0.0.35 - - [2025-02-06 02:26:24] "GET /project/89c94caf-ad7e-4699-8c0c-ad6114d7bfd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.398044