++ 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: =================== Mon Jan 27 02:15:31 UTC 2025 ===================' INFO: =================== Mon Jan 27 02:15:31 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.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.0.0.33 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.33 ++ 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 )) + nc -z 10.0.0.33 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ 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 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.33,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,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 ++ grep '^API__.*__.*=.*$' ++ sort ++ set ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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 01/27/2025 02:15:40.760 7f7fa15e8048 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/27/2025 02:15:40.938 7f7fa15e8048 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/27/2025 02:15:40.954 7f7fa15e8048 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/27/2025 02:15:40.954 7f7fa15e8048 [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-01-27 02:15:45] "GET / HTTP/1.1" 503 181 0.000295 10.0.0.33 - - [2025-01-27 02:15:45] "GET / HTTP/1.1" 503 181 0.000168 10.0.0.33 - - [2025-01-27 02:15:45] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.33 - - [2025-01-27 02:15:46] "GET / HTTP/1.1" 200 35931 0.001805 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-01-27 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.001144 10.0.0.33 - - [2025-01-27 02:15:46] "GET / HTTP/1.1" 200 45871 0.057531 10.0.0.33 - - [2025-01-27 02:15:46] "GET / HTTP/1.1" 200 45871 0.001335 10.0.0.33 - - [2025-01-27 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2025-01-27 02:15:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000315 10.0.0.33 - - [2025-01-27 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000661 10.0.0.33 - - [2025-01-27 02:15:47] "GET / HTTP/1.1" 200 35931 0.003007 10.0.0.33 - - [2025-01-27 02:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 1.568015 10.0.0.33 - - [2025-01-27 02:15:48] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007570 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 1.273561 10.0.0.33 - - [2025-01-27 02:15:48] "GET / HTTP/1.1" 200 35931 0.002520 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006218 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.686091 10.0.0.33 - - [2025-01-27 02:15:48] "GET /network-ipam/b7c0f69b-33c3-4275-af8c-7ee90bb4bd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007199 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.006637 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.113133 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007359 10.0.0.33 - - [2025-01-27 02:15:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.044480 10.0.0.33 - - [2025-01-27 02:15:48] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006050 10.0.0.33 - - [2025-01-27 02:15:48] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014044 10.0.0.33 - - [2025-01-27 02:15:48] "POST /config-nodes HTTP/1.1" 200 599 0.038081 10.0.0.33 - - [2025-01-27 02:15:48] "POST /service-appliance-sets HTTP/1.1" 200 553 0.039833 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.006954 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.33 - - [2025-01-27 02:15:48] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008993 10.0.0.33 - - [2025-01-27 02:15:48] "POST /service-appliance-sets HTTP/1.1" 200 541 0.030356 /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-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.33 - - [2025-01-27 02:15:48] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.33 - - [2025-01-27 02:15:48] "GET /network-ipam/b7c0f69b-33c3-4275-af8c-7ee90bb4bd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008219 10.0.0.33 - - [2025-01-27 02:15:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000469 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.005166 10.0.0.33 - - [2025-01-27 02:15:48] "POST /access-control-lists HTTP/1.1" 200 587 0.036301 10.0.0.33 - - [2025-01-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 224 0.005573 10.0.0.33 - - [2025-01-27 02:15:48] "POST /service-templates HTTP/1.1" 200 511 0.035677 10.0.0.33 - - [2025-01-27 02:15:48] "POST /access-control-lists HTTP/1.1" 200 585 0.029190 10.0.0.33 - - [2025-01-27 02:15:48] "POST /service-templates HTTP/1.1" 200 501 0.031103 10.0.0.33 - - [2025-01-27 02:15:48] "POST /service-templates HTTP/1.1" 200 515 0.030047 10.0.0.33 - - [2025-01-27 02:15:48] "POST /route-targets HTTP/1.1" 200 327 0.015822 10.0.0.33 - - [2025-01-27 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.019450 10.0.0.33 - - [2025-01-27 02:15:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030586 10.0.0.33 - - [2025-01-27 02:15:49] "POST /service-templates HTTP/1.1" 200 535 0.030974 10.0.0.33 - - [2025-01-27 02:15:49] "POST /route-targets HTTP/1.1" 200 327 0.015355 10.0.0.33 - - [2025-01-27 02:15:49] "POST /service-templates HTTP/1.1" 200 507 0.039263 10.0.0.33 - - [2025-01-27 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.015644 10.0.0.33 - - [2025-01-27 02:15:49] "POST /route-targets HTTP/1.1" 200 327 0.027012 10.0.0.33 - - [2025-01-27 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.026101 10.0.0.33 - - [2025-01-27 02:15:49] "POST /route-targets HTTP/1.1" 200 327 0.015865 10.0.0.33 - - [2025-01-27 02:15:49] "GET / HTTP/1.1" 200 35931 0.002998 10.0.0.33 - - [2025-01-27 02:15:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2025-01-27 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.018840 10.0.0.33 - - [2025-01-27 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.003253 10.0.0.33 - - [2025-01-27 02:15:49] "POST /access-control-lists HTTP/1.1" 200 551 0.077304 10.0.0.33 - - [2025-01-27 02:15:49] "PUT /access-control-list/7db54429-c964-4794-aa46-4df5bbf37708 HTTP/1.1" 200 272 0.014298 10.0.0.33 - - [2025-01-27 02:15:49] "PUT /access-control-list/3c7789aa-e8db-4aa8-9621-3b5086d69614 HTTP/1.1" 200 272 0.016645 10.0.0.33 - - [2025-01-27 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.030934 10.0.0.33 - - [2025-01-27 02:15:49] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007743 10.0.0.33 - - [2025-01-27 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003915 10.0.0.33 - - [2025-01-27 02:15:49] "POST /config-database-nodes HTTP/1.1" 200 617 0.021246 10.0.0.33 - - [2025-01-27 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.33 - - [2025-01-27 02:15:54] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.005525 10.0.0.33 - - [2025-01-27 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.33 - - [2025-01-27 02:15:54] "PUT /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 276 0.012980 10.0.0.33 - - [2025-01-27 02:15:54] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.33 - - [2025-01-27 02:15:54] "POST /alarms HTTP/1.1" 401 292 0.000504 10.0.0.33 - - [2025-01-27 02:15:54] "POST /alarms HTTP/1.1" 200 581 0.050332 10.0.0.33 - - [2025-01-27 02:15:54] "POST /alarms HTTP/1.1" 200 575 0.022247 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 575 0.025269 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 559 0.022309 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 555 0.023725 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 557 0.027637 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 565 0.024765 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 549 0.024988 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 557 0.048635 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 567 0.025917 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 555 0.031311 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 567 0.026457 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 575 0.074325 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 569 0.024503 10.0.0.33 - - [2025-01-27 02:15:55] "POST /alarms HTTP/1.1" 200 561 0.026628 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 561 0.024972 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 561 0.029362 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 547 0.032860 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 595 0.023025 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 575 0.029567 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 571 0.022956 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 583 0.023458 10.0.0.33 - - [2025-01-27 02:15:56] "POST /alarms HTTP/1.1" 200 609 0.025721 10.0.0.33 - - [2025-01-27 02:15:56] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.33 - - [2025-01-27 02:15:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000566 10.0.0.33 - - [2025-01-27 02:15:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032586 10.0.0.33 - - [2025-01-27 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2025-01-27 02:15:57] "PUT /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 276 0.010599 10.0.0.33 - - [2025-01-27 02:15:57] "GET / HTTP/1.1" 200 35931 0.002843 10.0.0.33 - - [2025-01-27 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.33 - - [2025-01-27 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.027816 10.0.0.33 - - [2025-01-27 02:15:58] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004482 10.0.0.33 - - [2025-01-27 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.33 - - [2025-01-27 02:15:58] "PUT /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 276 0.013009 10.0.0.33 - - [2025-01-27 02:15:58] "GET / HTTP/1.1" 200 35931 0.002956 10.0.0.33 - - [2025-01-27 02:15:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2025-01-27 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028532 10.0.0.33 - - [2025-01-27 02:15:59] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006844 10.0.0.33 - - [2025-01-27 02:15:59] "PUT /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a HTTP/1.1" 200 274 0.021323 10.0.0.33 - - [2025-01-27 02:16:31] "GET /global-system-configs HTTP/1.1" 200 322 0.613640 10.0.0.33 - - [2025-01-27 02:16:31] "GET /global-system-configs HTTP/1.1" 200 322 0.322634 10.0.0.33 - - [2025-01-27 02:17:27] "GET / HTTP/1.1" 200 35931 0.002431 10.0.0.33 - - [2025-01-27 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.33 - - [2025-01-27 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.036613 10.0.0.33 - - [2025-01-27 02:17:28] "GET /routing-instance/87484ef8-e109-44ad-b257-4924c093b3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005992 10.0.0.33 - - [2025-01-27 02:17:28] "POST /bgp-routers HTTP/1.1" 200 622 0.024719 10.0.0.33 - - [2025-01-27 02:17:28] "GET /bgp-router/5fe10b44-5cfd-4ed9-89da-e2b48e5106fb?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006676 10.0.0.33 - - [2025-01-27 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.33 - - [2025-01-27 02:17:28] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008133 10.0.0.33 - - [2025-01-27 02:17:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004472 10.0.0.33 - - [2025-01-27 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010986 10.0.0.33 - - [2025-01-27 02:18:26] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.33 - - [2025-01-27 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.33 - - [2025-01-27 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.041641 10.0.0.33 - - [2025-01-27 02:18:27] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008538 10.0.0.33 - - [2025-01-27 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003553 10.0.0.33 - - [2025-01-27 02:18:27] "POST /database-nodes HTTP/1.1" 200 603 0.022457 10.0.0.33 - - [2025-01-27 02:19:25] "GET / HTTP/1.1" 200 35931 0.003005 10.0.0.33 - - [2025-01-27 02:19:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000833 10.0.0.33 - - [2025-01-27 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031955 10.0.0.33 - - [2025-01-27 02:19:25] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.009332 10.0.0.33 - - [2025-01-27 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003962 10.0.0.33 - - [2025-01-27 02:19:25] "POST /analytics-nodes HTTP/1.1" 200 605 0.025422 10.0.0.33 - - [2025-01-27 02:19:31] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.33 - - [2025-01-27 02:19:44] "GET / HTTP/1.1" 200 35931 0.002637 10.0.0.33 - - [2025-01-27 02:19:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.33 - - [2025-01-27 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.032571 10.0.0.33 - - [2025-01-27 02:19:44] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007753 10.0.0.33 - - [2025-01-27 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.003418 10.0.0.33 - - [2025-01-27 02:19:45] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.035933 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-01-27 02:19:51] "GET /obj-perms HTTP/1.1" 200 5056 0.411066 10.0.0.33 - - [2025-01-27 02:19:51] "GET /obj-perms HTTP/1.1" 200 5056 0.063061 10.0.0.33 - - [2025-01-27 02:19:58] "GET / HTTP/1.1" 200 35931 0.003527 10.0.0.33 - - [2025-01-27 02:19:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000710 10.0.0.33 - - [2025-01-27 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.032403 10.0.0.33 - - [2025-01-27 02:19:59] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007578 10.0.0.33 - - [2025-01-27 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.004257 10.0.0.33 - - [2025-01-27 02:19:59] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.026277 10.0.0.33 - - [2025-01-27 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.055701 10.0.0.33 - - [2025-01-27 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051438 10.0.0.33 - - [2025-01-27 02:21:28] "GET /global-system-configs HTTP/1.1" 200 322 0.008788 10.0.0.33 - - [2025-01-27 02:21:28] "GET /obj-perms HTTP/1.1" 200 5056 0.064639 10.0.0.33 - - [2025-01-27 02:21:29] "GET /global-system-configs HTTP/1.1" 200 322 0.039493 10.0.0.33 - - [2025-01-27 02:21:29] "GET /obj-perms HTTP/1.1" 200 5056 0.096271 10.0.0.33 - - [2025-01-27 02:21:46] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.33 - - [2025-01-27 02:21:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000704 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.032288 10.0.0.33 - - [2025-01-27 02:21:47] "GET /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007036 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.33 - - [2025-01-27 02:21:47] "GET /routing-instance/87484ef8-e109-44ad-b257-4924c093b3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005207 10.0.0.33 - - [2025-01-27 02:21:47] "PUT /global-system-config/20bb6a33-6f96-4f6b-8e9b-37ce40d8a63a HTTP/1.1" 200 274 0.014484 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.004733 10.0.0.33 - - [2025-01-27 02:21:47] "POST /virtual-routers HTTP/1.1" 200 605 0.031727 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.33 - - [2025-01-27 02:21:47] "GET /virtual-router/c15ae83d-44fd-4ada-a1e2-50e9e71fa42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006386 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.005119 10.0.0.33 - - [2025-01-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.33 - - [2025-01-27 02:21:47] "GET /virtual-network/4c976ab6-84a3-44b3-aab9-83b3ed5f0d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006607 10.0.0.33 - - [2025-01-27 02:21:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.054418 10.0.0.33 - - [2025-01-27 02:21:48] "PUT /access-control-list/25f8d5c2-dff8-4bc9-91ea-e5c38016b586 HTTP/1.1" 200 272 0.046588 10.0.0.33 - - [2025-01-27 02:21:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055626 10.0.0.33 - - [2025-01-27 02:21:53] "GET /obj-perms HTTP/1.1" 200 5056 0.058063 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:21:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001289 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:21:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001261 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:22:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001233 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:22:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001378 10.0.0.33 - - [2025-01-27 02:22:53] "GET /obj-perms HTTP/1.1" 200 5056 0.058837 10.0.0.33 - - [2025-01-27 02:22:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053864 10.0.0.33 - - [2025-01-27 02:23:09] "GET / HTTP/1.1" 200 35931 0.002193 10.0.0.33 - - [2025-01-27 02:23:10] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000659 10.0.0.33 - - [2025-01-27 02:23:10] "GET /projects?obj_uuids=5cf93c9f-96d9-4219-b854-44bf945c6e9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.033997 10.0.0.33 - - [2025-01-27 02:23:10] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.33 - - [2025-01-27 02:23:11] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038822 10.0.0.33 - - [2025-01-27 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 167 0.001837 10.0.0.33 - - [2025-01-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 176 0.004658 10.0.0.33 - - [2025-01-27 02:23:11] "POST /security-groups HTTP/1.1" 200 568 0.072858 10.0.0.33 - - [2025-01-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004245 10.0.0.33 - - [2025-01-27 02:23:11] "POST /projects HTTP/1.1" 200 539 0.285692 10.0.0.33 - - [2025-01-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.362073 10.0.0.33 - - [2025-01-27 02:23:11] "POST /access-control-lists HTTP/1.1" 200 573 0.066147 10.0.0.33 - - [2025-01-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003542 10.0.0.33 - - [2025-01-27 02:23:11] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.572821 10.0.0.33 - - [2025-01-27 02:23:11] "POST /access-control-lists HTTP/1.1" 200 571 0.069102 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:23:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001657 10.0.0.33 - - [2025-01-27 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.037395 10.0.0.33 - - [2025-01-27 02:23:12] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004038 10.0.0.33 - - [2025-01-27 02:23:12] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.33 - - [2025-01-27 02:23:12] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010446 10.0.0.33 - - [2025-01-27 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.002058 10.0.0.33 - - [2025-01-27 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.005305 10.0.0.33 - - [2025-01-27 02:23:12] "POST /security-groups HTTP/1.1" 200 602 0.072791 10.0.0.33 - - [2025-01-27 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.003418 10.0.0.33 - - [2025-01-27 02:23:12] "POST /projects HTTP/1.1" 200 607 0.260801 10.0.0.33 - - [2025-01-27 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.341342 10.0.0.33 - - [2025-01-27 02:23:12] "POST /access-control-lists HTTP/1.1" 200 607 0.072492 10.0.0.33 - - [2025-01-27 02:23:13] "POST /fqname-to-id HTTP/1.1" 404 244 0.005150 10.0.0.33 - - [2025-01-27 02:23:13] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.508133 10.0.0.33 - - [2025-01-27 02:23:13] "POST /access-control-lists HTTP/1.1" 200 605 0.087100 10.0.0.33 - - [2025-01-27 02:23:14] "GET / HTTP/1.1" 200 35931 0.002436 10.0.0.33 - - [2025-01-27 02:23:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-01-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.075311 10.0.0.33 - - [2025-01-27 02:23:15] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001961 10.0.0.33 - - [2025-01-27 02:23:15] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043918 10.0.0.33 - - [2025-01-27 02:23:15] "POST /neutron/network HTTP/1.1" 200 117 0.044927 10.0.0.33 - - [2025-01-27 02:23:15] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001777 10.0.0.33 - - [2025-01-27 02:23:15] "POST /neutron/network HTTP/1.1" 200 620 0.116713 10.0.0.33 - - [2025-01-27 02:23:15] "POST /route-targets HTTP/1.1" 200 327 0.013271 10.0.0.33 - - [2025-01-27 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.034972 10.0.0.33 - - [2025-01-27 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004824 10.0.0.33 - - [2025-01-27 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.247642 10.0.0.33 - - [2025-01-27 02:23:16] "POST /neutron/network HTTP/1.1" 200 840 0.007879 10.0.0.33 - - [2025-01-27 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.002075 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007906 10.0.0.33 - - [2025-01-27 02:23:16] "POST /neutron/network HTTP/1.1" 200 840 0.007678 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006778 10.0.0.33 - - [2025-01-27 02:23:16] "POST /neutron/network HTTP/1.1" 200 840 0.009495 10.0.0.33 - - [2025-01-27 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.011512 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domains HTTP/1.1" 401 292 0.000623 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domains HTTP/1.1" 200 280 0.033300 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003268 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2585 0.019594 10.0.0.33 - - [2025-01-27 02:23:16] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001342 10.0.0.33 - - [2025-01-27 02:23:16] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c HTTP/1.1" 200 2165 0.096383 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e HTTP/1.1" 200 2345 0.008764 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e HTTP/1.1" 200 2345 0.006529 10.0.0.33 - - [2025-01-27 02:23:16] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 200 1494 0.005701 10.0.0.33 - - [2025-01-27 02:23:16] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 200 1494 0.004779 10.0.0.33 - - [2025-01-27 02:23:16] "GET /route-target/f3c7aa60-f89b-489b-8b6a-8f0617b55590 HTTP/1.1" 200 1220 0.005708 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e HTTP/1.1" 200 2345 0.007479 10.0.0.33 - - [2025-01-27 02:23:16] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 200 1494 0.005072 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006255 10.0.0.33 - - [2025-01-27 02:23:16] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e HTTP/1.1" 200 2345 0.005967 10.0.0.33 - - [2025-01-27 02:23:16] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 200 1494 0.004332 10.0.0.33 - - [2025-01-27 02:23:16] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 200 1494 0.004572 10.0.0.33 - - [2025-01-27 02:23:16] "GET /route-target/f3c7aa60-f89b-489b-8b6a-8f0617b55590 HTTP/1.1" 200 1220 0.004087 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domains HTTP/1.1" 200 280 0.004005 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001856 10.0.0.33 - - [2025-01-27 02:23:16] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2585 0.011663 10.0.0.33 - - [2025-01-27 02:23:16] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001741 10.0.0.33 - - [2025-01-27 02:23:17] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c HTTP/1.1" 200 2165 0.081971 10.0.0.33 - - [2025-01-27 02:23:17] "GET /virtual-network/ff05a7be-6385-4336-9369-75c24fc0598e HTTP/1.1" 200 2345 0.006504 10.0.0.33 - - [2025-01-27 02:23:17] "GET /obj-perms HTTP/1.1" 200 5052 0.058830 10.0.0.33 - - [2025-01-27 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.002113 10.0.0.33 - - [2025-01-27 02:23:19] "POST /neutron/network HTTP/1.1" 200 850 0.007633 10.0.0.33 - - [2025-01-27 02:23:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000550 10.0.0.33 - - [2025-01-27 02:23:19] "GET / HTTP/1.1" 200 35931 0.002501 10.0.0.33 - - [2025-01-27 02:23:19] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000766 10.0.0.33 - - [2025-01-27 02:23:20] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001406 10.0.0.33 - - [2025-01-27 02:23:20] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.067087 10.0.0.33 - - [2025-01-27 02:23:20] "POST /neutron/network HTTP/1.1" 200 840 0.035143 10.0.0.33 - - [2025-01-27 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.008937 10.0.0.33 - - [2025-01-27 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.007230 10.0.0.33 - - [2025-01-27 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.008942 10.0.0.33 - - [2025-01-27 02:23:22] "POST /neutron/network HTTP/1.1" 200 850 0.007630 10.0.0.33 - - [2025-01-27 02:23:22] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001374 10.0.0.33 - - [2025-01-27 02:23:22] "POST /neutron/port HTTP/1.1" 200 1072 0.292195 10.0.0.33 - - [2025-01-27 02:23:22] "POST /neutron/port HTTP/1.1" 200 1072 0.037714 10.0.0.33 - - [2025-01-27 02:23:22] "POST /neutron/port HTTP/1.1" 200 1072 0.013930 10.0.0.33 - - [2025-01-27 02:23:22] "POST /neutron/port HTTP/1.1" 200 1126 0.097521 10.0.0.33 - - [2025-01-27 02:23:23] "POST /neutron/port HTTP/1.1" 200 1100 0.020827 10.0.0.33 - - [2025-01-27 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.33 - - [2025-01-27 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.015879 10.0.0.33 - - [2025-01-27 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001765 10.0.0.33 - - [2025-01-27 02:23:23] "POST /neutron/network HTTP/1.1" 200 840 0.008014 10.0.0.33 - - [2025-01-27 02:23:26] "POST /neutron/port HTTP/1.1" 200 1100 0.030215 10.0.0.33 - - [2025-01-27 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008390 10.0.0.33 - - [2025-01-27 02:23:31] "POST /neutron/port HTTP/1.1" 200 1100 0.022087 10.0.0.33 - - [2025-01-27 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008616 10.0.0.33 - - [2025-01-27 02:23:31] "GET /obj-perms HTTP/1.1" 200 5052 0.003834 10.0.0.33 - - [2025-01-27 02:23:32] "GET /obj-perms HTTP/1.1" 200 5052 0.004352 10.0.0.33 - - [2025-01-27 02:23:33] "GET /obj-perms HTTP/1.1" 200 5052 0.004570 10.0.0.33 - - [2025-01-27 02:23:34] "GET /obj-perms HTTP/1.1" 200 5052 0.004233 10.0.0.33 - - [2025-01-27 02:23:35] "GET /obj-perms HTTP/1.1" 200 5052 0.004461 10.0.0.33 - - [2025-01-27 02:23:36] "POST /neutron/network HTTP/1.1" 200 840 0.009079 10.0.0.33 - - [2025-01-27 02:23:36] "POST /neutron/network HTTP/1.1" 400 204 0.030300 10.0.0.33 - - [2025-01-27 02:23:37] "POST /neutron/port HTTP/1.1" 200 1100 0.021428 10.0.0.33 - - [2025-01-27 02:23:37] "POST /neutron/port HTTP/1.1" 200 1126 0.013844 10.0.0.33 - - [2025-01-27 02:23:37] "POST /neutron/port HTTP/1.1" 200 151 0.112122 10.0.0.33 - - [2025-01-27 02:23:38] "POST /neutron/network HTTP/1.1" 200 840 0.008054 10.0.0.33 - - [2025-01-27 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006292 10.0.0.33 - - [2025-01-27 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004590 10.0.0.33 - - [2025-01-27 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.33 - - [2025-01-27 02:23:38] "POST /neutron/network HTTP/1.1" 200 151 0.111634 10.0.0.33 - - [2025-01-27 02:23:38] "DELETE /route-target/f3c7aa60-f89b-489b-8b6a-8f0617b55590 HTTP/1.1" 200 115 0.023640 10.0.0.33 - - [2025-01-27 02:23:38] "GET /routing-instance/edd8c7ce-4700-4884-80a1-c3f00caaa0c0 HTTP/1.1" 404 171 0.003903 10.0.0.33 - - [2025-01-27 02:23:38] "GET /domains HTTP/1.1" 200 280 0.004496 10.0.0.33 - - [2025-01-27 02:23:38] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.33 - - [2025-01-27 02:23:38] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2585 0.052547 10.0.0.33 - - [2025-01-27 02:23:38] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.33 - - [2025-01-27 02:23:38] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c HTTP/1.1" 200 1915 0.074192 10.0.0.33 - - [2025-01-27 02:23:39] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001623 10.0.0.33 - - [2025-01-27 02:23:39] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.041430 10.0.0.33 - - [2025-01-27 02:23:39] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001308 10.0.0.33 - - [2025-01-27 02:23:39] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?fields=virtual_networks HTTP/1.1" 200 1051 0.034335 10.0.0.33 - - [2025-01-27 02:23:39] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.33 - - [2025-01-27 02:23:39] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.035496 10.0.0.33 - - [2025-01-27 02:23:39] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001769 10.0.0.33 - - [2025-01-27 02:23:39] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?fields=security_groups HTTP/1.1" 200 1288 0.050879 10.0.0.33 - - [2025-01-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.030383 10.0.0.33 - - [2025-01-27 02:23:40] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003227 10.0.0.33 - - [2025-01-27 02:23:40] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.33 - - [2025-01-27 02:23:40] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010065 10.0.0.33 - - [2025-01-27 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.001569 10.0.0.33 - - [2025-01-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003028 10.0.0.33 - - [2025-01-27 02:23:40] "POST /security-groups HTTP/1.1" 200 603 0.068785 10.0.0.33 - - [2025-01-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.003227 10.0.0.33 - - [2025-01-27 02:23:40] "POST /projects HTTP/1.1" 200 609 0.240562 10.0.0.33 - - [2025-01-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.312941 10.0.0.33 - - [2025-01-27 02:23:40] "POST /access-control-lists HTTP/1.1" 200 608 0.067985 10.0.0.33 - - [2025-01-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.002963 10.0.0.33 - - [2025-01-27 02:23:40] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.453814 10.0.0.33 - - [2025-01-27 02:23:40] "POST /access-control-lists HTTP/1.1" 200 606 0.065619 10.0.0.33 - - [2025-01-27 02:23:41] "GET / HTTP/1.1" 200 35931 0.002343 10.0.0.33 - - [2025-01-27 02:23:42] "GET /projects?obj_uuids=5cf93c9f-96d9-4219-b854-44bf945c6e9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001379 10.0.0.33 - - [2025-01-27 02:23:42] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.034300 10.0.0.33 - - [2025-01-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.33 - - [2025-01-27 02:23:43] "GET /security-group/8516de31-6c52-47b1-ae96-3c9893f6ec3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007978 10.0.0.33 - - [2025-01-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.33 - - [2025-01-27 02:23:43] "GET /projects?obj_uuids=5cf93c9f-96d9-4219-b854-44bf945c6e9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002232 10.0.0.33 - - [2025-01-27 02:23:43] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.056860 10.0.0.33 - - [2025-01-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.33 - - [2025-01-27 02:23:43] "GET /security-group/8516de31-6c52-47b1-ae96-3c9893f6ec3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005577 10.0.0.33 - - [2025-01-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.33 - - [2025-01-27 02:23:43] "PUT /security-group/8516de31-6c52-47b1-ae96-3c9893f6ec3e HTTP/1.1" 200 262 0.021693 10.0.0.33 - - [2025-01-27 02:23:43] "PUT /access-control-list/f2780dc0-464c-48a9-8196-825e36586020 HTTP/1.1" 200 272 0.015056 10.0.0.33 - - [2025-01-27 02:23:43] "PUT /access-control-list/2c5c2c47-df10-4869-9dee-86655121d1dc HTTP/1.1" 200 272 0.020838 10.0.0.33 - - [2025-01-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.33 - - [2025-01-27 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.071502 10.0.0.33 - - [2025-01-27 02:23:44] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003047 10.0.0.33 - - [2025-01-27 02:23:44] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040190 10.0.0.33 - - [2025-01-27 02:23:44] "POST /neutron/network HTTP/1.1" 200 117 0.039498 10.0.0.33 - - [2025-01-27 02:23:44] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.33 - - [2025-01-27 02:23:44] "POST /neutron/network HTTP/1.1" 200 619 0.120632 10.0.0.33 - - [2025-01-27 02:23:44] "POST /route-targets HTTP/1.1" 200 327 0.016710 10.0.0.33 - - [2025-01-27 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.018499 10.0.0.33 - - [2025-01-27 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004653 10.0.0.33 - - [2025-01-27 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.206540 10.0.0.33 - - [2025-01-27 02:23:44] "POST /neutron/network HTTP/1.1" 200 836 0.007099 10.0.0.33 - - [2025-01-27 02:23:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001848 10.0.0.33 - - [2025-01-27 02:23:44] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007622 10.0.0.33 - - [2025-01-27 02:23:44] "POST /neutron/network HTTP/1.1" 200 836 0.011447 10.0.0.33 - - [2025-01-27 02:23:44] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007327 10.0.0.33 - - [2025-01-27 02:23:45] "POST /neutron/network HTTP/1.1" 200 836 0.008077 10.0.0.33 - - [2025-01-27 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.010183 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domains HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domains HTTP/1.1" 200 280 0.032449 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001862 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2783 0.011252 10.0.0.33 - - [2025-01-27 02:23:45] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001625 10.0.0.33 - - [2025-01-27 02:23:45] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 2174 0.086754 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2333 0.009710 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2333 0.006918 10.0.0.33 - - [2025-01-27 02:23:45] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 200 1490 0.005101 10.0.0.33 - - [2025-01-27 02:23:45] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 200 1490 0.005080 10.0.0.33 - - [2025-01-27 02:23:45] "GET /route-target/9f4659fd-c68a-4e71-8926-f209e75ff082 HTTP/1.1" 200 1218 0.005358 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2333 0.006282 10.0.0.33 - - [2025-01-27 02:23:45] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 200 1490 0.005562 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006689 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2333 0.006623 10.0.0.33 - - [2025-01-27 02:23:45] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 200 1490 0.004928 10.0.0.33 - - [2025-01-27 02:23:45] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 200 1490 0.005097 10.0.0.33 - - [2025-01-27 02:23:45] "GET /route-target/9f4659fd-c68a-4e71-8926-f209e75ff082 HTTP/1.1" 200 1218 0.005110 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domains HTTP/1.1" 200 280 0.004808 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.33 - - [2025-01-27 02:23:45] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2783 0.010534 10.0.0.33 - - [2025-01-27 02:23:45] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001428 10.0.0.33 - - [2025-01-27 02:23:45] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 2174 0.078802 10.0.0.33 - - [2025-01-27 02:23:45] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2333 0.006418 10.0.0.33 - - [2025-01-27 02:23:46] "GET /obj-perms HTTP/1.1" 200 5054 0.069446 10.0.0.33 - - [2025-01-27 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.33 - - [2025-01-27 02:23:46] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001488 10.0.0.33 - - [2025-01-27 02:23:46] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048694 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/network HTTP/1.1" 200 117 0.012811 10.0.0.33 - - [2025-01-27 02:23:46] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/network HTTP/1.1" 200 619 0.104322 10.0.0.33 - - [2025-01-27 02:23:46] "POST /route-targets HTTP/1.1" 200 327 0.017381 10.0.0.33 - - [2025-01-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.018564 10.0.0.33 - - [2025-01-27 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.013672 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.210957 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/network HTTP/1.1" 200 839 0.008411 10.0.0.33 - - [2025-01-27 02:23:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001479 10.0.0.33 - - [2025-01-27 02:23:46] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008551 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/network HTTP/1.1" 200 839 0.008230 10.0.0.33 - - [2025-01-27 02:23:46] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007861 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/network HTTP/1.1" 200 839 0.008081 10.0.0.33 - - [2025-01-27 02:23:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.026479 10.0.0.33 - - [2025-01-27 02:23:46] "GET /domains HTTP/1.1" 200 280 0.003164 10.0.0.33 - - [2025-01-27 02:23:46] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.33 - - [2025-01-27 02:23:47] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2783 0.015572 10.0.0.33 - - [2025-01-27 02:23:47] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001989 10.0.0.33 - - [2025-01-27 02:23:47] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 2402 0.080527 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515 HTTP/1.1" 200 2343 0.008270 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515 HTTP/1.1" 200 2343 0.006591 10.0.0.33 - - [2025-01-27 02:23:47] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 200 1492 0.006379 10.0.0.33 - - [2025-01-27 02:23:47] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 200 1492 0.004864 10.0.0.33 - - [2025-01-27 02:23:47] "GET /route-target/3bc3387c-ccdb-407e-b6cb-ef6abcbe67b9 HTTP/1.1" 200 1218 0.004586 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515 HTTP/1.1" 200 2343 0.006659 10.0.0.33 - - [2025-01-27 02:23:47] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 200 1492 0.004794 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007460 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515 HTTP/1.1" 200 2343 0.007435 10.0.0.33 - - [2025-01-27 02:23:47] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 200 1492 0.005049 10.0.0.33 - - [2025-01-27 02:23:47] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 200 1492 0.005327 10.0.0.33 - - [2025-01-27 02:23:47] "GET /route-target/3bc3387c-ccdb-407e-b6cb-ef6abcbe67b9 HTTP/1.1" 200 1218 0.004953 10.0.0.33 - - [2025-01-27 02:23:47] "GET /domains HTTP/1.1" 200 280 0.003995 10.0.0.33 - - [2025-01-27 02:23:47] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.33 - - [2025-01-27 02:23:47] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2783 0.010923 10.0.0.33 - - [2025-01-27 02:23:47] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001500 10.0.0.33 - - [2025-01-27 02:23:47] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 2402 0.088234 10.0.0.33 - - [2025-01-27 02:23:47] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515 HTTP/1.1" 200 2343 0.007394 10.0.0.33 - - [2025-01-27 02:23:47] "GET /obj-perms HTTP/1.1" 200 5054 0.004762 10.0.0.33 - - [2025-01-27 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.002007 10.0.0.33 - - [2025-01-27 02:23:47] "POST /neutron/network HTTP/1.1" 200 849 0.007693 10.0.0.33 - - [2025-01-27 02:23:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000645 10.0.0.33 - - [2025-01-27 02:23:47] "GET / HTTP/1.1" 200 35931 0.002386 10.0.0.33 - - [2025-01-27 02:23:47] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2025-01-27 02:23:48] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001373 10.0.0.33 - - [2025-01-27 02:23:48] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070819 10.0.0.33 - - [2025-01-27 02:23:48] "POST /neutron/network HTTP/1.1" 200 839 0.007833 10.0.0.33 - - [2025-01-27 02:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.006919 10.0.0.33 - - [2025-01-27 02:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.006580 10.0.0.33 - - [2025-01-27 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001599 10.0.0.33 - - [2025-01-27 02:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.007946 10.0.0.33 - - [2025-01-27 02:23:48] "POST /neutron/network HTTP/1.1" 200 846 0.007490 10.0.0.33 - - [2025-01-27 02:23:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000764 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/network HTTP/1.1" 200 849 0.010378 10.0.0.33 - - [2025-01-27 02:23:49] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001415 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /project/5cf93c9f96d94219b85444bf945c6e9b HTTP/1.1" 404 173 0.013412 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /project/ea87b8c25efd46959980fa5bc23b0105 HTTP/1.1" 404 173 0.006459 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /project/007582622281499d9a8d2623acba7e4c HTTP/1.1" 404 173 0.004809 10.0.0.33 - - [2025-01-27 02:23:49] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001269 10.0.0.33 - - [2025-01-27 02:23:49] "GET / HTTP/1.1" 200 35931 0.006667 10.0.0.33 - - [2025-01-27 02:23:49] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2025-01-27 02:23:49] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.097723 10.0.0.33 - - [2025-01-27 02:23:49] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001541 10.0.0.33 - - [2025-01-27 02:23:49] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?fields=security_groups HTTP/1.1" 200 1393 0.110942 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /security-group/7e2fea2c-a57d-4aa8-a3dc-acd80f03be55 HTTP/1.1" 200 115 0.089288 10.0.0.33 - - [2025-01-27 02:23:49] "GET /projects?obj_uuids=00758262-2281-499d-9a8d-2623acba7e4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001798 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1073 0.408873 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /access-control-list/5415dcab-d9ea-4d0a-8783-f1025957c1d9 HTTP/1.1" 200 115 0.064212 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1073 0.025706 10.0.0.33 - - [2025-01-27 02:23:49] "GET /project/00758262-2281-499d-9a8d-2623acba7e4c?fields=application_policy_sets HTTP/1.1" 200 1432 0.075533 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1073 0.026366 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /access-control-list/25fed246-a5c3-4d4b-994a-0761ac09e4db HTTP/1.1" 200 115 0.071331 10.0.0.33 - - [2025-01-27 02:23:49] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003252 10.0.0.33 - - [2025-01-27 02:23:49] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.141604 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1127 0.188490 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/network HTTP/1.1" 200 836 0.011505 10.0.0.33 - - [2025-01-27 02:23:49] "DELETE /project/00758262-2281-499d-9a8d-2623acba7e4c HTTP/1.1" 200 115 0.702691 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1101 0.025189 10.0.0.33 - - [2025-01-27 02:23:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008639 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.019670 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 1101 0.021893 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008166 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.007185 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.007533 10.0.0.33 - - [2025-01-27 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005795 10.0.0.33 - - [2025-01-27 02:23:50] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001966 10.0.0.33 - - [2025-01-27 02:23:50] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036669 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008770 10.0.0.33 - - [2025-01-27 02:23:50] "GET /floating-ip-pools?parent_id=463c2b3b-5188-48d5-add0-92a61e47056c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004849 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007661 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/network HTTP/1.1" 200 846 0.007222 10.0.0.33 - - [2025-01-27 02:23:50] "POST /floating-ip-pools HTTP/1.1" 200 609 0.057085 10.0.0.33 - - [2025-01-27 02:23:50] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001714 10.0.0.33 - - [2025-01-27 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.034770 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010361 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domains HTTP/1.1" 200 280 0.003984 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2586 0.015549 10.0.0.33 - - [2025-01-27 02:23:50] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001927 10.0.0.33 - - [2025-01-27 02:23:50] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 3244 0.101239 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 2924 0.007742 10.0.0.33 - - [2025-01-27 02:23:50] "GET /floating-ip-pool/6539d706-50a2-4d9d-b055-7bec8aed1767 HTTP/1.1" 200 1440 0.003612 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domains HTTP/1.1" 200 280 0.008080 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.33 - - [2025-01-27 02:23:50] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2586 0.016663 10.0.0.33 - - [2025-01-27 02:23:50] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 1070 0.415128 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 1070 0.015629 10.0.0.33 - - [2025-01-27 02:23:50] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 3244 0.129576 10.0.0.33 - - [2025-01-27 02:23:50] "POST /neutron/port HTTP/1.1" 200 1070 0.054918 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c HTTP/1.1" 200 3145 0.012094 10.0.0.33 - - [2025-01-27 02:23:50] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.011175 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/port HTTP/1.1" 200 1101 0.051809 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/port HTTP/1.1" 200 1124 0.143304 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023674 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/port HTTP/1.1" 200 1098 0.022817 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 689 0.014568 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.33 - - [2025-01-27 02:23:51] "POST /neutron/network HTTP/1.1" 200 836 0.009355 10.0.0.33 - - [2025-01-27 02:23:54] "GET /obj-perms HTTP/1.1" 200 5056 0.064511 10.0.0.33 - - [2025-01-27 02:23:54] "GET /obj-perms HTTP/1.1" 200 5056 0.056090 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/port HTTP/1.1" 200 1101 0.020667 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009339 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/port HTTP/1.1" 200 1101 0.029874 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009539 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/port HTTP/1.1" 200 1101 0.019032 10.0.0.33 - - [2025-01-27 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009311 10.0.0.33 - - [2025-01-27 02:23:56] "GET /virtual-machine/f7ec3860-0bd1-4cf9-9b1c-2271109ccfdb HTTP/1.1" 200 1305 0.006658 10.0.0.33 - - [2025-01-27 02:23:56] "GET /virtual-machine-interface/e112f0db-4cdc-4a59-8c64-90dc91b2be57 HTTP/1.1" 200 3004 0.006749 10.0.0.33 - - [2025-01-27 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.33 - - [2025-01-27 02:23:56] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004798 10.0.0.33 - - [2025-01-27 02:23:56] "GET /virtual-networks?parent_id=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004135 10.0.0.33 - - [2025-01-27 02:23:56] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006241 10.0.0.33 - - [2025-01-27 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.33 - - [2025-01-27 02:23:59] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008361 10.0.0.33 - - [2025-01-27 02:24:00] "POST /neutron/port HTTP/1.1" 200 1101 0.074085 10.0.0.33 - - [2025-01-27 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007317 10.0.0.33 - - [2025-01-27 02:24:00] "POST /neutron/port HTTP/1.1" 200 1098 0.018449 10.0.0.33 - - [2025-01-27 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008175 10.0.0.33 - - [2025-01-27 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.33 - - [2025-01-27 02:24:01] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004464 10.0.0.33 - - [2025-01-27 02:24:01] "GET /virtual-networks?parent_id=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004603 10.0.0.33 - - [2025-01-27 02:24:01] "GET /virtual-network/e7c01ce2-19d6-460a-a983-84a2cf55e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009531 10.0.0.33 - - [2025-01-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 1101 0.027576 10.0.0.33 - - [2025-01-27 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008190 10.0.0.33 - - [2025-01-27 02:24:07] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 528 0.089193 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/port HTTP/1.1" 200 1101 0.019127 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006095 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 576 0.046955 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/port HTTP/1.1" 200 1098 0.018527 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008640 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/port HTTP/1.1" 200 1098 0.019032 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009172 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/port HTTP/1.1" 200 1098 0.020803 10.0.0.33 - - [2025-01-27 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008330 10.0.0.33 - - [2025-01-27 02:24:07] "GET /virtual-machine/f39e89ac-380c-43c4-a8d0-d2c87920452e HTTP/1.1" 200 1305 0.007136 10.0.0.33 - - [2025-01-27 02:24:07] "GET /virtual-machine-interface/6931bd21-096e-4456-b6c8-ca123619581d HTTP/1.1" 200 3003 0.006301 10.0.0.33 - - [2025-01-27 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.33 - - [2025-01-27 02:24:07] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004817 10.0.0.33 - - [2025-01-27 02:24:07] "GET /virtual-networks?parent_id=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004588 10.0.0.33 - - [2025-01-27 02:24:07] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006701 10.0.0.33 - - [2025-01-27 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.33 - - [2025-01-27 02:24:09] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005167 10.0.0.33 - - [2025-01-27 02:24:09] "GET /virtual-networks?parent_id=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005060 10.0.0.33 - - [2025-01-27 02:24:09] "GET /virtual-network/463c2b3b-5188-48d5-add0-92a61e47056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006444 10.0.0.33 - - [2025-01-27 02:24:09] "POST /neutron/floatingip HTTP/1.1" 200 576 0.013864 10.0.0.33 - - [2025-01-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.33 - - [2025-01-27 02:24:09] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004986 10.0.0.33 - - [2025-01-27 02:24:09] "GET /route-target/9f4659fd-c68a-4e71-8926-f209e75ff082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005762 10.0.0.33 - - [2025-01-27 02:24:09] "GET /floating-ip/d0e447ca-e65e-4c82-978c-902c9c2dc777 HTTP/1.1" 200 1888 0.006213 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 576 0.013237 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.036862 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008235 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 115 0.046300 10.0.0.33 - - [2025-01-27 02:24:12] "GET /floating-ip-pool/6539d706-50a2-4d9d-b055-7bec8aed1767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004975 10.0.0.33 - - [2025-01-27 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.013207 10.0.0.33 - - [2025-01-27 02:24:12] "DELETE /floating-ip-pool/6539d706-50a2-4d9d-b055-7bec8aed1767 HTTP/1.1" 200 115 0.029000 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 839 0.007787 10.0.0.33 - - [2025-01-27 02:24:12] "POST /neutron/network HTTP/1.1" 400 204 0.015216 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 1098 0.024006 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 1124 0.015593 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 1101 0.020959 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 1127 0.019056 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 151 0.156237 10.0.0.33 - - [2025-01-27 02:24:13] "POST /neutron/port HTTP/1.1" 200 151 0.151246 10.0.0.33 - - [2025-01-27 02:24:14] "POST /neutron/network HTTP/1.1" 200 839 0.007439 10.0.0.33 - - [2025-01-27 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004074 10.0.0.33 - - [2025-01-27 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.33 - - [2025-01-27 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003662 10.0.0.33 - - [2025-01-27 02:24:15] "POST /neutron/network HTTP/1.1" 200 151 0.102308 10.0.0.33 - - [2025-01-27 02:24:15] "DELETE /route-target/3bc3387c-ccdb-407e-b6cb-ef6abcbe67b9 HTTP/1.1" 200 115 0.018749 10.0.0.33 - - [2025-01-27 02:24:15] "GET /routing-instance/b79031bf-6b0c-4ff3-abea-27885c3f3dc6 HTTP/1.1" 404 171 0.003998 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domains HTTP/1.1" 200 280 0.003772 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001587 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2586 0.052563 10.0.0.33 - - [2025-01-27 02:24:15] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.33 - - [2025-01-27 02:24:15] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 2174 0.082580 10.0.0.33 - - [2025-01-27 02:24:15] "POST /neutron/network HTTP/1.1" 200 836 0.007290 10.0.0.33 - - [2025-01-27 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.33 - - [2025-01-27 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.33 - - [2025-01-27 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003733 10.0.0.33 - - [2025-01-27 02:24:15] "POST /neutron/network HTTP/1.1" 200 151 0.115155 10.0.0.33 - - [2025-01-27 02:24:15] "GET /routing-instance/0a69bbb9-2f4a-467c-9d56-000fe8e2dc2b HTTP/1.1" 404 171 0.007850 10.0.0.33 - - [2025-01-27 02:24:15] "DELETE /route-target/9f4659fd-c68a-4e71-8926-f209e75ff082 HTTP/1.1" 200 115 0.033308 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domains HTTP/1.1" 200 280 0.003038 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.33 - - [2025-01-27 02:24:15] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2586 0.052800 10.0.0.33 - - [2025-01-27 02:24:15] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001486 10.0.0.33 - - [2025-01-27 02:24:15] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 1924 0.097158 10.0.0.33 - - [2025-01-27 02:24:15] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.33 - - [2025-01-27 02:24:15] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036210 10.0.0.33 - - [2025-01-27 02:24:15] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.33 - - [2025-01-27 02:24:16] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?fields=virtual_networks HTTP/1.1" 200 1056 0.038696 10.0.0.33 - - [2025-01-27 02:24:16] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001666 10.0.0.33 - - [2025-01-27 02:24:16] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.041088 10.0.0.33 - - [2025-01-27 02:24:16] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001984 10.0.0.33 - - [2025-01-27 02:24:16] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?fields=security_groups HTTP/1.1" 200 1294 0.042699 10.0.0.33 - - [2025-01-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.036754 10.0.0.33 - - [2025-01-27 02:24:17] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004336 10.0.0.33 - - [2025-01-27 02:24:17] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.33 - - [2025-01-27 02:24:17] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009567 10.0.0.33 - - [2025-01-27 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001311 10.0.0.33 - - [2025-01-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.003364 10.0.0.33 - - [2025-01-27 02:24:17] "POST /security-groups HTTP/1.1" 200 586 0.067915 10.0.0.33 - - [2025-01-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.004588 10.0.0.33 - - [2025-01-27 02:24:17] "POST /projects HTTP/1.1" 200 575 0.234668 10.0.0.33 - - [2025-01-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.311713 10.0.0.33 - - [2025-01-27 02:24:17] "POST /access-control-lists HTTP/1.1" 200 591 0.069170 10.0.0.33 - - [2025-01-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.004782 10.0.0.33 - - [2025-01-27 02:24:17] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.477249 10.0.0.33 - - [2025-01-27 02:24:17] "POST /access-control-lists HTTP/1.1" 200 589 0.069539 10.0.0.33 - - [2025-01-27 02:24:18] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.33 - - [2025-01-27 02:24:20] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001634 10.0.0.33 - - [2025-01-27 02:24:20] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.062511 10.0.0.33 - - [2025-01-27 02:24:20] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002352 10.0.0.33 - - [2025-01-27 02:24:20] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?fields=virtual_networks HTTP/1.1" 200 1022 0.050672 10.0.0.33 - - [2025-01-27 02:24:20] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002089 10.0.0.33 - - [2025-01-27 02:24:20] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.040693 10.0.0.33 - - [2025-01-27 02:24:20] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001331 10.0.0.33 - - [2025-01-27 02:24:20] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?fields=security_groups HTTP/1.1" 200 1243 0.041077 10.0.0.33 - - [2025-01-27 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.032768 10.0.0.33 - - [2025-01-27 02:24:21] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003387 10.0.0.33 - - [2025-01-27 02:24:21] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002213 10.0.0.33 - - [2025-01-27 02:24:21] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010156 10.0.0.33 - - [2025-01-27 02:24:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.002933 10.0.0.33 - - [2025-01-27 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003814 10.0.0.33 - - [2025-01-27 02:24:21] "POST /security-groups HTTP/1.1" 200 594 0.072989 10.0.0.33 - - [2025-01-27 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.003683 10.0.0.33 - - [2025-01-27 02:24:21] "POST /projects HTTP/1.1" 200 591 0.259888 10.0.0.33 - - [2025-01-27 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.292890 10.0.0.33 - - [2025-01-27 02:24:21] "POST /access-control-lists HTTP/1.1" 200 599 0.076187 10.0.0.33 - - [2025-01-27 02:24:21] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.457180 10.0.0.33 - - [2025-01-27 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003359 10.0.0.33 - - [2025-01-27 02:24:22] "POST /access-control-lists HTTP/1.1" 200 597 0.065196 10.0.0.33 - - [2025-01-27 02:24:23] "GET / HTTP/1.1" 200 35931 0.004336 10.0.0.33 - - [2025-01-27 02:24:24] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.33 - - [2025-01-27 02:24:24] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001800 10.0.0.33 - - [2025-01-27 02:24:24] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066495 10.0.0.33 - - [2025-01-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.33 - - [2025-01-27 02:24:24] "GET /security-group/6f315c7c-c62d-475e-920e-ca680acba8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.007063 10.0.0.33 - - [2025-01-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.33 - - [2025-01-27 02:24:24] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002150 10.0.0.33 - - [2025-01-27 02:24:24] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040239 10.0.0.33 - - [2025-01-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.33 - - [2025-01-27 02:24:24] "GET /security-group/6f315c7c-c62d-475e-920e-ca680acba8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.007187 10.0.0.33 - - [2025-01-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.33 - - [2025-01-27 02:24:24] "PUT /security-group/6f315c7c-c62d-475e-920e-ca680acba8ff HTTP/1.1" 200 262 0.018300 10.0.0.33 - - [2025-01-27 02:24:24] "PUT /access-control-list/c5330cda-01ba-46ac-a35b-5679d1af20ed HTTP/1.1" 200 272 0.012314 10.0.0.33 - - [2025-01-27 02:24:24] "PUT /access-control-list/7627db79-f62d-4997-a5c0-7fa257dfeed9 HTTP/1.1" 200 272 0.013758 10.0.0.33 - - [2025-01-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.003444 10.0.0.33 - - [2025-01-27 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.33 - - [2025-01-27 02:24:25] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001740 10.0.0.33 - - [2025-01-27 02:24:25] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029308 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 117 0.038106 10.0.0.33 - - [2025-01-27 02:24:25] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001335 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 608 0.085252 10.0.0.33 - - [2025-01-27 02:24:25] "POST /route-targets HTTP/1.1" 200 327 0.012733 10.0.0.33 - - [2025-01-27 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.018276 10.0.0.33 - - [2025-01-27 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005165 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.170326 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 825 0.008233 10.0.0.33 - - [2025-01-27 02:24:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.005296 10.0.0.33 - - [2025-01-27 02:24:25] "GET /virtual-network/bbc5670e-d005-4594-a4d6-856012c88ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008897 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 825 0.007849 10.0.0.33 - - [2025-01-27 02:24:25] "GET /virtual-network/bbc5670e-d005-4594-a4d6-856012c88ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005743 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 825 0.011870 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.009545 10.0.0.33 - - [2025-01-27 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.33 - - [2025-01-27 02:24:25] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001850 10.0.0.33 - - [2025-01-27 02:24:25] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036330 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 117 0.011141 10.0.0.33 - - [2025-01-27 02:24:25] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001328 10.0.0.33 - - [2025-01-27 02:24:25] "POST /neutron/network HTTP/1.1" 200 615 0.104589 10.0.0.33 - - [2025-01-27 02:24:25] "POST /route-targets HTTP/1.1" 200 327 0.025237 10.0.0.33 - - [2025-01-27 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.016058 10.0.0.33 - - [2025-01-27 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003342 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.199067 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/network HTTP/1.1" 200 835 0.006705 10.0.0.33 - - [2025-01-27 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001503 10.0.0.33 - - [2025-01-27 02:24:26] "GET /virtual-network/f28f6b03-1985-4a9b-8763-f937ae152047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006129 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/network HTTP/1.1" 200 835 0.007853 10.0.0.33 - - [2025-01-27 02:24:26] "GET /virtual-network/f28f6b03-1985-4a9b-8763-f937ae152047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007397 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/network HTTP/1.1" 200 835 0.007546 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.009447 10.0.0.33 - - [2025-01-27 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001419 10.0.0.33 - - [2025-01-27 02:24:26] "POST /neutron/network HTTP/1.1" 200 835 0.007946 10.0.0.33 - - [2025-01-27 02:24:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000588 10.0.0.33 - - [2025-01-27 02:24:26] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.33 - - [2025-01-27 02:24:26] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000543 10.0.0.33 - - [2025-01-27 02:24:27] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001378 10.0.0.33 - - [2025-01-27 02:24:27] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.069196 10.0.0.33 - - [2025-01-27 02:24:27] "POST /neutron/network HTTP/1.1" 200 825 0.007323 10.0.0.33 - - [2025-01-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.005875 10.0.0.33 - - [2025-01-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.007162 10.0.0.33 - - [2025-01-27 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001440 10.0.0.33 - - [2025-01-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.008422 10.0.0.33 - - [2025-01-27 02:24:27] "POST /neutron/network HTTP/1.1" 200 845 0.007441 10.0.0.33 - - [2025-01-27 02:24:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/network HTTP/1.1" 200 835 0.016383 10.0.0.33 - - [2025-01-27 02:24:28] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001295 10.0.0.33 - - [2025-01-27 02:24:28] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.33 - - [2025-01-27 02:24:28] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000605 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1061 0.302418 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1061 0.015101 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1061 0.013877 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1115 0.098229 10.0.0.33 - - [2025-01-27 02:24:28] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001533 10.0.0.33 - - [2025-01-27 02:24:28] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066628 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/network HTTP/1.1" 200 835 0.007452 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1089 0.028379 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005895 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.019676 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.002047 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/network HTTP/1.1" 200 825 0.008730 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 1089 0.030678 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009280 10.0.0.33 - - [2025-01-27 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.006487 10.0.0.33 - - [2025-01-27 02:24:28] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001678 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/router HTTP/1.1" 200 585 0.082802 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/router HTTP/1.1" 200 585 0.007735 10.0.0.33 - - [2025-01-27 02:24:29] "POST /route-targets HTTP/1.1" 200 327 0.028873 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/router HTTP/1.1" 200 656 0.044870 10.0.0.33 - - [2025-01-27 02:24:29] "PUT /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad HTTP/1.1" 200 262 0.032282 10.0.0.33 - - [2025-01-27 02:24:29] "GET /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.014054 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/router HTTP/1.1" 200 656 0.012621 10.0.0.33 - - [2025-01-27 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006383 10.0.0.33 - - [2025-01-27 02:24:29] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002334 10.0.0.33 - - [2025-01-27 02:24:29] "GET /service-template/0a8d2efb-6be4-4c74-b9d5-dd0470cd5aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.004585 10.0.0.33 - - [2025-01-27 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.004389 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/network HTTP/1.1" 200 845 0.036109 10.0.0.33 - - [2025-01-27 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.015381 10.0.0.33 - - [2025-01-27 02:24:29] "POST /virtual-networks HTTP/1.1" 200 694 0.296873 10.0.0.33 - - [2025-01-27 02:24:29] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005624 10.0.0.33 - - [2025-01-27 02:24:29] "POST /route-targets HTTP/1.1" 200 327 0.083130 10.0.0.33 - - [2025-01-27 02:24:29] "POST /ref-update HTTP/1.1" 200 156 0.064367 10.0.0.33 - - [2025-01-27 02:24:29] "POST /service-instances HTTP/1.1" 200 670 0.140690 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/router HTTP/1.1" 200 344 0.658499 10.0.0.33 - - [2025-01-27 02:24:29] "POST /ref-update HTTP/1.1" 200 156 0.019432 10.0.0.33 - - [2025-01-27 02:24:29] "POST /route-tables HTTP/1.1" 200 582 0.067529 10.0.0.33 - - [2025-01-27 02:24:29] "POST /neutron/port HTTP/1.1" 200 1089 0.085084 10.0.0.33 - - [2025-01-27 02:24:29] "PUT /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad HTTP/1.1" 200 262 0.055295 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.029369 10.0.0.33 - - [2025-01-27 02:24:30] "POST /ref-update HTTP/1.1" 200 156 0.036956 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1064 0.596376 10.0.0.33 - - [2025-01-27 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.33 - - [2025-01-27 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1064 0.012050 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1064 0.017910 10.0.0.33 - - [2025-01-27 02:24:30] "POST /virtual-machines HTTP/1.1" 200 553 0.029491 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1118 0.133990 10.0.0.33 - - [2025-01-27 02:24:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.162683 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1092 0.053952 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005282 10.0.0.33 - - [2025-01-27 02:24:30] "POST /chown HTTP/1.1" 200 109 0.013626 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.017506 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 117 0.002562 10.0.0.33 - - [2025-01-27 02:24:30] "POST /neutron/network HTTP/1.1" 200 835 0.015050 10.0.0.33 - - [2025-01-27 02:24:30] "POST /instance-ips HTTP/1.1" 200 551 0.044606 10.0.0.33 - - [2025-01-27 02:24:30] "POST /instance-ips HTTP/1.1" 400 246 0.019691 10.0.0.33 - - [2025-01-27 02:24:30] "POST /chown HTTP/1.1" 200 109 0.019691 10.0.0.33 - - [2025-01-27 02:24:30] "PUT /virtual-machine-interface/e34e134c-b2ee-4112-bda0-e9dac736eb09 HTTP/1.1" 200 284 0.016429 10.0.0.33 - - [2025-01-27 02:24:30] "PUT /instance-ip/5d7fef81-d484-4531-90aa-d04092c4f6a9 HTTP/1.1" 200 256 0.018097 10.0.0.33 - - [2025-01-27 02:24:30] "POST /ref-update HTTP/1.1" 200 156 0.013149 10.0.0.33 - - [2025-01-27 02:24:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.128790 10.0.0.33 - - [2025-01-27 02:24:31] "POST /chown HTTP/1.1" 200 109 0.010045 10.0.0.33 - - [2025-01-27 02:24:31] "POST /instance-ips HTTP/1.1" 200 549 0.040740 10.0.0.33 - - [2025-01-27 02:24:31] "POST /instance-ips HTTP/1.1" 400 316 0.064735 10.0.0.33 - - [2025-01-27 02:24:31] "POST /chown HTTP/1.1" 200 109 0.012412 10.0.0.33 - - [2025-01-27 02:24:31] "PUT /virtual-machine-interface/57ac7fbe-e8c5-44cb-8675-af3c5eba8512 HTTP/1.1" 200 284 0.011822 10.0.0.33 - - [2025-01-27 02:24:31] "PUT /instance-ip/1614c0de-ec2f-47b8-abf4-d4fb462d86cb HTTP/1.1" 200 256 0.039794 10.0.0.33 - - [2025-01-27 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.016965 10.0.0.33 - - [2025-01-27 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.021130 10.0.0.33 - - [2025-01-27 02:24:31] "PUT /routing-instance/d1b895b6-d828-460d-ac25-b417b8a5d5f7 HTTP/1.1" 200 266 0.034801 10.0.0.33 - - [2025-01-27 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.024466 10.0.0.33 - - [2025-01-27 02:24:31] "POST /virtual-machines HTTP/1.1" 200 553 0.014508 10.0.0.33 - - [2025-01-27 02:24:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.109382 10.0.0.33 - - [2025-01-27 02:24:32] "POST /chown HTTP/1.1" 200 109 0.011861 10.0.0.33 - - [2025-01-27 02:24:32] "POST /instance-ips HTTP/1.1" 400 246 0.027358 10.0.0.33 - - [2025-01-27 02:24:32] "POST /chown HTTP/1.1" 200 109 0.010559 10.0.0.33 - - [2025-01-27 02:24:32] "PUT /virtual-machine-interface/d102282e-d4fd-4753-abdd-608154bb04e6 HTTP/1.1" 200 284 0.015757 10.0.0.33 - - [2025-01-27 02:24:32] "PUT /instance-ip/5d7fef81-d484-4531-90aa-d04092c4f6a9 HTTP/1.1" 200 256 0.016934 10.0.0.33 - - [2025-01-27 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.017655 10.0.0.33 - - [2025-01-27 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.012849 10.0.0.33 - - [2025-01-27 02:24:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.110197 10.0.0.33 - - [2025-01-27 02:24:32] "POST /chown HTTP/1.1" 200 109 0.010669 10.0.0.33 - - [2025-01-27 02:24:32] "POST /instance-ips HTTP/1.1" 400 316 0.019632 10.0.0.33 - - [2025-01-27 02:24:32] "POST /chown HTTP/1.1" 200 109 0.010262 10.0.0.33 - - [2025-01-27 02:24:32] "PUT /virtual-machine-interface/021f4dd4-7d97-457b-8798-b873b2c31197 HTTP/1.1" 200 284 0.016878 10.0.0.33 - - [2025-01-27 02:24:32] "PUT /instance-ip/1614c0de-ec2f-47b8-abf4-d4fb462d86cb HTTP/1.1" 200 256 0.028367 10.0.0.33 - - [2025-01-27 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.017218 10.0.0.33 - - [2025-01-27 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.016659 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 1089 0.019443 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008666 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 1089 0.021911 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007161 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 1089 0.036601 10.0.0.33 - - [2025-01-27 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009355 10.0.0.33 - - [2025-01-27 02:24:35] "GET /virtual-machine/e6d6a01b-b27f-4a3e-ab87-d5fca68ce5a5 HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2025-01-27 02:24:35] "GET /virtual-machine/e6d6a01b-b27f-4a3e-ab87-d5fca68ce5a5 HTTP/1.1" 200 1296 0.033483 10.0.0.33 - - [2025-01-27 02:24:35] "GET /virtual-machine-interface/c3735883-0002-49f6-89be-1488a72802d2 HTTP/1.1" 200 2955 0.007165 10.0.0.33 - - [2025-01-27 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.33 - - [2025-01-27 02:24:35] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004519 10.0.0.33 - - [2025-01-27 02:24:35] "GET /virtual-networks?parent_id=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004938 10.0.0.33 - - [2025-01-27 02:24:35] "GET /virtual-network/bbc5670e-d005-4594-a4d6-856012c88ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006078 10.0.0.33 - - [2025-01-27 02:24:38] "POST /neutron/port HTTP/1.1" 200 1089 0.020854 10.0.0.33 - - [2025-01-27 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007371 10.0.0.33 - - [2025-01-27 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.33 - - [2025-01-27 02:24:38] "GET /virtual-network/bbc5670e-d005-4594-a4d6-856012c88ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007773 10.0.0.33 - - [2025-01-27 02:24:40] "POST /neutron/port HTTP/1.1" 200 1092 0.018186 10.0.0.33 - - [2025-01-27 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008734 10.0.0.33 - - [2025-01-27 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.33 - - [2025-01-27 02:24:41] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003633 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-networks?parent_id=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004407 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-network/bbc5670e-d005-4594-a4d6-856012c88ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006919 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/port HTTP/1.1" 200 1092 0.018938 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007873 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/port HTTP/1.1" 200 1092 0.016229 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007179 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/port HTTP/1.1" 200 1092 0.015714 10.0.0.33 - - [2025-01-27 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008607 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-machine/0dc57401-e738-42bd-97d0-bced0b242865 HTTP/1.1" 200 1294 0.005752 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-machine-interface/c7a37fd9-a6fe-4cd9-9d13-ef5f370f0747 HTTP/1.1" 200 2968 0.006123 10.0.0.33 - - [2025-01-27 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.33 - - [2025-01-27 02:24:41] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003968 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-networks?parent_id=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004354 10.0.0.33 - - [2025-01-27 02:24:41] "GET /virtual-network/f28f6b03-1985-4a9b-8763-f937ae152047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006992 10.0.0.33 - - [2025-01-27 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.33 - - [2025-01-27 02:24:42] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004075 10.0.0.33 - - [2025-01-27 02:24:43] "GET /virtual-networks?parent_id=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004477 10.0.0.33 - - [2025-01-27 02:24:43] "GET /virtual-network/f28f6b03-1985-4a9b-8763-f937ae152047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006912 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/router HTTP/1.1" 200 656 0.007468 10.0.0.33 - - [2025-01-27 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.025101 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/router HTTP/1.1" 200 344 0.165691 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/router HTTP/1.1" 200 656 0.006202 10.0.0.33 - - [2025-01-27 02:24:47] "GET /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.006870 10.0.0.33 - - [2025-01-27 02:24:47] "GET /service-instance/ebe25db2-24b7-4a86-b2a8-cbafb0ed80b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.004633 10.0.0.33 - - [2025-01-27 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/router HTTP/1.1" 200 151 0.077439 10.0.0.33 - - [2025-01-27 02:24:47] "DELETE /route-target/8407cf13-3068-48d2-a3c7-e4d90c47f727 HTTP/1.1" 409 239 0.006347 10.0.0.33 - - [2025-01-27 02:24:47] "PUT /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad HTTP/1.1" 404 171 0.008972 10.0.0.33 - - [2025-01-27 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.013273 10.0.0.33 - - [2025-01-27 02:24:47] "DELETE /route-table/741ec2cb-3759-4ac1-b027-d4683b9f4f87 HTTP/1.1" 200 115 0.042826 10.0.0.33 - - [2025-01-27 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.33 - - [2025-01-27 02:24:47] "PUT /routing-instance/d1b895b6-d828-460d-ac25-b417b8a5d5f7 HTTP/1.1" 200 266 0.019320 10.0.0.33 - - [2025-01-27 02:24:47] "GET /virtual-network/0b30c736-3865-4686-a1b2-fec516ad1ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006232 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/network HTTP/1.1" 200 835 0.008102 10.0.0.33 - - [2025-01-27 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.017573 10.0.0.33 - - [2025-01-27 02:24:47] "POST /neutron/network HTTP/1.1" 400 204 0.053887 10.0.0.33 - - [2025-01-27 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.038604 10.0.0.33 - - [2025-01-27 02:24:47] "DELETE /instance-ip/1614c0de-ec2f-47b8-abf4-d4fb462d86cb HTTP/1.1" 200 115 0.040962 10.0.0.33 - - [2025-01-27 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006345 10.0.0.33 - - [2025-01-27 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007116 10.0.0.33 - - [2025-01-27 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005282 10.0.0.33 - - [2025-01-27 02:24:47] "DELETE /virtual-network/0b30c736-3865-4686-a1b2-fec516ad1ec6 HTTP/1.1" 200 115 0.173409 10.0.0.33 - - [2025-01-27 02:24:47] "DELETE /route-target/42a5fcae-900a-4552-b542-ef5b39b1bc1a HTTP/1.1" 200 115 0.032167 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /service-instance/ebe25db2-24b7-4a86-b2a8-cbafb0ed80b3 HTTP/1.1" 200 115 0.050891 10.0.0.33 - - [2025-01-27 02:24:48] "GET /logical-router/cdc01169-8f08-4531-b4e9-a76dcc16f2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005461 10.0.0.33 - - [2025-01-27 02:24:48] "GET /service-instance/ebe25db2-24b7-4a86-b2a8-cbafb0ed80b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003419 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 1092 0.026112 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 1118 0.011972 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 1089 0.024005 10.0.0.33 - - [2025-01-27 02:24:48] "GET /virtual-machine-interface/021f4dd4-7d97-457b-8798-b873b2c31197?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1330 0.008390 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 1115 0.015989 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine-interface/021f4dd4-7d97-457b-8798-b873b2c31197 HTTP/1.1" 200 115 0.061621 10.0.0.33 - - [2025-01-27 02:24:48] "GET /virtual-machine-interface/d102282e-d4fd-4753-abdd-608154bb04e6?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.009205 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 151 0.193153 10.0.0.33 - - [2025-01-27 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.038179 10.0.0.33 - - [2025-01-27 02:24:48] "POST /neutron/port HTTP/1.1" 200 151 0.209044 10.0.0.33 - - [2025-01-27 02:24:48] "GET /instance-ip/5d7fef81-d484-4531-90aa-d04092c4f6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005604 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine-interface/d102282e-d4fd-4753-abdd-608154bb04e6 HTTP/1.1" 200 115 0.050477 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine/fd48ae38-c468-44d0-bcf7-c986ebbc28d2 HTTP/1.1" 200 115 0.038849 10.0.0.33 - - [2025-01-27 02:24:48] "GET /virtual-machine-interface/e34e134c-b2ee-4112-bda0-e9dac736eb09?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.007120 10.0.0.33 - - [2025-01-27 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.017357 10.0.0.33 - - [2025-01-27 02:24:48] "GET /instance-ip/5d7fef81-d484-4531-90aa-d04092c4f6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006825 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /instance-ip/5d7fef81-d484-4531-90aa-d04092c4f6a9 HTTP/1.1" 200 115 0.040438 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine-interface/e34e134c-b2ee-4112-bda0-e9dac736eb09 HTTP/1.1" 200 115 0.047068 10.0.0.33 - - [2025-01-27 02:24:48] "GET /virtual-machine-interface/57ac7fbe-e8c5-44cb-8675-af3c5eba8512?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1331 0.006327 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine-interface/57ac7fbe-e8c5-44cb-8675-af3c5eba8512 HTTP/1.1" 200 115 0.032940 10.0.0.33 - - [2025-01-27 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.012826 10.0.0.33 - - [2025-01-27 02:24:48] "DELETE /virtual-machine/59d21238-6341-4a2e-84d0-1ffbfcf90e73 HTTP/1.1" 200 115 0.019901 10.0.0.33 - - [2025-01-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 835 0.006914 10.0.0.33 - - [2025-01-27 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.33 - - [2025-01-27 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004133 10.0.0.33 - - [2025-01-27 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003834 10.0.0.33 - - [2025-01-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 151 0.107723 10.0.0.33 - - [2025-01-27 02:24:49] "DELETE /route-target/621afb6e-6945-40a2-9a37-1f40585a9471 HTTP/1.1" 200 115 0.027255 10.0.0.33 - - [2025-01-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 825 0.014622 10.0.0.33 - - [2025-01-27 02:24:49] "DELETE /project/89408878109345bb92b9cc8b750bb386 HTTP/1.1" 404 173 0.016030 10.0.0.33 - - [2025-01-27 02:24:49] "DELETE /project/8e1504a58d444541947a0b2a69b66b66 HTTP/1.1" 404 173 0.015548 10.0.0.33 - - [2025-01-27 02:24:49] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001561 10.0.0.33 - - [2025-01-27 02:24:49] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.33 - - [2025-01-27 02:24:49] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050343 10.0.0.33 - - [2025-01-27 02:24:49] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.061769 10.0.0.33 - - [2025-01-27 02:24:49] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001750 10.0.0.33 - - [2025-01-27 02:24:49] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001058 10.0.0.33 - - [2025-01-27 02:24:49] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?fields=security_groups HTTP/1.1" 200 1348 0.059058 10.0.0.33 - - [2025-01-27 02:24:49] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?fields=security_groups HTTP/1.1" 200 1399 0.071112 10.0.0.33 - - [2025-01-27 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.33 - - [2025-01-27 02:24:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010519 10.0.0.33 - - [2025-01-27 02:24:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004084 10.0.0.33 - - [2025-01-27 02:24:50] "POST /neutron/network HTTP/1.1" 200 151 0.291118 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /route-target/e87485ce-0627-4002-9986-35f8b0f79b2d HTTP/1.1" 200 115 0.048646 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /security-group/c69028dd-eb40-40c0-9657-fba274f83ddd HTTP/1.1" 200 115 0.087294 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=8e1504a5-8d44-4541-947a-0b2a69b66b66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001477 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /security-group/b74c9685-7246-4e83-a35a-1fc42a3e9d2f HTTP/1.1" 200 115 0.101832 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=ea87b8c2-5efd-4695-9980-fa5bc23b0105&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /access-control-list/b23513e9-77a1-4b43-960c-19f582e45036 HTTP/1.1" 200 115 0.050610 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105?fields=application_policy_sets HTTP/1.1" 200 1438 0.051546 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /access-control-list/20782419-aec9-4b9c-956a-5bfd77cd7216 HTTP/1.1" 200 115 0.042937 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/8e1504a5-8d44-4541-947a-0b2a69b66b66?fields=application_policy_sets HTTP/1.1" 200 1387 0.101832 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /access-control-list/b35faf4d-2f3a-422c-8d79-338d069d19e5 HTTP/1.1" 200 115 0.035697 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /access-control-list/502ff47a-db1d-401d-a15d-cd106d51a424 HTTP/1.1" 200 115 0.058187 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /project/ea87b8c2-5efd-4695-9980-fa5bc23b0105 HTTP/1.1" 200 115 0.555438 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.33 - - [2025-01-27 02:24:50] "DELETE /project/8e1504a5-8d44-4541-947a-0b2a69b66b66 HTTP/1.1" 200 115 0.580138 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036813 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001727 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?fields=virtual_networks HTTP/1.1" 200 1037 0.032744 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.027257 10.0.0.33 - - [2025-01-27 02:24:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001840 10.0.0.33 - - [2025-01-27 02:24:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?fields=security_groups HTTP/1.1" 200 1266 0.035369 10.0.0.33 - - [2025-01-27 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.029288 10.0.0.33 - - [2025-01-27 02:24:51] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004107 10.0.0.33 - - [2025-01-27 02:24:51] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001831 10.0.0.33 - - [2025-01-27 02:24:51] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012066 10.0.0.33 - - [2025-01-27 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001558 10.0.0.33 - - [2025-01-27 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.008459 10.0.0.33 - - [2025-01-27 02:24:51] "POST /security-groups HTTP/1.1" 200 599 0.067934 10.0.0.33 - - [2025-01-27 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.003525 10.0.0.33 - - [2025-01-27 02:24:52] "POST /projects HTTP/1.1" 200 601 0.247797 10.0.0.33 - - [2025-01-27 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.281817 10.0.0.33 - - [2025-01-27 02:24:52] "POST /access-control-lists HTTP/1.1" 200 604 0.080365 10.0.0.33 - - [2025-01-27 02:24:52] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.448661 10.0.0.33 - - [2025-01-27 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.004229 10.0.0.33 - - [2025-01-27 02:24:52] "POST /access-control-lists HTTP/1.1" 200 602 0.068390 10.0.0.33 - - [2025-01-27 02:24:53] "GET / HTTP/1.1" 200 35931 0.002323 10.0.0.33 - - [2025-01-27 02:24:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.33 - - [2025-01-27 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.072498 10.0.0.33 - - [2025-01-27 02:24:54] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.33 - - [2025-01-27 02:24:54] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.029819 10.0.0.33 - - [2025-01-27 02:24:54] "POST /neutron/network HTTP/1.1" 200 117 0.039934 10.0.0.33 - - [2025-01-27 02:24:54] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001825 10.0.0.33 - - [2025-01-27 02:24:54] "POST /neutron/network HTTP/1.1" 200 613 0.116073 10.0.0.33 - - [2025-01-27 02:24:54] "POST /route-targets HTTP/1.1" 200 327 0.012087 10.0.0.33 - - [2025-01-27 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.026336 10.0.0.33 - - [2025-01-27 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006628 10.0.0.33 - - [2025-01-27 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.221388 10.0.0.33 - - [2025-01-27 02:24:54] "GET /obj-perms HTTP/1.1" 200 5056 0.058656 10.0.0.33 - - [2025-01-27 02:24:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2025-01-27 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006249 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.225432 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 1007 0.008652 10.0.0.33 - - [2025-01-27 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001639 10.0.0.33 - - [2025-01-27 02:24:55] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006454 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 1007 0.009455 10.0.0.33 - - [2025-01-27 02:24:55] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006966 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 1007 0.009569 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.008344 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.009290 10.0.0.33 - - [2025-01-27 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.33 - - [2025-01-27 02:24:55] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001620 10.0.0.33 - - [2025-01-27 02:24:55] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.033272 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 117 0.012178 10.0.0.33 - - [2025-01-27 02:24:55] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 613 0.085071 10.0.0.33 - - [2025-01-27 02:24:55] "POST /route-targets HTTP/1.1" 200 327 0.020750 10.0.0.33 - - [2025-01-27 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.026089 10.0.0.33 - - [2025-01-27 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.059567 10.0.0.33 - - [2025-01-27 02:24:55] "GET /obj-perms HTTP/1.1" 200 5056 0.397733 10.0.0.33 - - [2025-01-27 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004940 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.190856 10.0.0.33 - - [2025-01-27 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003796 10.0.0.33 - - [2025-01-27 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007228 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.156227 10.0.0.33 - - [2025-01-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 1006 0.008571 10.0.0.33 - - [2025-01-27 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001954 10.0.0.33 - - [2025-01-27 02:24:56] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006910 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1006 0.010584 10.0.0.33 - - [2025-01-27 02:24:56] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006978 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1006 0.009122 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.010672 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.009010 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003463 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.33 - - [2025-01-27 02:24:56] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.33 - - [2025-01-27 02:24:56] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.039026 10.0.0.33 - - [2025-01-27 02:24:56] "POST /network-policys HTTP/1.1" 200 577 0.072203 10.0.0.33 - - [2025-01-27 02:24:56] "GET /network-policy/9e50bc1e-b61f-45f0-b9a5-7cc4c057e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006431 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1007 0.008765 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.007990 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.004931 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1115 0.068166 10.0.0.33 - - [2025-01-27 02:24:56] "POST /access-control-lists HTTP/1.1" 200 596 0.074265 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1115 0.046091 10.0.0.33 - - [2025-01-27 02:24:56] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006547 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.33 - - [2025-01-27 02:24:56] "GET /network-policy/9e50bc1e-b61f-45f0-b9a5-7cc4c057e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004336 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1006 0.009358 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004148 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.003700 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1114 0.063430 10.0.0.33 - - [2025-01-27 02:24:56] "POST /access-control-lists HTTP/1.1" 200 596 0.074251 10.0.0.33 - - [2025-01-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 1114 0.044369 10.0.0.33 - - [2025-01-27 02:24:56] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005531 10.0.0.33 - - [2025-01-27 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.33 - - [2025-01-27 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.013498 10.0.0.33 - - [2025-01-27 02:24:57] "GET /network-policy/9e50bc1e-b61f-45f0-b9a5-7cc4c057e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004614 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domains HTTP/1.1" 401 292 0.000526 10.0.0.33 - - [2025-01-27 02:24:57] "PUT /access-control-list/c45afd58-3ce1-4ccc-9f14-8f87b5c9ca8f HTTP/1.1" 200 272 0.058327 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domains HTTP/1.1" 200 280 0.033128 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.010782 10.0.0.33 - - [2025-01-27 02:24:57] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.33 - - [2025-01-27 02:24:57] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 2623 0.079863 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c HTTP/1.1" 200 3507 0.010338 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c HTTP/1.1" 200 3507 0.005974 10.0.0.33 - - [2025-01-27 02:24:57] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 200 1796 0.005221 10.0.0.33 - - [2025-01-27 02:24:57] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 200 1796 0.003921 10.0.0.33 - - [2025-01-27 02:24:57] "GET /route-target/d2a08eca-a0ee-4450-a7fd-7fdf0420b761 HTTP/1.1" 200 1213 0.004048 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c HTTP/1.1" 200 3507 0.005641 10.0.0.33 - - [2025-01-27 02:24:57] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 200 1796 0.004369 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006339 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c HTTP/1.1" 200 3507 0.006975 10.0.0.33 - - [2025-01-27 02:24:57] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 200 1796 0.004911 10.0.0.33 - - [2025-01-27 02:24:57] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 200 1796 0.005299 10.0.0.33 - - [2025-01-27 02:24:57] "GET /route-target/d2a08eca-a0ee-4450-a7fd-7fdf0420b761 HTTP/1.1" 200 1213 0.003955 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domains HTTP/1.1" 200 280 0.003883 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.33 - - [2025-01-27 02:24:57] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.009313 10.0.0.33 - - [2025-01-27 02:24:57] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.33 - - [2025-01-27 02:24:57] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 2623 0.078708 10.0.0.33 - - [2025-01-27 02:24:57] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c HTTP/1.1" 200 3507 0.007161 10.0.0.33 - - [2025-01-27 02:24:58] "GET /obj-perms HTTP/1.1" 200 5046 0.053292 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domains HTTP/1.1" 200 280 0.003185 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.008914 10.0.0.33 - - [2025-01-27 02:24:58] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.33 - - [2025-01-27 02:24:58] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 2623 0.068955 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d HTTP/1.1" 200 3504 0.008616 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d HTTP/1.1" 200 3504 0.005807 10.0.0.33 - - [2025-01-27 02:24:58] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 200 1794 0.004773 10.0.0.33 - - [2025-01-27 02:24:58] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 200 1794 0.004102 10.0.0.33 - - [2025-01-27 02:24:58] "GET /route-target/8c06f75a-52be-4e08-a4bb-d50dc813495a HTTP/1.1" 200 1213 0.003908 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d HTTP/1.1" 200 3504 0.005550 10.0.0.33 - - [2025-01-27 02:24:58] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 200 1794 0.004547 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006052 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d HTTP/1.1" 200 3504 0.006117 10.0.0.33 - - [2025-01-27 02:24:58] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 200 1794 0.004335 10.0.0.33 - - [2025-01-27 02:24:58] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 200 1794 0.004684 10.0.0.33 - - [2025-01-27 02:24:58] "GET /route-target/8c06f75a-52be-4e08-a4bb-d50dc813495a HTTP/1.1" 200 1213 0.003768 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domains HTTP/1.1" 200 280 0.003458 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001768 10.0.0.33 - - [2025-01-27 02:24:58] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.010127 10.0.0.33 - - [2025-01-27 02:24:58] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.33 - - [2025-01-27 02:24:58] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 2623 0.073634 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d HTTP/1.1" 200 3504 0.005640 10.0.0.33 - - [2025-01-27 02:24:58] "GET /obj-perms HTTP/1.1" 200 5046 0.005023 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006024 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1114 0.009916 10.0.0.33 - - [2025-01-27 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007097 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1006 0.052844 10.0.0.33 - - [2025-01-27 02:24:58] "DELETE /access-control-list/d566e89b-3f22-49e1-9eb7-935d04808c78 HTTP/1.1" 200 115 0.041011 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1006 0.013338 10.0.0.33 - - [2025-01-27 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.021113 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/25029b19-a825-4be6-9fc1-1fb02c0a545d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.011557 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010679 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1115 0.008093 10.0.0.33 - - [2025-01-27 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.018442 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1007 0.074703 10.0.0.33 - - [2025-01-27 02:24:58] "DELETE /access-control-list/c45afd58-3ce1-4ccc-9f14-8f87b5c9ca8f HTTP/1.1" 200 115 0.054418 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1007 0.014916 10.0.0.33 - - [2025-01-27 02:24:58] "GET /virtual-network/5b207ad0-6217-433e-bf90-2fe5cf88800c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005991 10.0.0.33 - - [2025-01-27 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.023877 10.0.0.33 - - [2025-01-27 02:24:58] "DELETE /network-policy/9e50bc1e-b61f-45f0-b9a5-7cc4c057e3c9 HTTP/1.1" 200 115 0.034561 10.0.0.33 - - [2025-01-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 1006 0.012712 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002453 10.0.0.33 - - [2025-01-27 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007171 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005444 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003729 10.0.0.33 - - [2025-01-27 02:24:59] "POST /neutron/network HTTP/1.1" 200 151 0.110421 10.0.0.33 - - [2025-01-27 02:24:59] "DELETE /route-target/8c06f75a-52be-4e08-a4bb-d50dc813495a HTTP/1.1" 200 115 0.040452 10.0.0.33 - - [2025-01-27 02:24:59] "GET /routing-instance/2fa8f130-e320-4056-8676-58a6c8abf7af HTTP/1.1" 404 171 0.004076 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domains HTTP/1.1" 200 280 0.003648 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002226 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.059601 10.0.0.33 - - [2025-01-27 02:24:59] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001798 10.0.0.33 - - [2025-01-27 02:24:59] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 2143 0.079372 10.0.0.33 - - [2025-01-27 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.009963 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002590 10.0.0.33 - - [2025-01-27 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002897 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005303 10.0.0.33 - - [2025-01-27 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.33 - - [2025-01-27 02:24:59] "POST /neutron/network HTTP/1.1" 200 151 0.117183 10.0.0.33 - - [2025-01-27 02:24:59] "GET /routing-instance/9651d6ec-8877-4239-b84c-07e000d5db7a HTTP/1.1" 404 171 0.005523 10.0.0.33 - - [2025-01-27 02:24:59] "DELETE /route-target/d2a08eca-a0ee-4450-a7fd-7fdf0420b761 HTTP/1.1" 200 115 0.028809 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domains HTTP/1.1" 200 280 0.002978 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.33 - - [2025-01-27 02:24:59] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2771 0.051480 10.0.0.33 - - [2025-01-27 02:24:59] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001387 10.0.0.33 - - [2025-01-27 02:24:59] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 1898 0.074778 10.0.0.33 - - [2025-01-27 02:24:59] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.33 - - [2025-01-27 02:24:59] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.036931 10.0.0.33 - - [2025-01-27 02:24:59] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001707 10.0.0.33 - - [2025-01-27 02:24:59] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?fields=virtual_networks HTTP/1.1" 200 1046 0.032338 10.0.0.33 - - [2025-01-27 02:25:00] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.33 - - [2025-01-27 02:25:00] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.027739 10.0.0.33 - - [2025-01-27 02:25:00] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001926 10.0.0.33 - - [2025-01-27 02:25:00] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?fields=security_groups HTTP/1.1" 200 1280 0.035268 10.0.0.33 - - [2025-01-27 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.033764 10.0.0.33 - - [2025-01-27 02:25:01] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005371 10.0.0.33 - - [2025-01-27 02:25:01] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002239 10.0.0.33 - - [2025-01-27 02:25:01] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010641 10.0.0.33 - - [2025-01-27 02:25:01] "POST /id-to-fqname HTTP/1.1" 200 192 0.001395 10.0.0.33 - - [2025-01-27 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.004548 10.0.0.33 - - [2025-01-27 02:25:01] "POST /security-groups HTTP/1.1" 200 593 0.076197 10.0.0.33 - - [2025-01-27 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.005881 10.0.0.33 - - [2025-01-27 02:25:01] "POST /projects HTTP/1.1" 200 589 0.257407 10.0.0.33 - - [2025-01-27 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.335209 10.0.0.33 - - [2025-01-27 02:25:01] "POST /access-control-lists HTTP/1.1" 200 598 0.076834 10.0.0.33 - - [2025-01-27 02:25:01] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.494967 10.0.0.33 - - [2025-01-27 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.013910 10.0.0.33 - - [2025-01-27 02:25:01] "POST /access-control-lists HTTP/1.1" 200 596 0.075665 10.0.0.33 - - [2025-01-27 02:25:02] "GET / HTTP/1.1" 200 35931 0.003201 10.0.0.33 - - [2025-01-27 02:25:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.33 - - [2025-01-27 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.073021 10.0.0.33 - - [2025-01-27 02:25:04] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.33 - - [2025-01-27 02:25:04] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.035212 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 117 0.038339 10.0.0.33 - - [2025-01-27 02:25:04] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003335 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 607 0.097023 10.0.0.33 - - [2025-01-27 02:25:04] "POST /route-targets HTTP/1.1" 200 327 0.013135 10.0.0.33 - - [2025-01-27 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.015379 10.0.0.33 - - [2025-01-27 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.200315 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 826 0.007957 10.0.0.33 - - [2025-01-27 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001506 10.0.0.33 - - [2025-01-27 02:25:04] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005783 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 826 0.009684 10.0.0.33 - - [2025-01-27 02:25:04] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008579 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 826 0.006212 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.008658 10.0.0.33 - - [2025-01-27 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.33 - - [2025-01-27 02:25:04] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001396 10.0.0.33 - - [2025-01-27 02:25:04] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045220 10.0.0.33 - - [2025-01-27 02:25:04] "POST /neutron/network HTTP/1.1" 200 117 0.015890 10.0.0.33 - - [2025-01-27 02:25:04] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001560 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 607 0.090016 10.0.0.33 - - [2025-01-27 02:25:05] "POST /route-targets HTTP/1.1" 200 327 0.013891 10.0.0.33 - - [2025-01-27 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.015395 10.0.0.33 - - [2025-01-27 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005574 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 710 0.194914 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 823 0.007482 10.0.0.33 - - [2025-01-27 02:25:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001763 10.0.0.33 - - [2025-01-27 02:25:05] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006926 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 823 0.008019 10.0.0.33 - - [2025-01-27 02:25:05] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006865 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 823 0.008708 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 710 0.009797 10.0.0.33 - - [2025-01-27 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003312 10.0.0.33 - - [2025-01-27 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.33 - - [2025-01-27 02:25:05] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001359 10.0.0.33 - - [2025-01-27 02:25:05] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.034215 10.0.0.33 - - [2025-01-27 02:25:05] "POST /network-policys HTTP/1.1" 200 571 0.023586 10.0.0.33 - - [2025-01-27 02:25:05] "GET /network-policy/4f814c4a-788c-41cf-86f7-6670265c135f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.007445 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 826 0.007036 10.0.0.33 - - [2025-01-27 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.006505 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 928 0.062694 10.0.0.33 - - [2025-01-27 02:25:05] "POST /access-control-lists HTTP/1.1" 200 590 0.083592 10.0.0.33 - - [2025-01-27 02:25:05] "POST /neutron/network HTTP/1.1" 200 928 0.037646 10.0.0.33 - - [2025-01-27 02:25:05] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008125 10.0.0.33 - - [2025-01-27 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.33 - - [2025-01-27 02:25:05] "GET /network-policy/4f814c4a-788c-41cf-86f7-6670265c135f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004008 10.0.0.33 - - [2025-01-27 02:25:06] "POST /neutron/network HTTP/1.1" 200 823 0.007448 10.0.0.33 - - [2025-01-27 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.010477 10.0.0.33 - - [2025-01-27 02:25:06] "POST /neutron/network HTTP/1.1" 200 925 0.072172 10.0.0.33 - - [2025-01-27 02:25:06] "POST /neutron/network HTTP/1.1" 200 925 0.043843 10.0.0.33 - - [2025-01-27 02:25:06] "POST /access-control-lists HTTP/1.1" 200 590 0.080782 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.008545 10.0.0.33 - - [2025-01-27 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.33 - - [2025-01-27 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.014233 10.0.0.33 - - [2025-01-27 02:25:06] "GET /network-policy/4f814c4a-788c-41cf-86f7-6670265c135f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005941 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domains HTTP/1.1" 401 292 0.000522 10.0.0.33 - - [2025-01-27 02:25:06] "PUT /access-control-list/4e4f19f2-3036-4465-bbe4-5ef0eed2da26 HTTP/1.1" 200 272 0.054788 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domains HTTP/1.1" 200 280 0.036091 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001858 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.014068 10.0.0.33 - - [2025-01-27 02:25:06] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001758 10.0.0.33 - - [2025-01-27 02:25:06] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 2569 0.080053 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4 HTTP/1.1" 200 2890 0.007398 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4 HTTP/1.1" 200 2890 0.005764 10.0.0.33 - - [2025-01-27 02:25:06] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 200 1782 0.004770 10.0.0.33 - - [2025-01-27 02:25:06] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 200 1782 0.004528 10.0.0.33 - - [2025-01-27 02:25:06] "GET /route-target/51d3fdd0-f47b-4934-ba25-911b88011373 HTTP/1.1" 200 1206 0.003927 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4 HTTP/1.1" 200 2890 0.005635 10.0.0.33 - - [2025-01-27 02:25:06] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 200 1782 0.004601 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006282 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4 HTTP/1.1" 200 2890 0.006420 10.0.0.33 - - [2025-01-27 02:25:06] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 200 1782 0.004621 10.0.0.33 - - [2025-01-27 02:25:06] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 200 1782 0.004528 10.0.0.33 - - [2025-01-27 02:25:06] "GET /route-target/51d3fdd0-f47b-4934-ba25-911b88011373 HTTP/1.1" 200 1206 0.003926 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domains HTTP/1.1" 200 280 0.003985 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002423 10.0.0.33 - - [2025-01-27 02:25:06] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.013446 10.0.0.33 - - [2025-01-27 02:25:06] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002019 10.0.0.33 - - [2025-01-27 02:25:06] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 2569 0.073750 10.0.0.33 - - [2025-01-27 02:25:06] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4 HTTP/1.1" 200 2890 0.008198 10.0.0.33 - - [2025-01-27 02:25:07] "GET /obj-perms HTTP/1.1" 200 5034 0.058447 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domains HTTP/1.1" 200 280 0.003193 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001699 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.009827 10.0.0.33 - - [2025-01-27 02:25:07] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001864 10.0.0.33 - - [2025-01-27 02:25:07] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 2569 0.077248 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72 HTTP/1.1" 200 2881 0.008713 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72 HTTP/1.1" 200 2881 0.006160 10.0.0.33 - - [2025-01-27 02:25:07] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 200 1783 0.004559 10.0.0.33 - - [2025-01-27 02:25:07] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 200 1783 0.004963 10.0.0.33 - - [2025-01-27 02:25:07] "GET /route-target/d6db415f-b496-47f6-b22d-7de19d95b928 HTTP/1.1" 200 1207 0.004881 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72 HTTP/1.1" 200 2881 0.006900 10.0.0.33 - - [2025-01-27 02:25:07] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 200 1783 0.005364 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006801 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72 HTTP/1.1" 200 2881 0.006493 10.0.0.33 - - [2025-01-27 02:25:07] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 200 1783 0.005273 10.0.0.33 - - [2025-01-27 02:25:07] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 200 1783 0.003946 10.0.0.33 - - [2025-01-27 02:25:07] "GET /route-target/d6db415f-b496-47f6-b22d-7de19d95b928 HTTP/1.1" 200 1207 0.003808 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domains HTTP/1.1" 200 280 0.003697 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.33 - - [2025-01-27 02:25:07] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.008775 10.0.0.33 - - [2025-01-27 02:25:07] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001980 10.0.0.33 - - [2025-01-27 02:25:07] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 2569 0.074579 10.0.0.33 - - [2025-01-27 02:25:07] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72 HTTP/1.1" 200 2881 0.007345 10.0.0.33 - - [2025-01-27 02:25:07] "GET /obj-perms HTTP/1.1" 200 5034 0.003792 10.0.0.33 - - [2025-01-27 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001769 10.0.0.33 - - [2025-01-27 02:25:08] "POST /neutron/network HTTP/1.1" 200 938 0.008626 10.0.0.33 - - [2025-01-27 02:25:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000552 10.0.0.33 - - [2025-01-27 02:25:08] "GET / HTTP/1.1" 200 35931 0.002974 10.0.0.33 - - [2025-01-27 02:25:08] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.33 - - [2025-01-27 02:25:08] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.33 - - [2025-01-27 02:25:08] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.062372 10.0.0.33 - - [2025-01-27 02:25:08] "POST /neutron/network HTTP/1.1" 200 928 0.006795 10.0.0.33 - - [2025-01-27 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.006823 10.0.0.33 - - [2025-01-27 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.006853 10.0.0.33 - - [2025-01-27 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.002155 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.006349 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/network HTTP/1.1" 200 935 0.007404 10.0.0.33 - - [2025-01-27 02:25:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000702 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/network HTTP/1.1" 200 938 0.007744 10.0.0.33 - - [2025-01-27 02:25:09] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001828 10.0.0.33 - - [2025-01-27 02:25:09] "GET / HTTP/1.1" 200 35931 0.002933 10.0.0.33 - - [2025-01-27 02:25:09] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000639 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1062 0.289654 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1062 0.012294 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1062 0.012405 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1116 0.079399 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1090 0.018957 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004536 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.013662 10.0.0.33 - - [2025-01-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/network HTTP/1.1" 200 928 0.007140 10.0.0.33 - - [2025-01-27 02:25:10] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002249 10.0.0.33 - - [2025-01-27 02:25:10] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.065097 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/network HTTP/1.1" 200 925 0.006888 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/port HTTP/1.1" 200 1090 0.029612 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007700 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.005624 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/port HTTP/1.1" 200 1090 0.018848 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011064 10.0.0.33 - - [2025-01-27 02:25:10] "POST /neutron/network HTTP/1.1" 200 935 0.007492 10.0.0.33 - - [2025-01-27 02:25:10] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001651 10.0.0.33 - - [2025-01-27 02:25:11] "PUT /access-control-list/425524f8-1c74-4e78-9fae-7b1f228e2d0e HTTP/1.1" 200 272 0.059003 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 1059 0.360920 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 1059 0.012642 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 1059 0.016684 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 1113 0.102832 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 1087 0.018669 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004432 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.017435 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.001819 10.0.0.33 - - [2025-01-27 02:25:11] "POST /neutron/network HTTP/1.1" 200 925 0.007757 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/port HTTP/1.1" 200 1090 0.019622 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008117 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/port HTTP/1.1" 200 1090 0.023642 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007500 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/port HTTP/1.1" 200 1090 0.019915 10.0.0.33 - - [2025-01-27 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008793 10.0.0.33 - - [2025-01-27 02:25:15] "GET /virtual-machine/144c4215-cd06-4abe-ad97-6308bc47d2c2 HTTP/1.1" 200 1294 0.006418 10.0.0.33 - - [2025-01-27 02:25:15] "GET /virtual-machine-interface/c32d11cf-54e1-412f-82f2-12e422fa7c24 HTTP/1.1" 200 2950 0.006283 10.0.0.33 - - [2025-01-27 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.33 - - [2025-01-27 02:25:15] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004063 10.0.0.33 - - [2025-01-27 02:25:15] "GET /virtual-networks?parent_id=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004037 10.0.0.33 - - [2025-01-27 02:25:15] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006978 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/port HTTP/1.1" 200 1090 0.020423 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/port HTTP/1.1" 200 1090 0.037407 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/network HTTP/1.1" 200 938 0.007678 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.020620 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.001692 10.0.0.33 - - [2025-01-27 02:25:16] "POST /neutron/network HTTP/1.1" 200 928 0.008077 10.0.0.33 - - [2025-01-27 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.33 - - [2025-01-27 02:25:19] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006781 10.0.0.33 - - [2025-01-27 02:25:19] "POST /neutron/port HTTP/1.1" 200 1090 0.018344 10.0.0.33 - - [2025-01-27 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007623 10.0.0.33 - - [2025-01-27 02:25:21] "POST /neutron/port HTTP/1.1" 200 1087 0.017964 10.0.0.33 - - [2025-01-27 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006671 10.0.0.33 - - [2025-01-27 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.33 - - [2025-01-27 02:25:21] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005309 10.0.0.33 - - [2025-01-27 02:25:21] "GET /virtual-networks?parent_id=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004169 10.0.0.33 - - [2025-01-27 02:25:21] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007473 10.0.0.33 - - [2025-01-27 02:25:21] "POST /neutron/port HTTP/1.1" 200 1090 0.026840 10.0.0.33 - - [2025-01-27 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009315 10.0.0.33 - - [2025-01-27 02:25:26] "POST /neutron/port HTTP/1.1" 200 1087 0.018642 10.0.0.33 - - [2025-01-27 02:25:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009216 10.0.0.33 - - [2025-01-27 02:25:26] "POST /neutron/port HTTP/1.1" 200 1087 0.017717 10.0.0.33 - - [2025-01-27 02:25:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009023 10.0.0.33 - - [2025-01-27 02:25:27] "POST /neutron/port HTTP/1.1" 200 1087 0.022648 10.0.0.33 - - [2025-01-27 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008199 10.0.0.33 - - [2025-01-27 02:25:27] "GET /virtual-machine/9295d461-3b51-4774-9833-e4499be24b45 HTTP/1.1" 200 1295 0.006041 10.0.0.33 - - [2025-01-27 02:25:27] "GET /virtual-machine-interface/32c25795-0d74-4edf-8184-754cbd895223 HTTP/1.1" 200 2949 0.006516 10.0.0.33 - - [2025-01-27 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.33 - - [2025-01-27 02:25:27] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004668 10.0.0.33 - - [2025-01-27 02:25:27] "GET /virtual-networks?parent_id=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004290 10.0.0.33 - - [2025-01-27 02:25:27] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006941 10.0.0.33 - - [2025-01-27 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.33 - - [2025-01-27 02:25:28] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004645 10.0.0.33 - - [2025-01-27 02:25:28] "GET /virtual-networks?parent_id=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004689 10.0.0.33 - - [2025-01-27 02:25:28] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007597 10.0.0.33 - - [2025-01-27 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.33 - - [2025-01-27 02:25:32] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002063 10.0.0.33 - - [2025-01-27 02:25:32] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.032218 10.0.0.33 - - [2025-01-27 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.33 - - [2025-01-27 02:25:32] "PUT /network-policy/4f814c4a-788c-41cf-86f7-6670265c135f HTTP/1.1" 200 262 0.011898 10.0.0.33 - - [2025-01-27 02:25:33] "PUT /access-control-list/425524f8-1c74-4e78-9fae-7b1f228e2d0e HTTP/1.1" 200 272 0.056008 10.0.0.33 - - [2025-01-27 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.012611 10.0.0.33 - - [2025-01-27 02:25:33] "PUT /access-control-list/4e4f19f2-3036-4465-bbe4-5ef0eed2da26 HTTP/1.1" 200 272 0.056082 10.0.0.33 - - [2025-01-27 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.014762 10.0.0.33 - - [2025-01-27 02:25:36] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007898 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 925 0.008626 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 823 0.059845 10.0.0.33 - - [2025-01-27 02:25:36] "DELETE /access-control-list/425524f8-1c74-4e78-9fae-7b1f228e2d0e HTTP/1.1" 200 115 0.049906 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 823 0.010671 10.0.0.33 - - [2025-01-27 02:25:36] "GET /virtual-network/66b33e9e-1464-4050-bdf3-8931b3103b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007711 10.0.0.33 - - [2025-01-27 02:25:36] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006552 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 928 0.013488 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 826 0.080344 10.0.0.33 - - [2025-01-27 02:25:36] "DELETE /access-control-list/4e4f19f2-3036-4465-bbe4-5ef0eed2da26 HTTP/1.1" 200 115 0.049135 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 826 0.016186 10.0.0.33 - - [2025-01-27 02:25:36] "GET /virtual-network/390e7b7c-df3b-4391-905e-4bd080302ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006044 10.0.0.33 - - [2025-01-27 02:25:36] "DELETE /network-policy/4f814c4a-788c-41cf-86f7-6670265c135f HTTP/1.1" 200 115 0.035017 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 823 0.006255 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/network HTTP/1.1" 400 204 0.014540 10.0.0.33 - - [2025-01-27 02:25:36] "POST /neutron/port HTTP/1.1" 200 1087 0.019197 10.0.0.33 - - [2025-01-27 02:25:37] "POST /neutron/port HTTP/1.1" 200 1113 0.013485 10.0.0.33 - - [2025-01-27 02:25:37] "POST /neutron/port HTTP/1.1" 200 1090 0.033098 10.0.0.33 - - [2025-01-27 02:25:37] "POST /neutron/port HTTP/1.1" 200 1116 0.017620 10.0.0.33 - - [2025-01-27 02:25:37] "POST /neutron/port HTTP/1.1" 200 151 0.157581 10.0.0.33 - - [2025-01-27 02:25:37] "POST /neutron/port HTTP/1.1" 200 151 0.138154 10.0.0.33 - - [2025-01-27 02:25:38] "POST /neutron/network HTTP/1.1" 200 823 0.008274 10.0.0.33 - - [2025-01-27 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.33 - - [2025-01-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.33 - - [2025-01-27 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004106 10.0.0.33 - - [2025-01-27 02:25:39] "POST /neutron/network HTTP/1.1" 200 151 0.093738 10.0.0.33 - - [2025-01-27 02:25:39] "DELETE /route-target/d6db415f-b496-47f6-b22d-7de19d95b928 HTTP/1.1" 200 115 0.021477 10.0.0.33 - - [2025-01-27 02:25:39] "GET /routing-instance/19fd06fe-8680-4dbf-9288-b066bfe883f6 HTTP/1.1" 404 171 0.003736 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domains HTTP/1.1" 200 280 0.002921 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001939 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.052275 10.0.0.33 - - [2025-01-27 02:25:39] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001282 10.0.0.33 - - [2025-01-27 02:25:39] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 2101 0.069736 10.0.0.33 - - [2025-01-27 02:25:39] "POST /neutron/network HTTP/1.1" 200 826 0.007176 10.0.0.33 - - [2025-01-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.33 - - [2025-01-27 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002331 10.0.0.33 - - [2025-01-27 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002937 10.0.0.33 - - [2025-01-27 02:25:39] "POST /neutron/network HTTP/1.1" 200 151 0.096812 10.0.0.33 - - [2025-01-27 02:25:39] "DELETE /route-target/51d3fdd0-f47b-4934-ba25-911b88011373 HTTP/1.1" 200 115 0.018467 10.0.0.33 - - [2025-01-27 02:25:39] "GET /routing-instance/21606eda-002c-41e5-8264-2ced977eb54d HTTP/1.1" 404 171 0.003644 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domains HTTP/1.1" 200 280 0.002874 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.33 - - [2025-01-27 02:25:39] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.052088 10.0.0.33 - - [2025-01-27 02:25:39] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001700 10.0.0.33 - - [2025-01-27 02:25:39] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 1862 0.069641 10.0.0.33 - - [2025-01-27 02:25:39] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.33 - - [2025-01-27 02:25:39] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.032301 10.0.0.33 - - [2025-01-27 02:25:39] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001404 10.0.0.33 - - [2025-01-27 02:25:39] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?fields=virtual_networks HTTP/1.1" 200 1034 0.071962 10.0.0.33 - - [2025-01-27 02:25:39] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001284 10.0.0.33 - - [2025-01-27 02:25:39] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.031378 10.0.0.33 - - [2025-01-27 02:25:40] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001275 10.0.0.33 - - [2025-01-27 02:25:40] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?fields=security_groups HTTP/1.1" 200 1262 0.027776 10.0.0.33 - - [2025-01-27 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.028796 10.0.0.33 - - [2025-01-27 02:25:40] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003035 10.0.0.33 - - [2025-01-27 02:25:41] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.33 - - [2025-01-27 02:25:41] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008317 10.0.0.33 - - [2025-01-27 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.002642 10.0.0.33 - - [2025-01-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.005215 10.0.0.33 - - [2025-01-27 02:25:41] "POST /security-groups HTTP/1.1" 200 589 0.068161 10.0.0.33 - - [2025-01-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.003023 10.0.0.33 - - [2025-01-27 02:25:41] "POST /projects HTTP/1.1" 200 581 0.233779 10.0.0.33 - - [2025-01-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.309441 10.0.0.33 - - [2025-01-27 02:25:41] "POST /access-control-lists HTTP/1.1" 200 594 0.061205 10.0.0.33 - - [2025-01-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.003003 10.0.0.33 - - [2025-01-27 02:25:41] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.447341 10.0.0.33 - - [2025-01-27 02:25:41] "POST /access-control-lists HTTP/1.1" 200 592 0.063943 10.0.0.33 - - [2025-01-27 02:25:42] "GET / HTTP/1.1" 200 35931 0.002615 10.0.0.33 - - [2025-01-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.33 - - [2025-01-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.071364 10.0.0.33 - - [2025-01-27 02:25:43] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001631 10.0.0.33 - - [2025-01-27 02:25:43] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037071 10.0.0.33 - - [2025-01-27 02:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.041944 10.0.0.33 - - [2025-01-27 02:25:43] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002447 10.0.0.33 - - [2025-01-27 02:25:43] "POST /neutron/network HTTP/1.1" 200 613 0.095849 10.0.0.33 - - [2025-01-27 02:25:43] "POST /route-targets HTTP/1.1" 200 327 0.013383 10.0.0.33 - - [2025-01-27 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.016865 10.0.0.33 - - [2025-01-27 02:25:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002859 10.0.0.33 - - [2025-01-27 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.215647 10.0.0.33 - - [2025-01-27 02:25:44] "POST /neutron/network HTTP/1.1" 200 833 0.008018 10.0.0.33 - - [2025-01-27 02:25:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001893 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007123 10.0.0.33 - - [2025-01-27 02:25:44] "POST /neutron/network HTTP/1.1" 200 833 0.008574 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007748 10.0.0.33 - - [2025-01-27 02:25:44] "POST /neutron/network HTTP/1.1" 200 833 0.008584 10.0.0.33 - - [2025-01-27 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.010164 10.0.0.33 - - [2025-01-27 02:25:44] "GET /domains HTTP/1.1" 401 292 0.000650 10.0.0.33 - - [2025-01-27 02:25:44] "GET /domains HTTP/1.1" 200 280 0.036089 10.0.0.33 - - [2025-01-27 02:25:44] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.33 - - [2025-01-27 02:25:44] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.012216 10.0.0.33 - - [2025-01-27 02:25:44] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001812 10.0.0.33 - - [2025-01-27 02:25:44] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2080 0.082766 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079 HTTP/1.1" 200 2320 0.007669 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079 HTTP/1.1" 200 2320 0.006240 10.0.0.33 - - [2025-01-27 02:25:44] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 200 1493 0.005431 10.0.0.33 - - [2025-01-27 02:25:44] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 200 1493 0.006398 10.0.0.33 - - [2025-01-27 02:25:44] "GET /route-target/5834efb2-8821-4122-9736-87a8f866b9cd HTTP/1.1" 200 1212 0.004680 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079 HTTP/1.1" 200 2320 0.006799 10.0.0.33 - - [2025-01-27 02:25:44] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 200 1493 0.005348 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010126 10.0.0.33 - - [2025-01-27 02:25:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079 HTTP/1.1" 200 2320 0.006607 10.0.0.33 - - [2025-01-27 02:25:44] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 200 1493 0.004356 10.0.0.33 - - [2025-01-27 02:25:44] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 200 1493 0.004280 10.0.0.33 - - [2025-01-27 02:25:44] "GET /route-target/5834efb2-8821-4122-9736-87a8f866b9cd HTTP/1.1" 200 1212 0.005811 10.0.0.33 - - [2025-01-27 02:25:45] "GET /domains HTTP/1.1" 200 280 0.003495 10.0.0.33 - - [2025-01-27 02:25:45] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.33 - - [2025-01-27 02:25:45] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.008646 10.0.0.33 - - [2025-01-27 02:25:45] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001816 10.0.0.33 - - [2025-01-27 02:25:45] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2080 0.076776 10.0.0.33 - - [2025-01-27 02:25:45] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079 HTTP/1.1" 200 2320 0.010651 10.0.0.33 - - [2025-01-27 02:25:45] "GET /obj-perms HTTP/1.1" 200 5026 0.065333 10.0.0.33 - - [2025-01-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.33 - - [2025-01-27 02:25:45] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001595 10.0.0.33 - - [2025-01-27 02:25:45] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035782 10.0.0.33 - - [2025-01-27 02:25:45] "POST /neutron/network HTTP/1.1" 200 117 0.012833 10.0.0.33 - - [2025-01-27 02:25:45] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.33 - - [2025-01-27 02:25:45] "POST /neutron/network HTTP/1.1" 200 613 0.092370 10.0.0.33 - - [2025-01-27 02:25:45] "POST /route-targets HTTP/1.1" 200 327 0.014174 10.0.0.33 - - [2025-01-27 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.017483 10.0.0.33 - - [2025-01-27 02:25:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005150 10.0.0.33 - - [2025-01-27 02:25:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.179577 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.006916 10.0.0.33 - - [2025-01-27 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001817 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008248 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.009655 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006624 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.007618 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.009747 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domains HTTP/1.1" 200 280 0.003704 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001885 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.010859 10.0.0.33 - - [2025-01-27 02:25:46] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002554 10.0.0.33 - - [2025-01-27 02:25:46] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2298 0.078702 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5 HTTP/1.1" 200 2316 0.008118 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5 HTTP/1.1" 200 2316 0.006112 10.0.0.33 - - [2025-01-27 02:25:46] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 200 1491 0.005530 10.0.0.33 - - [2025-01-27 02:25:46] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 200 1491 0.004714 10.0.0.33 - - [2025-01-27 02:25:46] "GET /route-target/68819e04-bef4-4086-9a8b-14723e064568 HTTP/1.1" 200 1212 0.004242 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5 HTTP/1.1" 200 2316 0.006753 10.0.0.33 - - [2025-01-27 02:25:46] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 200 1491 0.004380 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006758 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5 HTTP/1.1" 200 2316 0.006850 10.0.0.33 - - [2025-01-27 02:25:46] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 200 1491 0.004517 10.0.0.33 - - [2025-01-27 02:25:46] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 200 1491 0.004242 10.0.0.33 - - [2025-01-27 02:25:46] "GET /route-target/68819e04-bef4-4086-9a8b-14723e064568 HTTP/1.1" 200 1212 0.004056 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domains HTTP/1.1" 200 280 0.003765 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002422 10.0.0.33 - - [2025-01-27 02:25:46] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.011410 10.0.0.33 - - [2025-01-27 02:25:46] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001936 10.0.0.33 - - [2025-01-27 02:25:46] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2298 0.080699 10.0.0.33 - - [2025-01-27 02:25:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5 HTTP/1.1" 200 2316 0.006314 10.0.0.33 - - [2025-01-27 02:25:46] "GET /obj-perms HTTP/1.1" 200 5026 0.006413 10.0.0.33 - - [2025-01-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.33 - - [2025-01-27 02:25:46] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.33 - - [2025-01-27 02:25:46] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037232 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 117 0.013371 10.0.0.33 - - [2025-01-27 02:25:46] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001433 10.0.0.33 - - [2025-01-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 615 0.086456 10.0.0.33 - - [2025-01-27 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.013939 10.0.0.33 - - [2025-01-27 02:25:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004790 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.160675 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 832 0.008176 10.0.0.33 - - [2025-01-27 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001739 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005563 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 832 0.007958 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008056 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 832 0.008697 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.009771 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domains HTTP/1.1" 200 280 0.003189 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.009030 10.0.0.33 - - [2025-01-27 02:25:47] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001543 10.0.0.33 - - [2025-01-27 02:25:47] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2517 0.081153 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f HTTP/1.1" 200 2317 0.007090 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f HTTP/1.1" 200 2317 0.005613 10.0.0.33 - - [2025-01-27 02:25:47] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 200 1498 0.004519 10.0.0.33 - - [2025-01-27 02:25:47] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 200 1498 0.004300 10.0.0.33 - - [2025-01-27 02:25:47] "GET /route-target/8407cf13-3068-48d2-a3c7-e4d90c47f727 HTTP/1.1" 200 1214 0.004937 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f HTTP/1.1" 200 2317 0.006467 10.0.0.33 - - [2025-01-27 02:25:47] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 200 1498 0.004662 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006099 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f HTTP/1.1" 200 2317 0.006155 10.0.0.33 - - [2025-01-27 02:25:47] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 200 1498 0.004560 10.0.0.33 - - [2025-01-27 02:25:47] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 200 1498 0.004807 10.0.0.33 - - [2025-01-27 02:25:47] "GET /route-target/8407cf13-3068-48d2-a3c7-e4d90c47f727 HTTP/1.1" 200 1214 0.003982 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domains HTTP/1.1" 200 280 0.004185 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.33 - - [2025-01-27 02:25:47] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 3143 0.010317 10.0.0.33 - - [2025-01-27 02:25:47] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001359 10.0.0.33 - - [2025-01-27 02:25:47] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2517 0.072280 10.0.0.33 - - [2025-01-27 02:25:47] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f HTTP/1.1" 200 2317 0.005885 10.0.0.33 - - [2025-01-27 02:25:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004477 10.0.0.33 - - [2025-01-27 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001585 10.0.0.33 - - [2025-01-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 842 0.009614 10.0.0.33 - - [2025-01-27 02:25:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000681 10.0.0.33 - - [2025-01-27 02:25:48] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.33 - - [2025-01-27 02:25:48] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2025-01-27 02:25:48] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.33 - - [2025-01-27 02:25:48] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058138 10.0.0.33 - - [2025-01-27 02:25:48] "POST /neutron/network HTTP/1.1" 200 832 0.006956 10.0.0.33 - - [2025-01-27 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.007083 10.0.0.33 - - [2025-01-27 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.083812 10.0.0.33 - - [2025-01-27 02:25:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001650 10.0.0.33 - - [2025-01-27 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.006900 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/network HTTP/1.1" 200 842 0.006767 10.0.0.33 - - [2025-01-27 02:25:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000586 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/network HTTP/1.1" 200 842 0.006876 10.0.0.33 - - [2025-01-27 02:25:49] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.33 - - [2025-01-27 02:25:49] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.33 - - [2025-01-27 02:25:49] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000548 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 1058 0.255670 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 1058 0.012903 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 1058 0.012220 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 1112 0.079334 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.018355 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.013848 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/network HTTP/1.1" 200 832 0.008056 10.0.0.33 - - [2025-01-27 02:25:49] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001700 10.0.0.33 - - [2025-01-27 02:25:49] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068593 10.0.0.33 - - [2025-01-27 02:25:49] "POST /neutron/network HTTP/1.1" 200 832 0.006855 10.0.0.33 - - [2025-01-27 02:25:50] "POST /neutron/port HTTP/1.1" 200 1086 0.027084 10.0.0.33 - - [2025-01-27 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008578 10.0.0.33 - - [2025-01-27 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.006047 10.0.0.33 - - [2025-01-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003692 10.0.0.33 - - [2025-01-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2025-01-27 02:25:50] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.33 - - [2025-01-27 02:25:50] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008728 10.0.0.33 - - [2025-01-27 02:25:50] "POST /service-templates HTTP/1.1" 200 543 0.037319 10.0.0.33 - - [2025-01-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.33 - - [2025-01-27 02:25:50] "GET /service-template/374f2219-23b8-49fc-9770-4a9f4b80b108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006243 10.0.0.33 - - [2025-01-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.33 - - [2025-01-27 02:25:50] "DELETE /project/29f6a9316e8a4d578a1e485d53963e82 HTTP/1.1" 404 173 0.038633 10.0.0.33 - - [2025-01-27 02:25:50] "DELETE /project/c73115be56c34752945ab2326e1dd3e6 HTTP/1.1" 404 173 0.028754 10.0.0.33 - - [2025-01-27 02:25:50] "DELETE /project/0d3c0924503e422aa79ae440bee09cfe HTTP/1.1" 404 173 0.034448 10.0.0.33 - - [2025-01-27 02:25:50] "GET /service-template/374f2219-23b8-49fc-9770-4a9f4b80b108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.026573 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002877 10.0.0.33 - - [2025-01-27 02:25:50] "POST /neutron/network HTTP/1.1" 200 842 0.026019 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.082807 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.081732 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.090554 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002284 10.0.0.33 - - [2025-01-27 02:25:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.003781 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002035 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001663 10.0.0.33 - - [2025-01-27 02:25:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.002573 10.0.0.33 - - [2025-01-27 02:25:50] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001625 10.0.0.33 - - [2025-01-27 02:25:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001361 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?fields=security_groups HTTP/1.1" 200 1371 0.098172 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?fields=security_groups HTTP/1.1" 200 1385 0.101157 10.0.0.33 - - [2025-01-27 02:25:50] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?fields=security_groups HTTP/1.1" 200 1367 0.115615 10.0.0.33 - - [2025-01-27 02:25:50] "POST /neutron/port HTTP/1.1" 200 1086 0.116599 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016880 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/c5330cda-01ba-46ac-a35b-5679d1af20ed HTTP/1.1" 200 115 0.153868 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /security-group/6f315c7c-c62d-475e-920e-ca680acba8ff HTTP/1.1" 200 115 0.244713 10.0.0.33 - - [2025-01-27 02:25:51] "GET /projects?obj_uuids=89408878-1093-45bb-92b9-cc8b750bb386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001498 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /security-group/ec68aa5c-d7ab-4e51-b0b3-e785c1342e82 HTTP/1.1" 200 115 0.247019 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /security-group/7b22d579-b60c-403f-9051-f780a37329c7 HTTP/1.1" 200 115 0.251096 10.0.0.33 - - [2025-01-27 02:25:51] "GET /projects?obj_uuids=0d3c0924-503e-422a-a79a-e440bee09cfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.33 - - [2025-01-27 02:25:51] "GET /projects?obj_uuids=29f6a931-6e8a-4d57-8a1e-485d53963e82&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001770 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/7627db79-f62d-4997-a5c0-7fa257dfeed9 HTTP/1.1" 200 115 0.067374 10.0.0.33 - - [2025-01-27 02:25:51] "GET /project/89408878-1093-45bb-92b9-cc8b750bb386?fields=application_policy_sets HTTP/1.1" 200 1410 0.064926 10.0.0.33 - - [2025-01-27 02:25:51] "GET /project/29f6a931-6e8a-4d57-8a1e-485d53963e82?fields=application_policy_sets HTTP/1.1" 200 1406 0.076588 10.0.0.33 - - [2025-01-27 02:25:51] "GET /project/0d3c0924-503e-422a-a79a-e440bee09cfe?fields=application_policy_sets HTTP/1.1" 200 1424 0.129694 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/e5adcc99-c1e2-4dba-b112-23e090b7872e HTTP/1.1" 200 115 0.111039 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/13402b58-1c59-484a-9f2e-6758fd3ea3ce HTTP/1.1" 200 115 0.065598 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/8d971990-b352-4b30-9706-ea5fbb49c111 HTTP/1.1" 200 115 0.106269 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /project/89408878-1093-45bb-92b9-cc8b750bb386 HTTP/1.1" 200 115 0.940592 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 1056 0.832132 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /access-control-list/362b5cc1-c1b6-49f0-9bb1-7ff36720a8d9 HTTP/1.1" 200 115 0.057077 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /project/29f6a931-6e8a-4d57-8a1e-485d53963e82 HTTP/1.1" 200 115 0.995753 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 1056 0.048349 10.0.0.33 - - [2025-01-27 02:25:51] "DELETE /project/0d3c0924-503e-422a-a79a-e440bee09cfe HTTP/1.1" 200 115 1.049472 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 1056 0.026099 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 1110 0.107763 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 1084 0.031456 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/subnet HTTP/1.1" 200 689 0.013713 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001538 10.0.0.33 - - [2025-01-27 02:25:51] "POST /neutron/network HTTP/1.1" 200 832 0.007181 10.0.0.33 - - [2025-01-27 02:25:52] "POST /neutron/network HTTP/1.1" 200 2222 0.020127 10.0.0.33 - - [2025-01-27 02:25:52] "GET /aaa-mode HTTP/1.1" 401 292 0.001570 10.0.0.33 - - [2025-01-27 02:25:52] "GET / HTTP/1.1" 200 35931 0.002336 10.0.0.33 - - [2025-01-27 02:25:52] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000637 10.0.0.33 - - [2025-01-27 02:25:52] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001485 10.0.0.33 - - [2025-01-27 02:25:52] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077624 10.0.0.33 - - [2025-01-27 02:25:52] "POST /neutron/network HTTP/1.1" 200 833 0.013399 10.0.0.33 - - [2025-01-27 02:25:52] "POST /neutron/network HTTP/1.1" 200 832 0.007622 10.0.0.33 - - [2025-01-27 02:25:52] "POST /neutron/network HTTP/1.1" 200 832 0.006287 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/port HTTP/1.1" 200 2054 0.025967 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009408 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.006809 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.005755 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/network HTTP/1.1" 200 2222 0.017774 10.0.0.33 - - [2025-01-27 02:25:53] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.33 - - [2025-01-27 02:25:53] "POST /neutron/port HTTP/1.1" 200 1059 0.334522 10.0.0.33 - - [2025-01-27 02:25:53] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1058 0.228888 10.0.0.33 - - [2025-01-27 02:25:54] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1056 0.231831 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1059 0.017753 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1059 0.013027 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1113 0.085902 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1058 0.012093 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1058 0.011176 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1112 0.089860 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1056 0.011302 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1056 0.014359 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 1110 0.097146 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 3024 0.025063 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.014859 10.0.0.33 - - [2025-01-27 02:25:54] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/network HTTP/1.1" 200 833 0.006699 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.012236 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/network HTTP/1.1" 200 832 0.006892 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.013105 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.33 - - [2025-01-27 02:25:55] "POST /neutron/network HTTP/1.1" 200 832 0.006965 10.0.0.33 - - [2025-01-27 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.070360 10.0.0.33 - - [2025-01-27 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.066396 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 3024 0.025022 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007999 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 3024 0.023063 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007859 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 3024 0.033911 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007735 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 3024 0.035342 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010024 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 3024 0.033892 10.0.0.33 - - [2025-01-27 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013445 10.0.0.33 - - [2025-01-27 02:25:58] "GET /virtual-machine/568f59f2-6a4f-4e21-bdf9-0e57ed0e809e HTTP/1.1" 200 1802 0.006738 10.0.0.33 - - [2025-01-27 02:25:58] "GET /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc HTTP/1.1" 200 2946 0.008435 10.0.0.33 - - [2025-01-27 02:25:58] "GET /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b HTTP/1.1" 200 2944 0.010214 10.0.0.33 - - [2025-01-27 02:25:58] "GET /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c HTTP/1.1" 200 2945 0.006399 10.0.0.33 - - [2025-01-27 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.33 - - [2025-01-27 02:25:58] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004159 10.0.0.33 - - [2025-01-27 02:25:59] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003488 10.0.0.33 - - [2025-01-27 02:25:59] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007451 10.0.0.33 - - [2025-01-27 02:25:59] "POST /neutron/port HTTP/1.1" 200 1086 0.037681 10.0.0.33 - - [2025-01-27 02:25:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008452 10.0.0.33 - - [2025-01-27 02:26:01] "POST /neutron/port HTTP/1.1" 200 1084 0.025438 10.0.0.33 - - [2025-01-27 02:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007121 10.0.0.33 - - [2025-01-27 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.33 - - [2025-01-27 02:26:02] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007805 10.0.0.33 - - [2025-01-27 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.33 - - [2025-01-27 02:26:06] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007407 10.0.0.33 - - [2025-01-27 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.33 - - [2025-01-27 02:26:10] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006330 10.0.0.33 - - [2025-01-27 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.33 - - [2025-01-27 02:26:14] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007033 10.0.0.33 - - [2025-01-27 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.33 - - [2025-01-27 02:26:16] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004503 10.0.0.33 - - [2025-01-27 02:26:16] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005505 10.0.0.33 - - [2025-01-27 02:26:16] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006753 10.0.0.33 - - [2025-01-27 02:26:17] "POST /neutron/port HTTP/1.1" 200 3024 0.037038 10.0.0.33 - - [2025-01-27 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012848 10.0.0.33 - - [2025-01-27 02:26:22] "POST /neutron/port HTTP/1.1" 200 3024 0.026125 10.0.0.33 - - [2025-01-27 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009321 10.0.0.33 - - [2025-01-27 02:26:26] "POST /neutron/port HTTP/1.1" 200 3024 0.029206 10.0.0.33 - - [2025-01-27 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007563 10.0.0.33 - - [2025-01-27 02:26:27] "POST /neutron/port HTTP/1.1" 200 3024 0.036117 10.0.0.33 - - [2025-01-27 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009604 10.0.0.33 - - [2025-01-27 02:26:28] "GET /global-system-configs HTTP/1.1" 200 322 0.042297 10.0.0.33 - - [2025-01-27 02:26:28] "GET /obj-perms HTTP/1.1" 200 5056 0.087821 10.0.0.33 - - [2025-01-27 02:26:29] "GET /global-system-configs HTTP/1.1" 200 322 0.041087 10.0.0.33 - - [2025-01-27 02:26:29] "GET /obj-perms HTTP/1.1" 200 5056 0.097985 10.0.0.33 - - [2025-01-27 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.33 - - [2025-01-27 02:26:32] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004419 10.0.0.33 - - [2025-01-27 02:26:32] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004897 10.0.0.33 - - [2025-01-27 02:26:32] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005998 10.0.0.33 - - [2025-01-27 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.33 - - [2025-01-27 02:26:33] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006192 10.0.0.33 - - [2025-01-27 02:26:33] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004235 10.0.0.33 - - [2025-01-27 02:26:33] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006587 10.0.0.33 - - [2025-01-27 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004025 10.0.0.33 - - [2025-01-27 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.33 - - [2025-01-27 02:26:33] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.33 - - [2025-01-27 02:26:33] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034375 10.0.0.33 - - [2025-01-27 02:26:33] "POST /service-instances HTTP/1.1" 200 543 0.069237 10.0.0.33 - - [2025-01-27 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.33 - - [2025-01-27 02:26:33] "GET /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.009586 10.0.0.33 - - [2025-01-27 02:26:33] "POST /port-tuples HTTP/1.1" 200 586 0.040120 10.0.0.33 - - [2025-01-27 02:26:33] "GET /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.008512 10.0.0.33 - - [2025-01-27 02:26:33] "PUT /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c HTTP/1.1" 200 284 0.012220 10.0.0.33 - - [2025-01-27 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.012948 10.0.0.33 - - [2025-01-27 02:26:33] "GET /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005754 10.0.0.33 - - [2025-01-27 02:26:33] "POST /instance-ips HTTP/1.1" 200 385 0.037566 10.0.0.33 - - [2025-01-27 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.020360 10.0.0.33 - - [2025-01-27 02:26:34] "PUT /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b HTTP/1.1" 200 284 0.016730 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.012826 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.018165 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006956 10.0.0.33 - - [2025-01-27 02:26:34] "GET /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.013676 10.0.0.33 - - [2025-01-27 02:26:34] "POST /instance-ips HTTP/1.1" 200 385 0.041134 10.0.0.33 - - [2025-01-27 02:26:34] "PUT /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc HTTP/1.1" 200 284 0.019608 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.022536 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.023204 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.013792 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/port HTTP/1.1" 200 1086 0.021432 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008659 10.0.0.33 - - [2025-01-27 02:26:34] "POST /instance-ips HTTP/1.1" 200 373 0.032679 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.013683 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/port HTTP/1.1" 200 1086 0.032510 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007673 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.014569 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/port HTTP/1.1" 200 1086 0.025959 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003189 10.0.0.33 - - [2025-01-27 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007288 10.0.0.33 - - [2025-01-27 02:26:34] "GET /virtual-machine/419f9a77-194e-4e72-8ddc-caea4d8e70ee HTTP/1.1" 200 1290 0.005435 10.0.0.33 - - [2025-01-27 02:26:34] "GET /virtual-machine-interface/dd079a17-9dec-4bbf-8056-06451daaf669 HTTP/1.1" 200 2945 0.010617 10.0.0.33 - - [2025-01-27 02:26:34] "POST /instance-ips HTTP/1.1" 200 373 0.035210 10.0.0.33 - - [2025-01-27 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006760 10.0.0.33 - - [2025-01-27 02:26:34] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006371 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.011543 10.0.0.33 - - [2025-01-27 02:26:34] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003407 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010640 10.0.0.33 - - [2025-01-27 02:26:34] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008886 10.0.0.33 - - [2025-01-27 02:26:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2025-01-27 02:26:34] "POST /instance-ips HTTP/1.1" 200 375 0.021159 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011208 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.010932 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003956 10.0.0.33 - - [2025-01-27 02:26:35] "POST /instance-ips HTTP/1.1" 200 375 0.019644 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011195 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011300 10.0.0.33 - - [2025-01-27 02:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004096 10.0.0.33 - - [2025-01-27 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.33 - - [2025-01-27 02:26:36] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004552 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003661 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007294 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 1084 0.017588 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007637 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 1084 0.020045 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010271 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 1084 0.021363 10.0.0.33 - - [2025-01-27 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008777 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-machine/6d450961-50e3-4e07-ba89-c9d31304dc3d HTTP/1.1" 200 1290 0.005705 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-machine-interface/b5e70cab-71d1-451b-9254-dc5c6a2c3872 HTTP/1.1" 200 2949 0.005937 10.0.0.33 - - [2025-01-27 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.33 - - [2025-01-27 02:26:36] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004981 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004208 10.0.0.33 - - [2025-01-27 02:26:36] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006408 10.0.0.33 - - [2025-01-27 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.33 - - [2025-01-27 02:26:37] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004257 10.0.0.33 - - [2025-01-27 02:26:37] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004419 10.0.0.33 - - [2025-01-27 02:26:37] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005803 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003198 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.33 - - [2025-01-27 02:26:38] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.33 - - [2025-01-27 02:26:38] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034264 10.0.0.33 - - [2025-01-27 02:26:38] "POST /network-policys HTTP/1.1" 200 547 0.020893 10.0.0.33 - - [2025-01-27 02:26:38] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006139 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.33 - - [2025-01-27 02:26:38] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005741 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.33 - - [2025-01-27 02:26:38] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005434 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003278 10.0.0.33 - - [2025-01-27 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.046246 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2025-01-27 02:26:38] "POST /access-control-lists HTTP/1.1" 200 601 0.076537 10.0.0.33 - - [2025-01-27 02:26:38] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005009 10.0.0.33 - - [2025-01-27 02:26:38] "POST /neutron/network HTTP/1.1" 200 920 0.007873 10.0.0.33 - - [2025-01-27 02:26:38] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005869 10.0.0.33 - - [2025-01-27 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.33 - - [2025-01-27 02:26:38] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005826 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.33 - - [2025-01-27 02:26:39] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005838 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.33 - - [2025-01-27 02:26:39] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004030 10.0.0.33 - - [2025-01-27 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.047681 10.0.0.33 - - [2025-01-27 02:26:39] "PUT /access-control-list/efc6ed25-4af3-4a1c-9a4c-6b5c58e53432 HTTP/1.1" 200 272 0.026119 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.005319 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.33 - - [2025-01-27 02:26:39] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.037410 10.0.0.33 - - [2025-01-27 02:26:39] "POST /access-control-lists HTTP/1.1" 200 604 0.063392 10.0.0.33 - - [2025-01-27 02:26:39] "POST /neutron/network HTTP/1.1" 200 920 0.007483 10.0.0.33 - - [2025-01-27 02:26:39] "POST /routing-instances HTTP/1.1" 200 759 0.021081 10.0.0.33 - - [2025-01-27 02:26:39] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007953 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.33 - - [2025-01-27 02:26:39] "POST /route-targets HTTP/1.1" 200 327 0.015979 10.0.0.33 - - [2025-01-27 02:26:39] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004760 10.0.0.33 - - [2025-01-27 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.013406 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.33 - - [2025-01-27 02:26:39] "GET /routing-instance/2e00794b-0d7a-4d19-b3f8-ebce9d1ebeb3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004648 10.0.0.33 - - [2025-01-27 02:26:39] "GET /service-template/374f2219-23b8-49fc-9770-4a9f4b80b108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005048 10.0.0.33 - - [2025-01-27 02:26:39] "GET /routing-instance/2e00794b-0d7a-4d19-b3f8-ebce9d1ebeb3?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004364 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.33 - - [2025-01-27 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.33 - - [2025-01-27 02:26:39] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001627 10.0.0.33 - - [2025-01-27 02:26:39] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028835 10.0.0.33 - - [2025-01-27 02:26:39] "POST /routing-instances HTTP/1.1" 200 760 0.019612 10.0.0.33 - - [2025-01-27 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2025-01-27 02:26:39] "POST /route-targets HTTP/1.1" 200 327 0.011020 10.0.0.33 - - [2025-01-27 02:26:39] "GET /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005861 10.0.0.33 - - [2025-01-27 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.013724 10.0.0.33 - - [2025-01-27 02:26:39] "GET /domains HTTP/1.1" 200 280 0.004380 10.0.0.33 - - [2025-01-27 02:26:39] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.33 - - [2025-01-27 02:26:39] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2772 0.010376 10.0.0.33 - - [2025-01-27 02:26:39] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.33 - - [2025-01-27 02:26:39] "GET /routing-instance/d498739e-8533-4951-9083-4792f0012b4d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004390 10.0.0.33 - - [2025-01-27 02:26:40] "GET /routing-instance/d498739e-8533-4951-9083-4792f0012b4d?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005364 10.0.0.33 - - [2025-01-27 02:26:40] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 4233 0.090372 10.0.0.33 - - [2025-01-27 02:26:40] "GET /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130 HTTP/1.1" 200 3783 0.007357 10.0.0.33 - - [2025-01-27 02:26:40] "GET /domains HTTP/1.1" 200 280 0.004617 10.0.0.33 - - [2025-01-27 02:26:40] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.33 - - [2025-01-27 02:26:40] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2772 0.009360 10.0.0.33 - - [2025-01-27 02:26:40] "PUT /routing-instance/2e00794b-0d7a-4d19-b3f8-ebce9d1ebeb3 HTTP/1.1" 200 266 0.022466 10.0.0.33 - - [2025-01-27 02:26:40] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001902 10.0.0.33 - - [2025-01-27 02:26:40] "PUT /routing-instance/d498739e-8533-4951-9083-4792f0012b4d HTTP/1.1" 200 266 0.011465 10.0.0.33 - - [2025-01-27 02:26:40] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 4233 0.079558 10.0.0.33 - - [2025-01-27 02:26:40] "GET /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130 HTTP/1.1" 200 3783 0.004462 10.0.0.33 - - [2025-01-27 02:26:40] "GET /port-tuple/29e63109-b133-4f96-a2ff-b608bbc40a28 HTTP/1.1" 200 1978 0.004172 10.0.0.33 - - [2025-01-27 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.013897 10.0.0.33 - - [2025-01-27 02:26:40] "GET /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc HTTP/1.1" 200 3801 0.008154 10.0.0.33 - - [2025-01-27 02:26:40] "GET /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b HTTP/1.1" 200 3796 0.006711 10.0.0.33 - - [2025-01-27 02:26:40] "GET /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c HTTP/1.1" 200 3815 0.007800 10.0.0.33 - - [2025-01-27 02:26:40] "PUT /access-control-list/5cf63ee2-d4ab-4017-9346-e641064c3ce4 HTTP/1.1" 200 272 0.014977 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/port HTTP/1.1" 200 3831 0.048036 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008459 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/port HTTP/1.1" 200 3831 0.067173 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008836 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/port HTTP/1.1" 200 3831 0.036600 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009084 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/port HTTP/1.1" 200 3831 0.038505 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007171 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 894 0.015859 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 920 0.007107 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 807 0.016291 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 833 0.007244 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 894 0.015372 10.0.0.33 - - [2025-01-27 02:26:40] "POST /neutron/network HTTP/1.1" 200 920 0.007109 10.0.0.33 - - [2025-01-27 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001403 10.0.0.33 - - [2025-01-27 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001676 10.0.0.33 - - [2025-01-27 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001433 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine/568f59f2-6a4f-4e21-bdf9-0e57ed0e809e HTTP/1.1" 200 1802 0.005177 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc HTTP/1.1" 200 3801 0.006651 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b HTTP/1.1" 200 3796 0.006418 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c HTTP/1.1" 200 3815 0.006329 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/4a445852-5b16-4bfc-9ce1-c5289480da2a HTTP/1.1" 200 1620 0.006268 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/5c51881e-7a9b-4a48-af5c-afd8fd1a3d81 HTTP/1.1" 200 1960 0.004812 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/6aea2a97-402e-48c9-b256-5101c8fa62f6 HTTP/1.1" 200 1958 0.004810 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/0e094a65-27ca-464c-a6ef-baca66a6d3c9 HTTP/1.1" 200 1954 0.003957 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/3cb76c0c-6a76-488c-a7b2-3deb71cfcb02 HTTP/1.1" 200 1621 0.006068 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/7abfca71-8298-46ae-ac80-f76f31e4ae46 HTTP/1.1" 200 1956 0.004746 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/7e5a1c02-faf9-443a-82b3-a9434dc11917 HTTP/1.1" 200 1977 0.004635 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/8a9c157d-adb9-49e5-8749-45e034647df6 HTTP/1.1" 200 1621 0.006015 10.0.0.33 - - [2025-01-27 02:26:41] "GET /instance-ip/b7352f30-7b58-4808-922a-03cf7a55c50f HTTP/1.1" 200 1981 0.004631 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/port HTTP/1.1" 200 3831 0.039477 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006960 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/port HTTP/1.1" 200 3831 0.040016 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009488 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/port HTTP/1.1" 200 3831 0.042528 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007312 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/port HTTP/1.1" 200 3831 0.036359 10.0.0.33 - - [2025-01-27 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006973 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine/568f59f2-6a4f-4e21-bdf9-0e57ed0e809e HTTP/1.1" 200 1802 0.003879 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/02ad3d1e-3a7b-4c86-8437-df92e96afccc HTTP/1.1" 200 3801 0.007067 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/0caa8d7a-8aee-4ab0-ab92-8e39af70541b HTTP/1.1" 200 3796 0.005603 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-machine-interface/4d0e12e0-42f4-4b05-8e53-db11007e461c HTTP/1.1" 200 3815 0.007250 10.0.0.33 - - [2025-01-27 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2025-01-27 02:26:41] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003811 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003511 10.0.0.33 - - [2025-01-27 02:26:41] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006436 10.0.0.33 - - [2025-01-27 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.33 - - [2025-01-27 02:26:42] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004861 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004233 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007725 10.0.0.33 - - [2025-01-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.33 - - [2025-01-27 02:26:43] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005560 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004179 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006742 10.0.0.33 - - [2025-01-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.33 - - [2025-01-27 02:26:43] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005472 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004257 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007082 10.0.0.33 - - [2025-01-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.33 - - [2025-01-27 02:26:43] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005248 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004079 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007630 10.0.0.33 - - [2025-01-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.33 - - [2025-01-27 02:26:43] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003687 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004392 10.0.0.33 - - [2025-01-27 02:26:43] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006958 10.0.0.33 - - [2025-01-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.33 - - [2025-01-27 02:26:44] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004257 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003872 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006842 10.0.0.33 - - [2025-01-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.33 - - [2025-01-27 02:26:44] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004985 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004355 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007163 10.0.0.33 - - [2025-01-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.33 - - [2025-01-27 02:26:44] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004635 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003462 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-network/c0346aad-163f-43e6-8530-002fc9147079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006018 10.0.0.33 - - [2025-01-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.33 - - [2025-01-27 02:26:44] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004093 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005327 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005949 10.0.0.33 - - [2025-01-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.33 - - [2025-01-27 02:26:44] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004384 10.0.0.33 - - [2025-01-27 02:26:44] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004646 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007293 10.0.0.33 - - [2025-01-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.33 - - [2025-01-27 02:26:45] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004072 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004697 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007626 10.0.0.33 - - [2025-01-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.33 - - [2025-01-27 02:26:45] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004150 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-networks?parent_id=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003377 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006994 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-machine/568f59f2-6a4f-4e21-bdf9-0e57ed0e809e HTTP/1.1" 200 1802 0.005322 10.0.0.33 - - [2025-01-27 02:26:45] "GET /domains HTTP/1.1" 200 280 0.003618 10.0.0.33 - - [2025-01-27 02:26:45] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.33 - - [2025-01-27 02:26:45] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2772 0.009030 10.0.0.33 - - [2025-01-27 02:26:45] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.33 - - [2025-01-27 02:26:45] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 4233 0.079638 10.0.0.33 - - [2025-01-27 02:26:45] "GET /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130 HTTP/1.1" 200 3783 0.007535 10.0.0.33 - - [2025-01-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.33 - - [2025-01-27 02:26:45] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.006387 10.0.0.33 - - [2025-01-27 02:26:45] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2018 0.008363 10.0.0.33 - - [2025-01-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.33 - - [2025-01-27 02:26:45] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.006186 10.0.0.33 - - [2025-01-27 02:26:45] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.007576 10.0.0.33 - - [2025-01-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.33 - - [2025-01-27 02:26:45] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006973 10.0.0.33 - - [2025-01-27 02:26:46] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?fields=routing_instances HTTP/1.1" 200 1681 0.009837 10.0.0.33 - - [2025-01-27 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.33 - - [2025-01-27 02:26:46] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007093 10.0.0.33 - - [2025-01-27 02:26:46] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?fields=routing_instances HTTP/1.1" 200 1687 0.009259 10.0.0.33 - - [2025-01-27 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.051514 10.0.0.33 - - [2025-01-27 02:26:50] "POST /neutron/network HTTP/1.1" 200 832 0.018067 10.0.0.33 - - [2025-01-27 02:26:50] "GET /virtual-network/741a4736-3c94-47d5-8e38-7bccc1fc3f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006827 10.0.0.33 - - [2025-01-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /access-control-list/5cf63ee2-d4ab-4017-9346-e641064c3ce4 HTTP/1.1" 200 115 0.090228 10.0.0.33 - - [2025-01-27 02:26:50] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005860 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /routing-instance/2e00794b-0d7a-4d19-b3f8-ebce9d1ebeb3 HTTP/1.1" 200 115 0.035222 10.0.0.33 - - [2025-01-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009275 10.0.0.33 - - [2025-01-27 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.046746 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /route-target/2157a2d8-699f-4222-bda1-155de952900f HTTP/1.1" 200 115 0.018919 10.0.0.33 - - [2025-01-27 02:26:50] "POST /neutron/network HTTP/1.1" 200 832 0.010840 10.0.0.33 - - [2025-01-27 02:26:50] "GET /virtual-network/081afe0b-b18e-496d-ad20-c6d555fc05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006352 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /routing-instance/d498739e-8533-4951-9083-4792f0012b4d HTTP/1.1" 200 115 0.035209 10.0.0.33 - - [2025-01-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006297 10.0.0.33 - - [2025-01-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /route-target/656581ee-5bb9-46c2-8b42-e57ee4095484 HTTP/1.1" 200 115 0.017805 10.0.0.33 - - [2025-01-27 02:26:50] "GET /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006850 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /access-control-list/efc6ed25-4af3-4a1c-9a4c-6b5c58e53432 HTTP/1.1" 200 115 0.022843 10.0.0.33 - - [2025-01-27 02:26:50] "DELETE /network-policy/c11792f7-95dd-42a4-8a0b-dde044bb8e82 HTTP/1.1" 200 115 0.036570 10.0.0.33 - - [2025-01-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /service-instance/db0ec10a-8815-46dc-afd2-5c3daeb79130 HTTP/1.1" 200 115 0.056004 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.015018 10.0.0.33 - - [2025-01-27 02:26:51] "GET /domains HTTP/1.1" 200 280 0.006512 10.0.0.33 - - [2025-01-27 02:26:51] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001650 10.0.0.33 - - [2025-01-27 02:26:51] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2772 0.010396 10.0.0.33 - - [2025-01-27 02:26:51] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/7e5a1c02-faf9-443a-82b3-a9434dc11917 HTTP/1.1" 200 115 0.041815 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.010588 10.0.0.33 - - [2025-01-27 02:26:51] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 3759 0.074523 10.0.0.33 - - [2025-01-27 02:26:51] "GET /virtual-machine/568f59f2-6a4f-4e21-bdf9-0e57ed0e809e HTTP/1.1" 200 1802 0.004661 10.0.0.33 - - [2025-01-27 02:26:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002871 10.0.0.33 - - [2025-01-27 02:26:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003929 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/6aea2a97-402e-48c9-b256-5101c8fa62f6 HTTP/1.1" 200 115 0.037279 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.011240 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/5c51881e-7a9b-4a48-af5c-afd8fd1a3d81 HTTP/1.1" 200 115 0.027147 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.011690 10.0.0.33 - - [2025-01-27 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012373 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /service-template/374f2219-23b8-49fc-9770-4a9f4b80b108 HTTP/1.1" 200 115 0.040114 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/7abfca71-8298-46ae-ac80-f76f31e4ae46 HTTP/1.1" 200 115 0.043344 10.0.0.33 - - [2025-01-27 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004300 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.014949 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/0e094a65-27ca-464c-a6ef-baca66a6d3c9 HTTP/1.1" 200 115 0.023490 10.0.0.33 - - [2025-01-27 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.014310 10.0.0.33 - - [2025-01-27 02:26:51] "DELETE /instance-ip/b7352f30-7b58-4808-922a-03cf7a55c50f HTTP/1.1" 200 115 0.072995 10.0.0.33 - - [2025-01-27 02:26:51] "POST /neutron/network HTTP/1.1" 200 832 0.011900 10.0.0.33 - - [2025-01-27 02:26:51] "POST /neutron/network HTTP/1.1" 400 204 0.012205 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1084 0.028798 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1110 0.026949 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1086 0.022432 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1112 0.021541 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.217293 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 3024 0.051138 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1112 0.013479 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.180071 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.114255 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1110 0.015213 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.108383 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 1113 0.017416 10.0.0.33 - - [2025-01-27 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.121019 10.0.0.33 - - [2025-01-27 02:26:53] "POST /neutron/network HTTP/1.1" 200 832 0.007558 10.0.0.33 - - [2025-01-27 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004726 10.0.0.33 - - [2025-01-27 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.33 - - [2025-01-27 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002553 10.0.0.33 - - [2025-01-27 02:26:53] "POST /neutron/network HTTP/1.1" 200 151 0.102694 10.0.0.33 - - [2025-01-27 02:26:53] "GET /routing-instance/ddd3ce5a-542f-40f5-a751-fa87f87f37c8 HTTP/1.1" 404 171 0.004163 10.0.0.33 - - [2025-01-27 02:26:53] "DELETE /route-target/8407cf13-3068-48d2-a3c7-e4d90c47f727 HTTP/1.1" 200 115 0.019252 10.0.0.33 - - [2025-01-27 02:26:53] "GET /domains HTTP/1.1" 200 280 0.003574 10.0.0.33 - - [2025-01-27 02:26:53] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.33 - - [2025-01-27 02:26:53] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2572 0.053092 10.0.0.33 - - [2025-01-27 02:26:53] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.33 - - [2025-01-27 02:26:54] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2298 0.081820 10.0.0.33 - - [2025-01-27 02:26:54] "POST /neutron/network HTTP/1.1" 200 832 0.008760 10.0.0.33 - - [2025-01-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007146 10.0.0.33 - - [2025-01-27 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003914 10.0.0.33 - - [2025-01-27 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004644 10.0.0.33 - - [2025-01-27 02:26:54] "POST /neutron/network HTTP/1.1" 200 151 0.105228 10.0.0.33 - - [2025-01-27 02:26:54] "DELETE /route-target/68819e04-bef4-4086-9a8b-14723e064568 HTTP/1.1" 200 115 0.022675 10.0.0.33 - - [2025-01-27 02:26:54] "GET /routing-instance/01c82977-9a6f-43a4-85e9-7c82bea9a4df HTTP/1.1" 404 171 0.002907 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domains HTTP/1.1" 200 280 0.003122 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2572 0.050959 10.0.0.33 - - [2025-01-27 02:26:54] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001996 10.0.0.33 - - [2025-01-27 02:26:54] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 2080 0.078283 10.0.0.33 - - [2025-01-27 02:26:54] "POST /neutron/network HTTP/1.1" 200 833 0.006518 10.0.0.33 - - [2025-01-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.33 - - [2025-01-27 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002383 10.0.0.33 - - [2025-01-27 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.33 - - [2025-01-27 02:26:54] "POST /neutron/network HTTP/1.1" 200 151 0.111252 10.0.0.33 - - [2025-01-27 02:26:54] "DELETE /route-target/5834efb2-8821-4122-9736-87a8f866b9cd HTTP/1.1" 200 115 0.025525 10.0.0.33 - - [2025-01-27 02:26:54] "GET /routing-instance/13e019c5-61fa-42e3-becd-15c2bc5c9d2d HTTP/1.1" 404 171 0.004061 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domains HTTP/1.1" 200 280 0.002731 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.33 - - [2025-01-27 02:26:54] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2572 0.051746 10.0.0.33 - - [2025-01-27 02:26:54] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.33 - - [2025-01-27 02:26:54] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 1840 0.073709 10.0.0.33 - - [2025-01-27 02:26:54] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002001 10.0.0.33 - - [2025-01-27 02:26:55] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031904 10.0.0.33 - - [2025-01-27 02:26:55] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002837 10.0.0.33 - - [2025-01-27 02:26:55] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?fields=virtual_networks HTTP/1.1" 200 1028 0.071640 10.0.0.33 - - [2025-01-27 02:26:55] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.33 - - [2025-01-27 02:26:55] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.035409 10.0.0.33 - - [2025-01-27 02:26:55] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.33 - - [2025-01-27 02:26:55] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?fields=security_groups HTTP/1.1" 200 1252 0.026355 10.0.0.33 - - [2025-01-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.027457 10.0.0.33 - - [2025-01-27 02:26:56] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003159 10.0.0.33 - - [2025-01-27 02:26:56] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002103 10.0.0.33 - - [2025-01-27 02:26:56] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011671 10.0.0.33 - - [2025-01-27 02:26:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001525 10.0.0.33 - - [2025-01-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002968 10.0.0.33 - - [2025-01-27 02:26:56] "POST /security-groups HTTP/1.1" 200 592 0.067799 10.0.0.33 - - [2025-01-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003282 10.0.0.33 - - [2025-01-27 02:26:56] "POST /projects HTTP/1.1" 200 587 0.226054 10.0.0.33 - - [2025-01-27 02:26:56] "POST /access-control-lists HTTP/1.1" 200 597 0.061716 10.0.0.33 - - [2025-01-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.310101 10.0.0.33 - - [2025-01-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.005595 10.0.0.33 - - [2025-01-27 02:26:56] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.453771 10.0.0.33 - - [2025-01-27 02:26:56] "POST /access-control-lists HTTP/1.1" 200 595 0.064130 10.0.0.33 - - [2025-01-27 02:26:56] "GET /obj-perms HTTP/1.1" 200 5056 0.082501 10.0.0.33 - - [2025-01-27 02:26:57] "GET /obj-perms HTTP/1.1" 200 5056 0.073557 10.0.0.33 - - [2025-01-27 02:26:58] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.33 - - [2025-01-27 02:26:59] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000662 10.0.0.33 - - [2025-01-27 02:26:59] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001523 10.0.0.33 - - [2025-01-27 02:26:59] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063965 10.0.0.33 - - [2025-01-27 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.003879 10.0.0.33 - - [2025-01-27 02:26:59] "POST /virtual-DNSs HTTP/1.1" 200 507 0.023025 10.0.0.33 - - [2025-01-27 02:26:59] "GET /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006832 10.0.0.33 - - [2025-01-27 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.33 - - [2025-01-27 02:27:00] "GET /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005929 10.0.0.33 - - [2025-01-27 02:27:00] "GET /domains HTTP/1.1" 401 292 0.000680 10.0.0.33 - - [2025-01-27 02:27:00] "GET /domains HTTP/1.1" 200 280 0.034609 10.0.0.33 - - [2025-01-27 02:27:00] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.33 - - [2025-01-27 02:27:00] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.010560 10.0.0.33 - - [2025-01-27 02:27:00] "GET /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4 HTTP/1.1" 200 1437 0.005069 10.0.0.33 - - [2025-01-27 02:27:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003251 10.0.0.33 - - [2025-01-27 02:27:00] "POST /network-ipams HTTP/1.1" 200 514 0.020663 10.0.0.33 - - [2025-01-27 02:27:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003475 10.0.0.33 - - [2025-01-27 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.33 - - [2025-01-27 02:27:00] "GET /network-ipam/f471eb6c-c024-4434-a3ae-9f1e53d55f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.007941 10.0.0.33 - - [2025-01-27 02:27:00] "PUT /network-ipam/f471eb6c-c024-4434-a3ae-9f1e53d55f46 HTTP/1.1" 200 258 0.012378 10.0.0.33 - - [2025-01-27 02:27:00] "POST /ref-update HTTP/1.1" 200 156 0.014542 10.0.0.33 - - [2025-01-27 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.33 - - [2025-01-27 02:27:00] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001976 10.0.0.33 - - [2025-01-27 02:27:00] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041644 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.037464 10.0.0.33 - - [2025-01-27 02:27:01] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 618 0.087611 10.0.0.33 - - [2025-01-27 02:27:01] "POST /route-targets HTTP/1.1" 200 327 0.013284 10.0.0.33 - - [2025-01-27 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.013397 10.0.0.33 - - [2025-01-27 02:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005559 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.185845 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.006196 10.0.0.33 - - [2025-01-27 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001475 10.0.0.33 - - [2025-01-27 02:27:01] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007679 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.007358 10.0.0.33 - - [2025-01-27 02:27:01] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008893 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.008793 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.010531 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 807 0.014240 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.007452 10.0.0.33 - - [2025-01-27 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001848 10.0.0.33 - - [2025-01-27 02:27:01] "POST /neutron/network HTTP/1.1" 200 843 0.007545 10.0.0.33 - - [2025-01-27 02:27:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000676 10.0.0.33 - - [2025-01-27 02:27:02] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.33 - - [2025-01-27 02:27:02] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.33 - - [2025-01-27 02:27:02] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.33 - - [2025-01-27 02:27:02] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054118 10.0.0.33 - - [2025-01-27 02:27:02] "POST /neutron/network HTTP/1.1" 200 833 0.007586 10.0.0.33 - - [2025-01-27 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.006467 10.0.0.33 - - [2025-01-27 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.33 - - [2025-01-27 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.007563 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/network HTTP/1.1" 200 843 0.006392 10.0.0.33 - - [2025-01-27 02:27:03] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 1058 0.228052 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 1058 0.011355 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 1058 0.009213 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 1112 0.087009 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 1086 0.019652 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.014331 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.33 - - [2025-01-27 02:27:03] "POST /neutron/network HTTP/1.1" 200 833 0.008703 10.0.0.33 - - [2025-01-27 02:27:07] "POST /neutron/port HTTP/1.1" 200 1086 0.018040 10.0.0.33 - - [2025-01-27 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007859 10.0.0.33 - - [2025-01-27 02:27:08] "POST /neutron/port HTTP/1.1" 200 1086 0.019188 10.0.0.33 - - [2025-01-27 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008275 10.0.0.33 - - [2025-01-27 02:27:08] "POST /neutron/port HTTP/1.1" 200 1086 0.025136 10.0.0.33 - - [2025-01-27 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010824 10.0.0.33 - - [2025-01-27 02:27:08] "GET /virtual-machine/143d4bf0-9b8c-4b31-b0f2-1354d41aef26 HTTP/1.1" 200 1293 0.005499 10.0.0.33 - - [2025-01-27 02:27:08] "GET /virtual-machine-interface/9c628e78-218b-4288-94d8-ac1231bf14b3 HTTP/1.1" 200 2964 0.006229 10.0.0.33 - - [2025-01-27 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.33 - - [2025-01-27 02:27:08] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004336 10.0.0.33 - - [2025-01-27 02:27:08] "GET /virtual-networks?parent_id=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005453 10.0.0.33 - - [2025-01-27 02:27:08] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007676 10.0.0.33 - - [2025-01-27 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.33 - - [2025-01-27 02:27:11] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007532 10.0.0.33 - - [2025-01-27 02:27:13] "POST /neutron/port HTTP/1.1" 200 1086 0.020809 10.0.0.33 - - [2025-01-27 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008646 10.0.0.33 - - [2025-01-27 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.33 - - [2025-01-27 02:27:15] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005062 10.0.0.33 - - [2025-01-27 02:27:15] "GET /virtual-networks?parent_id=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003949 10.0.0.33 - - [2025-01-27 02:27:15] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007763 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/port HTTP/1.1" 200 1086 0.023521 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/port HTTP/1.1" 200 1086 0.018929 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/network HTTP/1.1" 200 843 0.007949 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.012794 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.001803 10.0.0.33 - - [2025-01-27 02:27:17] "POST /neutron/network HTTP/1.1" 200 833 0.008051 10.0.0.33 - - [2025-01-27 02:27:20] "POST /neutron/network HTTP/1.1" 200 807 0.015655 10.0.0.33 - - [2025-01-27 02:27:20] "POST /neutron/network HTTP/1.1" 200 833 0.007841 10.0.0.33 - - [2025-01-27 02:27:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001855 10.0.0.33 - - [2025-01-27 02:27:20] "POST /neutron/port HTTP/1.1" 200 1086 0.023247 10.0.0.33 - - [2025-01-27 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008287 10.0.0.33 - - [2025-01-27 02:27:20] "POST /neutron/network HTTP/1.1" 200 843 0.008446 10.0.0.33 - - [2025-01-27 02:27:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.33 - - [2025-01-27 02:27:21] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.33 - - [2025-01-27 02:27:21] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2025-01-27 02:27:21] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001498 10.0.0.33 - - [2025-01-27 02:27:21] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071071 10.0.0.33 - - [2025-01-27 02:27:21] "POST /neutron/network HTTP/1.1" 200 833 0.009220 10.0.0.33 - - [2025-01-27 02:27:21] "POST /neutron/port HTTP/1.1" 200 1086 0.022266 10.0.0.33 - - [2025-01-27 02:27:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011287 10.0.0.33 - - [2025-01-27 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.006113 10.0.0.33 - - [2025-01-27 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.007513 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/network HTTP/1.1" 200 843 0.009159 10.0.0.33 - - [2025-01-27 02:27:22] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 1058 0.283911 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 1058 0.020434 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 1058 0.011811 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 1112 0.092700 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 1086 0.022289 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005023 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.015786 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.33 - - [2025-01-27 02:27:22] "POST /neutron/network HTTP/1.1" 200 833 0.008091 10.0.0.33 - - [2025-01-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1086 0.018610 10.0.0.33 - - [2025-01-27 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010491 10.0.0.33 - - [2025-01-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1086 0.020658 10.0.0.33 - - [2025-01-27 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010746 10.0.0.33 - - [2025-01-27 02:27:27] "POST /neutron/port HTTP/1.1" 200 1086 0.020336 10.0.0.33 - - [2025-01-27 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008950 10.0.0.33 - - [2025-01-27 02:27:27] "GET /virtual-machine/b0cba958-3383-4f99-a00f-915cdca01ce8 HTTP/1.1" 200 1294 0.006209 10.0.0.33 - - [2025-01-27 02:27:27] "GET /virtual-machine-interface/c2ffc98d-1221-4191-b5f1-14cfd16bdc57 HTTP/1.1" 200 2964 0.006116 10.0.0.33 - - [2025-01-27 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.33 - - [2025-01-27 02:27:27] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004447 10.0.0.33 - - [2025-01-27 02:27:27] "GET /virtual-networks?parent_id=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004024 10.0.0.33 - - [2025-01-27 02:27:27] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007822 10.0.0.33 - - [2025-01-27 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.33 - - [2025-01-27 02:27:30] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006860 10.0.0.33 - - [2025-01-27 02:27:32] "POST /neutron/port HTTP/1.1" 200 1086 0.023015 10.0.0.33 - - [2025-01-27 02:27:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008782 10.0.0.33 - - [2025-01-27 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.33 - - [2025-01-27 02:27:34] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004474 10.0.0.33 - - [2025-01-27 02:27:34] "GET /virtual-networks?parent_id=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003667 10.0.0.33 - - [2025-01-27 02:27:34] "GET /virtual-network/5ab5578f-ac3e-4884-86d2-27d9dc42008e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006679 10.0.0.33 - - [2025-01-27 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.33 - - [2025-01-27 02:27:40] "DELETE /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4 HTTP/1.1" 409 235 0.006577 10.0.0.33 - - [2025-01-27 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.003345 10.0.0.33 - - [2025-01-27 02:27:40] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019494 10.0.0.33 - - [2025-01-27 02:27:40] "GET /virtual-DNS-record/71ba6b9b-e119-4c20-ad13-005209cbc2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005178 10.0.0.33 - - [2025-01-27 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.33 - - [2025-01-27 02:27:40] "GET /virtual-DNS-record/71ba6b9b-e119-4c20-ad13-005209cbc2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004172 10.0.0.33 - - [2025-01-27 02:27:40] "GET /domains HTTP/1.1" 200 280 0.003361 10.0.0.33 - - [2025-01-27 02:27:40] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.33 - - [2025-01-27 02:27:40] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2959 0.008552 10.0.0.33 - - [2025-01-27 02:27:40] "GET /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4 HTTP/1.1" 200 1906 0.006489 10.0.0.33 - - [2025-01-27 02:27:40] "GET /virtual-DNS-record/71ba6b9b-e119-4c20-ad13-005209cbc2b4 HTTP/1.1" 200 1335 0.004011 10.0.0.33 - - [2025-01-27 02:27:46] "DELETE /virtual-DNS-record/71ba6b9b-e119-4c20-ad13-005209cbc2b4 HTTP/1.1" 200 115 0.025940 10.0.0.33 - - [2025-01-27 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.005760 10.0.0.33 - - [2025-01-27 02:27:46] "POST /neutron/network HTTP/1.1" 200 833 0.008681 10.0.0.33 - - [2025-01-27 02:27:46] "POST /neutron/network HTTP/1.1" 400 204 0.018052 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 1086 0.021429 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 1112 0.015644 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016855 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 1112 0.017085 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 151 0.137002 10.0.0.33 - - [2025-01-27 02:27:47] "POST /neutron/port HTTP/1.1" 200 151 0.126147 10.0.0.33 - - [2025-01-27 02:27:48] "POST /neutron/network HTTP/1.1" 200 833 0.009208 10.0.0.33 - - [2025-01-27 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.33 - - [2025-01-27 02:27:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002673 10.0.0.33 - - [2025-01-27 02:27:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 10.0.0.33 - - [2025-01-27 02:27:49] "POST /neutron/network HTTP/1.1" 200 151 0.161763 10.0.0.33 - - [2025-01-27 02:27:49] "DELETE /route-target/69c58f07-5658-4fba-b785-b836ca300ada HTTP/1.1" 200 115 0.024755 10.0.0.33 - - [2025-01-27 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006412 10.0.0.33 - - [2025-01-27 02:27:49] "DELETE /network-ipam/f471eb6c-c024-4434-a3ae-9f1e53d55f46 HTTP/1.1" 200 115 0.026448 10.0.0.33 - - [2025-01-27 02:27:49] "DELETE /virtual-DNS/be1b886e-e28e-4b74-8145-f0f10d8780f4 HTTP/1.1" 200 115 0.034889 10.0.0.33 - - [2025-01-27 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003254 10.0.0.33 - - [2025-01-27 02:27:49] "GET /domains HTTP/1.1" 200 280 0.003230 10.0.0.33 - - [2025-01-27 02:27:49] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001570 10.0.0.33 - - [2025-01-27 02:27:49] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2759 0.012310 10.0.0.33 - - [2025-01-27 02:27:49] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.33 - - [2025-01-27 02:27:49] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025139 10.0.0.33 - - [2025-01-27 02:27:49] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.33 - - [2025-01-27 02:27:49] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?fields=virtual_networks HTTP/1.1" 200 1032 0.077214 10.0.0.33 - - [2025-01-27 02:27:49] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001606 10.0.0.33 - - [2025-01-27 02:27:49] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.031386 10.0.0.33 - - [2025-01-27 02:27:49] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001546 10.0.0.33 - - [2025-01-27 02:27:49] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?fields=security_groups HTTP/1.1" 200 1259 0.034872 10.0.0.33 - - [2025-01-27 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.030626 10.0.0.33 - - [2025-01-27 02:27:50] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004140 10.0.0.33 - - [2025-01-27 02:27:50] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.33 - - [2025-01-27 02:27:50] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007408 10.0.0.33 - - [2025-01-27 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001701 10.0.0.33 - - [2025-01-27 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.003271 10.0.0.33 - - [2025-01-27 02:27:50] "POST /security-groups HTTP/1.1" 200 592 0.076143 10.0.0.33 - - [2025-01-27 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.003174 10.0.0.33 - - [2025-01-27 02:27:51] "POST /projects HTTP/1.1" 200 587 0.239599 10.0.0.33 - - [2025-01-27 02:27:51] "POST /access-control-lists HTTP/1.1" 200 597 0.057847 10.0.0.33 - - [2025-01-27 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.315261 10.0.0.33 - - [2025-01-27 02:27:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003134 10.0.0.33 - - [2025-01-27 02:27:51] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.453510 10.0.0.33 - - [2025-01-27 02:27:51] "POST /access-control-lists HTTP/1.1" 200 595 0.063118 10.0.0.33 - - [2025-01-27 02:27:51] "DELETE /project/331b605a2f5e4743947199a5f928fab8 HTTP/1.1" 404 173 0.017630 10.0.0.33 - - [2025-01-27 02:27:51] "DELETE /project/06f357bfce364132b14ae69a13037c01 HTTP/1.1" 404 173 0.013011 10.0.0.33 - - [2025-01-27 02:27:51] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.33 - - [2025-01-27 02:27:51] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001976 10.0.0.33 - - [2025-01-27 02:27:51] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.042966 10.0.0.33 - - [2025-01-27 02:27:51] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.049007 10.0.0.33 - - [2025-01-27 02:27:51] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001519 10.0.0.33 - - [2025-01-27 02:27:51] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.33 - - [2025-01-27 02:27:51] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?fields=security_groups HTTP/1.1" 200 1357 0.055142 10.0.0.33 - - [2025-01-27 02:27:51] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?fields=security_groups HTTP/1.1" 200 1364 0.063589 10.0.0.33 - - [2025-01-27 02:27:51] "DELETE /security-group/05cca90a-1cb3-4aad-8d51-f1010f671470 HTTP/1.1" 200 115 0.061889 10.0.0.33 - - [2025-01-27 02:27:51] "GET /projects?obj_uuids=c73115be-56c3-4752-945a-b2326e1dd3e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /access-control-list/b9ce4205-98ab-45f2-9dad-4511bbed53ca HTTP/1.1" 200 115 0.064927 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /security-group/124fc9ce-ba0f-4d82-b23d-62184be4e547 HTTP/1.1" 200 115 0.107543 10.0.0.33 - - [2025-01-27 02:27:52] "GET /project/c73115be-56c3-4752-945a-b2326e1dd3e6?fields=application_policy_sets HTTP/1.1" 200 1396 0.070729 10.0.0.33 - - [2025-01-27 02:27:52] "GET /projects?obj_uuids=06f357bf-ce36-4132-b14a-e69a13037c01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001541 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /access-control-list/1e177a07-1a99-4de5-a5cf-7ea7b8ec11a4 HTTP/1.1" 200 115 0.059790 10.0.0.33 - - [2025-01-27 02:27:52] "GET /project/06f357bf-ce36-4132-b14a-e69a13037c01?fields=application_policy_sets HTTP/1.1" 200 1403 0.054799 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /access-control-list/f183f924-ba9b-49d0-988f-8c1eb01c47dd HTTP/1.1" 200 115 0.053423 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /access-control-list/6fbe062a-cf5c-49e5-ae63-f41576c7245e HTTP/1.1" 200 115 0.050935 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /project/c73115be-56c3-4752-945a-b2326e1dd3e6 HTTP/1.1" 200 115 0.495629 10.0.0.33 - - [2025-01-27 02:27:52] "DELETE /project/06f357bf-ce36-4132-b14a-e69a13037c01 HTTP/1.1" 200 115 0.523134 10.0.0.33 - - [2025-01-27 02:27:52] "GET / HTTP/1.1" 200 35931 0.003663 10.0.0.33 - - [2025-01-27 02:27:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000675 10.0.0.33 - - [2025-01-27 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.070396 10.0.0.33 - - [2025-01-27 02:27:53] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.33 - - [2025-01-27 02:27:53] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029084 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/network HTTP/1.1" 200 117 0.035243 10.0.0.33 - - [2025-01-27 02:27:53] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001837 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/network HTTP/1.1" 200 606 0.077312 10.0.0.33 - - [2025-01-27 02:27:53] "POST /route-targets HTTP/1.1" 200 327 0.013756 10.0.0.33 - - [2025-01-27 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.015136 10.0.0.33 - - [2025-01-27 02:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006969 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.151325 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/network HTTP/1.1" 200 824 0.008777 10.0.0.33 - - [2025-01-27 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.002020 10.0.0.33 - - [2025-01-27 02:27:53] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007793 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/network HTTP/1.1" 200 824 0.006520 10.0.0.33 - - [2025-01-27 02:27:53] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006041 10.0.0.33 - - [2025-01-27 02:27:53] "POST /neutron/network HTTP/1.1" 200 824 0.007505 10.0.0.33 - - [2025-01-27 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009408 10.0.0.33 - - [2025-01-27 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001693 10.0.0.33 - - [2025-01-27 02:27:54] "POST /neutron/network HTTP/1.1" 200 834 0.008369 10.0.0.33 - - [2025-01-27 02:27:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000558 10.0.0.33 - - [2025-01-27 02:27:54] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.33 - - [2025-01-27 02:27:54] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.33 - - [2025-01-27 02:27:54] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666 10.0.0.33 - - [2025-01-27 02:27:54] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057077 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/network HTTP/1.1" 200 824 0.006592 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.007022 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.007082 10.0.0.33 - - [2025-01-27 02:27:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001585 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/network HTTP/1.1" 200 834 0.006511 10.0.0.33 - - [2025-01-27 02:27:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/network HTTP/1.1" 200 834 0.007943 10.0.0.33 - - [2025-01-27 02:27:55] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001891 10.0.0.33 - - [2025-01-27 02:27:55] "GET / HTTP/1.1" 200 35931 0.002560 10.0.0.33 - - [2025-01-27 02:27:55] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000576 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 1060 0.236443 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 1060 0.011778 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 1060 0.010970 10.0.0.33 - - [2025-01-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 1114 0.083451 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/port HTTP/1.1" 200 1088 0.019562 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.016145 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.33 - - [2025-01-27 02:27:56] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.33 - - [2025-01-27 02:27:56] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065380 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/network HTTP/1.1" 200 824 0.017987 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/network HTTP/1.1" 200 824 0.009501 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/port HTTP/1.1" 200 1088 0.024433 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008267 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.006969 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/port HTTP/1.1" 200 1088 0.036843 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009005 10.0.0.33 - - [2025-01-27 02:27:56] "POST /neutron/network HTTP/1.1" 200 834 0.007405 10.0.0.33 - - [2025-01-27 02:27:56] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1060 0.305357 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1060 0.012745 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1060 0.010848 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1114 0.084468 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1088 0.023002 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.013746 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.002052 10.0.0.33 - - [2025-01-27 02:27:57] "POST /neutron/network HTTP/1.1" 200 824 0.007446 10.0.0.33 - - [2025-01-27 02:27:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055466 10.0.0.33 - - [2025-01-27 02:27:58] "GET /obj-perms HTTP/1.1" 200 5056 0.072474 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/port HTTP/1.1" 200 1088 0.019026 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009197 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/port HTTP/1.1" 200 1088 0.020372 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010622 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/port HTTP/1.1" 200 1088 0.020319 10.0.0.33 - - [2025-01-27 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008132 10.0.0.33 - - [2025-01-27 02:28:01] "GET /virtual-machine/28bb49a7-1a92-43bf-85c6-c871c84a0323 HTTP/1.1" 401 292 0.000583 10.0.0.33 - - [2025-01-27 02:28:02] "GET /virtual-machine/28bb49a7-1a92-43bf-85c6-c871c84a0323 HTTP/1.1" 200 1292 0.037055 10.0.0.33 - - [2025-01-27 02:28:02] "GET /virtual-machine-interface/faf124a4-354c-431b-893f-317185239a61 HTTP/1.1" 200 2945 0.007754 10.0.0.33 - - [2025-01-27 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007615 10.0.0.33 - - [2025-01-27 02:28:02] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005738 10.0.0.33 - - [2025-01-27 02:28:02] "GET /virtual-networks?parent_id=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004253 10.0.0.33 - - [2025-01-27 02:28:02] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006682 10.0.0.33 - - [2025-01-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1088 0.018680 10.0.0.33 - - [2025-01-27 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006409 10.0.0.33 - - [2025-01-27 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.33 - - [2025-01-27 02:28:05] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008598 10.0.0.33 - - [2025-01-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1088 0.020747 10.0.0.33 - - [2025-01-27 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012543 10.0.0.33 - - [2025-01-27 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2025-01-27 02:28:07] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004313 10.0.0.33 - - [2025-01-27 02:28:07] "GET /virtual-networks?parent_id=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004133 10.0.0.33 - - [2025-01-27 02:28:07] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006023 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1088 0.017887 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009069 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1088 0.020694 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008648 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1088 0.016592 10.0.0.33 - - [2025-01-27 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007313 10.0.0.33 - - [2025-01-27 02:28:08] "GET /virtual-machine/77a11c0f-0733-4e0d-a94d-001811ad4b9b HTTP/1.1" 200 1293 0.008527 10.0.0.33 - - [2025-01-27 02:28:08] "GET /virtual-machine-interface/36faa15e-3d23-4937-9009-ade4e0d726c9 HTTP/1.1" 200 2945 0.011809 10.0.0.33 - - [2025-01-27 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2025-01-27 02:28:08] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004118 10.0.0.33 - - [2025-01-27 02:28:08] "GET /virtual-networks?parent_id=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003871 10.0.0.33 - - [2025-01-27 02:28:08] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007261 10.0.0.33 - - [2025-01-27 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.33 - - [2025-01-27 02:28:09] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004502 10.0.0.33 - - [2025-01-27 02:28:09] "GET /virtual-networks?parent_id=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003329 10.0.0.33 - - [2025-01-27 02:28:09] "GET /virtual-network/75a58f9b-96a0-45af-89d0-fdc4c67acceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006155 10.0.0.33 - - [2025-01-27 02:28:14] "POST /neutron/network HTTP/1.1" 200 824 0.010398 10.0.0.33 - - [2025-01-27 02:28:14] "POST /neutron/network HTTP/1.1" 400 204 0.014705 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 1088 0.021931 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 1114 0.011808 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 1088 0.022859 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 1114 0.010726 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 151 0.134825 10.0.0.33 - - [2025-01-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 151 0.125344 10.0.0.33 - - [2025-01-27 02:28:16] "POST /neutron/network HTTP/1.1" 200 824 0.009471 10.0.0.33 - - [2025-01-27 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007292 10.0.0.33 - - [2025-01-27 02:28:16] "DELETE /route-target/95da68a8-61f8-4118-a6df-1b3a446ec618 HTTP/1.1" 200 115 0.023699 10.0.0.33 - - [2025-01-27 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.048286 10.0.0.33 - - [2025-01-27 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.33 - - [2025-01-27 02:28:16] "POST /neutron/network HTTP/1.1" 200 151 0.145464 10.0.0.33 - - [2025-01-27 02:28:17] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001895 10.0.0.33 - - [2025-01-27 02:28:17] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064751 10.0.0.33 - - [2025-01-27 02:28:17] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.33 - - [2025-01-27 02:28:17] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?fields=virtual_networks HTTP/1.1" 200 1033 0.080847 10.0.0.33 - - [2025-01-27 02:28:17] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002204 10.0.0.33 - - [2025-01-27 02:28:17] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.034713 10.0.0.33 - - [2025-01-27 02:28:17] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666 10.0.0.33 - - [2025-01-27 02:28:17] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?fields=security_groups HTTP/1.1" 200 1260 0.034093 10.0.0.33 - - [2025-01-27 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.037196 10.0.0.33 - - [2025-01-27 02:28:18] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.33 - - [2025-01-27 02:28:18] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.33 - - [2025-01-27 02:28:18] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045445 10.0.0.33 - - [2025-01-27 02:28:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001698 10.0.0.33 - - [2025-01-27 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.004054 10.0.0.33 - - [2025-01-27 02:28:18] "POST /security-groups HTTP/1.1" 200 591 0.079835 10.0.0.33 - - [2025-01-27 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003458 10.0.0.33 - - [2025-01-27 02:28:18] "POST /projects HTTP/1.1" 200 585 0.247129 10.0.0.33 - - [2025-01-27 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.284521 10.0.0.33 - - [2025-01-27 02:28:19] "POST /access-control-lists HTTP/1.1" 200 596 0.068765 10.0.0.33 - - [2025-01-27 02:28:19] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.472276 10.0.0.33 - - [2025-01-27 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.003558 10.0.0.33 - - [2025-01-27 02:28:19] "POST /access-control-lists HTTP/1.1" 200 594 0.067902 10.0.0.33 - - [2025-01-27 02:28:20] "GET / HTTP/1.1" 200 35931 0.003317 10.0.0.33 - - [2025-01-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000735 10.0.0.33 - - [2025-01-27 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.068690 10.0.0.33 - - [2025-01-27 02:28:21] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001599 10.0.0.33 - - [2025-01-27 02:28:21] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032166 10.0.0.33 - - [2025-01-27 02:28:21] "POST /neutron/network HTTP/1.1" 200 117 0.045025 10.0.0.33 - - [2025-01-27 02:28:21] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002133 10.0.0.33 - - [2025-01-27 02:28:21] "POST /neutron/network HTTP/1.1" 200 625 0.107114 10.0.0.33 - - [2025-01-27 02:28:21] "POST /route-targets HTTP/1.1" 200 327 0.016515 10.0.0.33 - - [2025-01-27 02:28:21] "POST /ref-update HTTP/1.1" 200 156 0.020441 10.0.0.33 - - [2025-01-27 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006342 10.0.0.33 - - [2025-01-27 02:28:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.229275 10.0.0.33 - - [2025-01-27 02:28:21] "POST /neutron/network HTTP/1.1" 200 839 0.008418 10.0.0.33 - - [2025-01-27 02:28:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001660 10.0.0.33 - - [2025-01-27 02:28:21] "GET /virtual-network/e827b810-89a0-4926-95d3-c649ccf491d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008720 10.0.0.33 - - [2025-01-27 02:28:21] "POST /neutron/network HTTP/1.1" 200 839 0.008263 10.0.0.33 - - [2025-01-27 02:28:21] "GET /virtual-network/e827b810-89a0-4926-95d3-c649ccf491d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007211 10.0.0.33 - - [2025-01-27 02:28:22] "POST /neutron/network HTTP/1.1" 200 839 0.008309 10.0.0.33 - - [2025-01-27 02:28:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.010999 10.0.0.33 - - [2025-01-27 02:28:22] "POST /neutron/network HTTP/1.1" 200 839 0.008039 10.0.0.33 - - [2025-01-27 02:28:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001567 10.0.0.33 - - [2025-01-27 02:28:22] "POST /neutron/network HTTP/1.1" 200 849 0.007523 10.0.0.33 - - [2025-01-27 02:28:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2025-01-27 02:28:22] "GET / HTTP/1.1" 200 35931 0.002784 10.0.0.33 - - [2025-01-27 02:28:22] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000839 10.0.0.33 - - [2025-01-27 02:28:23] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.33 - - [2025-01-27 02:28:23] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062334 10.0.0.33 - - [2025-01-27 02:28:23] "POST /neutron/network HTTP/1.1" 200 839 0.037138 10.0.0.33 - - [2025-01-27 02:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.006765 10.0.0.33 - - [2025-01-27 02:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.006639 10.0.0.33 - - [2025-01-27 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.33 - - [2025-01-27 02:28:23] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004680 10.0.0.33 - - [2025-01-27 02:28:23] "PUT /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 276 0.014110 10.0.0.33 - - [2025-01-27 02:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.006639 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/network HTTP/1.1" 200 849 0.007480 10.0.0.33 - - [2025-01-27 02:28:24] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001452 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 1055 0.293218 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 1055 0.050221 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 1055 0.011299 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 1109 0.093422 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 1083 0.027823 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004102 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.014415 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.33 - - [2025-01-27 02:28:24] "POST /neutron/network HTTP/1.1" 200 839 0.007465 10.0.0.33 - - [2025-01-27 02:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.022022 10.0.0.33 - - [2025-01-27 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010714 10.0.0.33 - - [2025-01-27 02:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.018101 10.0.0.33 - - [2025-01-27 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008343 10.0.0.33 - - [2025-01-27 02:28:29] "POST /neutron/port HTTP/1.1" 200 1083 0.018405 10.0.0.33 - - [2025-01-27 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009663 10.0.0.33 - - [2025-01-27 02:28:29] "GET /virtual-machine/8e72d21e-47ec-4fbf-8111-120e41f3809b HTTP/1.1" 401 292 0.000611 10.0.0.33 - - [2025-01-27 02:28:29] "GET /virtual-machine/8e72d21e-47ec-4fbf-8111-120e41f3809b HTTP/1.1" 200 1292 0.038967 10.0.0.33 - - [2025-01-27 02:28:29] "GET /virtual-machine-interface/fa64231e-0998-482d-92ce-cd2ed5d41629 HTTP/1.1" 200 2971 0.007884 10.0.0.33 - - [2025-01-27 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.33 - - [2025-01-27 02:28:29] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004437 10.0.0.33 - - [2025-01-27 02:28:29] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004489 10.0.0.33 - - [2025-01-27 02:28:29] "GET /virtual-network/e827b810-89a0-4926-95d3-c649ccf491d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006816 10.0.0.33 - - [2025-01-27 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.33 - - [2025-01-27 02:28:32] "GET /virtual-network/e827b810-89a0-4926-95d3-c649ccf491d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009104 10.0.0.33 - - [2025-01-27 02:28:34] "POST /neutron/port HTTP/1.1" 200 1083 0.018185 10.0.0.33 - - [2025-01-27 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007188 10.0.0.33 - - [2025-01-27 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.33 - - [2025-01-27 02:28:36] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004321 10.0.0.33 - - [2025-01-27 02:28:36] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004017 10.0.0.33 - - [2025-01-27 02:28:37] "GET /virtual-network/e827b810-89a0-4926-95d3-c649ccf491d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006419 10.0.0.33 - - [2025-01-27 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.33 - - [2025-01-27 02:28:39] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004612 10.0.0.33 - - [2025-01-27 02:28:39] "PUT /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 276 0.010617 10.0.0.33 - - [2025-01-27 02:28:39] "POST /neutron/network HTTP/1.1" 200 839 0.007132 10.0.0.33 - - [2025-01-27 02:28:39] "POST /neutron/network HTTP/1.1" 400 204 0.013832 10.0.0.33 - - [2025-01-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1083 0.020597 10.0.0.33 - - [2025-01-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1109 0.012401 10.0.0.33 - - [2025-01-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.103061 10.0.0.33 - - [2025-01-27 02:28:41] "POST /neutron/network HTTP/1.1" 200 839 0.007380 10.0.0.33 - - [2025-01-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004838 10.0.0.33 - - [2025-01-27 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006765 10.0.0.33 - - [2025-01-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.33 - - [2025-01-27 02:28:41] "POST /neutron/network HTTP/1.1" 200 151 0.100606 10.0.0.33 - - [2025-01-27 02:28:41] "DELETE /route-target/1c19f681-58d3-46d4-a631-3988a0340527 HTTP/1.1" 200 115 0.020136 10.0.0.33 - - [2025-01-27 02:28:41] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003304 10.0.0.33 - - [2025-01-27 02:28:41] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d HTTP/1.1" 200 1827 0.003889 10.0.0.33 - - [2025-01-27 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.33 - - [2025-01-27 02:28:42] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001278 10.0.0.33 - - [2025-01-27 02:28:42] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032874 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 117 0.008227 10.0.0.33 - - [2025-01-27 02:28:42] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001625 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 605 0.076411 10.0.0.33 - - [2025-01-27 02:28:42] "POST /route-targets HTTP/1.1" 200 327 0.014348 10.0.0.33 - - [2025-01-27 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.012340 10.0.0.33 - - [2025-01-27 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006581 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.211224 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.006389 10.0.0.33 - - [2025-01-27 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.002548 10.0.0.33 - - [2025-01-27 02:28:42] "GET /virtual-network/24e91516-779b-4f23-8106-1618e4942e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006920 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.008377 10.0.0.33 - - [2025-01-27 02:28:42] "GET /virtual-network/24e91516-779b-4f23-8106-1618e4942e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006096 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.007218 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.009169 10.0.0.33 - - [2025-01-27 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001675 10.0.0.33 - - [2025-01-27 02:28:42] "POST /neutron/network HTTP/1.1" 200 834 0.008981 10.0.0.33 - - [2025-01-27 02:28:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000658 10.0.0.33 - - [2025-01-27 02:28:43] "GET / HTTP/1.1" 200 35931 0.002444 10.0.0.33 - - [2025-01-27 02:28:43] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000462 10.0.0.33 - - [2025-01-27 02:28:43] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.33 - - [2025-01-27 02:28:43] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.064401 10.0.0.33 - - [2025-01-27 02:28:43] "POST /neutron/network HTTP/1.1" 200 824 0.008086 10.0.0.33 - - [2025-01-27 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.006629 10.0.0.33 - - [2025-01-27 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.006267 10.0.0.33 - - [2025-01-27 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.009702 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/network HTTP/1.1" 200 834 0.006603 10.0.0.33 - - [2025-01-27 02:28:44] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.224427 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.014662 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.012748 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 1114 0.075449 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 1088 0.021120 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005080 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.015408 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.33 - - [2025-01-27 02:28:44] "POST /neutron/network HTTP/1.1" 200 824 0.006963 10.0.0.33 - - [2025-01-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1088 0.020222 10.0.0.33 - - [2025-01-27 02:28:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008061 10.0.0.33 - - [2025-01-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1088 0.023176 10.0.0.33 - - [2025-01-27 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007471 10.0.0.33 - - [2025-01-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1088 0.020612 10.0.0.33 - - [2025-01-27 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010197 10.0.0.33 - - [2025-01-27 02:28:49] "GET /virtual-machine/d6507f34-3d59-4fa9-ba1d-072aa9a024f5 HTTP/1.1" 200 1293 0.006156 10.0.0.33 - - [2025-01-27 02:28:49] "GET /virtual-machine-interface/6b16af11-af32-4947-90d7-90e711e6ef1e HTTP/1.1" 200 2940 0.007587 10.0.0.33 - - [2025-01-27 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.33 - - [2025-01-27 02:28:49] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004833 10.0.0.33 - - [2025-01-27 02:28:49] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003761 10.0.0.33 - - [2025-01-27 02:28:49] "GET /virtual-network/24e91516-779b-4f23-8106-1618e4942e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005990 10.0.0.33 - - [2025-01-27 02:28:52] "DELETE /project/c900fa99dcc14365865eded1f7586582 HTTP/1.1" 404 173 0.012452 10.0.0.33 - - [2025-01-27 02:28:52] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.33 - - [2025-01-27 02:28:52] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.031126 10.0.0.33 - - [2025-01-27 02:28:52] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.33 - - [2025-01-27 02:28:52] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?fields=security_groups HTTP/1.1" 200 1365 0.076507 10.0.0.33 - - [2025-01-27 02:28:52] "DELETE /security-group/10dc7e8f-51d4-434e-96db-3fc4d1be6209 HTTP/1.1" 200 115 0.042922 10.0.0.33 - - [2025-01-27 02:28:52] "GET /projects?obj_uuids=331b605a-2f5e-4743-9471-99a5f928fab8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001985 10.0.0.33 - - [2025-01-27 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.33 - - [2025-01-27 02:28:52] "GET /virtual-network/24e91516-779b-4f23-8106-1618e4942e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005461 10.0.0.33 - - [2025-01-27 02:28:52] "DELETE /access-control-list/796e19cb-9de1-4fa7-bf95-d43e69bee9a3 HTTP/1.1" 200 115 0.045765 10.0.0.33 - - [2025-01-27 02:28:52] "GET /project/331b605a-2f5e-4743-9471-99a5f928fab8?fields=application_policy_sets HTTP/1.1" 200 1404 0.045147 10.0.0.33 - - [2025-01-27 02:28:52] "DELETE /access-control-list/8d17a596-24f4-4a70-80f9-669e9a3a9318 HTTP/1.1" 200 115 0.027175 10.0.0.33 - - [2025-01-27 02:28:52] "DELETE /project/331b605a-2f5e-4743-9471-99a5f928fab8 HTTP/1.1" 200 115 0.393080 10.0.0.33 - - [2025-01-27 02:28:54] "POST /neutron/port HTTP/1.1" 200 1088 0.020966 10.0.0.33 - - [2025-01-27 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008114 10.0.0.33 - - [2025-01-27 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.33 - - [2025-01-27 02:28:56] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006721 10.0.0.33 - - [2025-01-27 02:28:56] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004545 10.0.0.33 - - [2025-01-27 02:28:56] "GET /virtual-network/24e91516-779b-4f23-8106-1618e4942e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006036 10.0.0.33 - - [2025-01-27 02:28:58] "GET /obj-perms HTTP/1.1" 200 5056 0.062789 10.0.0.33 - - [2025-01-27 02:28:58] "POST /neutron/network HTTP/1.1" 200 824 0.006812 10.0.0.33 - - [2025-01-27 02:28:58] "POST /neutron/network HTTP/1.1" 400 204 0.014098 10.0.0.33 - - [2025-01-27 02:28:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063489 10.0.0.33 - - [2025-01-27 02:28:59] "POST /neutron/port HTTP/1.1" 200 1088 0.021424 10.0.0.33 - - [2025-01-27 02:28:59] "POST /neutron/port HTTP/1.1" 200 1114 0.011867 10.0.0.33 - - [2025-01-27 02:28:59] "POST /neutron/port HTTP/1.1" 200 151 0.108686 10.0.0.33 - - [2025-01-27 02:29:00] "POST /neutron/network HTTP/1.1" 200 824 0.006887 10.0.0.33 - - [2025-01-27 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006247 10.0.0.33 - - [2025-01-27 02:29:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003848 10.0.0.33 - - [2025-01-27 02:29:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006083 10.0.0.33 - - [2025-01-27 02:29:00] "POST /neutron/network HTTP/1.1" 200 151 0.108764 10.0.0.33 - - [2025-01-27 02:29:00] "DELETE /route-target/61cffa3e-2b37-4418-b6ac-a7c89a31e6b3 HTTP/1.1" 200 115 0.023900 10.0.0.33 - - [2025-01-27 02:29:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003698 10.0.0.33 - - [2025-01-27 02:29:01] "POST /network-ipams HTTP/1.1" 200 541 0.020510 10.0.0.33 - - [2025-01-27 02:29:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003801 10.0.0.33 - - [2025-01-27 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.33 - - [2025-01-27 02:29:01] "GET /network-ipam/968bb242-5d48-4e30-905c-a9ea56120e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.007405 10.0.0.33 - - [2025-01-27 02:29:01] "PUT /network-ipam/968bb242-5d48-4e30-905c-a9ea56120e30 HTTP/1.1" 200 258 0.013227 10.0.0.33 - - [2025-01-27 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.33 - - [2025-01-27 02:29:01] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001908 10.0.0.33 - - [2025-01-27 02:29:01] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036606 10.0.0.33 - - [2025-01-27 02:29:01] "POST /neutron/network HTTP/1.1" 200 117 0.010458 10.0.0.33 - - [2025-01-27 02:29:01] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/network HTTP/1.1" 200 605 0.104767 10.0.0.33 - - [2025-01-27 02:29:02] "POST /route-targets HTTP/1.1" 200 327 0.016866 10.0.0.33 - - [2025-01-27 02:29:02] "POST /ref-update HTTP/1.1" 200 156 0.017980 10.0.0.33 - - [2025-01-27 02:29:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004375 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.202065 10.0.0.33 - - [2025-01-27 02:29:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007669 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.175697 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.009195 10.0.0.33 - - [2025-01-27 02:29:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.002128 10.0.0.33 - - [2025-01-27 02:29:02] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007491 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.010131 10.0.0.33 - - [2025-01-27 02:29:02] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008175 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.010341 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.010336 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008984 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.009377 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009550 10.0.0.33 - - [2025-01-27 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.010886 10.0.0.33 - - [2025-01-27 02:29:02] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001702 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.178118 10.0.0.33 - - [2025-01-27 02:29:03] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001526 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.195893 10.0.0.33 - - [2025-01-27 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001643 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.010116 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009986 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/network HTTP/1.1" 200 994 0.010909 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009794 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.006479 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.005762 10.0.0.33 - - [2025-01-27 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001736 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.006442 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.011151 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009077 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/network HTTP/1.1" 200 994 0.009372 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008643 10.0.0.33 - - [2025-01-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009378 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011285 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.008226 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.006431 10.0.0.33 - - [2025-01-27 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001574 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.007524 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/network HTTP/1.1" 200 1004 0.013235 10.0.0.33 - - [2025-01-27 02:29:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000827 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.012155 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/network HTTP/1.1" 200 1004 0.010291 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.012970 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009890 10.0.0.33 - - [2025-01-27 02:29:04] "GET / HTTP/1.1" 200 35931 0.002750 10.0.0.33 - - [2025-01-27 02:29:04] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000741 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1109 0.121435 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.014995 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/network HTTP/1.1" 200 1004 0.011124 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009690 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009999 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1083 0.034521 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/port HTTP/1.1" 200 1109 0.099959 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.33 - - [2025-01-27 02:29:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.016698 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.002087 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/port HTTP/1.1" 200 1083 0.023828 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/network HTTP/1.1" 200 994 0.017600 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.33 - - [2025-01-27 02:29:05] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002027 10.0.0.33 - - [2025-01-27 02:29:05] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.081798 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.046488 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/network HTTP/1.1" 200 994 0.008992 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.002203 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/network HTTP/1.1" 200 994 0.012967 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/port HTTP/1.1" 200 2050 0.038305 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010528 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.006021 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domains HTTP/1.1" 200 280 0.003484 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002189 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2574 0.017174 10.0.0.33 - - [2025-01-27 02:29:05] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.33 - - [2025-01-27 02:29:05] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582 HTTP/1.1" 200 2841 0.122285 10.0.0.33 - - [2025-01-27 02:29:05] "GET /network-ipam/968bb242-5d48-4e30-905c-a9ea56120e30 HTTP/1.1" 200 2601 0.008077 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domains HTTP/1.1" 200 280 0.003604 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004634 10.0.0.33 - - [2025-01-27 02:29:05] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2574 0.014765 10.0.0.33 - - [2025-01-27 02:29:05] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.33 - - [2025-01-27 02:29:05] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582 HTTP/1.1" 200 2841 0.093346 10.0.0.33 - - [2025-01-27 02:29:05] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782 HTTP/1.1" 200 3779 0.009616 10.0.0.33 - - [2025-01-27 02:29:05] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782 HTTP/1.1" 200 3779 0.008925 10.0.0.33 - - [2025-01-27 02:29:05] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 200 2381 0.004982 10.0.0.33 - - [2025-01-27 02:29:05] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 200 2381 0.018678 10.0.0.33 - - [2025-01-27 02:29:05] "GET /route-target/79e156d1-403a-4862-bbd3-31e27ea461e9 HTTP/1.1" 200 1204 0.005695 10.0.0.33 - - [2025-01-27 02:29:05] "POST /neutron/network HTTP/1.1" 200 1004 0.029920 10.0.0.33 - - [2025-01-27 02:29:05] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782 HTTP/1.1" 200 3779 0.008945 10.0.0.33 - - [2025-01-27 02:29:05] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.33 - - [2025-01-27 02:29:05] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 200 2381 0.010548 10.0.0.33 - - [2025-01-27 02:29:05] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012774 10.0.0.33 - - [2025-01-27 02:29:05] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782 HTTP/1.1" 200 3779 0.007428 10.0.0.33 - - [2025-01-27 02:29:05] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 200 2381 0.011443 10.0.0.33 - - [2025-01-27 02:29:06] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 200 2381 0.010750 10.0.0.33 - - [2025-01-27 02:29:06] "GET /route-target/79e156d1-403a-4862-bbd3-31e27ea461e9 HTTP/1.1" 200 1204 0.018913 10.0.0.33 - - [2025-01-27 02:29:06] "GET /domains HTTP/1.1" 200 280 0.010900 10.0.0.33 - - [2025-01-27 02:29:06] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003370 10.0.0.33 - - [2025-01-27 02:29:06] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2574 0.016435 10.0.0.33 - - [2025-01-27 02:29:06] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001988 10.0.0.33 - - [2025-01-27 02:29:06] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582 HTTP/1.1" 200 3085 0.167756 10.0.0.33 - - [2025-01-27 02:29:06] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782 HTTP/1.1" 200 4037 0.026563 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1055 0.475222 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1055 0.011250 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1055 0.011863 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1109 0.098218 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1083 0.027653 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003776 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.018014 10.0.0.33 - - [2025-01-27 02:29:06] "GET /obj-perms HTTP/1.1" 200 5030 0.061435 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/network HTTP/1.1" 200 994 0.016761 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1083 0.018508 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008354 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1083 0.019469 10.0.0.33 - - [2025-01-27 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007023 10.0.0.33 - - [2025-01-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 1083 0.018149 10.0.0.33 - - [2025-01-27 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007869 10.0.0.33 - - [2025-01-27 02:29:07] "GET /virtual-machine/0781a54d-612a-4f0f-9ccd-851e271c5248 HTTP/1.1" 200 1287 0.006017 10.0.0.33 - - [2025-01-27 02:29:07] "GET /virtual-machine-interface/f2831418-6b4a-422f-ae68-d5368400cf7f HTTP/1.1" 200 2941 0.011688 10.0.0.33 - - [2025-01-27 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.33 - - [2025-01-27 02:29:07] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007610 10.0.0.33 - - [2025-01-27 02:29:07] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004219 10.0.0.33 - - [2025-01-27 02:29:07] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006300 10.0.0.33 - - [2025-01-27 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.33 - - [2025-01-27 02:29:10] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006284 10.0.0.33 - - [2025-01-27 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.33 - - [2025-01-27 02:29:14] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006734 10.0.0.33 - - [2025-01-27 02:29:15] "POST /neutron/port HTTP/1.1" 200 1083 0.044672 10.0.0.33 - - [2025-01-27 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008799 10.0.0.33 - - [2025-01-27 02:29:15] "POST /neutron/port HTTP/1.1" 200 1083 0.027017 10.0.0.33 - - [2025-01-27 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007178 10.0.0.33 - - [2025-01-27 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.017799 10.0.0.33 - - [2025-01-27 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006994 10.0.0.33 - - [2025-01-27 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.33 - - [2025-01-27 02:29:16] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004563 10.0.0.33 - - [2025-01-27 02:29:16] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003636 10.0.0.33 - - [2025-01-27 02:29:16] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006990 10.0.0.33 - - [2025-01-27 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.019986 10.0.0.33 - - [2025-01-27 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009204 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/port HTTP/1.1" 200 1083 0.023436 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/port HTTP/1.1" 200 1083 0.019241 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/network HTTP/1.1" 200 1004 0.009750 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004180 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/subnet HTTP/1.1" 200 673 0.018306 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.33 - - [2025-01-27 02:29:20] "POST /neutron/network HTTP/1.1" 200 994 0.009979 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/port HTTP/1.1" 200 1083 0.026284 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008679 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/port HTTP/1.1" 200 1083 0.021882 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009001 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/port HTTP/1.1" 200 1083 0.022095 10.0.0.33 - - [2025-01-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008261 10.0.0.33 - - [2025-01-27 02:29:22] "GET /virtual-machine/9bfb7755-a227-41c9-8bb8-8e4416c040fb HTTP/1.1" 200 1289 0.006901 10.0.0.33 - - [2025-01-27 02:29:22] "GET /virtual-machine-interface/1bfb4fc8-5382-46e9-a5f2-65e30c865629 HTTP/1.1" 200 2940 0.006451 10.0.0.33 - - [2025-01-27 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.33 - - [2025-01-27 02:29:22] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004756 10.0.0.33 - - [2025-01-27 02:29:22] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004393 10.0.0.33 - - [2025-01-27 02:29:22] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006692 10.0.0.33 - - [2025-01-27 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.33 - - [2025-01-27 02:29:23] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007963 10.0.0.33 - - [2025-01-27 02:29:23] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004590 10.0.0.33 - - [2025-01-27 02:29:23] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007978 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 1083 0.023562 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009942 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 1083 0.025149 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009577 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 1083 0.025493 10.0.0.33 - - [2025-01-27 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011181 10.0.0.33 - - [2025-01-27 02:29:24] "GET /virtual-machine/be550079-a93f-4979-8793-a5a138f71ec6 HTTP/1.1" 200 1292 0.008104 10.0.0.33 - - [2025-01-27 02:29:24] "GET /virtual-machine-interface/e74d5d4d-1080-47bf-b353-9012f42a6abe HTTP/1.1" 200 2941 0.006991 10.0.0.33 - - [2025-01-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.33 - - [2025-01-27 02:29:24] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004441 10.0.0.33 - - [2025-01-27 02:29:24] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003834 10.0.0.33 - - [2025-01-27 02:29:24] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007386 10.0.0.33 - - [2025-01-27 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.33 - - [2025-01-27 02:29:25] "GET /global-vrouter-config/9ffdabf0-6c3c-44bd-ba16-63fdd160319d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004833 10.0.0.33 - - [2025-01-27 02:29:25] "GET /virtual-networks?parent_id=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004378 10.0.0.33 - - [2025-01-27 02:29:25] "GET /virtual-network/95e28bea-d1bf-4d87-a909-4c227e053782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007322 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1109 0.011266 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1109 0.013113 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 151 0.127077 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010904 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1109 0.014159 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1083 0.019360 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 1109 0.015135 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 151 0.157703 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/network HTTP/1.1" 200 994 0.015490 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/network HTTP/1.1" 400 204 0.012488 10.0.0.33 - - [2025-01-27 02:29:42] "POST /neutron/port HTTP/1.1" 200 151 0.150772 10.0.0.33 - - [2025-01-27 02:29:44] "POST /neutron/network HTTP/1.1" 200 994 0.011305 10.0.0.33 - - [2025-01-27 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007617 10.0.0.33 - - [2025-01-27 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007873 10.0.0.33 - - [2025-01-27 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002924 10.0.0.33 - - [2025-01-27 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.33 - - [2025-01-27 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.33 - - [2025-01-27 02:29:44] "POST /neutron/network HTTP/1.1" 200 151 0.149265 10.0.0.33 - - [2025-01-27 02:29:44] "GET /routing-instance/d7907d0b-5d5a-4c53-a4e5-ac048813200f HTTP/1.1" 404 171 0.009578 10.0.0.33 - - [2025-01-27 02:29:44] "DELETE /route-target/79e156d1-403a-4862-bbd3-31e27ea461e9 HTTP/1.1" 200 115 0.041883 10.0.0.33 - - [2025-01-27 02:29:44] "GET /domains HTTP/1.1" 200 280 0.004948 10.0.0.33 - - [2025-01-27 02:29:44] "GET /domains?obj_uuids=fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002565 10.0.0.33 - - [2025-01-27 02:29:44] "GET /domain/fd4c0ded-7b56-4d8e-b65e-386ae2e12d9c HTTP/1.1" 200 2574 0.011714 10.0.0.33 - - [2025-01-27 02:29:44] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001469 10.0.0.33 - - [2025-01-27 02:29:44] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582 HTTP/1.1" 200 2084 0.083948 10.0.0.33 - - [2025-01-27 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.33 - - [2025-01-27 02:29:44] "DELETE /network-ipam/968bb242-5d48-4e30-905c-a9ea56120e30 HTTP/1.1" 200 115 0.027241 10.0.0.33 - - [2025-01-27 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003419 10.0.0.33 - - [2025-01-27 02:29:45] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001961 10.0.0.33 - - [2025-01-27 02:29:45] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035709 10.0.0.33 - - [2025-01-27 02:29:45] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.33 - - [2025-01-27 02:29:45] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?fields=virtual_networks HTTP/1.1" 200 1031 0.038030 10.0.0.33 - - [2025-01-27 02:29:45] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.33 - - [2025-01-27 02:29:45] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.040923 10.0.0.33 - - [2025-01-27 02:29:45] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.33 - - [2025-01-27 02:29:45] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?fields=security_groups HTTP/1.1" 200 1257 0.040929 10.0.0.33 - - [2025-01-27 02:29:47] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.33 - - [2025-01-27 02:29:47] "POST /neutron/port HTTP/1.1" 400 205 0.004014 10.0.0.33 - - [2025-01-27 02:29:47] "POST /neutron/port HTTP/1.1" 200 117 0.007548 10.0.0.33 - - [2025-01-27 02:29:47] "POST /neutron/port HTTP/1.1" 400 205 0.004571 10.0.0.33 - - [2025-01-27 02:29:52] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.33 - - [2025-01-27 02:29:52] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.045494 10.0.0.33 - - [2025-01-27 02:29:52] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001939 10.0.0.33 - - [2025-01-27 02:29:52] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?fields=security_groups HTTP/1.1" 200 1362 0.051786 10.0.0.33 - - [2025-01-27 02:29:53] "DELETE /security-group/410f5808-0b9d-432b-8d33-d5a3f803f805 HTTP/1.1" 200 115 0.055137 10.0.0.33 - - [2025-01-27 02:29:53] "GET /projects?obj_uuids=c900fa99-dcc1-4365-865e-ded1f7586582&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.33 - - [2025-01-27 02:29:53] "DELETE /access-control-list/e1b6ae90-5db7-4061-9731-e58763bc2e61 HTTP/1.1" 200 115 0.042441 10.0.0.33 - - [2025-01-27 02:29:53] "GET /project/c900fa99-dcc1-4365-865e-ded1f7586582?fields=application_policy_sets HTTP/1.1" 200 1401 0.051790 10.0.0.33 - - [2025-01-27 02:29:53] "DELETE /access-control-list/02b9b47a-6457-415b-8537-38d9d6aeb834 HTTP/1.1" 200 115 0.045662 10.0.0.33 - - [2025-01-27 02:29:53] "DELETE /project/c900fa99-dcc1-4365-865e-ded1f7586582 HTTP/1.1" 200 115 0.380139 10.0.0.33 - - [2025-01-27 02:29:54] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.33 - - [2025-01-27 02:29:55] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000635 10.0.0.33 - - [2025-01-27 02:29:55] "GET /projects?obj_uuids=5cf93c9f-96d9-4219-b854-44bf945c6e9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001535 10.0.0.33 - - [2025-01-27 02:29:55] "GET /project/5cf93c9f-96d9-4219-b854-44bf945c6e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.064450 [Introspect:8084]10.0.0.33 - - [2025-01-27 02:29:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001481