++ 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 Mar 20 02:13:19 UTC 2025 ===================' INFO: =================== Thu Mar 20 02:13:19 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.30 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.30 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ 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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 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.33 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.30,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33: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 03/20/2025 02:13:27.359 7f92b61f0c88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/20/2025 02:13:27.498 7f92b61f0c88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/20/2025 02:13:27.510 7f92b61f0c88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/20/2025 02:13:27.510 7f92b61f0c88 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2025-03-20 02:13:31] "GET / HTTP/1.1" 503 181 0.000247 10.0.0.33 - - [2025-03-20 02:13:31] "GET / HTTP/1.1" 503 181 0.000175 10.0.0.33 - - [2025-03-20 02:13:31] "GET / HTTP/1.1" 200 35931 0.001726 10.0.0.33 - - [2025-03-20 02:13:32] "GET / HTTP/1.1" 200 45871 0.001639 10.0.0.33 - - [2025-03-20 02:13:32] "GET / HTTP/1.1" 200 45871 0.001110 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.33 - - [2025-03-20 02:13:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000578 10.0.0.33 - - [2025-03-20 02:13:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000297 10.0.0.33 - - [2025-03-20 02:13:32] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.33 - - [2025-03-20 02:13:33] "GET / HTTP/1.1" 200 35931 0.063971 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.895331 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.33 - - [2025-03-20 02:13:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.621370 10.0.0.33 - - [2025-03-20 02:13:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002741 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.055526 10.0.0.33 - - [2025-03-20 02:13:33] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012112 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2025-03-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003222 10.0.0.33 - - [2025-03-20 02:13:33] "POST /config-nodes HTTP/1.1" 200 599 0.019269 10.0.0.33 - - [2025-03-20 02:13:34] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.33 - - [2025-03-20 02:13:34] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000392 /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.33 - - [2025-03-20 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.320910 10.0.0.33 - - [2025-03-20 02:13:34] "GET /network-ipam/c503428d-f15f-4e47-996c-5778ed21e0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006980 10.0.0.33 - - [2025-03-20 02:13:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.058768 10.0.0.33 - - [2025-03-20 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.002656 10.0.0.33 - - [2025-03-20 02:13:35] "POST /access-control-lists HTTP/1.1" 200 587 0.015439 10.0.0.33 - - [2025-03-20 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003046 10.0.0.33 - - [2025-03-20 02:13:35] "POST /access-control-lists HTTP/1.1" 200 585 0.016817 10.0.0.33 - - [2025-03-20 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.009950 10.0.0.33 - - [2025-03-20 02:13:35] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.33 - - [2025-03-20 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.010613 10.0.0.33 - - [2025-03-20 02:13:35] "POST /ref-update HTTP/1.1" 200 156 0.011203 10.0.0.33 - - [2025-03-20 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.011773 10.0.0.33 - - [2025-03-20 02:13:35] "POST /ref-update HTTP/1.1" 200 156 0.014031 10.0.0.33 - - [2025-03-20 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.012656 10.0.0.33 - - [2025-03-20 02:13:35] "POST /ref-update HTTP/1.1" 200 156 0.011909 10.0.0.33 - - [2025-03-20 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003164 10.0.0.33 - - [2025-03-20 02:13:36] "POST /access-control-lists HTTP/1.1" 200 551 0.060417 10.0.0.33 - - [2025-03-20 02:13:36] "PUT /access-control-list/6ae09867-ecdd-4026-afa9-941fd0ba5469 HTTP/1.1" 200 272 0.011437 10.0.0.33 - - [2025-03-20 02:13:36] "PUT /access-control-list/6c2cd820-a3a8-44bd-9d0c-c0224271639e HTTP/1.1" 200 272 0.011158 10.0.0.33 - - [2025-03-20 02:13:38] "GET / HTTP/1.1" 200 35931 0.002561 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.020264 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.33 - - [2025-03-20 02:13:38] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005910 10.0.0.33 - - [2025-03-20 02:13:38] "POST /service-appliance-sets HTTP/1.1" 200 553 0.014562 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.002537 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2025-03-20 02:13:38] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005897 10.0.0.33 - - [2025-03-20 02:13:38] "POST /service-appliance-sets HTTP/1.1" 200 541 0.015878 10.0.0.33 - - [2025-03-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.33 - - [2025-03-20 02:13:38] "GET /network-ipam/c503428d-f15f-4e47-996c-5778ed21e0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004924 10.0.0.33 - - [2025-03-20 02:13:39] "POST /service-templates HTTP/1.1" 200 511 0.017168 10.0.0.33 - - [2025-03-20 02:13:39] "POST /service-templates HTTP/1.1" 200 501 0.018775 10.0.0.33 - - [2025-03-20 02:13:39] "POST /service-templates HTTP/1.1" 200 515 0.015991 10.0.0.33 - - [2025-03-20 02:13:39] "POST /service-templates HTTP/1.1" 200 535 0.015758 10.0.0.33 - - [2025-03-20 02:13:39] "POST /service-templates HTTP/1.1" 200 507 0.017313 10.0.0.33 - - [2025-03-20 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.33 - - [2025-03-20 02:13:39] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003194 10.0.0.33 - - [2025-03-20 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.33 - - [2025-03-20 02:13:39] "PUT /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 276 0.008090 10.0.0.33 - - [2025-03-20 02:13:39] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.33 - - [2025-03-20 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-03-20 02:13:40] "GET / HTTP/1.1" 200 35931 0.001386 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2025-03-20 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.295693 10.0.0.33 - - [2025-03-20 02:13:40] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005254 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 581 0.040619 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 575 0.016320 10.0.0.33 - - [2025-03-20 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.002603 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 575 0.014855 10.0.0.33 - - [2025-03-20 02:13:40] "POST /config-database-nodes HTTP/1.1" 200 617 0.018828 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 559 0.015911 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 555 0.015838 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 557 0.015467 10.0.0.33 - - [2025-03-20 02:13:40] "POST /alarms HTTP/1.1" 200 565 0.015424 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 549 0.016455 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 557 0.014537 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 567 0.017514 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 555 0.016185 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 567 0.015026 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 575 0.057170 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 569 0.016633 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 561 0.015409 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 561 0.015660 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 561 0.016492 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 547 0.015234 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 595 0.014980 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 575 0.014814 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 571 0.021203 10.0.0.33 - - [2025-03-20 02:13:41] "POST /alarms HTTP/1.1" 200 583 0.030802 10.0.0.33 - - [2025-03-20 02:13:42] "POST /alarms HTTP/1.1" 200 609 0.016174 10.0.0.33 - - [2025-03-20 02:13:42] "GET / HTTP/1.1" 200 35931 0.001452 10.0.0.33 - - [2025-03-20 02:13:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2025-03-20 02:13:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.020478 10.0.0.33 - - [2025-03-20 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.33 - - [2025-03-20 02:13:42] "PUT /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 276 0.008338 10.0.0.33 - - [2025-03-20 02:13:43] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.33 - - [2025-03-20 02:13:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-03-20 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.021375 10.0.0.33 - - [2025-03-20 02:13:43] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002946 10.0.0.33 - - [2025-03-20 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.33 - - [2025-03-20 02:13:43] "PUT /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 276 0.008232 10.0.0.33 - - [2025-03-20 02:13:43] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.33 - - [2025-03-20 02:13:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-03-20 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.019575 10.0.0.33 - - [2025-03-20 02:13:44] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004897 10.0.0.33 - - [2025-03-20 02:13:44] "PUT /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c HTTP/1.1" 200 274 0.015234 10.0.0.33 - - [2025-03-20 02:14:07] "GET /global-system-configs HTTP/1.1" 200 322 0.578823 10.0.0.33 - - [2025-03-20 02:14:08] "GET /global-system-configs HTTP/1.1" 200 322 0.020349 10.0.0.33 - - [2025-03-20 02:14:55] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.33 - - [2025-03-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.33 - - [2025-03-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.021311 10.0.0.33 - - [2025-03-20 02:14:55] "GET /routing-instance/349f664c-9a98-415b-b22c-bbd1646eb637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003557 10.0.0.33 - - [2025-03-20 02:14:55] "POST /bgp-routers HTTP/1.1" 200 620 0.018623 10.0.0.33 - - [2025-03-20 02:14:55] "GET /bgp-router/818bf305-c65a-4820-9c24-511bffd63be1?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005642 10.0.0.33 - - [2025-03-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.33 - - [2025-03-20 02:14:55] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005598 10.0.0.33 - - [2025-03-20 02:14:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2025-03-20 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.007513 10.0.0.33 - - [2025-03-20 02:15:43] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.33 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.021262 10.0.0.33 - - [2025-03-20 02:15:44] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006983 10.0.0.33 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.002979 10.0.0.33 - - [2025-03-20 02:15:44] "POST /database-nodes HTTP/1.1" 200 603 0.019456 10.0.0.33 - - [2025-03-20 02:16:32] "GET / HTTP/1.1" 200 35931 0.001696 10.0.0.33 - - [2025-03-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2025-03-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020760 10.0.0.33 - - [2025-03-20 02:16:32] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004945 10.0.0.33 - - [2025-03-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.002677 10.0.0.33 - - [2025-03-20 02:16:32] "POST /analytics-nodes HTTP/1.1" 200 605 0.015011 10.0.0.33 - - [2025-03-20 02:16:38] "GET / HTTP/1.1" 200 35931 0.001744 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.33 - - [2025-03-20 02:16:40] "GET /obj-perms HTTP/1.1" 200 5056 0.339876 10.0.0.33 - - [2025-03-20 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.036840 10.0.0.33 - - [2025-03-20 02:16:48] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.33 - - [2025-03-20 02:16:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2025-03-20 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.022167 10.0.0.33 - - [2025-03-20 02:16:48] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004975 10.0.0.33 - - [2025-03-20 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.002737 10.0.0.33 - - [2025-03-20 02:16:48] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.019580 10.0.0.33 - - [2025-03-20 02:17:00] "GET / HTTP/1.1" 200 35931 0.002543 10.0.0.33 - - [2025-03-20 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.33 - - [2025-03-20 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.021596 10.0.0.33 - - [2025-03-20 02:17:01] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005004 10.0.0.33 - - [2025-03-20 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002826 10.0.0.33 - - [2025-03-20 02:17:01] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022384 10.0.0.33 - - [2025-03-20 02:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.043525 10.0.0.33 - - [2025-03-20 02:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.039295 10.0.0.33 - - [2025-03-20 02:18:36] "GET / HTTP/1.1" 200 35931 0.002327 10.0.0.33 - - [2025-03-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2025-03-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.021160 10.0.0.33 - - [2025-03-20 02:18:36] "GET /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005592 10.0.0.33 - - [2025-03-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.33 - - [2025-03-20 02:18:36] "GET /routing-instance/349f664c-9a98-415b-b22c-bbd1646eb637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003844 10.0.0.33 - - [2025-03-20 02:18:36] "PUT /global-system-config/744e8f13-c584-4ef3-aaf6-c9abf010639c HTTP/1.1" 200 274 0.013555 10.0.0.33 - - [2025-03-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.002710 10.0.0.33 - - [2025-03-20 02:18:36] "POST /virtual-routers HTTP/1.1" 200 603 0.017276 10.0.0.33 - - [2025-03-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.33 - - [2025-03-20 02:18:37] "GET /virtual-router/f852c14c-a45c-4133-9bde-fe623670415a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005036 10.0.0.33 - - [2025-03-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.002676 10.0.0.33 - - [2025-03-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.33 - - [2025-03-20 02:18:37] "GET /virtual-network/01919437-18dc-4e4a-b5e5-254959d86086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.005080 10.0.0.33 - - [2025-03-20 02:18:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.039990 10.0.0.33 - - [2025-03-20 02:18:37] "PUT /access-control-list/a9970f9b-daf9-4443-849b-87742fa16d67 HTTP/1.1" 200 272 0.027586 10.0.0.33 - - [2025-03-20 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.037872 10.0.0.33 - - [2025-03-20 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.048378 10.0.0.33 - - [2025-03-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.33 - - [2025-03-20 02:18:42] "GET /virtual-router/f852c14c-a45c-4133-9bde-fe623670415a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003305 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:18:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000890 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:18:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000921 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:18:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000751 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:18:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000836 10.0.0.33 - - [2025-03-20 02:19:04] "GET /global-system-configs HTTP/1.1" 200 322 0.005781 10.0.0.33 - - [2025-03-20 02:19:04] "GET /obj-perms HTTP/1.1" 200 5056 0.022197 10.0.0.33 - - [2025-03-20 02:19:05] "GET /global-system-configs HTTP/1.1" 200 322 0.006213 10.0.0.33 - - [2025-03-20 02:19:05] "GET /obj-perms HTTP/1.1" 200 5056 0.025088 10.0.0.33 - - [2025-03-20 02:19:41] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.33 - - [2025-03-20 02:19:42] "GET /obj-perms HTTP/1.1" 200 5056 0.050134 10.0.0.33 - - [2025-03-20 02:19:43] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.33 - - [2025-03-20 02:19:43] "GET /obj-perms HTTP/1.1" 200 5056 0.320123 10.0.0.33 - - [2025-03-20 02:19:43] "GET /projects?obj_uuids=a19656a7-82c8-48c5-8e7a-0aac93cf6359&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026685 10.0.0.33 - - [2025-03-20 02:19:43] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.33 - - [2025-03-20 02:19:43] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.066029 10.0.0.33 - - [2025-03-20 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 167 0.002030 10.0.0.33 - - [2025-03-20 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 176 0.003110 10.0.0.33 - - [2025-03-20 02:19:43] "POST /security-groups HTTP/1.1" 200 568 0.063406 10.0.0.33 - - [2025-03-20 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002861 10.0.0.33 - - [2025-03-20 02:19:43] "POST /projects HTTP/1.1" 200 539 0.230771 10.0.0.33 - - [2025-03-20 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.296336 10.0.0.33 - - [2025-03-20 02:19:43] "POST /access-control-lists HTTP/1.1" 200 573 0.060780 10.0.0.33 - - [2025-03-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002741 10.0.0.33 - - [2025-03-20 02:19:44] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.498852 10.0.0.33 - - [2025-03-20 02:19:44] "POST /access-control-lists HTTP/1.1" 200 571 0.076452 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:19:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001069 10.0.0.33 - - [2025-03-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.022205 10.0.0.33 - - [2025-03-20 02:19:44] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002499 10.0.0.33 - - [2025-03-20 02:19:44] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.33 - - [2025-03-20 02:19:44] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007303 10.0.0.33 - - [2025-03-20 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 201 0.003367 10.0.0.33 - - [2025-03-20 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.003164 10.0.0.33 - - [2025-03-20 02:19:45] "POST /security-groups HTTP/1.1" 200 602 0.060177 10.0.0.33 - - [2025-03-20 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.002520 10.0.0.33 - - [2025-03-20 02:19:45] "POST /projects HTTP/1.1" 200 607 0.214464 10.0.0.33 - - [2025-03-20 02:19:45] "POST /access-control-lists HTTP/1.1" 200 607 0.058915 10.0.0.33 - - [2025-03-20 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.289987 10.0.0.33 - - [2025-03-20 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.002728 10.0.0.33 - - [2025-03-20 02:19:45] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.403132 10.0.0.33 - - [2025-03-20 02:19:45] "POST /access-control-lists HTTP/1.1" 200 605 0.060528 10.0.0.33 - - [2025-03-20 02:19:46] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.33 - - [2025-03-20 02:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.33 - - [2025-03-20 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.051824 10.0.0.33 - - [2025-03-20 02:19:47] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001201 10.0.0.33 - - [2025-03-20 02:19:47] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034620 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/network HTTP/1.1" 200 117 0.035859 10.0.0.33 - - [2025-03-20 02:19:47] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001183 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/network HTTP/1.1" 200 620 0.069468 10.0.0.33 - - [2025-03-20 02:19:47] "POST /route-targets HTTP/1.1" 200 327 0.016936 10.0.0.33 - - [2025-03-20 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.016508 10.0.0.33 - - [2025-03-20 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.160576 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/network HTTP/1.1" 200 839 0.005371 10.0.0.33 - - [2025-03-20 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001474 10.0.0.33 - - [2025-03-20 02:19:47] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004877 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/network HTTP/1.1" 200 839 0.005813 10.0.0.33 - - [2025-03-20 02:19:47] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004686 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/network HTTP/1.1" 200 839 0.005373 10.0.0.33 - - [2025-03-20 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.007173 10.0.0.33 - - [2025-03-20 02:19:47] "GET /domains HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domains HTTP/1.1" 200 280 0.025564 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2584 0.013223 10.0.0.33 - - [2025-03-20 02:19:48] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001126 10.0.0.33 - - [2025-03-20 02:19:48] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22 HTTP/1.1" 200 2167 0.070900 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31 HTTP/1.1" 200 2342 0.005702 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31 HTTP/1.1" 200 2342 0.004768 10.0.0.33 - - [2025-03-20 02:19:48] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 200 1494 0.003382 10.0.0.33 - - [2025-03-20 02:19:48] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 200 1494 0.003206 10.0.0.33 - - [2025-03-20 02:19:48] "GET /route-target/f609d9b2-c42d-48c9-9b31-e37327ba2f95 HTTP/1.1" 200 1220 0.003421 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31 HTTP/1.1" 200 2342 0.004558 10.0.0.33 - - [2025-03-20 02:19:48] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 200 1494 0.003489 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004763 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31 HTTP/1.1" 200 2342 0.004323 10.0.0.33 - - [2025-03-20 02:19:48] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 200 1494 0.002781 10.0.0.33 - - [2025-03-20 02:19:48] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 200 1494 0.002556 10.0.0.33 - - [2025-03-20 02:19:48] "GET /route-target/f609d9b2-c42d-48c9-9b31-e37327ba2f95 HTTP/1.1" 200 1220 0.002534 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domains HTTP/1.1" 200 280 0.002546 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.33 - - [2025-03-20 02:19:48] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2584 0.006153 10.0.0.33 - - [2025-03-20 02:19:48] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000862 10.0.0.33 - - [2025-03-20 02:19:48] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22 HTTP/1.1" 200 2167 0.066480 10.0.0.33 - - [2025-03-20 02:19:48] "GET /virtual-network/e7d0888b-47f5-4274-8c56-21459fb34d31 HTTP/1.1" 200 2342 0.004256 10.0.0.33 - - [2025-03-20 02:19:48] "GET /obj-perms HTTP/1.1" 200 5052 0.042183 10.0.0.33 - - [2025-03-20 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001286 10.0.0.33 - - [2025-03-20 02:19:50] "POST /neutron/network HTTP/1.1" 200 849 0.006763 10.0.0.33 - - [2025-03-20 02:19:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.33 - - [2025-03-20 02:19:50] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.33 - - [2025-03-20 02:19:50] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2025-03-20 02:19:51] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001063 10.0.0.33 - - [2025-03-20 02:19:51] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052680 10.0.0.33 - - [2025-03-20 02:19:51] "POST /neutron/network HTTP/1.1" 200 839 0.024189 10.0.0.33 - - [2025-03-20 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.33 - - [2025-03-20 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.33 - - [2025-03-20 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.006384 10.0.0.33 - - [2025-03-20 02:19:52] "POST /neutron/network HTTP/1.1" 200 849 0.005415 10.0.0.33 - - [2025-03-20 02:19:52] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001136 10.0.0.33 - - [2025-03-20 02:19:52] "POST /neutron/port HTTP/1.1" 200 1071 0.209940 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/port HTTP/1.1" 200 1071 0.027593 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/port HTTP/1.1" 200 1071 0.007496 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/port HTTP/1.1" 200 1125 0.061095 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/port HTTP/1.1" 200 1099 0.013090 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002671 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.023172 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.33 - - [2025-03-20 02:19:53] "POST /neutron/network HTTP/1.1" 200 839 0.005451 10.0.0.33 - - [2025-03-20 02:19:57] "POST /neutron/port HTTP/1.1" 200 1099 0.013302 10.0.0.33 - - [2025-03-20 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006011 10.0.0.33 - - [2025-03-20 02:19:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003238 10.0.0.33 - - [2025-03-20 02:19:58] "GET /obj-perms HTTP/1.1" 200 5052 0.003307 10.0.0.33 - - [2025-03-20 02:19:59] "GET /obj-perms HTTP/1.1" 200 5052 0.003358 10.0.0.33 - - [2025-03-20 02:20:00] "GET /obj-perms HTTP/1.1" 200 5052 0.003735 10.0.0.33 - - [2025-03-20 02:20:01] "GET /obj-perms HTTP/1.1" 200 5052 0.003395 10.0.0.33 - - [2025-03-20 02:20:02] "POST /neutron/network HTTP/1.1" 200 839 0.007162 10.0.0.33 - - [2025-03-20 02:20:02] "POST /neutron/network HTTP/1.1" 400 204 0.014748 10.0.0.33 - - [2025-03-20 02:20:02] "POST /neutron/port HTTP/1.1" 200 1099 0.013991 10.0.0.33 - - [2025-03-20 02:20:02] "POST /neutron/port HTTP/1.1" 200 1125 0.008363 10.0.0.33 - - [2025-03-20 02:20:02] "POST /neutron/port HTTP/1.1" 200 151 0.116279 10.0.0.33 - - [2025-03-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 839 0.005980 10.0.0.33 - - [2025-03-20 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.33 - - [2025-03-20 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.33 - - [2025-03-20 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001666 10.0.0.33 - - [2025-03-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 151 0.075567 10.0.0.33 - - [2025-03-20 02:20:04] "GET /routing-instance/297c4368-8e90-4ea2-906c-ac74a568f879 HTTP/1.1" 404 171 0.006222 10.0.0.33 - - [2025-03-20 02:20:04] "DELETE /route-target/f609d9b2-c42d-48c9-9b31-e37327ba2f95 HTTP/1.1" 200 115 0.018513 10.0.0.33 - - [2025-03-20 02:20:04] "GET /domains HTTP/1.1" 200 280 0.003336 10.0.0.33 - - [2025-03-20 02:20:04] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.33 - - [2025-03-20 02:20:04] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2584 0.049249 10.0.0.33 - - [2025-03-20 02:20:04] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002146 10.0.0.33 - - [2025-03-20 02:20:04] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22 HTTP/1.1" 200 1917 0.072728 10.0.0.33 - - [2025-03-20 02:20:04] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979 10.0.0.33 - - [2025-03-20 02:20:04] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.024926 10.0.0.33 - - [2025-03-20 02:20:04] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.33 - - [2025-03-20 02:20:04] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?fields=virtual_networks HTTP/1.1" 200 1053 0.075346 10.0.0.33 - - [2025-03-20 02:20:04] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.33 - - [2025-03-20 02:20:04] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.029649 10.0.0.33 - - [2025-03-20 02:20:04] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976 10.0.0.33 - - [2025-03-20 02:20:04] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?fields=security_groups HTTP/1.1" 200 1290 0.028323 10.0.0.33 - - [2025-03-20 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.021144 10.0.0.33 - - [2025-03-20 02:20:05] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002627 10.0.0.33 - - [2025-03-20 02:20:05] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.33 - - [2025-03-20 02:20:05] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007035 10.0.0.33 - - [2025-03-20 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 202 0.001209 10.0.0.33 - - [2025-03-20 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002090 10.0.0.33 - - [2025-03-20 02:20:06] "POST /security-groups HTTP/1.1" 200 603 0.060051 10.0.0.33 - - [2025-03-20 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 246 0.002315 10.0.0.33 - - [2025-03-20 02:20:06] "POST /projects HTTP/1.1" 200 609 0.209520 10.0.0.33 - - [2025-03-20 02:20:06] "POST /access-control-lists HTTP/1.1" 200 608 0.059539 10.0.0.33 - - [2025-03-20 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.278713 10.0.0.33 - - [2025-03-20 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.002730 10.0.0.33 - - [2025-03-20 02:20:06] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.400477 10.0.0.33 - - [2025-03-20 02:20:06] "POST /access-control-lists HTTP/1.1" 200 606 0.060256 10.0.0.33 - - [2025-03-20 02:20:07] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.33 - - [2025-03-20 02:20:07] "GET /projects?obj_uuids=a19656a7-82c8-48c5-8e7a-0aac93cf6359&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001017 10.0.0.33 - - [2025-03-20 02:20:07] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.029991 10.0.0.33 - - [2025-03-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.33 - - [2025-03-20 02:20:08] "GET /security-group/ef981acc-8ec7-4bee-82f6-28af09c6f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004575 10.0.0.33 - - [2025-03-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.33 - - [2025-03-20 02:20:08] "GET /projects?obj_uuids=a19656a7-82c8-48c5-8e7a-0aac93cf6359&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001325 10.0.0.33 - - [2025-03-20 02:20:08] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.022468 10.0.0.33 - - [2025-03-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.33 - - [2025-03-20 02:20:08] "GET /security-group/ef981acc-8ec7-4bee-82f6-28af09c6f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003964 10.0.0.33 - - [2025-03-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.33 - - [2025-03-20 02:20:08] "PUT /security-group/ef981acc-8ec7-4bee-82f6-28af09c6f9f5 HTTP/1.1" 200 262 0.013841 10.0.0.33 - - [2025-03-20 02:20:08] "PUT /access-control-list/7ee5f327-ab86-4bc5-ac68-2e5a50fa4247 HTTP/1.1" 200 272 0.013617 10.0.0.33 - - [2025-03-20 02:20:08] "PUT /access-control-list/be2d9ec3-41a3-4436-93cc-f98b81a73838 HTTP/1.1" 200 272 0.015417 10.0.0.33 - - [2025-03-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.33 - - [2025-03-20 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.046303 10.0.0.33 - - [2025-03-20 02:20:09] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001294 10.0.0.33 - - [2025-03-20 02:20:09] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042057 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 117 0.026023 10.0.0.33 - - [2025-03-20 02:20:09] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 619 0.093019 10.0.0.33 - - [2025-03-20 02:20:09] "POST /route-targets HTTP/1.1" 200 327 0.011801 10.0.0.33 - - [2025-03-20 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.019176 10.0.0.33 - - [2025-03-20 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003873 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.139023 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 840 0.005817 10.0.0.33 - - [2025-03-20 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001490 10.0.0.33 - - [2025-03-20 02:20:09] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005035 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 840 0.005476 10.0.0.33 - - [2025-03-20 02:20:09] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004755 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 840 0.005759 10.0.0.33 - - [2025-03-20 02:20:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.006994 10.0.0.33 - - [2025-03-20 02:20:09] "GET /domains HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-03-20 02:20:09] "GET /domains HTTP/1.1" 200 280 0.020958 10.0.0.33 - - [2025-03-20 02:20:09] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.33 - - [2025-03-20 02:20:09] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.009043 10.0.0.33 - - [2025-03-20 02:20:09] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.33 - - [2025-03-20 02:20:10] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 2173 0.075560 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 2346 0.005795 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 2346 0.004760 10.0.0.33 - - [2025-03-20 02:20:10] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 200 1490 0.003799 10.0.0.33 - - [2025-03-20 02:20:10] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 200 1490 0.003300 10.0.0.33 - - [2025-03-20 02:20:10] "GET /route-target/3d08f901-46a0-4dd1-af83-18b310cbde11 HTTP/1.1" 200 1218 0.003346 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 2346 0.004546 10.0.0.33 - - [2025-03-20 02:20:10] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 200 1490 0.003117 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004521 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 2346 0.004610 10.0.0.33 - - [2025-03-20 02:20:10] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 200 1490 0.003231 10.0.0.33 - - [2025-03-20 02:20:10] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 200 1490 0.003065 10.0.0.33 - - [2025-03-20 02:20:10] "GET /route-target/3d08f901-46a0-4dd1-af83-18b310cbde11 HTTP/1.1" 200 1218 0.002702 10.0.0.33 - - [2025-03-20 02:20:10] "GET /domains HTTP/1.1" 200 280 0.003592 10.0.0.33 - - [2025-03-20 02:20:10] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.33 - - [2025-03-20 02:20:10] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.007004 10.0.0.33 - - [2025-03-20 02:20:10] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.33 - - [2025-03-20 02:20:10] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 2173 0.065774 10.0.0.33 - - [2025-03-20 02:20:10] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 2346 0.004858 10.0.0.33 - - [2025-03-20 02:20:10] "GET /obj-perms HTTP/1.1" 200 5054 0.043711 10.0.0.33 - - [2025-03-20 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.33 - - [2025-03-20 02:20:10] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.33 - - [2025-03-20 02:20:10] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037752 10.0.0.33 - - [2025-03-20 02:20:10] "POST /neutron/network HTTP/1.1" 200 117 0.008388 10.0.0.33 - - [2025-03-20 02:20:10] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.33 - - [2025-03-20 02:20:10] "POST /neutron/network HTTP/1.1" 200 619 0.069351 10.0.0.33 - - [2025-03-20 02:20:10] "POST /route-targets HTTP/1.1" 200 327 0.014457 10.0.0.33 - - [2025-03-20 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.014403 10.0.0.33 - - [2025-03-20 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 710 0.181122 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/network HTTP/1.1" 200 835 0.005250 10.0.0.33 - - [2025-03-20 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001114 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005311 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/network HTTP/1.1" 200 835 0.005617 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004701 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/network HTTP/1.1" 200 835 0.005483 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 710 0.006954 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domains HTTP/1.1" 200 280 0.002858 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.009148 10.0.0.33 - - [2025-03-20 02:20:11] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.33 - - [2025-03-20 02:20:11] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 2401 0.081993 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45 HTTP/1.1" 200 2330 0.009167 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45 HTTP/1.1" 200 2330 0.005105 10.0.0.33 - - [2025-03-20 02:20:11] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 200 1491 0.016885 10.0.0.33 - - [2025-03-20 02:20:11] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 200 1491 0.003643 10.0.0.33 - - [2025-03-20 02:20:11] "GET /route-target/bd20430a-2f5d-4f27-8fb3-7d49a4b4b830 HTTP/1.1" 200 1219 0.004454 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45 HTTP/1.1" 200 2330 0.005402 10.0.0.33 - - [2025-03-20 02:20:11] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 200 1491 0.003627 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007603 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45 HTTP/1.1" 200 2330 0.005273 10.0.0.33 - - [2025-03-20 02:20:11] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 200 1491 0.005324 10.0.0.33 - - [2025-03-20 02:20:11] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 200 1491 0.004735 10.0.0.33 - - [2025-03-20 02:20:11] "GET /route-target/bd20430a-2f5d-4f27-8fb3-7d49a4b4b830 HTTP/1.1" 200 1219 0.003852 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domains HTTP/1.1" 200 280 0.002824 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.33 - - [2025-03-20 02:20:11] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.007852 10.0.0.33 - - [2025-03-20 02:20:11] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.33 - - [2025-03-20 02:20:11] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 2401 0.071345 10.0.0.33 - - [2025-03-20 02:20:11] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45 HTTP/1.1" 200 2330 0.004766 10.0.0.33 - - [2025-03-20 02:20:11] "GET /obj-perms HTTP/1.1" 200 5054 0.002764 10.0.0.33 - - [2025-03-20 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001238 10.0.0.33 - - [2025-03-20 02:20:11] "POST /neutron/network HTTP/1.1" 200 845 0.005389 10.0.0.33 - - [2025-03-20 02:20:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-03-20 02:20:12] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.33 - - [2025-03-20 02:20:12] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-03-20 02:20:12] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.33 - - [2025-03-20 02:20:12] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044700 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/network HTTP/1.1" 200 835 0.005182 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.33 - - [2025-03-20 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001214 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.006287 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/network HTTP/1.1" 200 850 0.005679 10.0.0.33 - - [2025-03-20 02:20:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.33 - - [2025-03-20 02:20:12] "POST /neutron/network HTTP/1.1" 200 845 0.005738 10.0.0.33 - - [2025-03-20 02:20:12] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.33 - - [2025-03-20 02:20:13] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.33 - - [2025-03-20 02:20:13] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1069 0.223143 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1069 0.012316 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1069 0.008582 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1123 0.063962 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1097 0.014026 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003232 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 684 0.008383 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/network HTTP/1.1" 200 835 0.007725 10.0.0.33 - - [2025-03-20 02:20:13] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.33 - - [2025-03-20 02:20:13] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060647 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/network HTTP/1.1" 200 840 0.005273 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 1097 0.019343 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012680 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.33 - - [2025-03-20 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.33 - - [2025-03-20 02:20:13] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.33 - - [2025-03-20 02:20:13] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033966 10.0.0.33 - - [2025-03-20 02:20:13] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004876 10.0.0.33 - - [2025-03-20 02:20:13] "GET /floating-ip-pools?parent_id=b867899f-98a3-47f8-989b-c52d2665095f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005752 10.0.0.33 - - [2025-03-20 02:20:13] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005402 10.0.0.33 - - [2025-03-20 02:20:13] "POST /neutron/network HTTP/1.1" 200 850 0.005391 10.0.0.33 - - [2025-03-20 02:20:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.035381 10.0.0.33 - - [2025-03-20 02:20:13] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.011681 10.0.0.33 - - [2025-03-20 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.031657 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.057297 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domains HTTP/1.1" 200 280 0.005476 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005505 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.028071 10.0.0.33 - - [2025-03-20 02:20:14] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.33 - - [2025-03-20 02:20:14] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 3243 0.122961 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 3158 0.015186 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1074 0.453222 10.0.0.33 - - [2025-03-20 02:20:14] "GET /floating-ip-pool/69ce97a8-768f-446a-8d33-93679ed29a9d HTTP/1.1" 200 1440 0.003316 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domains HTTP/1.1" 200 280 0.002861 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.33 - - [2025-03-20 02:20:14] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2782 0.022631 10.0.0.33 - - [2025-03-20 02:20:14] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1074 0.029871 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1074 0.008522 10.0.0.33 - - [2025-03-20 02:20:14] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 3243 0.096813 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f HTTP/1.1" 200 3158 0.011283 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007401 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1128 0.127378 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1097 0.024528 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006407 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1102 0.022786 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003340 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.009366 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1097 0.014604 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/network HTTP/1.1" 200 840 0.005351 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011140 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/port HTTP/1.1" 200 1097 0.012765 10.0.0.33 - - [2025-03-20 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005179 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-machine/1c255add-77b0-4ca1-af99-d2c97d8ff0ed HTTP/1.1" 200 1304 0.003859 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-machine-interface/474cdd01-3689-42db-9156-75e2787264af HTTP/1.1" 200 3003 0.005157 10.0.0.33 - - [2025-03-20 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.33 - - [2025-03-20 02:20:14] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002662 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-networks?parent_id=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003365 10.0.0.33 - - [2025-03-20 02:20:14] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006795 10.0.0.33 - - [2025-03-20 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.33 - - [2025-03-20 02:20:18] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004787 10.0.0.33 - - [2025-03-20 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2025-03-20 02:20:22] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005428 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/port HTTP/1.1" 200 1097 0.024307 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/port HTTP/1.1" 200 1097 0.029417 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/network HTTP/1.1" 200 845 0.006029 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003446 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 684 0.010817 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.33 - - [2025-03-20 02:20:22] "POST /neutron/network HTTP/1.1" 200 835 0.005409 10.0.0.33 - - [2025-03-20 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.33 - - [2025-03-20 02:20:24] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003187 10.0.0.33 - - [2025-03-20 02:20:24] "GET /virtual-networks?parent_id=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002728 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/port HTTP/1.1" 200 1097 0.031636 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005084 10.0.0.33 - - [2025-03-20 02:20:24] "GET /virtual-network/465bf846-f220-4f86-bba5-03930e9c5e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.014263 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/port HTTP/1.1" 200 1102 0.013707 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005090 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/port HTTP/1.1" 200 1097 0.016204 10.0.0.33 - - [2025-03-20 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005930 10.0.0.33 - - [2025-03-20 02:20:29] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/floatingip HTTP/1.1" 200 532 0.062809 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/port HTTP/1.1" 200 1097 0.011498 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004531 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/floatingip HTTP/1.1" 200 576 0.030895 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/port HTTP/1.1" 200 1102 0.014206 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005607 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/port HTTP/1.1" 200 1102 0.013035 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005506 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/port HTTP/1.1" 200 1102 0.012901 10.0.0.33 - - [2025-03-20 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005372 10.0.0.33 - - [2025-03-20 02:20:29] "GET /virtual-machine/4a720e49-2e3a-4633-9ca4-779e52c3344d HTTP/1.1" 200 1304 0.003926 10.0.0.33 - - [2025-03-20 02:20:29] "GET /virtual-machine-interface/a930d9da-7c31-4385-be33-78522e53924d HTTP/1.1" 200 3004 0.004327 10.0.0.33 - - [2025-03-20 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.33 - - [2025-03-20 02:20:29] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002657 10.0.0.33 - - [2025-03-20 02:20:29] "GET /virtual-networks?parent_id=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002811 10.0.0.33 - - [2025-03-20 02:20:30] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005266 10.0.0.33 - - [2025-03-20 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2025-03-20 02:20:31] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003073 10.0.0.33 - - [2025-03-20 02:20:31] "GET /virtual-networks?parent_id=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003217 10.0.0.33 - - [2025-03-20 02:20:31] "GET /virtual-network/b867899f-98a3-47f8-989b-c52d2665095f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005130 10.0.0.33 - - [2025-03-20 02:20:31] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008523 10.0.0.33 - - [2025-03-20 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002080 10.0.0.33 - - [2025-03-20 02:20:31] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002843 10.0.0.33 - - [2025-03-20 02:20:31] "GET /route-target/3d08f901-46a0-4dd1-af83-18b310cbde11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003675 10.0.0.33 - - [2025-03-20 02:20:31] "GET /floating-ip/5772fc4d-7c08-444e-bfa9-bcd8d6ecb9c6 HTTP/1.1" 200 1887 0.004639 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008907 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 532 0.016673 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005387 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030591 10.0.0.33 - - [2025-03-20 02:20:34] "GET /floating-ip-pool/69ce97a8-768f-446a-8d33-93679ed29a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.002575 10.0.0.33 - - [2025-03-20 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.006846 10.0.0.33 - - [2025-03-20 02:20:34] "DELETE /floating-ip-pool/69ce97a8-768f-446a-8d33-93679ed29a9d HTTP/1.1" 200 115 0.020853 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/network HTTP/1.1" 200 835 0.010907 10.0.0.33 - - [2025-03-20 02:20:34] "POST /neutron/network HTTP/1.1" 400 204 0.009103 10.0.0.33 - - [2025-03-20 02:20:34] "DELETE /project/228dab6349514de6b4125160343b3b70 HTTP/1.1" 404 173 0.009714 10.0.0.33 - - [2025-03-20 02:20:34] "DELETE /project/a19656a782c848c58e7a0aac93cf6359 HTTP/1.1" 404 173 0.007546 10.0.0.33 - - [2025-03-20 02:20:34] "DELETE /project/f526574f335a41c08a30025c7c18ac22 HTTP/1.1" 404 173 0.003097 10.0.0.33 - - [2025-03-20 02:20:34] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000923 10.0.0.33 - - [2025-03-20 02:20:34] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.023596 10.0.0.33 - - [2025-03-20 02:20:34] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.33 - - [2025-03-20 02:20:35] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?fields=security_groups HTTP/1.1" 200 1395 0.067395 10.0.0.33 - - [2025-03-20 02:20:35] "DELETE /security-group/b4557840-0ea3-4846-908c-7fd8aeb40c27 HTTP/1.1" 200 115 0.061507 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 1102 0.029620 10.0.0.33 - - [2025-03-20 02:20:35] "GET /projects?obj_uuids=f526574f-335a-41c0-8a30-025c7c18ac22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001820 10.0.0.33 - - [2025-03-20 02:20:35] "DELETE /access-control-list/84bf4dde-54d1-4e65-9879-8195afff9fd7 HTTP/1.1" 200 115 0.051563 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 1128 0.017983 10.0.0.33 - - [2025-03-20 02:20:35] "GET /project/f526574f-335a-41c0-8a30-025c7c18ac22?fields=application_policy_sets HTTP/1.1" 200 1434 0.062106 10.0.0.33 - - [2025-03-20 02:20:35] "DELETE /access-control-list/75b0bda5-2b97-4109-af17-3bdd2fc52a68 HTTP/1.1" 200 115 0.062095 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 1097 0.045355 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 1123 0.016007 10.0.0.33 - - [2025-03-20 02:20:35] "DELETE /project/f526574f-335a-41c0-8a30-025c7c18ac22 HTTP/1.1" 200 115 0.452815 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 151 0.227415 10.0.0.33 - - [2025-03-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 151 0.197017 10.0.0.33 - - [2025-03-20 02:20:36] "POST /neutron/network HTTP/1.1" 200 835 0.005433 10.0.0.33 - - [2025-03-20 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.33 - - [2025-03-20 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.33 - - [2025-03-20 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001576 10.0.0.33 - - [2025-03-20 02:20:36] "POST /neutron/network HTTP/1.1" 200 151 0.068783 10.0.0.33 - - [2025-03-20 02:20:36] "GET /routing-instance/41af8e2c-8edb-4d2d-b850-cf9719f0e83c HTTP/1.1" 404 171 0.001708 10.0.0.33 - - [2025-03-20 02:20:36] "DELETE /route-target/bd20430a-2f5d-4f27-8fb3-7d49a4b4b830 HTTP/1.1" 200 115 0.017294 10.0.0.33 - - [2025-03-20 02:20:36] "GET /domains HTTP/1.1" 200 280 0.003266 10.0.0.33 - - [2025-03-20 02:20:36] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.33 - - [2025-03-20 02:20:36] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2585 0.048367 10.0.0.33 - - [2025-03-20 02:20:36] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.33 - - [2025-03-20 02:20:36] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 2173 0.067935 10.0.0.33 - - [2025-03-20 02:20:36] "POST /neutron/network HTTP/1.1" 200 840 0.005291 10.0.0.33 - - [2025-03-20 02:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003610 10.0.0.33 - - [2025-03-20 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.33 - - [2025-03-20 02:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004387 10.0.0.33 - - [2025-03-20 02:20:37] "POST /neutron/network HTTP/1.1" 200 151 0.098936 10.0.0.33 - - [2025-03-20 02:20:37] "GET /routing-instance/56f5957d-afa8-452d-8893-07b8b021e124 HTTP/1.1" 404 171 0.002797 10.0.0.33 - - [2025-03-20 02:20:37] "DELETE /route-target/3d08f901-46a0-4dd1-af83-18b310cbde11 HTTP/1.1" 200 115 0.022788 10.0.0.33 - - [2025-03-20 02:20:37] "GET /domains HTTP/1.1" 200 280 0.002712 10.0.0.33 - - [2025-03-20 02:20:37] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.33 - - [2025-03-20 02:20:37] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2585 0.050019 10.0.0.33 - - [2025-03-20 02:20:37] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.33 - - [2025-03-20 02:20:37] "GET /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 1923 0.089154 10.0.0.33 - - [2025-03-20 02:20:37] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.33 - - [2025-03-20 02:20:37] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.026671 10.0.0.33 - - [2025-03-20 02:20:37] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.33 - - [2025-03-20 02:20:37] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?fields=virtual_networks HTTP/1.1" 200 1055 0.069346 10.0.0.33 - - [2025-03-20 02:20:37] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.33 - - [2025-03-20 02:20:37] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.024716 10.0.0.33 - - [2025-03-20 02:20:37] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.33 - - [2025-03-20 02:20:37] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?fields=security_groups HTTP/1.1" 200 1293 0.022838 10.0.0.33 - - [2025-03-20 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.022380 10.0.0.33 - - [2025-03-20 02:20:38] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002344 10.0.0.33 - - [2025-03-20 02:20:38] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.33 - - [2025-03-20 02:20:38] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007274 10.0.0.33 - - [2025-03-20 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001234 10.0.0.33 - - [2025-03-20 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002775 10.0.0.33 - - [2025-03-20 02:20:38] "POST /security-groups HTTP/1.1" 200 586 0.059834 10.0.0.33 - - [2025-03-20 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002724 10.0.0.33 - - [2025-03-20 02:20:38] "POST /projects HTTP/1.1" 200 575 0.206066 10.0.0.33 - - [2025-03-20 02:20:38] "POST /access-control-lists HTTP/1.1" 200 591 0.058662 10.0.0.33 - - [2025-03-20 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.271310 10.0.0.33 - - [2025-03-20 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.003357 10.0.0.33 - - [2025-03-20 02:20:38] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.388446 10.0.0.33 - - [2025-03-20 02:20:39] "POST /access-control-lists HTTP/1.1" 200 589 0.060502 10.0.0.33 - - [2025-03-20 02:20:39] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.33 - - [2025-03-20 02:20:41] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.33 - - [2025-03-20 02:20:41] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.022720 10.0.0.33 - - [2025-03-20 02:20:41] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.33 - - [2025-03-20 02:20:41] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?fields=virtual_networks HTTP/1.1" 200 1021 0.070790 10.0.0.33 - - [2025-03-20 02:20:41] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.33 - - [2025-03-20 02:20:41] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.030771 10.0.0.33 - - [2025-03-20 02:20:41] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.33 - - [2025-03-20 02:20:41] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?fields=security_groups HTTP/1.1" 200 1242 0.029326 10.0.0.33 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.023828 10.0.0.33 - - [2025-03-20 02:20:42] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002519 10.0.0.33 - - [2025-03-20 02:20:42] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.33 - - [2025-03-20 02:20:42] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007204 10.0.0.33 - - [2025-03-20 02:20:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.001124 10.0.0.33 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.003891 10.0.0.33 - - [2025-03-20 02:20:42] "POST /security-groups HTTP/1.1" 200 594 0.063851 10.0.0.33 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002316 10.0.0.33 - - [2025-03-20 02:20:42] "POST /projects HTTP/1.1" 200 591 0.218814 10.0.0.33 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.288199 10.0.0.33 - - [2025-03-20 02:20:42] "POST /access-control-lists HTTP/1.1" 200 599 0.073936 10.0.0.33 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.004906 10.0.0.33 - - [2025-03-20 02:20:42] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.410949 10.0.0.33 - - [2025-03-20 02:20:42] "POST /access-control-lists HTTP/1.1" 200 597 0.061838 10.0.0.33 - - [2025-03-20 02:20:43] "GET / HTTP/1.1" 200 35931 0.001838 10.0.0.33 - - [2025-03-20 02:20:44] "GET /obj-perms HTTP/1.1" 200 5056 0.078482 10.0.0.33 - - [2025-03-20 02:20:44] "GET /obj-perms HTTP/1.1" 200 5056 0.314404 10.0.0.33 - - [2025-03-20 02:20:44] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2025-03-20 02:20:45] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.33 - - [2025-03-20 02:20:45] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041949 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.33 - - [2025-03-20 02:20:45] "GET /security-group/4afa3d00-770b-413b-bfe2-36c2fd959159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.006005 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.33 - - [2025-03-20 02:20:45] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.33 - - [2025-03-20 02:20:45] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023606 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.33 - - [2025-03-20 02:20:45] "GET /security-group/4afa3d00-770b-413b-bfe2-36c2fd959159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003657 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.33 - - [2025-03-20 02:20:45] "PUT /security-group/4afa3d00-770b-413b-bfe2-36c2fd959159 HTTP/1.1" 200 262 0.012940 10.0.0.33 - - [2025-03-20 02:20:45] "PUT /access-control-list/4948f0de-efb9-4359-8846-a0e268be7f79 HTTP/1.1" 200 272 0.007964 10.0.0.33 - - [2025-03-20 02:20:45] "PUT /access-control-list/6e39cc41-599c-471e-adef-d043ec5a45a7 HTTP/1.1" 200 272 0.009817 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002190 10.0.0.33 - - [2025-03-20 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.33 - - [2025-03-20 02:20:45] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001006 10.0.0.33 - - [2025-03-20 02:20:45] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023073 10.0.0.33 - - [2025-03-20 02:20:45] "POST /neutron/network HTTP/1.1" 200 117 0.028342 10.0.0.33 - - [2025-03-20 02:20:45] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001400 10.0.0.33 - - [2025-03-20 02:20:45] "POST /neutron/network HTTP/1.1" 200 608 0.075977 10.0.0.33 - - [2025-03-20 02:20:46] "POST /route-targets HTTP/1.1" 200 327 0.011564 10.0.0.33 - - [2025-03-20 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.012506 10.0.0.33 - - [2025-03-20 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.174533 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 827 0.006932 10.0.0.33 - - [2025-03-20 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001125 10.0.0.33 - - [2025-03-20 02:20:46] "GET /virtual-network/330d38de-7e46-48e4-a10c-68d2afe1be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004591 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 827 0.005260 10.0.0.33 - - [2025-03-20 02:20:46] "GET /virtual-network/330d38de-7e46-48e4-a10c-68d2afe1be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004379 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 827 0.005595 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.007253 10.0.0.33 - - [2025-03-20 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.33 - - [2025-03-20 02:20:46] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000995 10.0.0.33 - - [2025-03-20 02:20:46] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022577 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 117 0.008012 10.0.0.33 - - [2025-03-20 02:20:46] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 615 0.097432 10.0.0.33 - - [2025-03-20 02:20:46] "POST /route-targets HTTP/1.1" 200 327 0.012389 10.0.0.33 - - [2025-03-20 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011301 10.0.0.33 - - [2025-03-20 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.169404 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 834 0.005787 10.0.0.33 - - [2025-03-20 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001187 10.0.0.33 - - [2025-03-20 02:20:46] "GET /virtual-network/2a837f98-f3c3-47d4-b0d5-fd34d23f41de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004649 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 834 0.005347 10.0.0.33 - - [2025-03-20 02:20:46] "GET /virtual-network/2a837f98-f3c3-47d4-b0d5-fd34d23f41de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004330 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/network HTTP/1.1" 200 834 0.005719 10.0.0.33 - - [2025-03-20 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.006854 10.0.0.33 - - [2025-03-20 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001001 10.0.0.33 - - [2025-03-20 02:20:47] "POST /neutron/network HTTP/1.1" 200 837 0.005296 10.0.0.33 - - [2025-03-20 02:20:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-03-20 02:20:47] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.33 - - [2025-03-20 02:20:47] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-03-20 02:20:47] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001003 10.0.0.33 - - [2025-03-20 02:20:47] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041947 10.0.0.33 - - [2025-03-20 02:20:47] "POST /neutron/network HTTP/1.1" 200 827 0.004742 10.0.0.33 - - [2025-03-20 02:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.33 - - [2025-03-20 02:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.004499 10.0.0.33 - - [2025-03-20 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001183 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.004992 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/network HTTP/1.1" 200 844 0.006072 10.0.0.33 - - [2025-03-20 02:20:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/network HTTP/1.1" 200 837 0.005049 10.0.0.33 - - [2025-03-20 02:20:48] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000996 10.0.0.33 - - [2025-03-20 02:20:48] "GET / HTTP/1.1" 200 35931 0.002640 10.0.0.33 - - [2025-03-20 02:20:48] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1063 0.184231 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1063 0.009176 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1063 0.006943 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1117 0.055557 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1091 0.013403 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002635 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.013031 10.0.0.33 - - [2025-03-20 02:20:48] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001012 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.000847 10.0.0.33 - - [2025-03-20 02:20:48] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049906 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/network HTTP/1.1" 200 827 0.014819 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/network HTTP/1.1" 200 834 0.004641 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016865 10.0.0.33 - - [2025-03-20 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013377 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.33 - - [2025-03-20 02:20:49] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/router HTTP/1.1" 200 585 0.050974 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/router HTTP/1.1" 200 585 0.003497 10.0.0.33 - - [2025-03-20 02:20:49] "POST /route-targets HTTP/1.1" 200 327 0.015649 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/router HTTP/1.1" 200 656 0.032873 10.0.0.33 - - [2025-03-20 02:20:49] "GET /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004112 10.0.0.33 - - [2025-03-20 02:20:49] "PUT /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65 HTTP/1.1" 200 262 0.023030 10.0.0.33 - - [2025-03-20 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/router HTTP/1.1" 200 656 0.005739 10.0.0.33 - - [2025-03-20 02:20:49] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.33 - - [2025-03-20 02:20:49] "GET /service-template/59452a7f-5314-4fb1-8189-0f408e4ebfa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.003004 10.0.0.33 - - [2025-03-20 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.002023 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/network HTTP/1.1" 200 844 0.035147 10.0.0.33 - - [2025-03-20 02:20:49] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001618 10.0.0.33 - - [2025-03-20 02:20:49] "POST /useragent-kv HTTP/1.1" 200 115 0.012405 10.0.0.33 - - [2025-03-20 02:20:49] "POST /virtual-networks HTTP/1.1" 200 694 0.218423 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/router HTTP/1.1" 200 344 0.375315 10.0.0.33 - - [2025-03-20 02:20:49] "POST /route-targets HTTP/1.1" 200 327 0.028694 10.0.0.33 - - [2025-03-20 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.030951 10.0.0.33 - - [2025-03-20 02:20:49] "POST /service-instances HTTP/1.1" 200 670 0.111483 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1091 0.091306 10.0.0.33 - - [2025-03-20 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.040522 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.043090 10.0.0.33 - - [2025-03-20 02:20:49] "POST /route-tables HTTP/1.1" 200 582 0.060484 10.0.0.33 - - [2025-03-20 02:20:49] "PUT /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65 HTTP/1.1" 200 262 0.032467 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.432645 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.010977 10.0.0.33 - - [2025-03-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.009166 10.0.0.33 - - [2025-03-20 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.026273 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/port HTTP/1.1" 200 1117 0.074376 10.0.0.33 - - [2025-03-20 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.33 - - [2025-03-20 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/port HTTP/1.1" 200 1091 0.014220 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002835 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.012571 10.0.0.33 - - [2025-03-20 02:20:50] "POST /virtual-machines HTTP/1.1" 200 553 0.012964 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.33 - - [2025-03-20 02:20:50] "POST /neutron/network HTTP/1.1" 200 834 0.004926 10.0.0.33 - - [2025-03-20 02:20:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085517 10.0.0.33 - - [2025-03-20 02:20:50] "POST /chown HTTP/1.1" 200 109 0.007294 10.0.0.33 - - [2025-03-20 02:20:50] "POST /instance-ips HTTP/1.1" 200 551 0.022752 10.0.0.33 - - [2025-03-20 02:20:50] "POST /instance-ips HTTP/1.1" 400 246 0.014601 10.0.0.33 - - [2025-03-20 02:20:50] "POST /chown HTTP/1.1" 200 109 0.008329 10.0.0.33 - - [2025-03-20 02:20:50] "PUT /virtual-machine-interface/28314e6c-4912-4c1d-b7fb-5ebe9eec5598 HTTP/1.1" 200 284 0.010143 10.0.0.33 - - [2025-03-20 02:20:50] "PUT /instance-ip/0219b0f8-d3a0-420f-b67d-e76e8893abec HTTP/1.1" 200 256 0.011338 10.0.0.33 - - [2025-03-20 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.011228 10.0.0.33 - - [2025-03-20 02:20:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085083 10.0.0.33 - - [2025-03-20 02:20:50] "POST /chown HTTP/1.1" 200 109 0.007764 10.0.0.33 - - [2025-03-20 02:20:50] "POST /instance-ips HTTP/1.1" 200 549 0.043595 10.0.0.33 - - [2025-03-20 02:20:50] "POST /instance-ips HTTP/1.1" 400 316 0.016765 10.0.0.33 - - [2025-03-20 02:20:51] "POST /chown HTTP/1.1" 200 109 0.010703 10.0.0.33 - - [2025-03-20 02:20:51] "PUT /virtual-machine-interface/8cbd41c4-e46e-4205-9721-d8d788c384fe HTTP/1.1" 200 284 0.019549 10.0.0.33 - - [2025-03-20 02:20:51] "PUT /instance-ip/f62b48ea-047d-4ef4-bd94-b7af0a78375b HTTP/1.1" 200 256 0.012628 10.0.0.33 - - [2025-03-20 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.011297 10.0.0.33 - - [2025-03-20 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.008999 10.0.0.33 - - [2025-03-20 02:20:51] "PUT /routing-instance/f5527a58-e00b-4f3b-9f3f-74290a25784b HTTP/1.1" 200 266 0.012768 10.0.0.33 - - [2025-03-20 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.008986 10.0.0.33 - - [2025-03-20 02:20:51] "POST /virtual-machines HTTP/1.1" 200 553 0.011847 10.0.0.33 - - [2025-03-20 02:20:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096097 10.0.0.33 - - [2025-03-20 02:20:51] "POST /chown HTTP/1.1" 200 109 0.006696 10.0.0.33 - - [2025-03-20 02:20:51] "POST /instance-ips HTTP/1.1" 400 246 0.039347 10.0.0.33 - - [2025-03-20 02:20:51] "POST /chown HTTP/1.1" 200 109 0.006464 10.0.0.33 - - [2025-03-20 02:20:51] "PUT /virtual-machine-interface/ffe49d59-8497-49c3-9f6f-d941f7d55995 HTTP/1.1" 200 284 0.011209 10.0.0.33 - - [2025-03-20 02:20:51] "PUT /instance-ip/0219b0f8-d3a0-420f-b67d-e76e8893abec HTTP/1.1" 200 256 0.016018 10.0.0.33 - - [2025-03-20 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.010812 10.0.0.33 - - [2025-03-20 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.024712 10.0.0.33 - - [2025-03-20 02:20:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096860 10.0.0.33 - - [2025-03-20 02:20:52] "POST /chown HTTP/1.1" 200 109 0.007060 10.0.0.33 - - [2025-03-20 02:20:52] "POST /instance-ips HTTP/1.1" 400 316 0.014973 10.0.0.33 - - [2025-03-20 02:20:52] "POST /chown HTTP/1.1" 200 109 0.007108 10.0.0.33 - - [2025-03-20 02:20:52] "PUT /virtual-machine-interface/fc09d69a-1090-439c-9102-85d13cf9e261 HTTP/1.1" 200 284 0.013205 10.0.0.33 - - [2025-03-20 02:20:52] "PUT /instance-ip/f62b48ea-047d-4ef4-bd94-b7af0a78375b HTTP/1.1" 200 256 0.014122 10.0.0.33 - - [2025-03-20 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.011178 10.0.0.33 - - [2025-03-20 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.014404 10.0.0.33 - - [2025-03-20 02:20:54] "POST /neutron/port HTTP/1.1" 200 1091 0.015566 10.0.0.33 - - [2025-03-20 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006660 10.0.0.33 - - [2025-03-20 02:20:54] "POST /neutron/port HTTP/1.1" 200 1091 0.016654 10.0.0.33 - - [2025-03-20 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006556 10.0.0.33 - - [2025-03-20 02:20:54] "POST /neutron/port HTTP/1.1" 200 1091 0.014402 10.0.0.33 - - [2025-03-20 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006358 10.0.0.33 - - [2025-03-20 02:20:55] "GET /virtual-machine/44e5362a-f581-40c4-9787-5aeb9e685dfc HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2025-03-20 02:20:55] "GET /virtual-machine/44e5362a-f581-40c4-9787-5aeb9e685dfc HTTP/1.1" 200 1295 0.027343 10.0.0.33 - - [2025-03-20 02:20:55] "GET /virtual-machine-interface/c3899964-a647-48ff-9f98-e11d90762540 HTTP/1.1" 200 2956 0.004561 10.0.0.33 - - [2025-03-20 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.33 - - [2025-03-20 02:20:55] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003025 10.0.0.33 - - [2025-03-20 02:20:55] "GET /virtual-networks?parent_id=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002876 10.0.0.33 - - [2025-03-20 02:20:55] "GET /virtual-network/330d38de-7e46-48e4-a10c-68d2afe1be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005161 10.0.0.33 - - [2025-03-20 02:20:57] "POST /neutron/port HTTP/1.1" 200 1091 0.014755 10.0.0.33 - - [2025-03-20 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005523 10.0.0.33 - - [2025-03-20 02:20:58] "POST /neutron/port HTTP/1.1" 200 1091 0.013500 10.0.0.33 - - [2025-03-20 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005330 10.0.0.33 - - [2025-03-20 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.33 - - [2025-03-20 02:20:58] "GET /virtual-network/330d38de-7e46-48e4-a10c-68d2afe1be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004504 10.0.0.33 - - [2025-03-20 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.33 - - [2025-03-20 02:21:00] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002846 10.0.0.33 - - [2025-03-20 02:21:00] "GET /virtual-networks?parent_id=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003896 10.0.0.33 - - [2025-03-20 02:21:00] "GET /virtual-network/330d38de-7e46-48e4-a10c-68d2afe1be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004886 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/port HTTP/1.1" 200 1091 0.016141 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007298 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/port HTTP/1.1" 200 1091 0.013439 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005241 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/port HTTP/1.1" 200 1091 0.013290 10.0.0.33 - - [2025-03-20 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004830 10.0.0.33 - - [2025-03-20 02:21:01] "GET /virtual-machine/65516949-d0fa-4f97-9e21-2b7cf6b1b639 HTTP/1.1" 200 1295 0.003652 10.0.0.33 - - [2025-03-20 02:21:01] "GET /virtual-machine-interface/a979df8c-f8cb-44c5-bd89-ba814fed9d76 HTTP/1.1" 200 2968 0.004018 10.0.0.33 - - [2025-03-20 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.33 - - [2025-03-20 02:21:01] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003144 10.0.0.33 - - [2025-03-20 02:21:01] "GET /virtual-networks?parent_id=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002959 10.0.0.33 - - [2025-03-20 02:21:01] "GET /virtual-network/2a837f98-f3c3-47d4-b0d5-fd34d23f41de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005065 10.0.0.33 - - [2025-03-20 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.33 - - [2025-03-20 02:21:02] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003194 10.0.0.33 - - [2025-03-20 02:21:02] "GET /virtual-networks?parent_id=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002978 10.0.0.33 - - [2025-03-20 02:21:02] "GET /virtual-network/2a837f98-f3c3-47d4-b0d5-fd34d23f41de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005264 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/router HTTP/1.1" 200 656 0.003693 10.0.0.33 - - [2025-03-20 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/router HTTP/1.1" 200 344 0.103620 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/router HTTP/1.1" 200 656 0.004692 10.0.0.33 - - [2025-03-20 02:21:06] "GET /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005049 10.0.0.33 - - [2025-03-20 02:21:06] "GET /service-instance/1fee4bcb-593b-4982-8d39-de5d2404405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003101 10.0.0.33 - - [2025-03-20 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/router HTTP/1.1" 200 151 0.055873 10.0.0.33 - - [2025-03-20 02:21:06] "DELETE /route-target/05ba2f4f-17e9-4704-9220-9782d26f00b2 HTTP/1.1" 409 239 0.003730 10.0.0.33 - - [2025-03-20 02:21:06] "PUT /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65 HTTP/1.1" 404 171 0.002916 10.0.0.33 - - [2025-03-20 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.009767 10.0.0.33 - - [2025-03-20 02:21:06] "DELETE /route-table/a4ec4e54-6ba0-4ef4-92f7-933ce94e2fb1 HTTP/1.1" 200 115 0.026399 10.0.0.33 - - [2025-03-20 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006445 10.0.0.33 - - [2025-03-20 02:21:06] "PUT /routing-instance/f5527a58-e00b-4f3b-9f3f-74290a25784b HTTP/1.1" 200 266 0.014517 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/network HTTP/1.1" 200 834 0.005017 10.0.0.33 - - [2025-03-20 02:21:06] "GET /virtual-network/c3660583-2cb0-41e9-8e54-7fc29d32a7fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004547 10.0.0.33 - - [2025-03-20 02:21:06] "POST /neutron/network HTTP/1.1" 400 204 0.033480 10.0.0.33 - - [2025-03-20 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.33 - - [2025-03-20 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008921 10.0.0.33 - - [2025-03-20 02:21:06] "DELETE /instance-ip/f62b48ea-047d-4ef4-bd94-b7af0a78375b HTTP/1.1" 200 115 0.038829 10.0.0.33 - - [2025-03-20 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006353 10.0.0.33 - - [2025-03-20 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.33 - - [2025-03-20 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-network/c3660583-2cb0-41e9-8e54-7fc29d32a7fc HTTP/1.1" 200 115 0.111864 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /route-target/d0f1f0e6-879b-4a65-b5f6-2879e1d12f67 HTTP/1.1" 200 115 0.017436 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /service-instance/1fee4bcb-593b-4982-8d39-de5d2404405c HTTP/1.1" 200 115 0.031780 10.0.0.33 - - [2025-03-20 02:21:07] "GET /logical-router/f21941c2-8b9c-4015-b35b-e4f0a254ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007861 10.0.0.33 - - [2025-03-20 02:21:07] "GET /service-instance/1fee4bcb-593b-4982-8d39-de5d2404405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002006 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 1091 0.012654 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 1117 0.009840 10.0.0.33 - - [2025-03-20 02:21:07] "GET /virtual-machine-interface/8cbd41c4-e46e-4205-9721-d8d788c384fe?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.009869 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 1091 0.022503 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 1117 0.012069 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.136308 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine-interface/8cbd41c4-e46e-4205-9721-d8d788c384fe HTTP/1.1" 200 115 0.057036 10.0.0.33 - - [2025-03-20 02:21:07] "GET /virtual-machine-interface/28314e6c-4912-4c1d-b7fb-5ebe9eec5598?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.006597 10.0.0.33 - - [2025-03-20 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.016424 10.0.0.33 - - [2025-03-20 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.121354 10.0.0.33 - - [2025-03-20 02:21:07] "GET /instance-ip/0219b0f8-d3a0-420f-b67d-e76e8893abec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003992 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine-interface/28314e6c-4912-4c1d-b7fb-5ebe9eec5598 HTTP/1.1" 200 115 0.036885 10.0.0.33 - - [2025-03-20 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.010031 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine/f3be500d-cb5f-4d41-a343-ded622a8d907 HTTP/1.1" 200 115 0.030356 10.0.0.33 - - [2025-03-20 02:21:07] "GET /virtual-machine-interface/ffe49d59-8497-49c3-9f6f-d941f7d55995?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005239 10.0.0.33 - - [2025-03-20 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.010556 10.0.0.33 - - [2025-03-20 02:21:07] "GET /instance-ip/0219b0f8-d3a0-420f-b67d-e76e8893abec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.004736 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /instance-ip/0219b0f8-d3a0-420f-b67d-e76e8893abec HTTP/1.1" 200 115 0.023127 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine-interface/ffe49d59-8497-49c3-9f6f-d941f7d55995 HTTP/1.1" 200 115 0.029571 10.0.0.33 - - [2025-03-20 02:21:07] "GET /virtual-machine-interface/fc09d69a-1090-439c-9102-85d13cf9e261?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.004968 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine-interface/fc09d69a-1090-439c-9102-85d13cf9e261 HTTP/1.1" 200 115 0.024286 10.0.0.33 - - [2025-03-20 02:21:07] "DELETE /virtual-machine/f91dd65c-aa03-4452-8c25-53d13df1a4d8 HTTP/1.1" 200 115 0.014417 10.0.0.33 - - [2025-03-20 02:21:08] "POST /neutron/network HTTP/1.1" 200 834 0.005442 10.0.0.33 - - [2025-03-20 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003605 10.0.0.33 - - [2025-03-20 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.33 - - [2025-03-20 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.33 - - [2025-03-20 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.070785 10.0.0.33 - - [2025-03-20 02:21:08] "DELETE /route-target/6f790a30-65e8-4531-862c-89f1331de706 HTTP/1.1" 200 115 0.012092 10.0.0.33 - - [2025-03-20 02:21:08] "POST /neutron/network HTTP/1.1" 200 827 0.005942 10.0.0.33 - - [2025-03-20 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002688 10.0.0.33 - - [2025-03-20 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.33 - - [2025-03-20 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001540 10.0.0.33 - - [2025-03-20 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.067854 10.0.0.33 - - [2025-03-20 02:21:08] "DELETE /route-target/cca67f13-3e9f-46da-9f3e-c058e64bf203 HTTP/1.1" 200 115 0.016588 10.0.0.33 - - [2025-03-20 02:21:09] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001008 10.0.0.33 - - [2025-03-20 02:21:09] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020797 10.0.0.33 - - [2025-03-20 02:21:09] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001984 10.0.0.33 - - [2025-03-20 02:21:09] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?fields=virtual_networks HTTP/1.1" 200 1038 0.071376 10.0.0.33 - - [2025-03-20 02:21:09] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001008 10.0.0.33 - - [2025-03-20 02:21:09] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.021228 10.0.0.33 - - [2025-03-20 02:21:09] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.33 - - [2025-03-20 02:21:09] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?fields=security_groups HTTP/1.1" 200 1267 0.024657 10.0.0.33 - - [2025-03-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.019827 10.0.0.33 - - [2025-03-20 02:21:10] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002825 10.0.0.33 - - [2025-03-20 02:21:10] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.33 - - [2025-03-20 02:21:10] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006577 10.0.0.33 - - [2025-03-20 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001219 10.0.0.33 - - [2025-03-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.003471 10.0.0.33 - - [2025-03-20 02:21:10] "POST /security-groups HTTP/1.1" 200 599 0.059822 10.0.0.33 - - [2025-03-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.002485 10.0.0.33 - - [2025-03-20 02:21:10] "POST /projects HTTP/1.1" 200 601 0.205607 10.0.0.33 - - [2025-03-20 02:21:10] "POST /access-control-lists HTTP/1.1" 200 604 0.060413 10.0.0.33 - - [2025-03-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.273025 10.0.0.33 - - [2025-03-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 241 0.002866 10.0.0.33 - - [2025-03-20 02:21:10] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.384769 10.0.0.33 - - [2025-03-20 02:21:10] "POST /access-control-lists HTTP/1.1" 200 602 0.060210 10.0.0.33 - - [2025-03-20 02:21:11] "GET / HTTP/1.1" 200 35931 0.002893 10.0.0.33 - - [2025-03-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2025-03-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.049874 10.0.0.33 - - [2025-03-20 02:21:12] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.33 - - [2025-03-20 02:21:12] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.023968 10.0.0.33 - - [2025-03-20 02:21:12] "POST /neutron/network HTTP/1.1" 200 117 0.025101 10.0.0.33 - - [2025-03-20 02:21:12] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.33 - - [2025-03-20 02:21:12] "POST /neutron/network HTTP/1.1" 200 613 0.063793 10.0.0.33 - - [2025-03-20 02:21:12] "POST /route-targets HTTP/1.1" 200 327 0.010044 10.0.0.33 - - [2025-03-20 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.012558 10.0.0.33 - - [2025-03-20 02:21:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007251 10.0.0.33 - - [2025-03-20 02:21:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.162931 10.0.0.33 - - [2025-03-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-03-20 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005295 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.183316 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 1004 0.007068 10.0.0.33 - - [2025-03-20 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001141 10.0.0.33 - - [2025-03-20 02:21:13] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004344 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 1004 0.006942 10.0.0.33 - - [2025-03-20 02:21:13] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005305 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 1004 0.006957 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.006056 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.006128 10.0.0.33 - - [2025-03-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.33 - - [2025-03-20 02:21:13] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.33 - - [2025-03-20 02:21:13] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026102 10.0.0.33 - - [2025-03-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.021617 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 117 0.007188 10.0.0.33 - - [2025-03-20 02:21:13] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 613 0.059819 10.0.0.33 - - [2025-03-20 02:21:13] "POST /route-targets HTTP/1.1" 200 327 0.008997 10.0.0.33 - - [2025-03-20 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.011021 10.0.0.33 - - [2025-03-20 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.160639 10.0.0.33 - - [2025-03-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004942 10.0.0.33 - - [2025-03-20 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.129349 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 1007 0.006687 10.0.0.33 - - [2025-03-20 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001029 10.0.0.33 - - [2025-03-20 02:21:13] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004129 10.0.0.33 - - [2025-03-20 02:21:13] "POST /neutron/network HTTP/1.1" 200 1007 0.006512 10.0.0.33 - - [2025-03-20 02:21:13] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004414 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1007 0.007071 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.006557 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.006506 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.001958 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-03-20 02:21:14] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.33 - - [2025-03-20 02:21:14] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029364 10.0.0.33 - - [2025-03-20 02:21:14] "POST /network-policys HTTP/1.1" 200 577 0.060267 10.0.0.33 - - [2025-03-20 02:21:14] "GET /network-policy/07ffacb4-93f3-4f52-bb42-e9654b453c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004621 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1004 0.007354 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.005295 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.002472 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1112 0.049229 10.0.0.33 - - [2025-03-20 02:21:14] "POST /access-control-lists HTTP/1.1" 200 596 0.066646 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1112 0.042459 10.0.0.33 - - [2025-03-20 02:21:14] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007000 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.33 - - [2025-03-20 02:21:14] "GET /network-policy/07ffacb4-93f3-4f52-bb42-e9654b453c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.003372 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1007 0.006459 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.009254 10.0.0.33 - - [2025-03-20 02:21:14] "PUT /access-control-list/cbf5383b-8f36-4637-a087-d7681d2293d3 HTTP/1.1" 200 272 0.057393 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1115 0.091719 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.005004 10.0.0.33 - - [2025-03-20 02:21:14] "POST /neutron/network HTTP/1.1" 200 1115 0.007878 10.0.0.33 - - [2025-03-20 02:21:14] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004382 10.0.0.33 - - [2025-03-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001937 10.0.0.33 - - [2025-03-20 02:21:14] "GET /network-policy/07ffacb4-93f3-4f52-bb42-e9654b453c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.020088 10.0.0.33 - - [2025-03-20 02:21:14] "POST /access-control-lists HTTP/1.1" 200 596 0.057263 10.0.0.33 - - [2025-03-20 02:21:14] "GET /domains HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2025-03-20 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.009245 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains HTTP/1.1" 200 280 0.022173 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.007752 10.0.0.33 - - [2025-03-20 02:21:15] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.33 - - [2025-03-20 02:21:15] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 2624 0.072353 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5 HTTP/1.1" 200 3499 0.005738 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5 HTTP/1.1" 200 3499 0.005660 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 200 1794 0.003379 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 200 1794 0.002886 10.0.0.33 - - [2025-03-20 02:21:15] "GET /route-target/d7a77bfc-e78a-4ddf-948b-e04c833678f3 HTTP/1.1" 200 1213 0.002711 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5 HTTP/1.1" 200 3499 0.004322 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 200 1794 0.003510 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004550 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5 HTTP/1.1" 200 3499 0.004142 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 200 1794 0.002862 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 200 1794 0.003155 10.0.0.33 - - [2025-03-20 02:21:15] "GET /route-target/d7a77bfc-e78a-4ddf-948b-e04c833678f3 HTTP/1.1" 200 1213 0.002602 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains HTTP/1.1" 200 280 0.002432 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.007562 10.0.0.33 - - [2025-03-20 02:21:15] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.33 - - [2025-03-20 02:21:15] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 2624 0.070698 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5 HTTP/1.1" 200 3499 0.004321 10.0.0.33 - - [2025-03-20 02:21:15] "GET /obj-perms HTTP/1.1" 200 5046 0.042988 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains HTTP/1.1" 200 280 0.002519 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.33 - - [2025-03-20 02:21:15] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.006793 10.0.0.33 - - [2025-03-20 02:21:15] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.33 - - [2025-03-20 02:21:15] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 2624 0.068179 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0 HTTP/1.1" 200 3508 0.006469 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0 HTTP/1.1" 200 3508 0.004253 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 200 1795 0.003306 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 200 1795 0.002635 10.0.0.33 - - [2025-03-20 02:21:15] "GET /route-target/9f6b520f-89a3-4361-bb44-5b140a5229dd HTTP/1.1" 200 1213 0.002948 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0 HTTP/1.1" 200 3508 0.004181 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 200 1795 0.003177 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004520 10.0.0.33 - - [2025-03-20 02:21:15] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0 HTTP/1.1" 200 3508 0.004297 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 200 1795 0.002883 10.0.0.33 - - [2025-03-20 02:21:15] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 200 1795 0.005686 10.0.0.33 - - [2025-03-20 02:21:15] "GET /route-target/9f6b520f-89a3-4361-bb44-5b140a5229dd HTTP/1.1" 200 1213 0.002682 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002529 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.008415 10.0.0.33 - - [2025-03-20 02:21:16] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.33 - - [2025-03-20 02:21:16] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 2624 0.062349 10.0.0.33 - - [2025-03-20 02:21:16] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0 HTTP/1.1" 200 3508 0.004921 10.0.0.33 - - [2025-03-20 02:21:16] "GET /obj-perms HTTP/1.1" 200 5046 0.004353 10.0.0.33 - - [2025-03-20 02:21:16] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006200 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1115 0.006599 10.0.0.33 - - [2025-03-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.006260 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1007 0.051522 10.0.0.33 - - [2025-03-20 02:21:16] "DELETE /access-control-list/5901d077-ca38-4856-82bb-a9b7d62a40b6 HTTP/1.1" 200 115 0.034822 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1007 0.007397 10.0.0.33 - - [2025-03-20 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.019029 10.0.0.33 - - [2025-03-20 02:21:16] "GET /virtual-network/8ad76993-262d-4f0a-9b46-01eb54927eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007088 10.0.0.33 - - [2025-03-20 02:21:16] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004537 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1112 0.007027 10.0.0.33 - - [2025-03-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.010165 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1004 0.050753 10.0.0.33 - - [2025-03-20 02:21:16] "DELETE /access-control-list/cbf5383b-8f36-4637-a087-d7681d2293d3 HTTP/1.1" 200 115 0.034474 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1004 0.009730 10.0.0.33 - - [2025-03-20 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.010594 10.0.0.33 - - [2025-03-20 02:21:16] "GET /virtual-network/9e4422bb-a6c9-4f5b-be1e-4edde81768a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005716 10.0.0.33 - - [2025-03-20 02:21:16] "DELETE /network-policy/07ffacb4-93f3-4f52-bb42-e9654b453c85 HTTP/1.1" 200 115 0.026280 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1007 0.006444 10.0.0.33 - - [2025-03-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006230 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003094 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001624 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 151 0.105226 10.0.0.33 - - [2025-03-20 02:21:16] "DELETE /route-target/9f6b520f-89a3-4361-bb44-5b140a5229dd HTTP/1.1" 200 115 0.024947 10.0.0.33 - - [2025-03-20 02:21:16] "GET /routing-instance/394c012b-4d8f-4bc6-b5b0-3c63c47e466e HTTP/1.1" 404 171 0.002271 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002155 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.048228 10.0.0.33 - - [2025-03-20 02:21:16] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.33 - - [2025-03-20 02:21:16] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 2144 0.066506 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 1004 0.006732 10.0.0.33 - - [2025-03-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002023 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.33 - - [2025-03-20 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.33 - - [2025-03-20 02:21:16] "POST /neutron/network HTTP/1.1" 200 151 0.092341 10.0.0.33 - - [2025-03-20 02:21:16] "DELETE /route-target/d7a77bfc-e78a-4ddf-948b-e04c833678f3 HTTP/1.1" 200 115 0.025163 10.0.0.33 - - [2025-03-20 02:21:16] "GET /routing-instance/2342f52a-431a-4f71-8441-1974d367baa7 HTTP/1.1" 404 171 0.002434 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002692 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.33 - - [2025-03-20 02:21:16] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3149 0.052245 10.0.0.33 - - [2025-03-20 02:21:16] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.33 - - [2025-03-20 02:21:16] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 1899 0.076256 10.0.0.33 - - [2025-03-20 02:21:17] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001448 10.0.0.33 - - [2025-03-20 02:21:17] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.024945 10.0.0.33 - - [2025-03-20 02:21:17] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.33 - - [2025-03-20 02:21:17] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?fields=virtual_networks HTTP/1.1" 200 1047 0.068066 10.0.0.33 - - [2025-03-20 02:21:17] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.33 - - [2025-03-20 02:21:17] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023914 10.0.0.33 - - [2025-03-20 02:21:17] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.33 - - [2025-03-20 02:21:17] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?fields=security_groups HTTP/1.1" 200 1281 0.026102 10.0.0.33 - - [2025-03-20 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.027756 10.0.0.33 - - [2025-03-20 02:21:18] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002562 10.0.0.33 - - [2025-03-20 02:21:18] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.33 - - [2025-03-20 02:21:18] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008021 10.0.0.33 - - [2025-03-20 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 192 0.001139 10.0.0.33 - - [2025-03-20 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.002990 10.0.0.33 - - [2025-03-20 02:21:18] "POST /security-groups HTTP/1.1" 200 593 0.059825 10.0.0.33 - - [2025-03-20 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.004238 10.0.0.33 - - [2025-03-20 02:21:18] "POST /projects HTTP/1.1" 200 589 0.202744 10.0.0.33 - - [2025-03-20 02:21:18] "POST /access-control-lists HTTP/1.1" 200 598 0.056819 10.0.0.33 - - [2025-03-20 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.272785 10.0.0.33 - - [2025-03-20 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002718 10.0.0.33 - - [2025-03-20 02:21:18] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.393516 10.0.0.33 - - [2025-03-20 02:21:18] "POST /access-control-lists HTTP/1.1" 200 596 0.060785 10.0.0.33 - - [2025-03-20 02:21:19] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.33 - - [2025-03-20 02:21:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-03-20 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.051888 10.0.0.33 - - [2025-03-20 02:21:20] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.33 - - [2025-03-20 02:21:20] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024825 10.0.0.33 - - [2025-03-20 02:21:20] "POST /neutron/network HTTP/1.1" 200 117 0.026860 10.0.0.33 - - [2025-03-20 02:21:20] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001248 10.0.0.33 - - [2025-03-20 02:21:20] "POST /neutron/network HTTP/1.1" 200 607 0.060324 10.0.0.33 - - [2025-03-20 02:21:20] "POST /route-targets HTTP/1.1" 200 327 0.008559 10.0.0.33 - - [2025-03-20 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.009211 10.0.0.33 - - [2025-03-20 02:21:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.134531 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 824 0.005349 10.0.0.33 - - [2025-03-20 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001120 10.0.0.33 - - [2025-03-20 02:21:21] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004477 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 824 0.005031 10.0.0.33 - - [2025-03-20 02:21:21] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004351 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 824 0.005267 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.005809 10.0.0.33 - - [2025-03-20 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002046 10.0.0.33 - - [2025-03-20 02:21:21] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.33 - - [2025-03-20 02:21:21] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021867 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 117 0.008366 10.0.0.33 - - [2025-03-20 02:21:21] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 607 0.057290 10.0.0.33 - - [2025-03-20 02:21:21] "POST /route-targets HTTP/1.1" 200 327 0.010918 10.0.0.33 - - [2025-03-20 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.013109 10.0.0.33 - - [2025-03-20 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.213632 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 826 0.006074 10.0.0.33 - - [2025-03-20 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001020 10.0.0.33 - - [2025-03-20 02:21:21] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004140 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 826 0.005035 10.0.0.33 - - [2025-03-20 02:21:21] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004086 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 826 0.005246 10.0.0.33 - - [2025-03-20 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.005583 10.0.0.33 - - [2025-03-20 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.001944 10.0.0.33 - - [2025-03-20 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.33 - - [2025-03-20 02:21:21] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.33 - - [2025-03-20 02:21:21] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030220 10.0.0.33 - - [2025-03-20 02:21:21] "POST /network-policys HTTP/1.1" 200 571 0.019614 10.0.0.33 - - [2025-03-20 02:21:21] "GET /network-policy/9d4a68b2-ac7f-40a6-b74a-2a1606b5ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004385 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 824 0.005240 10.0.0.33 - - [2025-03-20 02:21:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.005107 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 926 0.049824 10.0.0.33 - - [2025-03-20 02:21:22] "POST /access-control-lists HTTP/1.1" 200 590 0.071050 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 926 0.048120 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006329 10.0.0.33 - - [2025-03-20 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.33 - - [2025-03-20 02:21:22] "GET /network-policy/9d4a68b2-ac7f-40a6-b74a-2a1606b5ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003461 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 826 0.004855 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 928 0.037599 10.0.0.33 - - [2025-03-20 02:21:22] "POST /neutron/network HTTP/1.1" 200 928 0.035504 10.0.0.33 - - [2025-03-20 02:21:22] "PUT /access-control-list/d3f94a48-b4a9-4cbe-94e8-85f0232b4fe0 HTTP/1.1" 200 272 0.062543 10.0.0.33 - - [2025-03-20 02:21:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.004354 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004929 10.0.0.33 - - [2025-03-20 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.33 - - [2025-03-20 02:21:22] "GET /network-policy/9d4a68b2-ac7f-40a6-b74a-2a1606b5ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004390 10.0.0.33 - - [2025-03-20 02:21:22] "GET /domains HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2025-03-20 02:21:22] "POST /access-control-lists HTTP/1.1" 200 590 0.059877 10.0.0.33 - - [2025-03-20 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.010494 10.0.0.33 - - [2025-03-20 02:21:22] "GET /domains HTTP/1.1" 200 280 0.021171 10.0.0.33 - - [2025-03-20 02:21:22] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.33 - - [2025-03-20 02:21:22] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3337 0.007401 10.0.0.33 - - [2025-03-20 02:21:22] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001297 10.0.0.33 - - [2025-03-20 02:21:22] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 2571 0.071829 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f HTTP/1.1" 200 2885 0.005209 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f HTTP/1.1" 200 2885 0.003989 10.0.0.33 - - [2025-03-20 02:21:22] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 200 1783 0.002728 10.0.0.33 - - [2025-03-20 02:21:22] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 200 1783 0.002765 10.0.0.33 - - [2025-03-20 02:21:22] "GET /route-target/4c20d516-47bf-4c9f-bafc-f37db73090f2 HTTP/1.1" 200 1206 0.002428 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f HTTP/1.1" 200 2885 0.003806 10.0.0.33 - - [2025-03-20 02:21:22] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 200 1783 0.002589 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004539 10.0.0.33 - - [2025-03-20 02:21:22] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f HTTP/1.1" 200 2885 0.004882 10.0.0.33 - - [2025-03-20 02:21:22] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 200 1783 0.002804 10.0.0.33 - - [2025-03-20 02:21:22] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 200 1783 0.002498 10.0.0.33 - - [2025-03-20 02:21:22] "GET /route-target/4c20d516-47bf-4c9f-bafc-f37db73090f2 HTTP/1.1" 200 1206 0.002340 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains HTTP/1.1" 200 280 0.002397 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3337 0.006397 10.0.0.33 - - [2025-03-20 02:21:23] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.33 - - [2025-03-20 02:21:23] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 2571 0.064837 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f HTTP/1.1" 200 2885 0.004176 10.0.0.33 - - [2025-03-20 02:21:23] "GET /obj-perms HTTP/1.1" 200 5034 0.040144 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains HTTP/1.1" 200 280 0.002635 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3337 0.007113 10.0.0.33 - - [2025-03-20 02:21:23] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001478 10.0.0.33 - - [2025-03-20 02:21:23] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 2571 0.065787 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223 HTTP/1.1" 200 2891 0.008529 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223 HTTP/1.1" 200 2891 0.005788 10.0.0.33 - - [2025-03-20 02:21:23] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 200 1783 0.002985 10.0.0.33 - - [2025-03-20 02:21:23] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 200 1783 0.002602 10.0.0.33 - - [2025-03-20 02:21:23] "GET /route-target/7415e541-92da-492a-adaf-030350787d15 HTTP/1.1" 200 1206 0.002392 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223 HTTP/1.1" 200 2891 0.003855 10.0.0.33 - - [2025-03-20 02:21:23] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 200 1783 0.002501 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003975 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223 HTTP/1.1" 200 2891 0.004704 10.0.0.33 - - [2025-03-20 02:21:23] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 200 1783 0.002730 10.0.0.33 - - [2025-03-20 02:21:23] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 200 1783 0.002653 10.0.0.33 - - [2025-03-20 02:21:23] "GET /route-target/7415e541-92da-492a-adaf-030350787d15 HTTP/1.1" 200 1206 0.002459 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains HTTP/1.1" 200 280 0.002390 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.33 - - [2025-03-20 02:21:23] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 3337 0.006550 10.0.0.33 - - [2025-03-20 02:21:23] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.33 - - [2025-03-20 02:21:23] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 2571 0.065542 10.0.0.33 - - [2025-03-20 02:21:23] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223 HTTP/1.1" 200 2891 0.004730 10.0.0.33 - - [2025-03-20 02:21:23] "GET /obj-perms HTTP/1.1" 200 5034 0.002827 10.0.0.33 - - [2025-03-20 02:21:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001394 10.0.0.33 - - [2025-03-20 02:21:23] "POST /neutron/network HTTP/1.1" 200 936 0.007213 10.0.0.33 - - [2025-03-20 02:21:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-03-20 02:21:24] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.33 - - [2025-03-20 02:21:24] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2025-03-20 02:21:24] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.33 - - [2025-03-20 02:21:24] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053087 10.0.0.33 - - [2025-03-20 02:21:24] "POST /neutron/network HTTP/1.1" 200 926 0.004728 10.0.0.33 - - [2025-03-20 02:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.004579 10.0.0.33 - - [2025-03-20 02:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.004496 10.0.0.33 - - [2025-03-20 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001770 10.0.0.33 - - [2025-03-20 02:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.004641 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/network HTTP/1.1" 200 938 0.005149 10.0.0.33 - - [2025-03-20 02:21:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/network HTTP/1.1" 200 936 0.005218 10.0.0.33 - - [2025-03-20 02:21:25] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001417 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1060 0.182559 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1060 0.009555 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1060 0.007581 10.0.0.33 - - [2025-03-20 02:21:25] "GET / HTTP/1.1" 200 35931 0.001591 10.0.0.33 - - [2025-03-20 02:21:25] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000317 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1114 0.055831 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1088 0.013125 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002808 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.009707 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/network HTTP/1.1" 200 926 0.005012 10.0.0.33 - - [2025-03-20 02:21:25] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.33 - - [2025-03-20 02:21:25] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058613 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/network HTTP/1.1" 200 928 0.006413 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1088 0.019642 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006002 10.0.0.33 - - [2025-03-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.005903 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1088 0.013425 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005878 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/network HTTP/1.1" 200 938 0.005646 10.0.0.33 - - [2025-03-20 02:21:26] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.33 - - [2025-03-20 02:21:26] "PUT /access-control-list/f978e5f6-2ab1-4b94-935a-98f8bd463630 HTTP/1.1" 200 272 0.056844 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1062 0.276541 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1062 0.010544 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1062 0.008757 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1116 0.060657 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 1090 0.016632 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002437 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.009303 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.33 - - [2025-03-20 02:21:26] "POST /neutron/network HTTP/1.1" 200 928 0.005084 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.015629 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005509 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.015370 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006048 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.013435 10.0.0.33 - - [2025-03-20 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005073 10.0.0.33 - - [2025-03-20 02:21:31] "GET /virtual-machine/85917d2a-3e61-4805-8b04-054b25f2a4b5 HTTP/1.1" 200 1294 0.004102 10.0.0.33 - - [2025-03-20 02:21:31] "GET /virtual-machine-interface/06bbffca-5441-4f09-af51-9135743e2888 HTTP/1.1" 200 2949 0.004604 10.0.0.33 - - [2025-03-20 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.33 - - [2025-03-20 02:21:31] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002784 10.0.0.33 - - [2025-03-20 02:21:31] "GET /virtual-networks?parent_id=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002882 10.0.0.33 - - [2025-03-20 02:21:31] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005087 10.0.0.33 - - [2025-03-20 02:21:33] "POST /neutron/port HTTP/1.1" 200 1088 0.013408 10.0.0.33 - - [2025-03-20 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005305 10.0.0.33 - - [2025-03-20 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.33 - - [2025-03-20 02:21:34] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004694 10.0.0.33 - - [2025-03-20 02:21:34] "POST /neutron/port HTTP/1.1" 200 1090 0.014865 10.0.0.33 - - [2025-03-20 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004544 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /project/f2d2f32e24b74fc199a136010e911aa1 HTTP/1.1" 404 173 0.026099 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /project/44961a470ee345dcae3f2485348f2be0 HTTP/1.1" 404 173 0.019302 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /project/cc6ca59d94f2493a9c46a2b93ebd818a HTTP/1.1" 404 173 0.016719 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /project/a909b91c771144858074133ae0d1b564 HTTP/1.1" 404 173 0.009426 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.062567 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.065508 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.086594 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.081864 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000808 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?fields=security_groups HTTP/1.1" 200 1347 0.069764 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?fields=security_groups HTTP/1.1" 200 1372 0.065760 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?fields=security_groups HTTP/1.1" 200 1398 0.072238 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?fields=security_groups HTTP/1.1" 200 1386 0.080101 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /security-group/4afa3d00-770b-413b-bfe2-36c2fd959159 HTTP/1.1" 200 115 0.104987 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /security-group/a2ce2805-a7d3-414a-b7b1-324c8833969e HTTP/1.1" 200 115 0.115713 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=f2d2f32e-24b7-4fc1-99a1-36010e911aa1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000938 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=44961a47-0ee3-45dc-ae3f-2485348f2be0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /access-control-list/4948f0de-efb9-4359-8846-a0e268be7f79 HTTP/1.1" 200 115 0.077109 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /security-group/2c0d333b-1297-4956-a0fb-93e55e506115 HTTP/1.1" 200 115 0.131638 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1?fields=application_policy_sets HTTP/1.1" 200 1411 0.042996 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=228dab63-4951-4de6-b412-5160343b3b70&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /security-group/b5a5d05d-7905-464a-8400-46e8eec04e44 HTTP/1.1" 200 115 0.146168 10.0.0.33 - - [2025-03-20 02:21:35] "GET /projects?obj_uuids=a909b91c-7711-4485-8074-133ae0d1b564&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005311 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/228dab63-4951-4de6-b412-5160343b3b70?fields=application_policy_sets HTTP/1.1" 200 1437 0.057085 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/44961a47-0ee3-45dc-ae3f-2485348f2be0?fields=application_policy_sets HTTP/1.1" 200 1386 0.098489 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /access-control-list/6e39cc41-599c-471e-adef-d043ec5a45a7 HTTP/1.1" 200 115 0.085612 10.0.0.33 - - [2025-03-20 02:21:35] "GET /project/a909b91c-7711-4485-8074-133ae0d1b564?fields=application_policy_sets HTTP/1.1" 200 1425 0.107532 10.0.0.33 - - [2025-03-20 02:21:35] "DELETE /access-control-list/8ee27c7a-781a-4347-99a3-6163b54a659b HTTP/1.1" 200 115 0.070741 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /access-control-list/6d652f54-7c1d-4c80-857f-47327f55e77d HTTP/1.1" 200 115 0.045205 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /project/f2d2f32e-24b7-4fc1-99a1-36010e911aa1 HTTP/1.1" 200 115 0.605239 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /access-control-list/08d9036f-099e-4076-8b8e-097d52c6964f HTTP/1.1" 200 115 0.036729 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /project/228dab63-4951-4de6-b412-5160343b3b70 HTTP/1.1" 200 115 0.639805 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /project/44961a47-0ee3-45dc-ae3f-2485348f2be0 HTTP/1.1" 200 115 0.645928 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /access-control-list/d7d16c0f-7df5-4325-8ed3-bfda2a8f3c6e HTTP/1.1" 200 115 0.026800 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /project/a909b91c-7711-4485-8074-133ae0d1b564 HTTP/1.1" 200 115 0.654335 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /access-control-list/7cda0d54-f8a4-4c4d-be31-77be2a3b41b1 HTTP/1.1" 200 115 0.026536 10.0.0.33 - - [2025-03-20 02:21:36] "DELETE /access-control-list/98a9b3de-17fb-4512-82c4-e57689add353 HTTP/1.1" 200 115 0.014403 10.0.0.33 - - [2025-03-20 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.33 - - [2025-03-20 02:21:36] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002582 10.0.0.33 - - [2025-03-20 02:21:36] "GET /virtual-networks?parent_id=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003033 10.0.0.33 - - [2025-03-20 02:21:36] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005068 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/port HTTP/1.1" 200 1090 0.013603 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005119 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/port HTTP/1.1" 200 1090 0.013495 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005054 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015096 10.0.0.33 - - [2025-03-20 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004862 10.0.0.33 - - [2025-03-20 02:21:37] "GET /virtual-machine/55c5bb1e-4c02-4faa-8b69-4cc9c60d1d63 HTTP/1.1" 200 1294 0.005444 10.0.0.33 - - [2025-03-20 02:21:37] "GET /virtual-machine-interface/24d1a7d5-e132-4515-98a2-c802ac6b41ca HTTP/1.1" 200 2950 0.004087 10.0.0.33 - - [2025-03-20 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.33 - - [2025-03-20 02:21:37] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002243 10.0.0.33 - - [2025-03-20 02:21:37] "GET /virtual-networks?parent_id=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002655 10.0.0.33 - - [2025-03-20 02:21:37] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005065 10.0.0.33 - - [2025-03-20 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.33 - - [2025-03-20 02:21:38] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002793 10.0.0.33 - - [2025-03-20 02:21:38] "GET /virtual-networks?parent_id=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003120 10.0.0.33 - - [2025-03-20 02:21:38] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005384 10.0.0.33 - - [2025-03-20 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.33 - - [2025-03-20 02:21:42] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000933 10.0.0.33 - - [2025-03-20 02:21:42] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023008 10.0.0.33 - - [2025-03-20 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.33 - - [2025-03-20 02:21:42] "PUT /network-policy/9d4a68b2-ac7f-40a6-b74a-2a1606b5ad23 HTTP/1.1" 200 262 0.009596 10.0.0.33 - - [2025-03-20 02:21:42] "PUT /access-control-list/d3f94a48-b4a9-4cbe-94e8-85f0232b4fe0 HTTP/1.1" 200 272 0.050299 10.0.0.33 - - [2025-03-20 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.009493 10.0.0.33 - - [2025-03-20 02:21:42] "PUT /access-control-list/f978e5f6-2ab1-4b94-935a-98f8bd463630 HTTP/1.1" 200 272 0.053324 10.0.0.33 - - [2025-03-20 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.009181 10.0.0.33 - - [2025-03-20 02:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.039918 10.0.0.33 - - [2025-03-20 02:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.040156 10.0.0.33 - - [2025-03-20 02:21:46] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005160 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 928 0.007201 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 826 0.038557 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 826 0.005130 10.0.0.33 - - [2025-03-20 02:21:46] "GET /virtual-network/871d9d4d-51e8-466a-90a3-2edbdbbc3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004364 10.0.0.33 - - [2025-03-20 02:21:46] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003983 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 926 0.005289 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 824 0.058224 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 824 0.005490 10.0.0.33 - - [2025-03-20 02:21:46] "GET /virtual-network/b60f4d81-1c28-4b15-92c7-fff4c96c256f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004398 10.0.0.33 - - [2025-03-20 02:21:46] "DELETE /network-policy/9d4a68b2-ac7f-40a6-b74a-2a1606b5ad23 HTTP/1.1" 200 115 0.031403 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 826 0.004925 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/network HTTP/1.1" 400 204 0.009520 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1090 0.014358 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1116 0.007677 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1088 0.018664 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 151 0.104892 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1114 0.008903 10.0.0.33 - - [2025-03-20 02:21:46] "DELETE /access-control-list/f978e5f6-2ab1-4b94-935a-98f8bd463630 HTTP/1.1" 200 115 0.038098 10.0.0.33 - - [2025-03-20 02:21:46] "DELETE /access-control-list/d3f94a48-b4a9-4cbe-94e8-85f0232b4fe0 HTTP/1.1" 200 115 0.025043 10.0.0.33 - - [2025-03-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 151 0.141034 10.0.0.33 - - [2025-03-20 02:21:48] "POST /neutron/network HTTP/1.1" 200 826 0.005268 10.0.0.33 - - [2025-03-20 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003595 10.0.0.33 - - [2025-03-20 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006930 10.0.0.33 - - [2025-03-20 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002910 10.0.0.33 - - [2025-03-20 02:21:48] "POST /neutron/network HTTP/1.1" 200 151 0.100145 10.0.0.33 - - [2025-03-20 02:21:48] "DELETE /route-target/7415e541-92da-492a-adaf-030350787d15 HTTP/1.1" 200 115 0.020798 10.0.0.33 - - [2025-03-20 02:21:48] "GET /routing-instance/1edaa4fd-6029-4265-a278-fed477d67f22 HTTP/1.1" 404 171 0.003199 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domains HTTP/1.1" 200 280 0.002964 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2575 0.050735 10.0.0.33 - - [2025-03-20 02:21:48] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.33 - - [2025-03-20 02:21:48] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 2103 0.068749 10.0.0.33 - - [2025-03-20 02:21:48] "POST /neutron/network HTTP/1.1" 200 824 0.005310 10.0.0.33 - - [2025-03-20 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006892 10.0.0.33 - - [2025-03-20 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001783 10.0.0.33 - - [2025-03-20 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004455 10.0.0.33 - - [2025-03-20 02:21:48] "DELETE /route-target/4c20d516-47bf-4c9f-bafc-f37db73090f2 HTTP/1.1" 200 115 0.022833 10.0.0.33 - - [2025-03-20 02:21:48] "POST /neutron/network HTTP/1.1" 200 151 0.094680 10.0.0.33 - - [2025-03-20 02:21:48] "GET /routing-instance/20467624-6a47-4789-9eb9-4e6d30e27b7a HTTP/1.1" 404 171 0.002075 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domains HTTP/1.1" 200 280 0.002177 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.33 - - [2025-03-20 02:21:48] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2575 0.048927 10.0.0.33 - - [2025-03-20 02:21:48] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.33 - - [2025-03-20 02:21:49] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 1864 0.072215 10.0.0.33 - - [2025-03-20 02:21:49] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.33 - - [2025-03-20 02:21:49] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025979 10.0.0.33 - - [2025-03-20 02:21:49] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.33 - - [2025-03-20 02:21:49] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?fields=virtual_networks HTTP/1.1" 200 1036 0.073126 10.0.0.33 - - [2025-03-20 02:21:49] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.33 - - [2025-03-20 02:21:49] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022291 10.0.0.33 - - [2025-03-20 02:21:49] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.33 - - [2025-03-20 02:21:49] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?fields=security_groups HTTP/1.1" 200 1264 0.026338 10.0.0.33 - - [2025-03-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.019651 10.0.0.33 - - [2025-03-20 02:21:50] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002233 10.0.0.33 - - [2025-03-20 02:21:50] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.33 - - [2025-03-20 02:21:50] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006850 10.0.0.33 - - [2025-03-20 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001195 10.0.0.33 - - [2025-03-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003908 10.0.0.33 - - [2025-03-20 02:21:50] "POST /security-groups HTTP/1.1" 200 589 0.059736 10.0.0.33 - - [2025-03-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.005858 10.0.0.33 - - [2025-03-20 02:21:50] "POST /projects HTTP/1.1" 200 581 0.212678 10.0.0.33 - - [2025-03-20 02:21:50] "POST /access-control-lists HTTP/1.1" 200 594 0.059278 10.0.0.33 - - [2025-03-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.286485 10.0.0.33 - - [2025-03-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002559 10.0.0.33 - - [2025-03-20 02:21:50] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.396724 10.0.0.33 - - [2025-03-20 02:21:50] "POST /access-control-lists HTTP/1.1" 200 592 0.056064 10.0.0.33 - - [2025-03-20 02:21:51] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.33 - - [2025-03-20 02:21:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2025-03-20 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.046173 10.0.0.33 - - [2025-03-20 02:21:52] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.33 - - [2025-03-20 02:21:52] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.026571 10.0.0.33 - - [2025-03-20 02:21:52] "POST /neutron/network HTTP/1.1" 200 117 0.024664 10.0.0.33 - - [2025-03-20 02:21:52] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.33 - - [2025-03-20 02:21:52] "POST /neutron/network HTTP/1.1" 200 613 0.055120 10.0.0.33 - - [2025-03-20 02:21:52] "POST /route-targets HTTP/1.1" 200 327 0.009099 10.0.0.33 - - [2025-03-20 02:21:52] "POST /ref-update HTTP/1.1" 200 156 0.012881 10.0.0.33 - - [2025-03-20 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.33 - - [2025-03-20 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.183301 10.0.0.33 - - [2025-03-20 02:21:53] "POST /neutron/network HTTP/1.1" 200 830 0.005151 10.0.0.33 - - [2025-03-20 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001053 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004982 10.0.0.33 - - [2025-03-20 02:21:53] "POST /neutron/network HTTP/1.1" 200 830 0.005509 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004835 10.0.0.33 - - [2025-03-20 02:21:53] "POST /neutron/network HTTP/1.1" 200 830 0.005846 10.0.0.33 - - [2025-03-20 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.006426 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domains HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domains HTTP/1.1" 200 280 0.022430 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.008239 10.0.0.33 - - [2025-03-20 02:21:53] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.33 - - [2025-03-20 02:21:53] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2077 0.067065 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4 HTTP/1.1" 200 2312 0.005381 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4 HTTP/1.1" 200 2312 0.004584 10.0.0.33 - - [2025-03-20 02:21:53] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 200 1493 0.003291 10.0.0.33 - - [2025-03-20 02:21:53] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 200 1493 0.003704 10.0.0.33 - - [2025-03-20 02:21:53] "GET /route-target/3510a0f1-958c-4fcc-88e6-b56827f6b0db HTTP/1.1" 200 1211 0.002949 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4 HTTP/1.1" 200 2312 0.005331 10.0.0.33 - - [2025-03-20 02:21:53] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 200 1493 0.003044 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004378 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4 HTTP/1.1" 200 2312 0.004443 10.0.0.33 - - [2025-03-20 02:21:53] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 200 1493 0.002935 10.0.0.33 - - [2025-03-20 02:21:53] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 200 1493 0.002934 10.0.0.33 - - [2025-03-20 02:21:53] "GET /route-target/3510a0f1-958c-4fcc-88e6-b56827f6b0db HTTP/1.1" 200 1211 0.002600 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domains HTTP/1.1" 200 280 0.002653 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.33 - - [2025-03-20 02:21:53] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.008534 10.0.0.33 - - [2025-03-20 02:21:53] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.33 - - [2025-03-20 02:21:53] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2077 0.063615 10.0.0.33 - - [2025-03-20 02:21:53] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4 HTTP/1.1" 200 2312 0.004723 10.0.0.33 - - [2025-03-20 02:21:54] "GET /obj-perms HTTP/1.1" 200 5026 0.051720 10.0.0.33 - - [2025-03-20 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.33 - - [2025-03-20 02:21:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001406 10.0.0.33 - - [2025-03-20 02:21:54] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.025584 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/network HTTP/1.1" 200 117 0.007995 10.0.0.33 - - [2025-03-20 02:21:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/network HTTP/1.1" 200 613 0.067877 10.0.0.33 - - [2025-03-20 02:21:54] "POST /route-targets HTTP/1.1" 200 327 0.010330 10.0.0.33 - - [2025-03-20 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.012751 10.0.0.33 - - [2025-03-20 02:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.131257 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/network HTTP/1.1" 200 831 0.004800 10.0.0.33 - - [2025-03-20 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001137 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004318 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/network HTTP/1.1" 200 831 0.005163 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004270 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/network HTTP/1.1" 200 831 0.007138 10.0.0.33 - - [2025-03-20 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.006075 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domains HTTP/1.1" 200 280 0.002272 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.006546 10.0.0.33 - - [2025-03-20 02:21:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.33 - - [2025-03-20 02:21:54] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2295 0.064157 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581 HTTP/1.1" 200 2316 0.005370 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581 HTTP/1.1" 200 2316 0.004226 10.0.0.33 - - [2025-03-20 02:21:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 200 1494 0.003043 10.0.0.33 - - [2025-03-20 02:21:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 200 1494 0.002815 10.0.0.33 - - [2025-03-20 02:21:54] "GET /route-target/f55e4c61-c0da-441e-9d23-cece772536c0 HTTP/1.1" 200 1213 0.002464 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581 HTTP/1.1" 200 2316 0.003993 10.0.0.33 - - [2025-03-20 02:21:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 200 1494 0.002725 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004034 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581 HTTP/1.1" 200 2316 0.004212 10.0.0.33 - - [2025-03-20 02:21:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 200 1494 0.002534 10.0.0.33 - - [2025-03-20 02:21:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 200 1494 0.002623 10.0.0.33 - - [2025-03-20 02:21:54] "GET /route-target/f55e4c61-c0da-441e-9d23-cece772536c0 HTTP/1.1" 200 1213 0.002212 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domains HTTP/1.1" 200 280 0.002357 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.33 - - [2025-03-20 02:21:54] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.006440 10.0.0.33 - - [2025-03-20 02:21:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.33 - - [2025-03-20 02:21:54] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2295 0.067502 10.0.0.33 - - [2025-03-20 02:21:54] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581 HTTP/1.1" 200 2316 0.004458 10.0.0.33 - - [2025-03-20 02:21:54] "GET /obj-perms HTTP/1.1" 200 5026 0.002571 10.0.0.33 - - [2025-03-20 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.33 - - [2025-03-20 02:21:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.33 - - [2025-03-20 02:21:54] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.021686 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 117 0.008886 10.0.0.33 - - [2025-03-20 02:21:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 615 0.061454 10.0.0.33 - - [2025-03-20 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.008155 10.0.0.33 - - [2025-03-20 02:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005229 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.150413 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 831 0.005790 10.0.0.33 - - [2025-03-20 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001130 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004826 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 831 0.005834 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005442 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 831 0.005466 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.006536 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domains HTTP/1.1" 200 280 0.001950 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.007141 10.0.0.33 - - [2025-03-20 02:21:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.33 - - [2025-03-20 02:21:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2514 0.061409 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119 HTTP/1.1" 200 2315 0.005438 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119 HTTP/1.1" 200 2315 0.004181 10.0.0.33 - - [2025-03-20 02:21:55] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 200 1497 0.002903 10.0.0.33 - - [2025-03-20 02:21:55] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 200 1497 0.002713 10.0.0.33 - - [2025-03-20 02:21:55] "GET /route-target/05ba2f4f-17e9-4704-9220-9782d26f00b2 HTTP/1.1" 200 1213 0.002326 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119 HTTP/1.1" 200 2315 0.005426 10.0.0.33 - - [2025-03-20 02:21:55] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 200 1497 0.002511 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004088 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119 HTTP/1.1" 200 2315 0.003951 10.0.0.33 - - [2025-03-20 02:21:55] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 200 1497 0.002539 10.0.0.33 - - [2025-03-20 02:21:55] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 200 1497 0.002709 10.0.0.33 - - [2025-03-20 02:21:55] "GET /route-target/05ba2f4f-17e9-4704-9220-9782d26f00b2 HTTP/1.1" 200 1213 0.002336 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domains HTTP/1.1" 200 280 0.002318 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.33 - - [2025-03-20 02:21:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2759 0.055232 10.0.0.33 - - [2025-03-20 02:21:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.33 - - [2025-03-20 02:21:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2514 0.065659 10.0.0.33 - - [2025-03-20 02:21:55] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119 HTTP/1.1" 200 2315 0.004146 10.0.0.33 - - [2025-03-20 02:21:55] "GET /obj-perms HTTP/1.1" 200 5026 0.002796 10.0.0.33 - - [2025-03-20 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001277 10.0.0.33 - - [2025-03-20 02:21:55] "POST /neutron/network HTTP/1.1" 200 841 0.005227 10.0.0.33 - - [2025-03-20 02:21:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-03-20 02:21:56] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.33 - - [2025-03-20 02:21:56] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-03-20 02:21:56] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.33 - - [2025-03-20 02:21:56] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.043223 10.0.0.33 - - [2025-03-20 02:21:56] "POST /neutron/network HTTP/1.1" 200 831 0.004684 10.0.0.33 - - [2025-03-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.007699 10.0.0.33 - - [2025-03-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.004829 10.0.0.33 - - [2025-03-20 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001369 10.0.0.33 - - [2025-03-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.005855 10.0.0.33 - - [2025-03-20 02:21:56] "POST /neutron/network HTTP/1.1" 200 841 0.005343 10.0.0.33 - - [2025-03-20 02:21:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/network HTTP/1.1" 200 841 0.005376 10.0.0.33 - - [2025-03-20 02:21:57] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.33 - - [2025-03-20 02:21:57] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.33 - - [2025-03-20 02:21:57] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1057 0.192545 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1057 0.008814 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1057 0.007988 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1111 0.051221 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.015185 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003169 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.010628 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/network HTTP/1.1" 200 831 0.005007 10.0.0.33 - - [2025-03-20 02:21:57] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.33 - - [2025-03-20 02:21:57] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.045843 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/network HTTP/1.1" 200 831 0.005056 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.019014 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005842 10.0.0.33 - - [2025-03-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.004501 10.0.0.33 - - [2025-03-20 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002510 10.0.0.33 - - [2025-03-20 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.33 - - [2025-03-20 02:21:57] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.33 - - [2025-03-20 02:21:57] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007721 10.0.0.33 - - [2025-03-20 02:21:58] "POST /service-templates HTTP/1.1" 200 543 0.033745 10.0.0.33 - - [2025-03-20 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.33 - - [2025-03-20 02:21:58] "GET /service-template/2299cc4d-f695-49db-a1f5-ecf7a907e879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.013369 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/network HTTP/1.1" 200 841 0.008480 10.0.0.33 - - [2025-03-20 02:21:58] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.33 - - [2025-03-20 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.33 - - [2025-03-20 02:21:58] "GET /service-template/2299cc4d-f695-49db-a1f5-ecf7a907e879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.036910 10.0.0.33 - - [2025-03-20 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001250 10.0.0.33 - - [2025-03-20 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001437 10.0.0.33 - - [2025-03-20 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.288543 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.012682 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.009915 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1109 0.073753 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 2052 0.036635 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008232 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1083 0.022433 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.011764 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.33 - - [2025-03-20 02:21:58] "POST /neutron/network HTTP/1.1" 200 831 0.005440 10.0.0.33 - - [2025-03-20 02:21:59] "POST /neutron/network HTTP/1.1" 200 2217 0.020980 10.0.0.33 - - [2025-03-20 02:21:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.33 - - [2025-03-20 02:21:59] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.33 - - [2025-03-20 02:21:59] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-03-20 02:21:59] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.33 - - [2025-03-20 02:21:59] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.045786 10.0.0.33 - - [2025-03-20 02:21:59] "POST /neutron/network HTTP/1.1" 200 830 0.004506 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/network HTTP/1.1" 200 831 0.005200 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/network HTTP/1.1" 200 831 0.005077 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/port HTTP/1.1" 200 2052 0.021595 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005962 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.004349 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.004739 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/network HTTP/1.1" 200 2217 0.011852 10.0.0.33 - - [2025-03-20 02:22:00] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.33 - - [2025-03-20 02:22:00] "POST /neutron/port HTTP/1.1" 200 1056 0.279366 10.0.0.33 - - [2025-03-20 02:22:00] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1057 0.231597 10.0.0.33 - - [2025-03-20 02:22:01] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1055 0.199204 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1056 0.007853 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1056 0.011200 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1110 0.065828 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1057 0.009487 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1057 0.008807 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1111 0.064168 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1055 0.008763 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1055 0.008174 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 1109 0.070551 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 3019 0.018149 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002554 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.010894 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/network HTTP/1.1" 200 830 0.005450 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002722 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.009736 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/network HTTP/1.1" 200 831 0.005789 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003147 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 684 0.009300 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.33 - - [2025-03-20 02:22:01] "POST /neutron/network HTTP/1.1" 200 831 0.004912 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 3019 0.018511 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005824 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 3019 0.016457 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004973 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 3019 0.019308 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005417 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 3019 0.020283 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011421 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 1085 0.013904 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005436 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/port HTTP/1.1" 200 3019 0.019056 10.0.0.33 - - [2025-03-20 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007485 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-machine/6d3bf7f7-095d-4878-8781-6eefdeb69e28 HTTP/1.1" 200 1801 0.003708 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf HTTP/1.1" 200 2945 0.004481 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc HTTP/1.1" 200 2949 0.004766 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46 HTTP/1.1" 200 2946 0.005019 10.0.0.33 - - [2025-03-20 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-03-20 02:22:05] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003316 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003013 10.0.0.33 - - [2025-03-20 02:22:05] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005395 10.0.0.33 - - [2025-03-20 02:22:06] "POST /neutron/port HTTP/1.1" 200 1083 0.015263 10.0.0.33 - - [2025-03-20 02:22:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004467 10.0.0.33 - - [2025-03-20 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.33 - - [2025-03-20 02:22:09] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004542 10.0.0.33 - - [2025-03-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.33 - - [2025-03-20 02:22:13] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006712 10.0.0.33 - - [2025-03-20 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.33 - - [2025-03-20 02:22:17] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004751 10.0.0.33 - - [2025-03-20 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.33 - - [2025-03-20 02:22:19] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002606 10.0.0.33 - - [2025-03-20 02:22:19] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002713 10.0.0.33 - - [2025-03-20 02:22:19] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005273 10.0.0.33 - - [2025-03-20 02:22:19] "POST /neutron/port HTTP/1.1" 200 3019 0.018322 10.0.0.33 - - [2025-03-20 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005025 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 1085 0.013989 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 1085 0.014007 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/network HTTP/1.1" 200 841 0.004941 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007503 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.010818 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.33 - - [2025-03-20 02:22:23] "POST /neutron/network HTTP/1.1" 200 831 0.005601 10.0.0.33 - - [2025-03-20 02:22:24] "POST /neutron/port HTTP/1.1" 200 3019 0.017271 10.0.0.33 - - [2025-03-20 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005479 10.0.0.33 - - [2025-03-20 02:22:29] "POST /neutron/port HTTP/1.1" 200 3019 0.018719 10.0.0.33 - - [2025-03-20 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007509 10.0.0.33 - - [2025-03-20 02:22:29] "POST /neutron/port HTTP/1.1" 200 3019 0.021175 10.0.0.33 - - [2025-03-20 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017101 10.0.0.33 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.33 - - [2025-03-20 02:22:35] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002885 10.0.0.33 - - [2025-03-20 02:22:35] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002899 10.0.0.33 - - [2025-03-20 02:22:35] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005466 10.0.0.33 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.33 - - [2025-03-20 02:22:35] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002977 10.0.0.33 - - [2025-03-20 02:22:35] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002936 10.0.0.33 - - [2025-03-20 02:22:35] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005540 10.0.0.33 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.002571 10.0.0.33 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.33 - - [2025-03-20 02:22:35] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.33 - - [2025-03-20 02:22:35] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.028830 10.0.0.33 - - [2025-03-20 02:22:35] "POST /service-instances HTTP/1.1" 200 543 0.060445 10.0.0.33 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.33 - - [2025-03-20 02:22:36] "GET /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005351 10.0.0.33 - - [2025-03-20 02:22:36] "POST /port-tuples HTTP/1.1" 200 586 0.022844 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.009555 10.0.0.33 - - [2025-03-20 02:22:36] "DELETE /project/0810e335b99d4bc281afdf9bc8e28079 HTTP/1.1" 404 173 0.006906 10.0.0.33 - - [2025-03-20 02:22:36] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.33 - - [2025-03-20 02:22:36] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.020942 10.0.0.33 - - [2025-03-20 02:22:36] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.33 - - [2025-03-20 02:22:36] "PUT /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf HTTP/1.1" 200 284 0.008976 10.0.0.33 - - [2025-03-20 02:22:36] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?fields=security_groups HTTP/1.1" 200 1369 0.071793 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.33 - - [2025-03-20 02:22:36] "POST /instance-ips HTTP/1.1" 200 385 0.024494 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.008695 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.020607 10.0.0.33 - - [2025-03-20 02:22:36] "DELETE /security-group/82ff2f98-f622-42f0-815f-28207520a232 HTTP/1.1" 200 115 0.055072 10.0.0.33 - - [2025-03-20 02:22:36] "GET /projects?obj_uuids=cc6ca59d-94f2-493a-9c46-a2b93ebd818a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001708 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.020252 10.0.0.33 - - [2025-03-20 02:22:36] "PUT /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46 HTTP/1.1" 200 284 0.023770 10.0.0.33 - - [2025-03-20 02:22:36] "DELETE /access-control-list/c459bad3-7ea3-4a7d-8b0a-790596a1b11b HTTP/1.1" 200 115 0.044541 10.0.0.33 - - [2025-03-20 02:22:36] "GET /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a?fields=application_policy_sets HTTP/1.1" 200 1408 0.042603 10.0.0.33 - - [2025-03-20 02:22:36] "DELETE /access-control-list/23f1ee40-dd1d-492b-af72-8e461eaefee3 HTTP/1.1" 200 115 0.027245 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003389 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006445 10.0.0.33 - - [2025-03-20 02:22:36] "DELETE /project/cc6ca59d-94f2-493a-9c46-a2b93ebd818a HTTP/1.1" 200 115 0.353178 10.0.0.33 - - [2025-03-20 02:22:36] "POST /instance-ips HTTP/1.1" 200 385 0.036392 10.0.0.33 - - [2025-03-20 02:22:36] "PUT /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc HTTP/1.1" 200 284 0.009070 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.007202 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.007925 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002386 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/port HTTP/1.1" 200 1085 0.014969 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006166 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/port HTTP/1.1" 200 1085 0.017636 10.0.0.33 - - [2025-03-20 02:22:36] "POST /instance-ips HTTP/1.1" 200 373 0.018142 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005608 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/port HTTP/1.1" 200 1085 0.016531 10.0.0.33 - - [2025-03-20 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005978 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-machine/c7d2f7e2-7c32-4d8b-b160-6266edba7bff HTTP/1.1" 200 1291 0.003885 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-machine-interface/a220e96e-afc0-4bbd-b295-3d7fef8712ad HTTP/1.1" 200 2946 0.004424 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.010129 10.0.0.33 - - [2025-03-20 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.33 - - [2025-03-20 02:22:36] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002512 10.0.0.33 - - [2025-03-20 02:22:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002268 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002196 10.0.0.33 - - [2025-03-20 02:22:36] "POST /instance-ips HTTP/1.1" 200 373 0.013965 10.0.0.33 - - [2025-03-20 02:22:36] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004343 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002632 10.0.0.33 - - [2025-03-20 02:22:37] "POST /instance-ips HTTP/1.1" 200 375 0.013232 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002662 10.0.0.33 - - [2025-03-20 02:22:37] "POST /instance-ips HTTP/1.1" 200 375 0.014952 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.33 - - [2025-03-20 02:22:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002769 10.0.0.33 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.33 - - [2025-03-20 02:22:38] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003125 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002706 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005407 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/port HTTP/1.1" 200 1083 0.014048 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004934 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/port HTTP/1.1" 200 1083 0.014173 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005266 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/port HTTP/1.1" 200 1083 0.012567 10.0.0.33 - - [2025-03-20 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005071 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-machine/05c38cb5-445c-4adc-a82d-5de0aef9054e HTTP/1.1" 200 1289 0.004772 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-machine-interface/31829908-6082-4bf7-b842-7818f07fb5fb HTTP/1.1" 200 2948 0.004372 10.0.0.33 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.33 - - [2025-03-20 02:22:38] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002541 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002886 10.0.0.33 - - [2025-03-20 02:22:38] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005117 10.0.0.33 - - [2025-03-20 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.33 - - [2025-03-20 02:22:39] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003251 10.0.0.33 - - [2025-03-20 02:22:39] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003468 10.0.0.33 - - [2025-03-20 02:22:39] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006584 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.002575 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.33 - - [2025-03-20 02:22:40] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.33 - - [2025-03-20 02:22:40] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.025057 10.0.0.33 - - [2025-03-20 02:22:40] "POST /network-policys HTTP/1.1" 200 547 0.017079 10.0.0.33 - - [2025-03-20 02:22:40] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004697 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.33 - - [2025-03-20 02:22:40] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005179 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.33 - - [2025-03-20 02:22:40] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003476 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.002339 10.0.0.33 - - [2025-03-20 02:22:40] "POST /ref-update HTTP/1.1" 200 156 0.025671 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.33 - - [2025-03-20 02:22:40] "POST /access-control-lists HTTP/1.1" 200 601 0.058228 10.0.0.33 - - [2025-03-20 02:22:40] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003332 10.0.0.33 - - [2025-03-20 02:22:40] "POST /neutron/network HTTP/1.1" 200 919 0.007080 10.0.0.33 - - [2025-03-20 02:22:40] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004660 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.33 - - [2025-03-20 02:22:40] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003443 10.0.0.33 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.33 - - [2025-03-20 02:22:40] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005341 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.33 - - [2025-03-20 02:22:41] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003366 10.0.0.33 - - [2025-03-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.033305 10.0.0.33 - - [2025-03-20 02:22:41] "PUT /access-control-list/928d2e66-cdef-44b4-a1f0-839c1c6619df HTTP/1.1" 200 272 0.016561 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.002861 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.33 - - [2025-03-20 02:22:41] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.024236 10.0.0.33 - - [2025-03-20 02:22:41] "POST /access-control-lists HTTP/1.1" 200 604 0.061399 10.0.0.33 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 919 0.007178 10.0.0.33 - - [2025-03-20 02:22:41] "POST /routing-instances HTTP/1.1" 200 759 0.017747 10.0.0.33 - - [2025-03-20 02:22:41] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006571 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.33 - - [2025-03-20 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.008311 10.0.0.33 - - [2025-03-20 02:22:41] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003152 10.0.0.33 - - [2025-03-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.33 - - [2025-03-20 02:22:41] "GET /routing-instance/c395ae73-71e6-44a6-82b6-0d94a1bcc7bf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003407 10.0.0.33 - - [2025-03-20 02:22:41] "GET /service-template/2299cc4d-f695-49db-a1f5-ecf7a907e879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003096 10.0.0.33 - - [2025-03-20 02:22:41] "GET /routing-instance/c395ae73-71e6-44a6-82b6-0d94a1bcc7bf?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003244 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.33 - - [2025-03-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.33 - - [2025-03-20 02:22:41] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.33 - - [2025-03-20 02:22:41] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.027231 10.0.0.33 - - [2025-03-20 02:22:41] "POST /routing-instances HTTP/1.1" 200 760 0.024757 10.0.0.33 - - [2025-03-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.33 - - [2025-03-20 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.010022 10.0.0.33 - - [2025-03-20 02:22:41] "GET /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005116 10.0.0.33 - - [2025-03-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.010811 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domains HTTP/1.1" 200 280 0.002425 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2771 0.007379 10.0.0.33 - - [2025-03-20 02:22:41] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001451 10.0.0.33 - - [2025-03-20 02:22:41] "GET /routing-instance/f10cd104-3278-48d0-809b-01dcd08e9a52?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004022 10.0.0.33 - - [2025-03-20 02:22:41] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 4230 0.066133 10.0.0.33 - - [2025-03-20 02:22:41] "GET /routing-instance/f10cd104-3278-48d0-809b-01dcd08e9a52?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004650 10.0.0.33 - - [2025-03-20 02:22:41] "GET /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1 HTTP/1.1" 200 3783 0.004177 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domains HTTP/1.1" 200 280 0.002022 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.33 - - [2025-03-20 02:22:41] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2771 0.006007 10.0.0.33 - - [2025-03-20 02:22:41] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000842 10.0.0.33 - - [2025-03-20 02:22:41] "PUT /routing-instance/c395ae73-71e6-44a6-82b6-0d94a1bcc7bf HTTP/1.1" 200 266 0.009077 10.0.0.33 - - [2025-03-20 02:22:41] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 4230 0.068326 10.0.0.33 - - [2025-03-20 02:22:41] "GET /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1 HTTP/1.1" 200 3783 0.003283 10.0.0.33 - - [2025-03-20 02:22:42] "PUT /routing-instance/f10cd104-3278-48d0-809b-01dcd08e9a52 HTTP/1.1" 200 266 0.010242 10.0.0.33 - - [2025-03-20 02:22:42] "GET /port-tuple/0a0b2fea-9dc9-4737-b1ac-e587199ac37a HTTP/1.1" 200 1977 0.002940 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf HTTP/1.1" 200 3815 0.004435 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc HTTP/1.1" 200 3804 0.004814 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46 HTTP/1.1" 200 3798 0.005069 10.0.0.33 - - [2025-03-20 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.011099 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.036056 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005454 10.0.0.33 - - [2025-03-20 02:22:42] "PUT /access-control-list/87091488-8ff5-46e1-ad62-0e22c89a56b2 HTTP/1.1" 200 272 0.015615 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.035425 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004983 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.048060 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004936 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.030384 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005651 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 893 0.012616 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 919 0.004767 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 804 0.010506 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 830 0.005048 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 893 0.010649 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 919 0.004993 10.0.0.33 - - [2025-03-20 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.33 - - [2025-03-20 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.000935 10.0.0.33 - - [2025-03-20 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine/6d3bf7f7-095d-4878-8781-6eefdeb69e28 HTTP/1.1" 200 1801 0.003568 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf HTTP/1.1" 200 3815 0.005026 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc HTTP/1.1" 200 3804 0.005294 10.0.0.33 - - [2025-03-20 02:22:42] "GET /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46 HTTP/1.1" 200 3798 0.004502 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/3e75e7f6-7ad7-44ca-91bb-80672dcc2aa3 HTTP/1.1" 200 1980 0.002939 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/85d24550-0633-4178-b19b-8c9afcadd590 HTTP/1.1" 200 1619 0.003908 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/9bd8eed6-18b2-41fd-89a9-87a89c14f3ee HTTP/1.1" 200 1978 0.002702 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/57fa701c-9496-4e8a-ab92-abe02aa6113b HTTP/1.1" 200 1619 0.003935 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/93c87f95-a70a-4aa5-9f2c-b1c0a57f1c53 HTTP/1.1" 200 1959 0.002681 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/d94d1abe-b1c2-4787-9d59-3b0ea1e2bd42 HTTP/1.1" 200 1961 0.002957 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/4227c46e-47f0-445f-b794-b888eb72b8d8 HTTP/1.1" 200 1956 0.002669 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/56f2ab25-ce1a-4cb4-82e8-fe7670906361 HTTP/1.1" 200 1953 0.002626 10.0.0.33 - - [2025-03-20 02:22:42] "GET /instance-ip/cc8f1806-2053-402f-836e-60728fdb1f37 HTTP/1.1" 200 1620 0.003682 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.027305 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005327 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.028254 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004977 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 3826 0.028372 10.0.0.33 - - [2025-03-20 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004899 10.0.0.33 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 3826 0.027326 10.0.0.33 - - [2025-03-20 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005043 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-machine/6d3bf7f7-095d-4878-8781-6eefdeb69e28 HTTP/1.1" 200 1801 0.003205 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-machine-interface/28e8064b-21e8-4051-b8d4-9287410b75bf HTTP/1.1" 200 3815 0.004428 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-machine-interface/a44adc7b-e40f-4f34-a7ad-e70b89620bfc HTTP/1.1" 200 3804 0.004447 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-machine-interface/ce06c8b6-850c-4a23-ba3d-f5eaeb16bf46 HTTP/1.1" 200 3798 0.004506 10.0.0.33 - - [2025-03-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.33 - - [2025-03-20 02:22:43] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003019 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002725 10.0.0.33 - - [2025-03-20 02:22:43] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005493 10.0.0.33 - - [2025-03-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.33 - - [2025-03-20 02:22:44] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002755 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002887 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005020 10.0.0.33 - - [2025-03-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.33 - - [2025-03-20 02:22:44] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003238 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002836 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004944 10.0.0.33 - - [2025-03-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.33 - - [2025-03-20 02:22:44] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003522 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002928 10.0.0.33 - - [2025-03-20 02:22:44] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004989 10.0.0.33 - - [2025-03-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.33 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003313 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002841 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004935 10.0.0.33 - - [2025-03-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.33 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003374 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003392 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005206 10.0.0.33 - - [2025-03-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.33 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003210 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003107 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005230 10.0.0.33 - - [2025-03-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.33 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003468 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002831 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005075 10.0.0.33 - - [2025-03-20 02:22:45] "GET /obj-perms HTTP/1.1" 200 5056 0.042064 10.0.0.33 - - [2025-03-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.33 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003514 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003015 10.0.0.33 - - [2025-03-20 02:22:45] "GET /virtual-network/ff3f519a-1d12-4c02-b894-dfede1b527d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005073 10.0.0.33 - - [2025-03-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.33 - - [2025-03-20 02:22:46] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003216 10.0.0.33 - - [2025-03-20 02:22:46] "GET /obj-perms HTTP/1.1" 200 5056 0.038406 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002987 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005802 10.0.0.33 - - [2025-03-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.33 - - [2025-03-20 02:22:46] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003365 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002714 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005158 10.0.0.33 - - [2025-03-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.33 - - [2025-03-20 02:22:46] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003672 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002828 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005056 10.0.0.33 - - [2025-03-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.33 - - [2025-03-20 02:22:46] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003559 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-networks?parent_id=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003000 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005149 10.0.0.33 - - [2025-03-20 02:22:46] "GET /virtual-machine/6d3bf7f7-095d-4878-8781-6eefdeb69e28 HTTP/1.1" 200 1801 0.003452 10.0.0.33 - - [2025-03-20 02:22:46] "GET /domains HTTP/1.1" 200 280 0.002292 10.0.0.33 - - [2025-03-20 02:22:46] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.33 - - [2025-03-20 02:22:46] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2771 0.006808 10.0.0.33 - - [2025-03-20 02:22:46] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.33 - - [2025-03-20 02:22:46] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 4230 0.064609 10.0.0.33 - - [2025-03-20 02:22:46] "GET /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1 HTTP/1.1" 200 3783 0.003281 10.0.0.33 - - [2025-03-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.33 - - [2025-03-20 02:22:46] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002922 10.0.0.33 - - [2025-03-20 02:22:47] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005048 10.0.0.33 - - [2025-03-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.33 - - [2025-03-20 02:22:47] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004259 10.0.0.33 - - [2025-03-20 02:22:47] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004784 10.0.0.33 - - [2025-03-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.33 - - [2025-03-20 02:22:47] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006520 10.0.0.33 - - [2025-03-20 02:22:47] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?fields=routing_instances HTTP/1.1" 200 1683 0.006272 10.0.0.33 - - [2025-03-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.33 - - [2025-03-20 02:22:47] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005070 10.0.0.33 - - [2025-03-20 02:22:47] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?fields=routing_instances HTTP/1.1" 200 1688 0.006124 10.0.0.33 - - [2025-03-20 02:22:51] "POST /ref-update HTTP/1.1" 200 156 0.027055 10.0.0.33 - - [2025-03-20 02:22:51] "POST /neutron/network HTTP/1.1" 200 831 0.005748 10.0.0.33 - - [2025-03-20 02:22:51] "GET /virtual-network/d1bdf779-daf5-4265-a54a-29a2ccc52119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004368 10.0.0.33 - - [2025-03-20 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.33 - - [2025-03-20 02:22:51] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003241 10.0.0.33 - - [2025-03-20 02:22:51] "POST /ref-update HTTP/1.1" 200 156 0.027025 10.0.0.33 - - [2025-03-20 02:22:51] "POST /neutron/network HTTP/1.1" 200 831 0.006108 10.0.0.33 - - [2025-03-20 02:22:51] "GET /virtual-network/dd6a2208-b23a-4f9f-b9a4-bd11da1f0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004090 10.0.0.33 - - [2025-03-20 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.33 - - [2025-03-20 02:22:51] "GET /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004363 10.0.0.33 - - [2025-03-20 02:22:51] "DELETE /network-policy/5c75dd62-deb4-4c9f-a45c-c006d2525dad HTTP/1.1" 200 115 0.020157 10.0.0.33 - - [2025-03-20 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /service-instance/d3a5fe89-01a6-4cdb-be65-fc088b12d6c1 HTTP/1.1" 200 115 0.057803 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.013575 10.0.0.33 - - [2025-03-20 02:22:52] "GET /domains HTTP/1.1" 200 280 0.013477 10.0.0.33 - - [2025-03-20 02:22:52] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /access-control-list/87091488-8ff5-46e1-ad62-0e22c89a56b2 HTTP/1.1" 200 115 0.065443 10.0.0.33 - - [2025-03-20 02:22:52] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2771 0.008349 10.0.0.33 - - [2025-03-20 02:22:52] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/4227c46e-47f0-445f-b794-b888eb72b8d8 HTTP/1.1" 200 115 0.039045 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.33 - - [2025-03-20 02:22:52] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 3756 0.075584 10.0.0.33 - - [2025-03-20 02:22:52] "GET /virtual-machine/6d3bf7f7-095d-4878-8781-6eefdeb69e28 HTTP/1.1" 200 1801 0.003125 10.0.0.33 - - [2025-03-20 02:22:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005071 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /routing-instance/c395ae73-71e6-44a6-82b6-0d94a1bcc7bf HTTP/1.1" 200 115 0.056381 10.0.0.33 - - [2025-03-20 02:22:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003075 10.0.0.33 - - [2025-03-20 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/56f2ab25-ce1a-4cb4-82e8-fe7670906361 HTTP/1.1" 200 115 0.048453 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /route-target/7d5ea4dc-eb1f-4fa7-a9eb-d120bb1c9cb2 HTTP/1.1" 200 115 0.019074 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/93c87f95-a70a-4aa5-9f2c-b1c0a57f1c53 HTTP/1.1" 200 115 0.024852 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /routing-instance/f10cd104-3278-48d0-809b-01dcd08e9a52 HTTP/1.1" 200 115 0.033478 10.0.0.33 - - [2025-03-20 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006011 10.0.0.33 - - [2025-03-20 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /service-template/2299cc4d-f695-49db-a1f5-ecf7a907e879 HTTP/1.1" 200 115 0.033690 10.0.0.33 - - [2025-03-20 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.008083 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/d94d1abe-b1c2-4787-9d59-3b0ea1e2bd42 HTTP/1.1" 200 115 0.034340 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /route-target/f225ef1b-b1d3-45fd-8147-a5970b43256a HTTP/1.1" 200 115 0.026563 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.026158 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /access-control-list/928d2e66-cdef-44b4-a1f0-839c1c6619df HTTP/1.1" 200 115 0.024412 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/3e75e7f6-7ad7-44ca-91bb-80672dcc2aa3 HTTP/1.1" 200 115 0.018826 10.0.0.33 - - [2025-03-20 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.014660 10.0.0.33 - - [2025-03-20 02:22:52] "DELETE /instance-ip/9bd8eed6-18b2-41fd-89a9-87a89c14f3ee HTTP/1.1" 200 115 0.024570 10.0.0.33 - - [2025-03-20 02:22:52] "POST /neutron/network HTTP/1.1" 200 831 0.006383 10.0.0.33 - - [2025-03-20 02:22:52] "POST /neutron/network HTTP/1.1" 400 204 0.011484 10.0.0.33 - - [2025-03-20 02:22:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014004 10.0.0.33 - - [2025-03-20 02:22:52] "POST /neutron/port HTTP/1.1" 200 1109 0.007838 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1085 0.013731 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1111 0.012942 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.156598 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.162064 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 3019 0.040124 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1111 0.007703 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.096621 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1110 0.009530 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.094167 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008465 10.0.0.33 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 151 0.087421 10.0.0.33 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 831 0.006421 10.0.0.33 - - [2025-03-20 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.33 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002138 10.0.0.33 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.33 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 151 0.082026 10.0.0.33 - - [2025-03-20 02:22:54] "DELETE /route-target/05ba2f4f-17e9-4704-9220-9782d26f00b2 HTTP/1.1" 200 115 0.015004 10.0.0.33 - - [2025-03-20 02:22:54] "GET /routing-instance/4d3f453a-0447-4b65-915a-efa01a0ffea0 HTTP/1.1" 404 171 0.003017 10.0.0.33 - - [2025-03-20 02:22:54] "GET /domains HTTP/1.1" 200 280 0.001969 10.0.0.33 - - [2025-03-20 02:22:54] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.33 - - [2025-03-20 02:22:54] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2571 0.048594 10.0.0.33 - - [2025-03-20 02:22:54] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.33 - - [2025-03-20 02:22:54] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2295 0.067938 10.0.0.33 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 831 0.005181 10.0.0.33 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.33 - - [2025-03-20 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.33 - - [2025-03-20 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.33 - - [2025-03-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 151 0.069698 10.0.0.33 - - [2025-03-20 02:22:54] "DELETE /route-target/f55e4c61-c0da-441e-9d23-cece772536c0 HTTP/1.1" 200 115 0.015529 10.0.0.33 - - [2025-03-20 02:22:54] "GET /routing-instance/ce8d0947-51c7-4c0d-a2b8-4a67261488e7 HTTP/1.1" 404 171 0.004127 10.0.0.33 - - [2025-03-20 02:22:54] "GET /domains HTTP/1.1" 200 280 0.002831 10.0.0.33 - - [2025-03-20 02:22:54] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.33 - - [2025-03-20 02:22:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2571 0.050929 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 2077 0.072422 10.0.0.33 - - [2025-03-20 02:22:55] "POST /neutron/network HTTP/1.1" 200 830 0.005085 10.0.0.33 - - [2025-03-20 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.33 - - [2025-03-20 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001755 10.0.0.33 - - [2025-03-20 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.33 - - [2025-03-20 02:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.073606 10.0.0.33 - - [2025-03-20 02:22:55] "DELETE /route-target/3510a0f1-958c-4fcc-88e6-b56827f6b0db HTTP/1.1" 200 115 0.020711 10.0.0.33 - - [2025-03-20 02:22:55] "GET /routing-instance/175444b0-beb4-468b-9cc0-f1e654005e8f HTTP/1.1" 404 171 0.002995 10.0.0.33 - - [2025-03-20 02:22:55] "GET /domains HTTP/1.1" 200 280 0.002705 10.0.0.33 - - [2025-03-20 02:22:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.33 - - [2025-03-20 02:22:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2571 0.048051 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001434 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 1837 0.065406 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.021994 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?fields=virtual_networks HTTP/1.1" 200 1025 0.064522 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025494 10.0.0.33 - - [2025-03-20 02:22:55] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.33 - - [2025-03-20 02:22:55] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?fields=security_groups HTTP/1.1" 200 1249 0.024456 10.0.0.33 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.020431 10.0.0.33 - - [2025-03-20 02:22:56] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002266 10.0.0.33 - - [2025-03-20 02:22:56] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.33 - - [2025-03-20 02:22:56] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007162 10.0.0.33 - - [2025-03-20 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001246 10.0.0.33 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002442 10.0.0.33 - - [2025-03-20 02:22:56] "POST /security-groups HTTP/1.1" 200 592 0.060255 10.0.0.33 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.002557 10.0.0.33 - - [2025-03-20 02:22:56] "POST /projects HTTP/1.1" 200 587 0.207952 10.0.0.33 - - [2025-03-20 02:22:56] "POST /access-control-lists HTTP/1.1" 200 597 0.057233 10.0.0.33 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.278488 10.0.0.33 - - [2025-03-20 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002661 10.0.0.33 - - [2025-03-20 02:22:57] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.389225 10.0.0.33 - - [2025-03-20 02:22:57] "POST /access-control-lists HTTP/1.1" 200 595 0.060239 10.0.0.33 - - [2025-03-20 02:22:57] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.33 - - [2025-03-20 02:22:59] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000519 10.0.0.33 - - [2025-03-20 02:22:59] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.33 - - [2025-03-20 02:22:59] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043119 10.0.0.33 - - [2025-03-20 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002120 10.0.0.33 - - [2025-03-20 02:22:59] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015596 10.0.0.33 - - [2025-03-20 02:22:59] "GET /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005366 10.0.0.33 - - [2025-03-20 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.33 - - [2025-03-20 02:22:59] "GET /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003437 10.0.0.33 - - [2025-03-20 02:22:59] "GET /domains HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2025-03-20 02:22:59] "GET /domains HTTP/1.1" 200 280 0.021197 10.0.0.33 - - [2025-03-20 02:22:59] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.33 - - [2025-03-20 02:22:59] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2958 0.007650 10.0.0.33 - - [2025-03-20 02:22:59] "GET /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56 HTTP/1.1" 200 1438 0.003916 10.0.0.33 - - [2025-03-20 02:22:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001899 10.0.0.33 - - [2025-03-20 02:23:00] "POST /network-ipams HTTP/1.1" 200 514 0.015099 10.0.0.33 - - [2025-03-20 02:23:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002707 10.0.0.33 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.33 - - [2025-03-20 02:23:00] "GET /network-ipam/0a9e5869-9ab8-4ad8-8900-97114fe08d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.004126 10.0.0.33 - - [2025-03-20 02:23:00] "PUT /network-ipam/0a9e5869-9ab8-4ad8-8900-97114fe08d0d HTTP/1.1" 200 258 0.008965 10.0.0.33 - - [2025-03-20 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.007903 10.0.0.33 - - [2025-03-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.33 - - [2025-03-20 02:23:00] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001822 10.0.0.33 - - [2025-03-20 02:23:00] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023514 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 117 0.025257 10.0.0.33 - - [2025-03-20 02:23:00] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 618 0.070508 10.0.0.33 - - [2025-03-20 02:23:00] "POST /route-targets HTTP/1.1" 200 327 0.009298 10.0.0.33 - - [2025-03-20 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.013160 10.0.0.33 - - [2025-03-20 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005063 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.154020 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 833 0.004922 10.0.0.33 - - [2025-03-20 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001350 10.0.0.33 - - [2025-03-20 02:23:00] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004735 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 833 0.005261 10.0.0.33 - - [2025-03-20 02:23:00] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007527 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 833 0.005808 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.006253 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 807 0.009194 10.0.0.33 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 833 0.004523 10.0.0.33 - - [2025-03-20 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001096 10.0.0.33 - - [2025-03-20 02:23:01] "POST /neutron/network HTTP/1.1" 200 843 0.005377 10.0.0.33 - - [2025-03-20 02:23:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2025-03-20 02:23:01] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.33 - - [2025-03-20 02:23:01] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2025-03-20 02:23:01] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.33 - - [2025-03-20 02:23:01] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046027 10.0.0.33 - - [2025-03-20 02:23:01] "POST /neutron/network HTTP/1.1" 200 833 0.004796 10.0.0.33 - - [2025-03-20 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.005648 10.0.0.33 - - [2025-03-20 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.004506 10.0.0.33 - - [2025-03-20 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.005759 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 843 0.005121 10.0.0.33 - - [2025-03-20 02:23:02] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1058 0.184213 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1058 0.008611 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1058 0.007621 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1112 0.049007 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1086 0.015686 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003066 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.009507 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.33 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 833 0.004860 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013822 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006235 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013591 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004978 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013124 10.0.0.33 - - [2025-03-20 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005099 10.0.0.33 - - [2025-03-20 02:23:07] "GET /virtual-machine/d65a4da5-d375-4155-8a05-869be5a707f0 HTTP/1.1" 200 1293 0.004133 10.0.0.33 - - [2025-03-20 02:23:07] "GET /virtual-machine-interface/b384a0ba-92d0-48d1-be82-fd1b6fd6727a HTTP/1.1" 200 2964 0.004253 10.0.0.33 - - [2025-03-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.33 - - [2025-03-20 02:23:07] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002807 10.0.0.33 - - [2025-03-20 02:23:07] "GET /virtual-networks?parent_id=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002808 10.0.0.33 - - [2025-03-20 02:23:07] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005883 10.0.0.33 - - [2025-03-20 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.33 - - [2025-03-20 02:23:10] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004638 10.0.0.33 - - [2025-03-20 02:23:10] "POST /neutron/port HTTP/1.1" 200 1086 0.013990 10.0.0.33 - - [2025-03-20 02:23:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005200 10.0.0.33 - - [2025-03-20 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.33 - - [2025-03-20 02:23:12] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002822 10.0.0.33 - - [2025-03-20 02:23:12] "GET /virtual-networks?parent_id=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002635 10.0.0.33 - - [2025-03-20 02:23:12] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004880 10.0.0.33 - - [2025-03-20 02:23:12] "POST /neutron/port HTTP/1.1" 200 1086 0.013796 10.0.0.33 - - [2025-03-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005064 10.0.0.33 - - [2025-03-20 02:23:22] "POST /neutron/network HTTP/1.1" 200 807 0.010304 10.0.0.33 - - [2025-03-20 02:23:22] "POST /neutron/network HTTP/1.1" 200 833 0.004790 10.0.0.33 - - [2025-03-20 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001060 10.0.0.33 - - [2025-03-20 02:23:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013264 10.0.0.33 - - [2025-03-20 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005183 10.0.0.33 - - [2025-03-20 02:23:22] "POST /neutron/network HTTP/1.1" 200 843 0.005601 10.0.0.33 - - [2025-03-20 02:23:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000596 10.0.0.33 - - [2025-03-20 02:23:22] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.33 - - [2025-03-20 02:23:22] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-03-20 02:23:23] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.33 - - [2025-03-20 02:23:23] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049891 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 833 0.005192 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015715 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006179 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.004690 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.004901 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 843 0.005498 10.0.0.33 - - [2025-03-20 02:23:23] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1058 0.186502 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008081 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1058 0.009703 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1112 0.062993 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014612 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003757 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.009601 10.0.0.33 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.33 - - [2025-03-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 833 0.005625 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/port HTTP/1.1" 200 1086 0.013222 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005784 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/port HTTP/1.1" 200 1086 0.013717 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005772 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/port HTTP/1.1" 200 1086 0.013982 10.0.0.33 - - [2025-03-20 02:23:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005934 10.0.0.33 - - [2025-03-20 02:23:28] "GET /virtual-machine/d494a921-1670-4208-bc7f-936dc9336860 HTTP/1.1" 200 1294 0.004229 10.0.0.33 - - [2025-03-20 02:23:28] "GET /virtual-machine-interface/b4f8d992-0c4a-4d02-81f5-1e8a17797254 HTTP/1.1" 200 2963 0.004308 10.0.0.33 - - [2025-03-20 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.33 - - [2025-03-20 02:23:28] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002906 10.0.0.33 - - [2025-03-20 02:23:28] "GET /virtual-networks?parent_id=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002748 10.0.0.33 - - [2025-03-20 02:23:28] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005284 10.0.0.33 - - [2025-03-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.33 - - [2025-03-20 02:23:31] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005201 10.0.0.33 - - [2025-03-20 02:23:31] "POST /neutron/port HTTP/1.1" 200 1086 0.019114 10.0.0.33 - - [2025-03-20 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005419 10.0.0.33 - - [2025-03-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.33 - - [2025-03-20 02:23:33] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002675 10.0.0.33 - - [2025-03-20 02:23:34] "GET /virtual-networks?parent_id=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002767 10.0.0.33 - - [2025-03-20 02:23:34] "GET /virtual-network/96c1d4c3-a4e1-48b8-962d-2c2bba9e2c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004967 10.0.0.33 - - [2025-03-20 02:23:36] "DELETE /project/b6c15fd10d0e48fba27387d132f2a411 HTTP/1.1" 404 173 0.004894 10.0.0.33 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.33 - - [2025-03-20 02:23:36] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.023190 10.0.0.33 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.33 - - [2025-03-20 02:23:36] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?fields=security_groups HTTP/1.1" 200 1354 0.070078 10.0.0.33 - - [2025-03-20 02:23:36] "DELETE /security-group/cdd5cd49-2ee9-4a75-9d01-5cea1581440b HTTP/1.1" 200 115 0.028274 10.0.0.33 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=0810e335-b99d-4bc2-81af-df9bc8e28079&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.33 - - [2025-03-20 02:23:36] "GET /project/0810e335-b99d-4bc2-81af-df9bc8e28079?fields=application_policy_sets HTTP/1.1" 200 1393 0.027170 10.0.0.33 - - [2025-03-20 02:23:36] "DELETE /access-control-list/4d9c422a-685b-47ad-8e67-81858fb2bfa0 HTTP/1.1" 200 115 0.035774 10.0.0.33 - - [2025-03-20 02:23:36] "DELETE /access-control-list/2aa4a3ec-ad9c-4875-922c-bda493eb7dbd HTTP/1.1" 200 115 0.016553 10.0.0.33 - - [2025-03-20 02:23:36] "DELETE /project/0810e335-b99d-4bc2-81af-df9bc8e28079 HTTP/1.1" 200 115 0.302218 10.0.0.33 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.33 - - [2025-03-20 02:23:39] "DELETE /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56 HTTP/1.1" 409 235 0.006083 10.0.0.33 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.002595 10.0.0.33 - - [2025-03-20 02:23:39] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016139 10.0.0.33 - - [2025-03-20 02:23:39] "GET /virtual-DNS-record/4a331fb3-3bee-4d09-9174-8ae18680ef55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004160 10.0.0.33 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.33 - - [2025-03-20 02:23:40] "GET /virtual-DNS-record/4a331fb3-3bee-4d09-9174-8ae18680ef55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.002940 10.0.0.33 - - [2025-03-20 02:23:40] "GET /domains HTTP/1.1" 200 280 0.002761 10.0.0.33 - - [2025-03-20 02:23:40] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.33 - - [2025-03-20 02:23:40] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2774 0.007665 10.0.0.33 - - [2025-03-20 02:23:40] "GET /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56 HTTP/1.1" 200 1907 0.003651 10.0.0.33 - - [2025-03-20 02:23:40] "GET /virtual-DNS-record/4a331fb3-3bee-4d09-9174-8ae18680ef55 HTTP/1.1" 200 1335 0.002256 10.0.0.33 - - [2025-03-20 02:23:45] "DELETE /virtual-DNS-record/4a331fb3-3bee-4d09-9174-8ae18680ef55 HTTP/1.1" 200 115 0.017962 10.0.0.33 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.002686 10.0.0.33 - - [2025-03-20 02:23:45] "POST /neutron/network HTTP/1.1" 200 833 0.006303 10.0.0.33 - - [2025-03-20 02:23:45] "POST /neutron/network HTTP/1.1" 400 204 0.009187 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 1086 0.023570 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 1112 0.008875 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 1086 0.019808 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 1112 0.008866 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 151 0.110935 10.0.0.33 - - [2025-03-20 02:23:46] "POST /neutron/port HTTP/1.1" 200 151 0.108677 10.0.0.33 - - [2025-03-20 02:23:46] "GET /obj-perms HTTP/1.1" 200 5056 0.041519 10.0.0.33 - - [2025-03-20 02:23:46] "GET /obj-perms HTTP/1.1" 200 5056 0.039829 10.0.0.33 - - [2025-03-20 02:23:47] "POST /neutron/network HTTP/1.1" 200 833 0.005288 10.0.0.33 - - [2025-03-20 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.023332 10.0.0.33 - - [2025-03-20 02:23:47] "DELETE /route-target/ad73ab74-959c-4985-bbe5-1cd9fd8d308e HTTP/1.1" 200 115 0.039058 10.0.0.33 - - [2025-03-20 02:23:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.33 - - [2025-03-20 02:23:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 10.0.0.33 - - [2025-03-20 02:23:47] "POST /neutron/network HTTP/1.1" 200 151 0.192955 10.0.0.33 - - [2025-03-20 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.33 - - [2025-03-20 02:23:47] "DELETE /network-ipam/0a9e5869-9ab8-4ad8-8900-97114fe08d0d HTTP/1.1" 200 115 0.019703 10.0.0.33 - - [2025-03-20 02:23:47] "DELETE /virtual-DNS/edd5bea2-2c47-4d38-9b3e-69abc0c8db56 HTTP/1.1" 200 115 0.029258 10.0.0.33 - - [2025-03-20 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002201 10.0.0.33 - - [2025-03-20 02:23:47] "GET /domains HTTP/1.1" 200 280 0.003008 10.0.0.33 - - [2025-03-20 02:23:47] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.33 - - [2025-03-20 02:23:47] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2574 0.007645 10.0.0.33 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.33 - - [2025-03-20 02:23:48] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025701 10.0.0.33 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.33 - - [2025-03-20 02:23:48] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?fields=virtual_networks HTTP/1.1" 200 1034 0.066807 10.0.0.33 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.33 - - [2025-03-20 02:23:48] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023665 10.0.0.33 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.33 - - [2025-03-20 02:23:48] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?fields=security_groups HTTP/1.1" 200 1261 0.022410 10.0.0.33 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.021004 10.0.0.33 - - [2025-03-20 02:23:49] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002147 10.0.0.33 - - [2025-03-20 02:23:49] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.33 - - [2025-03-20 02:23:49] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007013 10.0.0.33 - - [2025-03-20 02:23:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.001116 10.0.0.33 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.003173 10.0.0.33 - - [2025-03-20 02:23:49] "POST /security-groups HTTP/1.1" 200 592 0.059392 10.0.0.33 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.002460 10.0.0.33 - - [2025-03-20 02:23:49] "POST /projects HTTP/1.1" 200 587 0.202478 10.0.0.33 - - [2025-03-20 02:23:49] "POST /access-control-lists HTTP/1.1" 200 597 0.058926 10.0.0.33 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.267439 10.0.0.33 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002649 10.0.0.33 - - [2025-03-20 02:23:49] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.379799 10.0.0.33 - - [2025-03-20 02:23:49] "POST /access-control-lists HTTP/1.1" 200 595 0.056062 10.0.0.33 - - [2025-03-20 02:23:50] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.33 - - [2025-03-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628 10.0.0.33 - - [2025-03-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.046286 10.0.0.33 - - [2025-03-20 02:23:51] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.33 - - [2025-03-20 02:23:51] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021276 10.0.0.33 - - [2025-03-20 02:23:51] "POST /neutron/network HTTP/1.1" 200 117 0.024565 10.0.0.33 - - [2025-03-20 02:23:51] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001322 10.0.0.33 - - [2025-03-20 02:23:51] "POST /neutron/network HTTP/1.1" 200 606 0.055828 10.0.0.33 - - [2025-03-20 02:23:51] "POST /route-targets HTTP/1.1" 200 327 0.009069 10.0.0.33 - - [2025-03-20 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.013428 10.0.0.33 - - [2025-03-20 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003580 10.0.0.33 - - [2025-03-20 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.195437 10.0.0.33 - - [2025-03-20 02:23:51] "POST /neutron/network HTTP/1.1" 200 825 0.004928 10.0.0.33 - - [2025-03-20 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001064 10.0.0.33 - - [2025-03-20 02:23:52] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004307 10.0.0.33 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 825 0.005851 10.0.0.33 - - [2025-03-20 02:23:52] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004345 10.0.0.33 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 825 0.006039 10.0.0.33 - - [2025-03-20 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.006344 10.0.0.33 - - [2025-03-20 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001066 10.0.0.33 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 835 0.005015 10.0.0.33 - - [2025-03-20 02:23:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000570 10.0.0.33 - - [2025-03-20 02:23:52] "GET / HTTP/1.1" 200 35931 0.002834 10.0.0.33 - - [2025-03-20 02:23:52] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-03-20 02:23:53] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.33 - - [2025-03-20 02:23:53] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042349 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/network HTTP/1.1" 200 825 0.004964 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.33 - - [2025-03-20 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001489 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005045 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/network HTTP/1.1" 200 835 0.010794 10.0.0.33 - - [2025-03-20 02:23:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/network HTTP/1.1" 200 835 0.005157 10.0.0.33 - - [2025-03-20 02:23:53] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.33 - - [2025-03-20 02:23:53] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.33 - - [2025-03-20 02:23:53] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1061 0.191046 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1061 0.008706 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1061 0.008134 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1115 0.044024 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014049 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002545 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008844 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.33 - - [2025-03-20 02:23:53] "POST /neutron/network HTTP/1.1" 200 825 0.004776 10.0.0.33 - - [2025-03-20 02:23:54] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.33 - - [2025-03-20 02:23:54] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047062 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/network HTTP/1.1" 200 825 0.005641 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1089 0.018873 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005147 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.004913 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015195 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005929 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/network HTTP/1.1" 200 835 0.005369 10.0.0.33 - - [2025-03-20 02:23:54] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1061 0.231026 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1061 0.017278 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1061 0.011779 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1115 0.070793 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1089 0.013469 10.0.0.33 - - [2025-03-20 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003065 10.0.0.33 - - [2025-03-20 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.009718 10.0.0.33 - - [2025-03-20 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.33 - - [2025-03-20 02:23:55] "POST /neutron/network HTTP/1.1" 200 825 0.004849 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.013401 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004944 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016229 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004964 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.013697 10.0.0.33 - - [2025-03-20 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006761 10.0.0.33 - - [2025-03-20 02:23:59] "GET /virtual-machine/f8940d8c-d7b6-4f87-b595-7a8e6ec68721 HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2025-03-20 02:23:59] "GET /virtual-machine/f8940d8c-d7b6-4f87-b595-7a8e6ec68721 HTTP/1.1" 200 1294 0.036300 10.0.0.33 - - [2025-03-20 02:23:59] "GET /virtual-machine-interface/ec365ac0-f3ef-4e56-a22f-be24d6457f58 HTTP/1.1" 200 2946 0.009343 10.0.0.33 - - [2025-03-20 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.33 - - [2025-03-20 02:23:59] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004474 10.0.0.33 - - [2025-03-20 02:24:00] "GET /virtual-networks?parent_id=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004255 10.0.0.33 - - [2025-03-20 02:24:00] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004953 10.0.0.33 - - [2025-03-20 02:24:01] "POST /neutron/port HTTP/1.1" 200 1089 0.014512 10.0.0.33 - - [2025-03-20 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018411 10.0.0.33 - - [2025-03-20 02:24:02] "POST /neutron/port HTTP/1.1" 200 1089 0.014714 10.0.0.33 - - [2025-03-20 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004919 10.0.0.33 - - [2025-03-20 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.33 - - [2025-03-20 02:24:03] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004798 10.0.0.33 - - [2025-03-20 02:24:04] "GET /global-system-configs HTTP/1.1" 200 322 0.024762 10.0.0.33 - - [2025-03-20 02:24:04] "GET /obj-perms HTTP/1.1" 200 5056 0.062781 10.0.0.33 - - [2025-03-20 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.33 - - [2025-03-20 02:24:05] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004480 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-networks?parent_id=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002701 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005935 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014397 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005342 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1089 0.013626 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005604 10.0.0.33 - - [2025-03-20 02:24:05] "GET /global-system-configs HTTP/1.1" 200 322 0.027094 10.0.0.33 - - [2025-03-20 02:24:05] "GET /obj-perms HTTP/1.1" 200 5056 0.061907 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015693 10.0.0.33 - - [2025-03-20 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005537 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-machine/822883e4-4b2c-4abf-990e-cad864f11fc5 HTTP/1.1" 200 1293 0.003766 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-machine-interface/86810b48-3a0c-404e-aa4a-a31dfc3cba41 HTTP/1.1" 200 2945 0.004418 10.0.0.33 - - [2025-03-20 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.33 - - [2025-03-20 02:24:05] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002766 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-networks?parent_id=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003024 10.0.0.33 - - [2025-03-20 02:24:05] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005125 10.0.0.33 - - [2025-03-20 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.33 - - [2025-03-20 02:24:07] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002532 10.0.0.33 - - [2025-03-20 02:24:07] "GET /virtual-networks?parent_id=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002907 10.0.0.33 - - [2025-03-20 02:24:07] "GET /virtual-network/69ef2bf9-2872-45d2-a3c0-1c3272642c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005623 10.0.0.33 - - [2025-03-20 02:24:11] "POST /neutron/network HTTP/1.1" 200 825 0.006458 10.0.0.33 - - [2025-03-20 02:24:11] "POST /neutron/network HTTP/1.1" 400 204 0.008811 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 1089 0.014345 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 1115 0.007848 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017206 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 1115 0.007601 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 151 0.106326 10.0.0.33 - - [2025-03-20 02:24:12] "POST /neutron/port HTTP/1.1" 200 151 0.115950 10.0.0.33 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 825 0.005248 10.0.0.33 - - [2025-03-20 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003740 10.0.0.33 - - [2025-03-20 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.33 - - [2025-03-20 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001830 10.0.0.33 - - [2025-03-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 151 0.076713 10.0.0.33 - - [2025-03-20 02:24:13] "DELETE /route-target/8431d17b-67c1-48aa-baf2-eacd72f9c4db HTTP/1.1" 200 115 0.011970 10.0.0.33 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.33 - - [2025-03-20 02:24:14] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019855 10.0.0.33 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.33 - - [2025-03-20 02:24:14] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?fields=virtual_networks HTTP/1.1" 200 1034 0.068804 10.0.0.33 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001507 10.0.0.33 - - [2025-03-20 02:24:14] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025477 10.0.0.33 - - [2025-03-20 02:24:14] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.33 - - [2025-03-20 02:24:14] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?fields=security_groups HTTP/1.1" 200 1261 0.022192 10.0.0.33 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.020866 10.0.0.33 - - [2025-03-20 02:24:15] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002285 10.0.0.33 - - [2025-03-20 02:24:15] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.33 - - [2025-03-20 02:24:15] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007592 10.0.0.33 - - [2025-03-20 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001162 10.0.0.33 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.002155 10.0.0.33 - - [2025-03-20 02:24:15] "POST /security-groups HTTP/1.1" 200 591 0.059731 10.0.0.33 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003324 10.0.0.33 - - [2025-03-20 02:24:15] "POST /projects HTTP/1.1" 200 585 0.207159 10.0.0.33 - - [2025-03-20 02:24:15] "POST /access-control-lists HTTP/1.1" 200 596 0.057380 10.0.0.33 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.277091 10.0.0.33 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.002893 10.0.0.33 - - [2025-03-20 02:24:15] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.388944 10.0.0.33 - - [2025-03-20 02:24:15] "POST /access-control-lists HTTP/1.1" 200 594 0.059940 10.0.0.33 - - [2025-03-20 02:24:16] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.33 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000645 10.0.0.33 - - [2025-03-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.048563 10.0.0.33 - - [2025-03-20 02:24:17] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442 10.0.0.33 - - [2025-03-20 02:24:17] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026505 10.0.0.33 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 117 0.026637 10.0.0.33 - - [2025-03-20 02:24:17] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.33 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 625 0.067284 10.0.0.33 - - [2025-03-20 02:24:17] "POST /route-targets HTTP/1.1" 200 327 0.009625 10.0.0.33 - - [2025-03-20 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.010778 10.0.0.33 - - [2025-03-20 02:24:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.33 - - [2025-03-20 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.189513 10.0.0.33 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 839 0.004716 10.0.0.33 - - [2025-03-20 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.001103 10.0.0.33 - - [2025-03-20 02:24:17] "GET /virtual-network/2542e2e7-584a-4e34-bb1c-143bef224d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004793 10.0.0.33 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 839 0.005191 10.0.0.33 - - [2025-03-20 02:24:18] "GET /virtual-network/2542e2e7-584a-4e34-bb1c-143bef224d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004613 10.0.0.33 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 839 0.005256 10.0.0.33 - - [2025-03-20 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.005780 10.0.0.33 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 839 0.004506 10.0.0.33 - - [2025-03-20 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 230 0.001017 10.0.0.33 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 849 0.005455 10.0.0.33 - - [2025-03-20 02:24:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2025-03-20 02:24:18] "GET / HTTP/1.1" 200 35931 0.001519 10.0.0.33 - - [2025-03-20 02:24:18] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-03-20 02:24:18] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.33 - - [2025-03-20 02:24:18] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043680 10.0.0.33 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 839 0.004586 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.005098 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.004348 10.0.0.33 - - [2025-03-20 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.33 - - [2025-03-20 02:24:19] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002577 10.0.0.33 - - [2025-03-20 02:24:19] "PUT /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 276 0.008222 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.005624 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 849 0.005199 10.0.0.33 - - [2025-03-20 02:24:19] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.169628 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.007727 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.007490 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.056292 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014134 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002797 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.009108 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.33 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 839 0.004954 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/port HTTP/1.1" 200 1083 0.016034 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/port HTTP/1.1" 200 1083 0.020326 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/network HTTP/1.1" 200 849 0.005152 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002920 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.011500 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.33 - - [2025-03-20 02:24:23] "POST /neutron/network HTTP/1.1" 200 839 0.005020 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014861 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005292 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017042 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006460 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014572 10.0.0.33 - - [2025-03-20 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005485 10.0.0.33 - - [2025-03-20 02:24:24] "GET /virtual-machine/554cb56a-dcee-4590-903f-1e414ed4bf53 HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2025-03-20 02:24:24] "GET /virtual-machine/554cb56a-dcee-4590-903f-1e414ed4bf53 HTTP/1.1" 200 1292 0.023520 10.0.0.33 - - [2025-03-20 02:24:24] "GET /virtual-machine-interface/3dcb8ab1-efe1-4c01-b950-c006283e631f HTTP/1.1" 200 2970 0.005275 10.0.0.33 - - [2025-03-20 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.33 - - [2025-03-20 02:24:24] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003592 10.0.0.33 - - [2025-03-20 02:24:24] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002692 10.0.0.33 - - [2025-03-20 02:24:25] "GET /virtual-network/2542e2e7-584a-4e34-bb1c-143bef224d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005187 10.0.0.33 - - [2025-03-20 02:24:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014280 10.0.0.33 - - [2025-03-20 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005182 10.0.0.33 - - [2025-03-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.33 - - [2025-03-20 02:24:28] "GET /virtual-network/2542e2e7-584a-4e34-bb1c-143bef224d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004792 10.0.0.33 - - [2025-03-20 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.33 - - [2025-03-20 02:24:30] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002548 10.0.0.33 - - [2025-03-20 02:24:30] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002616 10.0.0.33 - - [2025-03-20 02:24:30] "GET /virtual-network/2542e2e7-584a-4e34-bb1c-143bef224d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004916 10.0.0.33 - - [2025-03-20 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.33 - - [2025-03-20 02:24:32] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003011 10.0.0.33 - - [2025-03-20 02:24:32] "PUT /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 276 0.010694 10.0.0.33 - - [2025-03-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 839 0.005276 10.0.0.33 - - [2025-03-20 02:24:32] "POST /neutron/network HTTP/1.1" 400 204 0.009919 10.0.0.33 - - [2025-03-20 02:24:32] "POST /neutron/port HTTP/1.1" 200 1083 0.015038 10.0.0.33 - - [2025-03-20 02:24:32] "POST /neutron/port HTTP/1.1" 200 1109 0.008312 10.0.0.33 - - [2025-03-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 151 0.083752 10.0.0.33 - - [2025-03-20 02:24:34] "POST /neutron/network HTTP/1.1" 200 839 0.005448 10.0.0.33 - - [2025-03-20 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.33 - - [2025-03-20 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.33 - - [2025-03-20 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001809 10.0.0.33 - - [2025-03-20 02:24:34] "POST /neutron/network HTTP/1.1" 200 151 0.076759 10.0.0.33 - - [2025-03-20 02:24:34] "DELETE /route-target/ea80e1f9-fee3-4ea9-9ac5-17dfe64797fe HTTP/1.1" 200 115 0.018883 10.0.0.33 - - [2025-03-20 02:24:35] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002586 10.0.0.33 - - [2025-03-20 02:24:35] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17 HTTP/1.1" 200 1827 0.002750 10.0.0.33 - - [2025-03-20 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.33 - - [2025-03-20 02:24:35] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.33 - - [2025-03-20 02:24:35] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024628 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 117 0.006385 10.0.0.33 - - [2025-03-20 02:24:35] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 605 0.059277 10.0.0.33 - - [2025-03-20 02:24:35] "POST /route-targets HTTP/1.1" 200 327 0.009882 10.0.0.33 - - [2025-03-20 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.011030 10.0.0.33 - - [2025-03-20 02:24:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002839 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.135101 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 824 0.004421 10.0.0.33 - - [2025-03-20 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001040 10.0.0.33 - - [2025-03-20 02:24:35] "GET /virtual-network/9ab22f74-2533-4900-b862-ecb171789e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004041 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 824 0.005338 10.0.0.33 - - [2025-03-20 02:24:35] "GET /virtual-network/9ab22f74-2533-4900-b862-ecb171789e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004556 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 824 0.005461 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.006343 10.0.0.33 - - [2025-03-20 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001203 10.0.0.33 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 834 0.005533 10.0.0.33 - - [2025-03-20 02:24:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2025-03-20 02:24:36] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-03-20 02:24:36] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044975 10.0.0.33 - - [2025-03-20 02:24:36] "POST /neutron/network HTTP/1.1" 200 824 0.004929 10.0.0.33 - - [2025-03-20 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.004792 10.0.0.33 - - [2025-03-20 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.004578 10.0.0.33 - - [2025-03-20 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.33 - - [2025-03-20 02:24:36] "DELETE /project/c2e222ad85904306adb8842742e5bbbc HTTP/1.1" 404 173 0.010350 10.0.0.33 - - [2025-03-20 02:24:36] "DELETE /project/d51c0a3323d042cabfb915a4a5d4e959 HTTP/1.1" 404 173 0.007285 10.0.0.33 - - [2025-03-20 02:24:36] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.33 - - [2025-03-20 02:24:36] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.032231 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.037214 10.0.0.33 - - [2025-03-20 02:24:36] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.33 - - [2025-03-20 02:24:36] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?fields=security_groups HTTP/1.1" 200 1366 0.032691 10.0.0.33 - - [2025-03-20 02:24:36] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?fields=security_groups HTTP/1.1" 200 1366 0.038048 10.0.0.33 - - [2025-03-20 02:24:36] "POST /neutron/network HTTP/1.1" 200 834 0.011057 10.0.0.33 - - [2025-03-20 02:24:37] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /security-group/bc4a5b34-c1cd-477f-af77-560a21311295 HTTP/1.1" 200 115 0.085704 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /security-group/fd406854-3146-4ea8-a75c-efdabd576b6a HTTP/1.1" 200 115 0.082356 10.0.0.33 - - [2025-03-20 02:24:37] "GET /projects?obj_uuids=d51c0a33-23d0-42ca-bfb9-15a4a5d4e959&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.33 - - [2025-03-20 02:24:37] "GET /projects?obj_uuids=b6c15fd1-0d0e-48fb-a273-87d132f2a411&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /access-control-list/263c06af-c5a9-4eb8-98cf-ba791f7a98ca HTTP/1.1" 200 115 0.065181 10.0.0.33 - - [2025-03-20 02:24:37] "GET /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959?fields=application_policy_sets HTTP/1.1" 200 1405 0.057325 10.0.0.33 - - [2025-03-20 02:24:37] "GET /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411?fields=application_policy_sets HTTP/1.1" 200 1405 0.059312 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /access-control-list/bd884c03-c2b4-4e80-a15d-d9905d067248 HTTP/1.1" 200 115 0.050913 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 1060 0.272869 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /access-control-list/e2cd160f-00cd-4b0f-b8c1-1fdd7234541e HTTP/1.1" 200 115 0.066933 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 1060 0.021588 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /access-control-list/2f7adaf8-a3fe-4a02-95af-150de557fd7f HTTP/1.1" 200 115 0.039413 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 1060 0.011571 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /project/d51c0a33-23d0-42ca-bfb9-15a4a5d4e959 HTTP/1.1" 200 115 0.441272 10.0.0.33 - - [2025-03-20 02:24:37] "DELETE /project/b6c15fd1-0d0e-48fb-a273-87d132f2a411 HTTP/1.1" 200 115 0.455363 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 1114 0.060440 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 1088 0.012915 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002657 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.009826 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.33 - - [2025-03-20 02:24:37] "POST /neutron/network HTTP/1.1" 200 824 0.004498 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/port HTTP/1.1" 200 1088 0.013887 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006388 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/port HTTP/1.1" 200 1088 0.016735 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005452 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/port HTTP/1.1" 200 1088 0.013158 10.0.0.33 - - [2025-03-20 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005768 10.0.0.33 - - [2025-03-20 02:24:41] "GET /virtual-machine/9f4f8098-2f06-4620-a211-15c0c12d6f97 HTTP/1.1" 200 1293 0.004599 10.0.0.33 - - [2025-03-20 02:24:41] "GET /virtual-machine-interface/c5164ed8-92c9-4a93-aaf6-4a971dd3f3b4 HTTP/1.1" 200 2941 0.004845 10.0.0.33 - - [2025-03-20 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.33 - - [2025-03-20 02:24:41] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002819 10.0.0.33 - - [2025-03-20 02:24:42] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002810 10.0.0.33 - - [2025-03-20 02:24:42] "GET /virtual-network/9ab22f74-2533-4900-b862-ecb171789e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005399 10.0.0.33 - - [2025-03-20 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.33 - - [2025-03-20 02:24:45] "GET /virtual-network/9ab22f74-2533-4900-b862-ecb171789e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004624 10.0.0.33 - - [2025-03-20 02:24:45] "POST /neutron/port HTTP/1.1" 200 1088 0.014498 10.0.0.33 - - [2025-03-20 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004949 10.0.0.33 - - [2025-03-20 02:24:47] "GET /obj-perms HTTP/1.1" 200 5056 0.042154 10.0.0.33 - - [2025-03-20 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.33 - - [2025-03-20 02:24:47] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002666 10.0.0.33 - - [2025-03-20 02:24:47] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002773 10.0.0.33 - - [2025-03-20 02:24:47] "GET /virtual-network/9ab22f74-2533-4900-b862-ecb171789e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005096 10.0.0.33 - - [2025-03-20 02:24:47] "GET /obj-perms HTTP/1.1" 200 5056 0.038842 10.0.0.33 - - [2025-03-20 02:24:49] "POST /neutron/network HTTP/1.1" 200 824 0.005159 10.0.0.33 - - [2025-03-20 02:24:49] "POST /neutron/network HTTP/1.1" 400 204 0.009194 10.0.0.33 - - [2025-03-20 02:24:49] "POST /neutron/port HTTP/1.1" 200 1088 0.012561 10.0.0.33 - - [2025-03-20 02:24:49] "POST /neutron/port HTTP/1.1" 200 1114 0.007525 10.0.0.33 - - [2025-03-20 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.082536 10.0.0.33 - - [2025-03-20 02:24:51] "POST /neutron/network HTTP/1.1" 200 824 0.005507 10.0.0.33 - - [2025-03-20 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.33 - - [2025-03-20 02:24:51] "DELETE /route-target/b1e2d042-99e3-4e98-b8a5-229513501e69 HTTP/1.1" 200 115 0.012289 10.0.0.33 - - [2025-03-20 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.026175 10.0.0.33 - - [2025-03-20 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001700 10.0.0.33 - - [2025-03-20 02:24:51] "POST /neutron/network HTTP/1.1" 200 151 0.097778 10.0.0.33 - - [2025-03-20 02:24:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002779 10.0.0.33 - - [2025-03-20 02:24:51] "POST /network-ipams HTTP/1.1" 200 541 0.017694 10.0.0.33 - - [2025-03-20 02:24:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003222 10.0.0.33 - - [2025-03-20 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.33 - - [2025-03-20 02:24:52] "GET /network-ipam/7233f65b-55d1-448c-aa1b-ae8676703226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004376 10.0.0.33 - - [2025-03-20 02:24:52] "PUT /network-ipam/7233f65b-55d1-448c-aa1b-ae8676703226 HTTP/1.1" 200 258 0.009373 10.0.0.33 - - [2025-03-20 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.33 - - [2025-03-20 02:24:52] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.33 - - [2025-03-20 02:24:52] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027711 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 117 0.006490 10.0.0.33 - - [2025-03-20 02:24:52] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 605 0.054951 10.0.0.33 - - [2025-03-20 02:24:52] "POST /route-targets HTTP/1.1" 200 327 0.011179 10.0.0.33 - - [2025-03-20 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.013065 10.0.0.33 - - [2025-03-20 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.155406 10.0.0.33 - - [2025-03-20 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002900 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.137878 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 994 0.006642 10.0.0.33 - - [2025-03-20 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001058 10.0.0.33 - - [2025-03-20 02:24:52] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004239 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 994 0.006588 10.0.0.33 - - [2025-03-20 02:24:52] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004291 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 994 0.006298 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.005733 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.006001 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/network HTTP/1.1" 200 994 0.005795 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.006610 10.0.0.33 - - [2025-03-20 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.005405 10.0.0.33 - - [2025-03-20 02:24:52] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.139365 10.0.0.33 - - [2025-03-20 02:24:53] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.145122 10.0.0.33 - - [2025-03-20 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007258 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.025326 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/network HTTP/1.1" 200 994 0.005791 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.006572 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.005223 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.004632 10.0.0.33 - - [2025-03-20 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.004523 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.006951 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.005974 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/network HTTP/1.1" 200 994 0.005944 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.006644 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.014542 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.006161 10.0.0.33 - - [2025-03-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.005251 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.004532 10.0.0.33 - - [2025-03-20 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001181 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.015487 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 1004 0.006865 10.0.0.33 - - [2025-03-20 02:24:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-03-20 02:24:54] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.33 - - [2025-03-20 02:24:54] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.028621 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.034500 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 1004 0.005692 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 1004 0.008888 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008396 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008402 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007875 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.013152 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1109 0.103112 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1109 0.095807 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.014712 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002942 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.015459 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.012245 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.000987 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.015868 10.0.0.33 - - [2025-03-20 02:24:54] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.002052 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 994 0.015826 10.0.0.33 - - [2025-03-20 02:24:54] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075070 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 994 0.009700 10.0.0.33 - - [2025-03-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 994 0.009396 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 2050 0.021005 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006751 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.011589 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains HTTP/1.1" 200 280 0.006826 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2573 0.010627 10.0.0.33 - - [2025-03-20 02:24:55] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.33 - - [2025-03-20 02:24:55] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc HTTP/1.1" 200 2842 0.074621 10.0.0.33 - - [2025-03-20 02:24:55] "GET /network-ipam/7233f65b-55d1-448c-aa1b-ae8676703226 HTTP/1.1" 200 2600 0.004404 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains HTTP/1.1" 200 280 0.003364 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2573 0.007003 10.0.0.33 - - [2025-03-20 02:24:55] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.33 - - [2025-03-20 02:24:55] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc HTTP/1.1" 200 2842 0.073231 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe HTTP/1.1" 200 3779 0.006127 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe HTTP/1.1" 200 3779 0.008376 10.0.0.33 - - [2025-03-20 02:24:55] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 200 2381 0.005030 10.0.0.33 - - [2025-03-20 02:24:55] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 200 2381 0.004222 10.0.0.33 - - [2025-03-20 02:24:55] "GET /route-target/8aa2fbe8-f843-42d7-bfe5-b8a2b49520a0 HTTP/1.1" 200 1204 0.003995 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe HTTP/1.1" 200 3779 0.004744 10.0.0.33 - - [2025-03-20 02:24:55] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 200 2381 0.005421 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008794 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe HTTP/1.1" 200 3779 0.004914 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/network HTTP/1.1" 200 1004 0.011296 10.0.0.33 - - [2025-03-20 02:24:55] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 200 2381 0.003982 10.0.0.33 - - [2025-03-20 02:24:55] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 200 2381 0.007748 10.0.0.33 - - [2025-03-20 02:24:55] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003009 10.0.0.33 - - [2025-03-20 02:24:55] "GET /route-target/8aa2fbe8-f843-42d7-bfe5-b8a2b49520a0 HTTP/1.1" 200 1204 0.003479 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains HTTP/1.1" 200 280 0.008557 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001905 10.0.0.33 - - [2025-03-20 02:24:55] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2573 0.054846 10.0.0.33 - - [2025-03-20 02:24:55] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.33 - - [2025-03-20 02:24:55] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc HTTP/1.1" 200 3086 0.052056 10.0.0.33 - - [2025-03-20 02:24:55] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe HTTP/1.1" 200 4037 0.011886 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1055 0.286322 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1055 0.008466 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1055 0.020278 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1109 0.062380 10.0.0.33 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1083 0.018416 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.014359 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/network HTTP/1.1" 200 994 0.008395 10.0.0.33 - - [2025-03-20 02:24:56] "GET /obj-perms HTTP/1.1" 200 5030 0.050092 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/port HTTP/1.1" 200 1083 0.015420 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005449 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/port HTTP/1.1" 200 1083 0.018120 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006364 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/port HTTP/1.1" 200 1083 0.019125 10.0.0.33 - - [2025-03-20 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012796 10.0.0.33 - - [2025-03-20 02:24:56] "GET /virtual-machine/2597fb8c-2d57-4822-9058-a01ceb05763c HTTP/1.1" 200 1288 0.005552 10.0.0.33 - - [2025-03-20 02:24:56] "GET /virtual-machine-interface/213f61b2-9ec5-497c-9a3d-26f4d3dd59e8 HTTP/1.1" 200 2940 0.006119 10.0.0.33 - - [2025-03-20 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.33 - - [2025-03-20 02:24:56] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003491 10.0.0.33 - - [2025-03-20 02:24:56] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003180 10.0.0.33 - - [2025-03-20 02:24:56] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004994 10.0.0.33 - - [2025-03-20 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.33 - - [2025-03-20 02:24:59] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005897 10.0.0.33 - - [2025-03-20 02:25:03] "POST /neutron/port HTTP/1.1" 200 1083 0.015537 10.0.0.33 - - [2025-03-20 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004850 10.0.0.33 - - [2025-03-20 02:25:03] "POST /neutron/port HTTP/1.1" 200 1083 0.015873 10.0.0.33 - - [2025-03-20 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005078 10.0.0.33 - - [2025-03-20 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.33 - - [2025-03-20 02:25:03] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004569 10.0.0.33 - - [2025-03-20 02:25:04] "POST /neutron/port HTTP/1.1" 200 1083 0.015072 10.0.0.33 - - [2025-03-20 02:25:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004698 10.0.0.33 - - [2025-03-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.33 - - [2025-03-20 02:25:05] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003136 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002887 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005228 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 1083 0.013612 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005302 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 1083 0.015453 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005502 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/port HTTP/1.1" 200 1083 0.014043 10.0.0.33 - - [2025-03-20 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005940 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-machine/b2a33ae0-7c0f-44d2-830e-00c8fcd116df HTTP/1.1" 200 1288 0.004274 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-machine-interface/99205735-1059-4dee-80d4-c9334401da12 HTTP/1.1" 200 2940 0.004371 10.0.0.33 - - [2025-03-20 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.33 - - [2025-03-20 02:25:06] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002579 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003230 10.0.0.33 - - [2025-03-20 02:25:06] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005923 10.0.0.33 - - [2025-03-20 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.33 - - [2025-03-20 02:25:07] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002728 10.0.0.33 - - [2025-03-20 02:25:07] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002902 10.0.0.33 - - [2025-03-20 02:25:07] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005097 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013736 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005241 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012775 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004870 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013937 10.0.0.33 - - [2025-03-20 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005755 10.0.0.33 - - [2025-03-20 02:25:08] "GET /virtual-machine/cc33d03c-96d4-4559-a113-881c4124a3fb HTTP/1.1" 200 1293 0.004022 10.0.0.33 - - [2025-03-20 02:25:08] "GET /virtual-machine-interface/13e44298-ba05-4075-8ff3-4b4e03144808 HTTP/1.1" 200 2940 0.004484 10.0.0.33 - - [2025-03-20 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.33 - - [2025-03-20 02:25:08] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002400 10.0.0.33 - - [2025-03-20 02:25:08] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002744 10.0.0.33 - - [2025-03-20 02:25:08] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004975 10.0.0.33 - - [2025-03-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.33 - - [2025-03-20 02:25:09] "GET /global-vrouter-config/eaf38aeb-8844-41ca-9051-65c6999b7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002621 10.0.0.33 - - [2025-03-20 02:25:09] "GET /virtual-networks?parent_id=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003977 10.0.0.33 - - [2025-03-20 02:25:09] "GET /virtual-network/9e27fd95-bc52-49f8-bca5-a5b8cefe39fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005081 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 1083 0.013113 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012462 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 1004 0.005815 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002673 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.010175 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.000970 10.0.0.33 - - [2025-03-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 994 0.005944 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1109 0.008340 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1109 0.008358 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 151 0.118442 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1109 0.013176 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1109 0.008984 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1083 0.026312 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1109 0.023663 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 151 0.156879 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 994 0.010896 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/network HTTP/1.1" 400 204 0.012753 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 151 0.138335 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.004452 10.0.0.33 - - [2025-03-20 02:25:25] "POST /neutron/port HTTP/1.1" 400 205 0.003667 10.0.0.33 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.004716 10.0.0.33 - - [2025-03-20 02:25:26] "POST /neutron/port HTTP/1.1" 400 205 0.002845 10.0.0.33 - - [2025-03-20 02:25:27] "POST /neutron/network HTTP/1.1" 200 994 0.006420 10.0.0.33 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.33 - - [2025-03-20 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.33 - - [2025-03-20 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001903 10.0.0.33 - - [2025-03-20 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.33 - - [2025-03-20 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001719 10.0.0.33 - - [2025-03-20 02:25:27] "POST /neutron/network HTTP/1.1" 200 151 0.093928 10.0.0.33 - - [2025-03-20 02:25:27] "DELETE /route-target/8aa2fbe8-f843-42d7-bfe5-b8a2b49520a0 HTTP/1.1" 200 115 0.022458 10.0.0.33 - - [2025-03-20 02:25:27] "GET /routing-instance/9c0c937c-4466-4a55-8da1-a3ce14adeca9 HTTP/1.1" 404 171 0.002589 10.0.0.33 - - [2025-03-20 02:25:27] "GET /domains HTTP/1.1" 200 280 0.001999 10.0.0.33 - - [2025-03-20 02:25:27] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.33 - - [2025-03-20 02:25:27] "GET /domain/6eaf8ff3-2829-4235-aaa0-9c4b248d6663 HTTP/1.1" 200 2573 0.050921 10.0.0.33 - - [2025-03-20 02:25:27] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.33 - - [2025-03-20 02:25:28] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc HTTP/1.1" 200 2085 0.070732 10.0.0.33 - - [2025-03-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2025-03-20 02:25:28] "DELETE /network-ipam/7233f65b-55d1-448c-aa1b-ae8676703226 HTTP/1.1" 200 115 0.018733 10.0.0.33 - - [2025-03-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002815 10.0.0.33 - - [2025-03-20 02:25:28] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.33 - - [2025-03-20 02:25:28] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043722 10.0.0.33 - - [2025-03-20 02:25:28] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001918 10.0.0.33 - - [2025-03-20 02:25:28] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?fields=virtual_networks HTTP/1.1" 200 1032 0.066359 10.0.0.33 - - [2025-03-20 02:25:28] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.33 - - [2025-03-20 02:25:28] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022056 10.0.0.33 - - [2025-03-20 02:25:28] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.33 - - [2025-03-20 02:25:28] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?fields=security_groups HTTP/1.1" 200 1258 0.022311 10.0.0.33 - - [2025-03-20 02:25:35] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.33 - - [2025-03-20 02:25:36] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=a19656a7-82c8-48c5-8e7a-0aac93cf6359&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001102 10.0.0.33 - - [2025-03-20 02:25:36] "GET /project/a19656a7-82c8-48c5-8e7a-0aac93cf6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.044937 [Introspect:8084]10.0.0.33 - - [2025-03-20 02:25:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001091 10.0.0.33 - - [2025-03-20 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.021580 10.0.0.33 - - [2025-03-20 02:25:37] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.33 - - [2025-03-20 02:25:37] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.020937 10.0.0.33 - - [2025-03-20 02:25:37] "GET /projects?obj_uuids=c2e222ad-8590-4306-adb8-842742e5bbbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.33 - - [2025-03-20 02:25:37] "GET /projects?obj_uuids=ba82813c-9953-4421-b72b-7ff7fc63b756&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002195 10.0.0.33 - - [2025-03-20 02:25:37] "GET /project/c2e222ad-8590-4306-adb8-842742e5bbbc?fields=security_groups HTTP/1.1" 200 1363 0.069947 10.0.0.33 - - [2025-03-20 02:25:37] "GET /domains?obj_uuids=6eaf8ff3-2829-4235-aaa0-9c4b248d6663&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440