++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 27 02:27:39 UTC 2025 ===================' INFO: =================== Thu Mar 27 02:27:39 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.29 ++ 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.29 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.29 ++ ANALYTICSDB_NODES=10.0.0.29 ++ ANALYTICS_SNMP_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8081 ' +++ '[' -n '10.0.0.29:8081 ' ']' +++ echo 10.0.0.29:8081 ++ ANALYTICS_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9042 ' +++ '[' -n '10.0.0.29:9042 ' ']' +++ echo 10.0.0.29:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.29:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8086 ' +++ '[' -n '10.0.0.29:8086 ' ']' +++ echo 10.0.0.29:8086 ++ COLLECTOR_SERVERS=10.0.0.29: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.29 ++ CONFIGDB_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8082 ' +++ '[' -n '10.0.0.29:8082 ' ']' +++ echo 10.0.0.29:8082 ++ CONFIG_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9161 ' +++ '[' -n '10.0.0.29:9161 ' ']' +++ echo 10.0.0.29:9161 ++ CONFIGDB_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9041 ' +++ '[' -n '10.0.0.29:9041 ' ']' +++ echo 10.0.0.29:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.29:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.11 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.11 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+=10.0.0.29:2181, +++ '[' -n 10.0.0.29:2181, ']' +++ echo 10.0.0.29:2181 ++ ZOOKEEPER_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:2181 ' +++ '[' -n '10.0.0.29:2181 ' ']' +++ echo 10.0.0.29:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.29:2181 ++ RABBITMQ_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+=10.0.0.29:5673, +++ '[' -n 10.0.0.29:5673, ']' +++ echo 10.0.0.29:5673 ++ RABBITMQ_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:6379 ' +++ '[' -n '10.0.0.29:6379 ' ']' +++ echo 10.0.0.29:6379 ++ REDIS_SERVERS=10.0.0.29: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.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9092 ' +++ '[' -n '10.0.0.29:9092 ' ']' +++ echo 10.0.0.29:9092 ++ KAFKA_SERVERS=10.0.0.29: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.29 ++ 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.29 ++ 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.29 ++ 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.29 ++ cut -d , -f 1 + local cassandra=10.0.0.29 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.29 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.29 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.29 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.29,10.20.0.11,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.29'\''))' +++ local server_ip=10.0.0.29 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.29 ]] +++ [[ ,10.0.0.29,10.20.0.11,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.29, ]] +++ echo 10.0.0.29 1 +++ return ++ local ip=10.0.0.29 ++ [[ -z 10.0.0.29 ]] ++ echo 10.0.0.29 + host_ip=10.0.0.29 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.29:9041 + cassandra_server_list=10.0.0.29:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.29:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 03/27/2025 02:27:48.036 7f71c8e66908 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/27/2025 02:27:48.197 7f71c8e66908 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/27/2025 02:27:48.210 7f71c8e66908 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/27/2025 02:27:48.210 7f71c8e66908 [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.29:8082/ Hit Ctrl-C to quit. 10.0.0.29 - - [2025-03-27 02:27:51] "GET / HTTP/1.1" 503 181 0.000309 10.0.0.29 - - [2025-03-27 02:27:51] "GET / HTTP/1.1" 503 181 0.000156 10.0.0.29 - - [2025-03-27 02:27:52] "GET / HTTP/1.1" 200 45871 0.001947 10.0.0.29 - - [2025-03-27 02:27:52] "GET / HTTP/1.1" 200 45871 0.001353 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.29 - - [2025-03-27 02:27:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.29 - - [2025-03-27 02:27:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000410 10.0.0.29 - - [2025-03-27 02:27:53] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.29 - - [2025-03-27 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.660053 10.0.0.29 - - [2025-03-27 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.29 - - [2025-03-27 02:27:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.364935 10.0.0.29 - - [2025-03-27 02:27:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002883 10.0.0.29 - - [2025-03-27 02:27:53] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.29 - - [2025-03-27 02:27:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.29 - - [2025-03-27 02:27:53] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.29 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000748 /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.29 - - [2025-03-27 02:27:54] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.29 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.331378 10.0.0.29 - - [2025-03-27 02:27:54] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006397 10.0.0.29 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.053122 10.0.0.29 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.29 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.002939 10.0.0.29 - - [2025-03-27 02:27:54] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.025552 10.0.0.29 - - [2025-03-27 02:27:54] "POST /config-nodes HTTP/1.1" 200 599 0.062397 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-appliance-sets HTTP/1.1" 200 553 0.066506 10.0.0.29 - - [2025-03-27 02:27:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.005929 10.0.0.29 - - [2025-03-27 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.29 - - [2025-03-27 02:27:55] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007168 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.025652 10.0.0.29 - - [2025-03-27 02:27:55] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.29 - - [2025-03-27 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.29 - - [2025-03-27 02:27:55] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000541 10.0.0.29 - - [2025-03-27 02:27:55] "GET /network-ipam/5714c786-35d3-493b-9afa-9db2df104df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.013871 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-templates HTTP/1.1" 200 511 0.016385 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-templates HTTP/1.1" 200 501 0.019171 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-templates HTTP/1.1" 200 515 0.023695 10.0.0.29 - - [2025-03-27 02:27:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032539 10.0.0.29 - - [2025-03-27 02:27:55] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.29 - - [2025-03-27 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-templates HTTP/1.1" 200 535 0.029409 10.0.0.29 - - [2025-03-27 02:27:55] "POST /service-templates HTTP/1.1" 200 507 0.033895 10.0.0.29 - - [2025-03-27 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.29 - - [2025-03-27 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.618318 10.0.0.29 - - [2025-03-27 02:27:56] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006656 10.0.0.29 - - [2025-03-27 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.052309 10.0.0.29 - - [2025-03-27 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.003432 10.0.0.29 - - [2025-03-27 02:27:56] "GET /network-ipam/5714c786-35d3-493b-9afa-9db2df104df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004092 10.0.0.29 - - [2025-03-27 02:27:56] "POST /config-database-nodes HTTP/1.1" 200 617 0.017891 10.0.0.29 - - [2025-03-27 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003266 10.0.0.29 - - [2025-03-27 02:27:57] "POST /access-control-lists HTTP/1.1" 200 587 0.017352 10.0.0.29 - - [2025-03-27 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003382 10.0.0.29 - - [2025-03-27 02:27:57] "POST /access-control-lists HTTP/1.1" 200 585 0.018639 10.0.0.29 - - [2025-03-27 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.012529 10.0.0.29 - - [2025-03-27 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.011768 10.0.0.29 - - [2025-03-27 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.027786 10.0.0.29 - - [2025-03-27 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.010465 10.0.0.29 - - [2025-03-27 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.012386 10.0.0.29 - - [2025-03-27 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.010501 10.0.0.29 - - [2025-03-27 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.011198 10.0.0.29 - - [2025-03-27 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.011227 10.0.0.29 - - [2025-03-27 02:27:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.003148 10.0.0.29 - - [2025-03-27 02:27:58] "POST /access-control-lists HTTP/1.1" 200 551 0.065747 10.0.0.29 - - [2025-03-27 02:27:58] "PUT /access-control-list/3b0cfe22-6d87-41a8-b2d2-51dc4a35954a HTTP/1.1" 200 272 0.010864 10.0.0.29 - - [2025-03-27 02:27:58] "PUT /access-control-list/facdedb1-ed4c-45b8-b737-9dd59f91fadf HTTP/1.1" 200 272 0.018610 10.0.0.29 - - [2025-03-27 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.29 - - [2025-03-27 02:28:00] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003928 10.0.0.29 - - [2025-03-27 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.29 - - [2025-03-27 02:28:00] "PUT /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 276 0.018190 10.0.0.29 - - [2025-03-27 02:28:01] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 401 292 0.000477 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 581 0.138363 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 575 0.036637 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 575 0.023020 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 559 0.024352 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 555 0.023162 10.0.0.29 - - [2025-03-27 02:28:01] "POST /alarms HTTP/1.1" 200 557 0.021871 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 565 0.020847 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 549 0.018072 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 557 0.020523 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 567 0.039635 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 555 0.018851 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 567 0.018707 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 575 0.067855 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 569 0.025645 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 561 0.017866 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 561 0.021646 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 561 0.020678 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 547 0.021852 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 595 0.054400 10.0.0.29 - - [2025-03-27 02:28:02] "POST /alarms HTTP/1.1" 200 575 0.020301 10.0.0.29 - - [2025-03-27 02:28:03] "POST /alarms HTTP/1.1" 200 571 0.021442 10.0.0.29 - - [2025-03-27 02:28:03] "POST /alarms HTTP/1.1" 200 583 0.021922 10.0.0.29 - - [2025-03-27 02:28:03] "POST /alarms HTTP/1.1" 200 609 0.033581 10.0.0.29 - - [2025-03-27 02:28:03] "GET / HTTP/1.1" 200 35931 0.003083 10.0.0.29 - - [2025-03-27 02:28:03] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000404 10.0.0.29 - - [2025-03-27 02:28:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024846 10.0.0.29 - - [2025-03-27 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.29 - - [2025-03-27 02:28:03] "PUT /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 276 0.009782 10.0.0.29 - - [2025-03-27 02:28:04] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.29 - - [2025-03-27 02:28:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.29 - - [2025-03-27 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.027678 10.0.0.29 - - [2025-03-27 02:28:04] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004010 10.0.0.29 - - [2025-03-27 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.29 - - [2025-03-27 02:28:04] "PUT /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 276 0.009858 10.0.0.29 - - [2025-03-27 02:28:05] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.29 - - [2025-03-27 02:28:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.29 - - [2025-03-27 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.024949 10.0.0.29 - - [2025-03-27 02:28:05] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006730 10.0.0.29 - - [2025-03-27 02:28:05] "PUT /global-system-config/a5209073-1522-4717-99a0-36a4cde56454 HTTP/1.1" 200 274 0.030738 10.0.0.29 - - [2025-03-27 02:28:32] "GET /global-system-configs HTTP/1.1" 200 322 0.605980 10.0.0.29 - - [2025-03-27 02:28:32] "GET /global-system-configs HTTP/1.1" 200 322 0.324467 10.0.0.29 - - [2025-03-27 02:29:22] "GET / HTTP/1.1" 200 35931 0.001494 10.0.0.29 - - [2025-03-27 02:29:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.29 - - [2025-03-27 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.034853 10.0.0.29 - - [2025-03-27 02:29:23] "GET /routing-instance/623dcc9d-6144-491a-b11b-b787ff7a9a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006470 10.0.0.29 - - [2025-03-27 02:29:23] "POST /bgp-routers HTTP/1.1" 200 620 0.022184 10.0.0.29 - - [2025-03-27 02:29:23] "GET /bgp-router/632ea01b-65a3-410a-91d1-6872959c0036?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006875 10.0.0.29 - - [2025-03-27 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.29 - - [2025-03-27 02:29:23] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006647 10.0.0.29 - - [2025-03-27 02:29:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004191 10.0.0.29 - - [2025-03-27 02:29:23] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.29 - - [2025-03-27 02:30:15] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.29 - - [2025-03-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.29 - - [2025-03-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025820 10.0.0.29 - - [2025-03-27 02:30:15] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007711 10.0.0.29 - - [2025-03-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003250 10.0.0.29 - - [2025-03-27 02:30:16] "POST /database-nodes HTTP/1.1" 200 603 0.019002 10.0.0.29 - - [2025-03-27 02:31:07] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.29 - - [2025-03-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.29 - - [2025-03-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028794 10.0.0.29 - - [2025-03-27 02:31:07] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006299 10.0.0.29 - - [2025-03-27 02:31:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003730 10.0.0.29 - - [2025-03-27 02:31:08] "POST /analytics-nodes HTTP/1.1" 200 605 0.018978 10.0.0.29 - - [2025-03-27 02:31:13] "GET / HTTP/1.1" 200 35931 0.001901 10.0.0.29 - - [2025-03-27 02:31:25] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.29 - - [2025-03-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.29 - - [2025-03-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.028991 10.0.0.29 - - [2025-03-27 02:31:25] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005993 10.0.0.29 - - [2025-03-27 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003315 10.0.0.29 - - [2025-03-27 02:31:26] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022848 10.0.0.29 - - [2025-03-27 02:31:38] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.29 - - [2025-03-27 02:31:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.29 - - [2025-03-27 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024087 10.0.0.29 - - [2025-03-27 02:31:39] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005516 10.0.0.29 - - [2025-03-27 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003226 10.0.0.29 - - [2025-03-27 02:31:39] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.044723 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.29 - - [2025-03-27 02:31:57] "GET /obj-perms HTTP/1.1" 200 5056 0.364931 10.0.0.29 - - [2025-03-27 02:31:58] "GET /obj-perms HTTP/1.1" 200 5056 0.044915 10.0.0.29 - - [2025-03-27 02:32:58] "GET /obj-perms HTTP/1.1" 200 5056 0.055276 10.0.0.29 - - [2025-03-27 02:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.056235 10.0.0.29 - - [2025-03-27 02:33:20] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.29 - - [2025-03-27 02:33:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.032394 10.0.0.29 - - [2025-03-27 02:33:21] "GET /global-system-config/a5209073-1522-4717-99a0-36a4cde56454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.011674 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.29 - - [2025-03-27 02:33:21] "GET /routing-instance/623dcc9d-6144-491a-b11b-b787ff7a9a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004560 10.0.0.29 - - [2025-03-27 02:33:21] "PUT /global-system-config/a5209073-1522-4717-99a0-36a4cde56454 HTTP/1.1" 200 274 0.009971 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 218 0.004713 10.0.0.29 - - [2025-03-27 02:33:21] "POST /virtual-routers HTTP/1.1" 200 603 0.018364 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.29 - - [2025-03-27 02:33:21] "GET /virtual-router/50296c1c-3587-4a26-8893-b25332340d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.005946 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.003179 10.0.0.29 - - [2025-03-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.29 - - [2025-03-27 02:33:21] "GET /virtual-network/8dcc0151-abe9-4222-a827-31fe37eb3297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007341 10.0.0.29 - - [2025-03-27 02:33:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.044780 10.0.0.29 - - [2025-03-27 02:33:22] "PUT /access-control-list/ba7e0a1d-2ecf-4b3d-ac93-37841d374485 HTTP/1.1" 200 272 0.038813 10.0.0.29 - - [2025-03-27 02:33:29] "GET /global-system-configs HTTP/1.1" 200 322 0.009033 10.0.0.29 - - [2025-03-27 02:33:29] "GET /obj-perms HTTP/1.1" 200 5056 0.028335 10.0.0.29 - - [2025-03-27 02:33:29] "GET /global-system-configs HTTP/1.1" 200 322 0.028653 10.0.0.29 - - [2025-03-27 02:33:29] "GET /obj-perms HTTP/1.1" 200 5056 0.064114 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:33:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000912 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:33:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000834 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:33:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000993 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:33:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001000 10.0.0.29 - - [2025-03-27 02:33:59] "GET /obj-perms HTTP/1.1" 200 5056 0.050754 10.0.0.29 - - [2025-03-27 02:33:59] "GET /obj-perms HTTP/1.1" 200 5056 0.046625 10.0.0.29 - - [2025-03-27 02:34:31] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.29 - - [2025-03-27 02:34:32] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.29 - - [2025-03-27 02:34:32] "GET /projects?obj_uuids=b7d76408-bbf1-4cb4-b471-6ae2717662c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023922 10.0.0.29 - - [2025-03-27 02:34:32] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.29 - - [2025-03-27 02:34:32] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.068013 10.0.0.29 - - [2025-03-27 02:34:33] "POST /id-to-fqname HTTP/1.1" 200 167 0.001492 10.0.0.29 - - [2025-03-27 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 176 0.002970 10.0.0.29 - - [2025-03-27 02:34:33] "POST /security-groups HTTP/1.1" 200 568 0.074888 10.0.0.29 - - [2025-03-27 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003793 10.0.0.29 - - [2025-03-27 02:34:33] "POST /projects HTTP/1.1" 200 539 0.244816 10.0.0.29 - - [2025-03-27 02:34:33] "POST /access-control-lists HTTP/1.1" 200 573 0.069754 10.0.0.29 - - [2025-03-27 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.317745 10.0.0.29 - - [2025-03-27 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003917 10.0.0.29 - - [2025-03-27 02:34:33] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.514662 10.0.0.29 - - [2025-03-27 02:34:33] "POST /access-control-lists HTTP/1.1" 200 571 0.061643 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:34:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001108 10.0.0.29 - - [2025-03-27 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.023841 10.0.0.29 - - [2025-03-27 02:34:34] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003104 10.0.0.29 - - [2025-03-27 02:34:34] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.29 - - [2025-03-27 02:34:34] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011704 10.0.0.29 - - [2025-03-27 02:34:34] "POST /id-to-fqname HTTP/1.1" 200 201 0.001189 10.0.0.29 - - [2025-03-27 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.003798 10.0.0.29 - - [2025-03-27 02:34:34] "POST /security-groups HTTP/1.1" 200 602 0.065469 10.0.0.29 - - [2025-03-27 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002831 10.0.0.29 - - [2025-03-27 02:34:34] "POST /projects HTTP/1.1" 200 607 0.239134 10.0.0.29 - - [2025-03-27 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.270697 10.0.0.29 - - [2025-03-27 02:34:34] "POST /access-control-lists HTTP/1.1" 200 607 0.061330 10.0.0.29 - - [2025-03-27 02:34:34] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.406142 10.0.0.29 - - [2025-03-27 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.003158 10.0.0.29 - - [2025-03-27 02:34:34] "POST /access-control-lists HTTP/1.1" 200 605 0.061135 10.0.0.29 - - [2025-03-27 02:34:35] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.29 - - [2025-03-27 02:34:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.29 - - [2025-03-27 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.055663 10.0.0.29 - - [2025-03-27 02:34:36] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.29 - - [2025-03-27 02:34:36] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.025377 10.0.0.29 - - [2025-03-27 02:34:36] "POST /neutron/network HTTP/1.1" 200 117 0.038290 10.0.0.29 - - [2025-03-27 02:34:36] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.29 - - [2025-03-27 02:34:36] "POST /neutron/network HTTP/1.1" 200 620 0.077186 10.0.0.29 - - [2025-03-27 02:34:36] "POST /route-targets HTTP/1.1" 200 327 0.013436 10.0.0.29 - - [2025-03-27 02:34:37] "POST /ref-update HTTP/1.1" 200 156 0.020564 10.0.0.29 - - [2025-03-27 02:34:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010618 10.0.0.29 - - [2025-03-27 02:34:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.247034 10.0.0.29 - - [2025-03-27 02:34:37] "POST /neutron/network HTTP/1.1" 200 839 0.006364 10.0.0.29 - - [2025-03-27 02:34:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001290 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004742 10.0.0.29 - - [2025-03-27 02:34:37] "POST /neutron/network HTTP/1.1" 200 839 0.009460 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004852 10.0.0.29 - - [2025-03-27 02:34:37] "POST /neutron/network HTTP/1.1" 200 839 0.010590 10.0.0.29 - - [2025-03-27 02:34:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.008123 10.0.0.29 - - [2025-03-27 02:34:37] "GET /domains HTTP/1.1" 401 292 0.000376 10.0.0.29 - - [2025-03-27 02:34:37] "GET /domains HTTP/1.1" 200 280 0.025766 10.0.0.29 - - [2025-03-27 02:34:37] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.29 - - [2025-03-27 02:34:37] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2584 0.013033 10.0.0.29 - - [2025-03-27 02:34:37] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000962 10.0.0.29 - - [2025-03-27 02:34:37] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e HTTP/1.1" 200 2169 0.075349 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3 HTTP/1.1" 200 2343 0.008524 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3 HTTP/1.1" 200 2343 0.005073 10.0.0.29 - - [2025-03-27 02:34:37] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 200 1494 0.003990 10.0.0.29 - - [2025-03-27 02:34:37] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 200 1494 0.003392 10.0.0.29 - - [2025-03-27 02:34:37] "GET /route-target/334871c2-25e4-4df1-b90a-9bd183cd0c6a HTTP/1.1" 200 1219 0.004653 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3 HTTP/1.1" 200 2343 0.010374 10.0.0.29 - - [2025-03-27 02:34:37] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 200 1494 0.007355 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008934 10.0.0.29 - - [2025-03-27 02:34:37] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3 HTTP/1.1" 200 2343 0.005510 10.0.0.29 - - [2025-03-27 02:34:37] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 200 1494 0.004676 10.0.0.29 - - [2025-03-27 02:34:37] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 200 1494 0.003796 10.0.0.29 - - [2025-03-27 02:34:37] "GET /route-target/334871c2-25e4-4df1-b90a-9bd183cd0c6a HTTP/1.1" 200 1219 0.003194 10.0.0.29 - - [2025-03-27 02:34:38] "GET /domains HTTP/1.1" 200 280 0.008271 10.0.0.29 - - [2025-03-27 02:34:38] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.29 - - [2025-03-27 02:34:38] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2584 0.007260 10.0.0.29 - - [2025-03-27 02:34:38] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000970 10.0.0.29 - - [2025-03-27 02:34:38] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e HTTP/1.1" 200 2169 0.069255 10.0.0.29 - - [2025-03-27 02:34:38] "GET /virtual-network/8e88d568-8437-41c3-9628-0b1cdb5114a3 HTTP/1.1" 200 2343 0.006358 10.0.0.29 - - [2025-03-27 02:34:38] "GET /obj-perms HTTP/1.1" 200 5052 0.054862 10.0.0.29 - - [2025-03-27 02:34:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.002316 10.0.0.29 - - [2025-03-27 02:34:40] "POST /neutron/network HTTP/1.1" 200 849 0.006246 10.0.0.29 - - [2025-03-27 02:34:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.29 - - [2025-03-27 02:34:40] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.29 - - [2025-03-27 02:34:40] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000602 10.0.0.29 - - [2025-03-27 02:34:40] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.29 - - [2025-03-27 02:34:40] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.069449 10.0.0.29 - - [2025-03-27 02:34:41] "POST /neutron/network HTTP/1.1" 200 839 0.038957 10.0.0.29 - - [2025-03-27 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.005543 10.0.0.29 - - [2025-03-27 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.006594 10.0.0.29 - - [2025-03-27 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.006787 10.0.0.29 - - [2025-03-27 02:34:42] "POST /neutron/network HTTP/1.1" 200 849 0.006607 10.0.0.29 - - [2025-03-27 02:34:42] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001284 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 1071 0.274929 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 1071 0.038146 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 1071 0.008811 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 1125 0.073634 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 1099 0.020706 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009612 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.29 - - [2025-03-27 02:34:43] "POST /neutron/network HTTP/1.1" 200 839 0.006935 10.0.0.29 - - [2025-03-27 02:34:46] "POST /neutron/port HTTP/1.1" 200 1099 0.019988 10.0.0.29 - - [2025-03-27 02:34:46] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007887 10.0.0.29 - - [2025-03-27 02:34:46] "GET /obj-perms HTTP/1.1" 200 5052 0.004907 10.0.0.29 - - [2025-03-27 02:34:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003711 10.0.0.29 - - [2025-03-27 02:34:49] "GET /obj-perms HTTP/1.1" 200 5052 0.004595 10.0.0.29 - - [2025-03-27 02:34:50] "GET /obj-perms HTTP/1.1" 200 5052 0.004106 10.0.0.29 - - [2025-03-27 02:34:51] "GET /obj-perms HTTP/1.1" 200 5052 0.004374 10.0.0.29 - - [2025-03-27 02:34:52] "POST /neutron/network HTTP/1.1" 200 839 0.007309 10.0.0.29 - - [2025-03-27 02:34:52] "POST /neutron/network HTTP/1.1" 400 204 0.015452 10.0.0.29 - - [2025-03-27 02:34:52] "POST /neutron/port HTTP/1.1" 200 1099 0.016245 10.0.0.29 - - [2025-03-27 02:34:52] "POST /neutron/port HTTP/1.1" 200 1125 0.009868 10.0.0.29 - - [2025-03-27 02:34:52] "POST /neutron/port HTTP/1.1" 200 151 0.113546 10.0.0.29 - - [2025-03-27 02:34:54] "POST /neutron/network HTTP/1.1" 200 839 0.007850 10.0.0.29 - - [2025-03-27 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.29 - - [2025-03-27 02:34:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.29 - - [2025-03-27 02:34:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002160 10.0.0.29 - - [2025-03-27 02:34:54] "POST /neutron/network HTTP/1.1" 200 151 0.099360 10.0.0.29 - - [2025-03-27 02:34:54] "DELETE /route-target/334871c2-25e4-4df1-b90a-9bd183cd0c6a HTTP/1.1" 200 115 0.023530 10.0.0.29 - - [2025-03-27 02:34:54] "GET /routing-instance/3ff9b7e9-061c-4031-8c40-b1c60f91237a HTTP/1.1" 404 171 0.004274 10.0.0.29 - - [2025-03-27 02:34:54] "GET /domains HTTP/1.1" 200 280 0.003296 10.0.0.29 - - [2025-03-27 02:34:54] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.29 - - [2025-03-27 02:34:54] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2584 0.049986 10.0.0.29 - - [2025-03-27 02:34:54] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001682 10.0.0.29 - - [2025-03-27 02:34:54] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e HTTP/1.1" 200 1919 0.074652 10.0.0.29 - - [2025-03-27 02:34:54] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.29 - - [2025-03-27 02:34:54] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028245 10.0.0.29 - - [2025-03-27 02:34:54] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021 10.0.0.29 - - [2025-03-27 02:34:54] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?fields=virtual_networks HTTP/1.1" 200 1055 0.070847 10.0.0.29 - - [2025-03-27 02:34:54] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001181 10.0.0.29 - - [2025-03-27 02:34:54] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.039817 10.0.0.29 - - [2025-03-27 02:34:54] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001114 10.0.0.29 - - [2025-03-27 02:34:55] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?fields=security_groups HTTP/1.1" 200 1292 0.035623 10.0.0.29 - - [2025-03-27 02:34:55] "DELETE /project/c0bdb2717030477bbfe79770f61cc78e HTTP/1.1" 404 173 0.008313 10.0.0.29 - - [2025-03-27 02:34:55] "DELETE /project/b7d76408bbf14cb4b4716ae2717662c6 HTTP/1.1" 404 173 0.006328 10.0.0.29 - - [2025-03-27 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.029128 10.0.0.29 - - [2025-03-27 02:34:55] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213 10.0.0.29 - - [2025-03-27 02:34:56] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.29 - - [2025-03-27 02:34:56] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008550 10.0.0.29 - - [2025-03-27 02:34:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.001308 10.0.0.29 - - [2025-03-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003374 10.0.0.29 - - [2025-03-27 02:34:56] "POST /security-groups HTTP/1.1" 200 603 0.068395 10.0.0.29 - - [2025-03-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.003378 10.0.0.29 - - [2025-03-27 02:34:56] "POST /projects HTTP/1.1" 200 609 0.234634 10.0.0.29 - - [2025-03-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.306983 10.0.0.29 - - [2025-03-27 02:34:56] "POST /access-control-lists HTTP/1.1" 200 608 0.067352 10.0.0.29 - - [2025-03-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003348 10.0.0.29 - - [2025-03-27 02:34:56] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.436255 10.0.0.29 - - [2025-03-27 02:34:56] "POST /access-control-lists HTTP/1.1" 200 606 0.065234 10.0.0.29 - - [2025-03-27 02:34:57] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.29 - - [2025-03-27 02:34:57] "GET /projects?obj_uuids=b7d76408-bbf1-4cb4-b471-6ae2717662c6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001032 10.0.0.29 - - [2025-03-27 02:34:57] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.030364 10.0.0.29 - - [2025-03-27 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.29 - - [2025-03-27 02:34:58] "GET /security-group/85579d2d-7b7c-4e15-84c7-6cf940d1ad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005529 10.0.0.29 - - [2025-03-27 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.29 - - [2025-03-27 02:34:58] "GET /projects?obj_uuids=b7d76408-bbf1-4cb4-b471-6ae2717662c6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001389 10.0.0.29 - - [2025-03-27 02:34:58] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023986 10.0.0.29 - - [2025-03-27 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.29 - - [2025-03-27 02:34:58] "GET /security-group/85579d2d-7b7c-4e15-84c7-6cf940d1ad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004343 10.0.0.29 - - [2025-03-27 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.29 - - [2025-03-27 02:34:58] "PUT /security-group/85579d2d-7b7c-4e15-84c7-6cf940d1ad0e HTTP/1.1" 200 262 0.015939 10.0.0.29 - - [2025-03-27 02:34:58] "PUT /access-control-list/05a1e6a4-c4d5-4ae3-af2d-9f29b2d510bf HTTP/1.1" 200 272 0.009966 10.0.0.29 - - [2025-03-27 02:34:58] "PUT /access-control-list/6a03f9b4-bf4c-4233-9c7e-73c0798da6da HTTP/1.1" 200 272 0.016509 10.0.0.29 - - [2025-03-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.29 - - [2025-03-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.059652 10.0.0.29 - - [2025-03-27 02:34:59] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002402 10.0.0.29 - - [2025-03-27 02:34:59] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032214 10.0.0.29 - - [2025-03-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 117 0.032830 10.0.0.29 - - [2025-03-27 02:34:59] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.29 - - [2025-03-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 619 0.066005 10.0.0.29 - - [2025-03-27 02:34:59] "POST /route-targets HTTP/1.1" 200 327 0.028778 10.0.0.29 - - [2025-03-27 02:34:59] "POST /ref-update HTTP/1.1" 200 156 0.016133 10.0.0.29 - - [2025-03-27 02:34:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005775 10.0.0.29 - - [2025-03-27 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.196008 10.0.0.29 - - [2025-03-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 836 0.005805 10.0.0.29 - - [2025-03-27 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001316 10.0.0.29 - - [2025-03-27 02:34:59] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005072 10.0.0.29 - - [2025-03-27 02:35:00] "POST /neutron/network HTTP/1.1" 200 836 0.007738 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005630 10.0.0.29 - - [2025-03-27 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.058715 10.0.0.29 - - [2025-03-27 02:35:00] "POST /neutron/network HTTP/1.1" 200 836 0.007775 10.0.0.29 - - [2025-03-27 02:35:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.008619 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domains HTTP/1.1" 401 292 0.000435 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domains HTTP/1.1" 200 280 0.040322 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.014493 10.0.0.29 - - [2025-03-27 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.350684 10.0.0.29 - - [2025-03-27 02:35:00] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.29 - - [2025-03-27 02:35:00] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 2175 0.077718 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2334 0.006070 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2334 0.004911 10.0.0.29 - - [2025-03-27 02:35:00] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 200 1491 0.004097 10.0.0.29 - - [2025-03-27 02:35:00] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 200 1491 0.004149 10.0.0.29 - - [2025-03-27 02:35:00] "GET /route-target/083942b0-71f8-40c2-a54a-b3c387d44e05 HTTP/1.1" 200 1217 0.002842 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2334 0.004925 10.0.0.29 - - [2025-03-27 02:35:00] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 200 1491 0.003089 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004167 10.0.0.29 - - [2025-03-27 02:35:00] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2334 0.004198 10.0.0.29 - - [2025-03-27 02:35:00] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 200 1491 0.003022 10.0.0.29 - - [2025-03-27 02:35:00] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 200 1491 0.003034 10.0.0.29 - - [2025-03-27 02:35:00] "GET /route-target/083942b0-71f8-40c2-a54a-b3c387d44e05 HTTP/1.1" 200 1217 0.002585 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domains HTTP/1.1" 200 280 0.002952 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.29 - - [2025-03-27 02:35:00] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.008360 10.0.0.29 - - [2025-03-27 02:35:00] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001497 10.0.0.29 - - [2025-03-27 02:35:01] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 2175 0.078956 10.0.0.29 - - [2025-03-27 02:35:01] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2334 0.004663 10.0.0.29 - - [2025-03-27 02:35:01] "GET /obj-perms HTTP/1.1" 200 5054 0.045333 10.0.0.29 - - [2025-03-27 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.29 - - [2025-03-27 02:35:01] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.29 - - [2025-03-27 02:35:01] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.028270 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/network HTTP/1.1" 200 117 0.009334 10.0.0.29 - - [2025-03-27 02:35:01] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/network HTTP/1.1" 200 619 0.077349 10.0.0.29 - - [2025-03-27 02:35:01] "POST /route-targets HTTP/1.1" 200 327 0.009471 10.0.0.29 - - [2025-03-27 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.014787 10.0.0.29 - - [2025-03-27 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003676 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.191185 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/network HTTP/1.1" 200 840 0.006662 10.0.0.29 - - [2025-03-27 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001272 10.0.0.29 - - [2025-03-27 02:35:01] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005169 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/network HTTP/1.1" 200 840 0.007742 10.0.0.29 - - [2025-03-27 02:35:01] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006722 10.0.0.29 - - [2025-03-27 02:35:01] "POST /neutron/network HTTP/1.1" 200 840 0.006939 10.0.0.29 - - [2025-03-27 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.008304 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domains HTTP/1.1" 200 280 0.008631 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.007449 10.0.0.29 - - [2025-03-27 02:35:02] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.29 - - [2025-03-27 02:35:02] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 2403 0.072400 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a HTTP/1.1" 200 2347 0.007298 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a HTTP/1.1" 200 2347 0.006547 10.0.0.29 - - [2025-03-27 02:35:02] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 200 1492 0.004407 10.0.0.29 - - [2025-03-27 02:35:02] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 200 1492 0.003784 10.0.0.29 - - [2025-03-27 02:35:02] "GET /route-target/be0ef2e8-cd1d-420a-83fc-34848efff1be HTTP/1.1" 200 1218 0.003617 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a HTTP/1.1" 200 2347 0.005610 10.0.0.29 - - [2025-03-27 02:35:02] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 200 1492 0.004616 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005507 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a HTTP/1.1" 200 2347 0.006420 10.0.0.29 - - [2025-03-27 02:35:02] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 200 1492 0.006063 10.0.0.29 - - [2025-03-27 02:35:02] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 200 1492 0.004010 10.0.0.29 - - [2025-03-27 02:35:02] "GET /route-target/be0ef2e8-cd1d-420a-83fc-34848efff1be HTTP/1.1" 200 1218 0.003550 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domains HTTP/1.1" 200 280 0.003079 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.29 - - [2025-03-27 02:35:02] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.007825 10.0.0.29 - - [2025-03-27 02:35:02] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.29 - - [2025-03-27 02:35:02] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 2403 0.080720 10.0.0.29 - - [2025-03-27 02:35:02] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a HTTP/1.1" 200 2347 0.006062 10.0.0.29 - - [2025-03-27 02:35:02] "GET /obj-perms HTTP/1.1" 200 5054 0.003387 10.0.0.29 - - [2025-03-27 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001388 10.0.0.29 - - [2025-03-27 02:35:02] "POST /neutron/network HTTP/1.1" 200 850 0.006068 10.0.0.29 - - [2025-03-27 02:35:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000644 10.0.0.29 - - [2025-03-27 02:35:02] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.29 - - [2025-03-27 02:35:02] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000612 10.0.0.29 - - [2025-03-27 02:35:03] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.29 - - [2025-03-27 02:35:03] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050151 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/network HTTP/1.1" 200 840 0.005826 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.005178 10.0.0.29 - - [2025-03-27 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001437 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.007721 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/network HTTP/1.1" 200 846 0.006292 10.0.0.29 - - [2025-03-27 02:35:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.29 - - [2025-03-27 02:35:03] "POST /neutron/network HTTP/1.1" 200 850 0.005869 10.0.0.29 - - [2025-03-27 02:35:03] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.29 - - [2025-03-27 02:35:03] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.29 - - [2025-03-27 02:35:03] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1074 0.255641 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1074 0.010538 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1074 0.008981 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1128 0.071612 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1102 0.019212 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.29 - - [2025-03-27 02:35:04] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.015181 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.29 - - [2025-03-27 02:35:04] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070002 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/network HTTP/1.1" 200 840 0.005626 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/network HTTP/1.1" 200 836 0.007193 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1102 0.016240 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006264 10.0.0.29 - - [2025-03-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.29 - - [2025-03-27 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.29 - - [2025-03-27 02:35:04] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.29 - - [2025-03-27 02:35:04] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.031059 10.0.0.29 - - [2025-03-27 02:35:04] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006037 10.0.0.29 - - [2025-03-27 02:35:04] "GET /floating-ip-pools?parent_id=b22ed0dd-354f-4a2c-8325-c2d02f9d010c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003310 10.0.0.29 - - [2025-03-27 02:35:04] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006406 10.0.0.29 - - [2025-03-27 02:35:04] "POST /floating-ip-pools HTTP/1.1" 200 609 0.030252 10.0.0.29 - - [2025-03-27 02:35:04] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/network HTTP/1.1" 200 846 0.010280 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008114 10.0.0.29 - - [2025-03-27 02:35:05] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domains HTTP/1.1" 200 280 0.012650 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.015893 10.0.0.29 - - [2025-03-27 02:35:05] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.29 - - [2025-03-27 02:35:05] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 3245 0.137548 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 2925 0.031089 10.0.0.29 - - [2025-03-27 02:35:05] "GET /floating-ip-pool/4037cd55-c9c1-495f-9115-94ca51a71924 HTTP/1.1" 200 1441 0.014104 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domains HTTP/1.1" 200 280 0.005714 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.29 - - [2025-03-27 02:35:05] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.008489 10.0.0.29 - - [2025-03-27 02:35:05] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.29 - - [2025-03-27 02:35:05] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 3245 0.085291 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1070 0.395886 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c HTTP/1.1" 200 3146 0.011711 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005710 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1070 0.013384 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1070 0.011108 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1102 0.032825 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016810 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1124 0.093514 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1098 0.024117 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1102 0.023116 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003151 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006006 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.013271 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/network HTTP/1.1" 200 836 0.007805 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/port HTTP/1.1" 200 1102 0.021200 10.0.0.29 - - [2025-03-27 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015600 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-machine/55917495-7eb4-49b2-b9e5-c7697b676dac HTTP/1.1" 200 1304 0.005665 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-machine-interface/399c51d6-6db4-43bc-bb74-d310cd9e92f1 HTTP/1.1" 200 3004 0.005693 10.0.0.29 - - [2025-03-27 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.29 - - [2025-03-27 02:35:05] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.009480 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-networks?parent_id=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003457 10.0.0.29 - - [2025-03-27 02:35:05] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009067 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/port HTTP/1.1" 200 1102 0.014052 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/port HTTP/1.1" 200 1102 0.020300 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/network HTTP/1.1" 200 850 0.006058 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.014444 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.29 - - [2025-03-27 02:35:06] "POST /neutron/network HTTP/1.1" 200 840 0.006406 10.0.0.29 - - [2025-03-27 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.29 - - [2025-03-27 02:35:08] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004913 10.0.0.29 - - [2025-03-27 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.29 - - [2025-03-27 02:35:13] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006661 10.0.0.29 - - [2025-03-27 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.29 - - [2025-03-27 02:35:15] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003429 10.0.0.29 - - [2025-03-27 02:35:15] "GET /virtual-networks?parent_id=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003456 10.0.0.29 - - [2025-03-27 02:35:15] "GET /virtual-network/da0f31b9-e21b-4004-b54c-13366f93960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005444 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 1102 0.019902 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010773 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 1102 0.040064 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005397 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 1098 0.016408 10.0.0.29 - - [2025-03-27 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006561 10.0.0.29 - - [2025-03-27 02:35:20] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.076115 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/port HTTP/1.1" 200 1102 0.019675 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006696 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/floatingip HTTP/1.1" 200 577 0.031090 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/port HTTP/1.1" 200 1098 0.015314 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006432 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/port HTTP/1.1" 200 1098 0.015871 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006503 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/port HTTP/1.1" 200 1098 0.015084 10.0.0.29 - - [2025-03-27 02:35:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006682 10.0.0.29 - - [2025-03-27 02:35:20] "GET /virtual-machine/a856f445-1487-458c-b508-1ed9a2386468 HTTP/1.1" 200 1305 0.005448 10.0.0.29 - - [2025-03-27 02:35:20] "GET /virtual-machine-interface/65ba30cf-46cc-4845-9348-5790fcda2426 HTTP/1.1" 200 3004 0.005144 10.0.0.29 - - [2025-03-27 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.29 - - [2025-03-27 02:35:20] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003150 10.0.0.29 - - [2025-03-27 02:35:21] "GET /virtual-networks?parent_id=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005176 10.0.0.29 - - [2025-03-27 02:35:21] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007139 10.0.0.29 - - [2025-03-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.29 - - [2025-03-27 02:35:22] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003423 10.0.0.29 - - [2025-03-27 02:35:22] "GET /virtual-networks?parent_id=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003719 10.0.0.29 - - [2025-03-27 02:35:22] "GET /virtual-network/b22ed0dd-354f-4a2c-8325-c2d02f9d010c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006292 10.0.0.29 - - [2025-03-27 02:35:22] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010010 10.0.0.29 - - [2025-03-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.29 - - [2025-03-27 02:35:22] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002913 10.0.0.29 - - [2025-03-27 02:35:22] "GET /route-target/083942b0-71f8-40c2-a54a-b3c387d44e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003998 10.0.0.29 - - [2025-03-27 02:35:22] "GET /floating-ip/b373b629-3535-4719-afff-b32e9a9b66f2 HTTP/1.1" 200 1890 0.005488 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010492 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 528 0.019794 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005519 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036323 10.0.0.29 - - [2025-03-27 02:35:25] "GET /floating-ip-pool/4037cd55-c9c1-495f-9115-94ca51a71924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003313 10.0.0.29 - - [2025-03-27 02:35:25] "POST /ref-update HTTP/1.1" 200 156 0.009604 10.0.0.29 - - [2025-03-27 02:35:25] "DELETE /floating-ip-pool/4037cd55-c9c1-495f-9115-94ca51a71924 HTTP/1.1" 200 115 0.024640 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/network HTTP/1.1" 200 840 0.009904 10.0.0.29 - - [2025-03-27 02:35:25] "POST /neutron/network HTTP/1.1" 400 204 0.013095 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 1098 0.024900 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 1124 0.012104 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 1102 0.025240 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 1128 0.017161 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 151 0.151493 10.0.0.29 - - [2025-03-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 151 0.144085 10.0.0.29 - - [2025-03-27 02:35:27] "POST /neutron/network HTTP/1.1" 200 840 0.007518 10.0.0.29 - - [2025-03-27 02:35:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.29 - - [2025-03-27 02:35:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.29 - - [2025-03-27 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.29 - - [2025-03-27 02:35:27] "POST /neutron/network HTTP/1.1" 200 151 0.084405 10.0.0.29 - - [2025-03-27 02:35:27] "GET /routing-instance/9bf89090-35da-4fd7-8dd5-45da3c88b49b HTTP/1.1" 404 171 0.002363 10.0.0.29 - - [2025-03-27 02:35:27] "GET /domains HTTP/1.1" 200 280 0.001957 10.0.0.29 - - [2025-03-27 02:35:27] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.29 - - [2025-03-27 02:35:27] "DELETE /route-target/be0ef2e8-cd1d-420a-83fc-34848efff1be HTTP/1.1" 200 115 0.025304 10.0.0.29 - - [2025-03-27 02:35:27] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.051077 10.0.0.29 - - [2025-03-27 02:35:27] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001522 10.0.0.29 - - [2025-03-27 02:35:27] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 2175 0.076929 10.0.0.29 - - [2025-03-27 02:35:27] "POST /neutron/network HTTP/1.1" 200 836 0.007841 10.0.0.29 - - [2025-03-27 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.29 - - [2025-03-27 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.29 - - [2025-03-27 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.29 - - [2025-03-27 02:35:28] "POST /neutron/network HTTP/1.1" 200 151 0.087762 10.0.0.29 - - [2025-03-27 02:35:28] "GET /routing-instance/911597e8-83d7-4d4d-813f-e0a5791b5615 HTTP/1.1" 404 171 0.002134 10.0.0.29 - - [2025-03-27 02:35:28] "GET /domains HTTP/1.1" 200 280 0.005763 10.0.0.29 - - [2025-03-27 02:35:28] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.29 - - [2025-03-27 02:35:28] "DELETE /route-target/083942b0-71f8-40c2-a54a-b3c387d44e05 HTTP/1.1" 200 115 0.041183 10.0.0.29 - - [2025-03-27 02:35:28] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2782 0.051593 10.0.0.29 - - [2025-03-27 02:35:28] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.29 - - [2025-03-27 02:35:28] "GET /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 1925 0.066446 10.0.0.29 - - [2025-03-27 02:35:28] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001602 10.0.0.29 - - [2025-03-27 02:35:28] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032213 10.0.0.29 - - [2025-03-27 02:35:28] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.29 - - [2025-03-27 02:35:28] "GET /project/9528d862-a317-4950-922b-935ad6840a01?fields=virtual_networks HTTP/1.1" 200 1057 0.080923 10.0.0.29 - - [2025-03-27 02:35:28] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.29 - - [2025-03-27 02:35:28] "GET /project/9528d862-a317-4950-922b-935ad6840a01?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.029578 10.0.0.29 - - [2025-03-27 02:35:28] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.29 - - [2025-03-27 02:35:28] "GET /project/9528d862-a317-4950-922b-935ad6840a01?fields=security_groups HTTP/1.1" 200 1295 0.036651 10.0.0.29 - - [2025-03-27 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.029225 10.0.0.29 - - [2025-03-27 02:35:29] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003224 10.0.0.29 - - [2025-03-27 02:35:29] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001949 10.0.0.29 - - [2025-03-27 02:35:29] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009993 10.0.0.29 - - [2025-03-27 02:35:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001610 10.0.0.29 - - [2025-03-27 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.004584 10.0.0.29 - - [2025-03-27 02:35:29] "POST /security-groups HTTP/1.1" 200 586 0.080295 10.0.0.29 - - [2025-03-27 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.004604 10.0.0.29 - - [2025-03-27 02:35:30] "POST /projects HTTP/1.1" 200 575 0.236865 10.0.0.29 - - [2025-03-27 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.309374 10.0.0.29 - - [2025-03-27 02:35:30] "POST /access-control-lists HTTP/1.1" 200 591 0.064568 10.0.0.29 - - [2025-03-27 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003586 10.0.0.29 - - [2025-03-27 02:35:30] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.451074 10.0.0.29 - - [2025-03-27 02:35:30] "POST /access-control-lists HTTP/1.1" 200 589 0.068533 10.0.0.29 - - [2025-03-27 02:35:31] "GET / HTTP/1.1" 200 35931 0.002596 10.0.0.29 - - [2025-03-27 02:35:32] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.29 - - [2025-03-27 02:35:32] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.025352 10.0.0.29 - - [2025-03-27 02:35:32] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.29 - - [2025-03-27 02:35:32] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?fields=virtual_networks HTTP/1.1" 200 1023 0.074102 10.0.0.29 - - [2025-03-27 02:35:32] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001418 10.0.0.29 - - [2025-03-27 02:35:32] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.036896 10.0.0.29 - - [2025-03-27 02:35:32] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001459 10.0.0.29 - - [2025-03-27 02:35:32] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?fields=security_groups HTTP/1.1" 200 1244 0.029054 10.0.0.29 - - [2025-03-27 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.029810 10.0.0.29 - - [2025-03-27 02:35:33] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005237 10.0.0.29 - - [2025-03-27 02:35:33] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.29 - - [2025-03-27 02:35:33] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007866 10.0.0.29 - - [2025-03-27 02:35:33] "POST /id-to-fqname HTTP/1.1" 200 193 0.001318 10.0.0.29 - - [2025-03-27 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.003767 10.0.0.29 - - [2025-03-27 02:35:33] "POST /security-groups HTTP/1.1" 200 594 0.070863 10.0.0.29 - - [2025-03-27 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 237 0.002658 10.0.0.29 - - [2025-03-27 02:35:33] "POST /projects HTTP/1.1" 200 591 0.237965 10.0.0.29 - - [2025-03-27 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.316433 10.0.0.29 - - [2025-03-27 02:35:34] "POST /access-control-lists HTTP/1.1" 200 599 0.066405 10.0.0.29 - - [2025-03-27 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.002983 10.0.0.29 - - [2025-03-27 02:35:34] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.457986 10.0.0.29 - - [2025-03-27 02:35:34] "POST /access-control-lists HTTP/1.1" 200 597 0.064861 10.0.0.29 - - [2025-03-27 02:35:35] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.29 - - [2025-03-27 02:35:36] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000462 10.0.0.29 - - [2025-03-27 02:35:36] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001314 10.0.0.29 - - [2025-03-27 02:35:36] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050736 10.0.0.29 - - [2025-03-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.29 - - [2025-03-27 02:35:36] "GET /security-group/fd6a6672-9cd8-49bf-af64-0e720bbc99cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006238 10.0.0.29 - - [2025-03-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.29 - - [2025-03-27 02:35:36] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001516 10.0.0.29 - - [2025-03-27 02:35:36] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031130 10.0.0.29 - - [2025-03-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.29 - - [2025-03-27 02:35:36] "GET /security-group/fd6a6672-9cd8-49bf-af64-0e720bbc99cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004121 10.0.0.29 - - [2025-03-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.29 - - [2025-03-27 02:35:36] "PUT /security-group/fd6a6672-9cd8-49bf-af64-0e720bbc99cb HTTP/1.1" 200 262 0.014719 10.0.0.29 - - [2025-03-27 02:35:37] "PUT /access-control-list/9e026037-46c3-4b3f-a6ca-9fb57e0763e3 HTTP/1.1" 200 272 0.010962 10.0.0.29 - - [2025-03-27 02:35:37] "PUT /access-control-list/cc1149dc-5f92-4661-b53d-50a71cb21e4a HTTP/1.1" 200 272 0.013443 10.0.0.29 - - [2025-03-27 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.003673 10.0.0.29 - - [2025-03-27 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.29 - - [2025-03-27 02:35:37] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002691 10.0.0.29 - - [2025-03-27 02:35:37] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033105 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/network HTTP/1.1" 200 117 0.028671 10.0.0.29 - - [2025-03-27 02:35:37] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001154 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/network HTTP/1.1" 200 608 0.081476 10.0.0.29 - - [2025-03-27 02:35:37] "POST /route-targets HTTP/1.1" 200 327 0.013508 10.0.0.29 - - [2025-03-27 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.029345 10.0.0.29 - - [2025-03-27 02:35:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010152 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.226228 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/network HTTP/1.1" 200 826 0.006314 10.0.0.29 - - [2025-03-27 02:35:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001688 10.0.0.29 - - [2025-03-27 02:35:37] "GET /virtual-network/81125627-7a5a-4120-90b1-82d3df2227cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005463 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/network HTTP/1.1" 200 826 0.005870 10.0.0.29 - - [2025-03-27 02:35:37] "GET /virtual-network/81125627-7a5a-4120-90b1-82d3df2227cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005483 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/network HTTP/1.1" 200 826 0.006866 10.0.0.29 - - [2025-03-27 02:35:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.007832 10.0.0.29 - - [2025-03-27 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.29 - - [2025-03-27 02:35:37] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.29 - - [2025-03-27 02:35:37] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026913 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 117 0.010612 10.0.0.29 - - [2025-03-27 02:35:38] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 615 0.115926 10.0.0.29 - - [2025-03-27 02:35:38] "POST /route-targets HTTP/1.1" 200 327 0.019259 10.0.0.29 - - [2025-03-27 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.024714 10.0.0.29 - - [2025-03-27 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005917 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.159804 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 836 0.006125 10.0.0.29 - - [2025-03-27 02:35:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001384 10.0.0.29 - - [2025-03-27 02:35:38] "GET /virtual-network/1af3e311-427c-4e17-a545-114bf6e9eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005332 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 836 0.009209 10.0.0.29 - - [2025-03-27 02:35:38] "GET /virtual-network/1af3e311-427c-4e17-a545-114bf6e9eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005299 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 836 0.006743 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.008589 10.0.0.29 - - [2025-03-27 02:35:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001320 10.0.0.29 - - [2025-03-27 02:35:38] "POST /neutron/network HTTP/1.1" 200 836 0.006207 10.0.0.29 - - [2025-03-27 02:35:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000661 10.0.0.29 - - [2025-03-27 02:35:39] "GET / HTTP/1.1" 200 35931 0.001807 10.0.0.29 - - [2025-03-27 02:35:39] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.29 - - [2025-03-27 02:35:39] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.29 - - [2025-03-27 02:35:39] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055080 10.0.0.29 - - [2025-03-27 02:35:39] "POST /neutron/network HTTP/1.1" 200 826 0.006646 10.0.0.29 - - [2025-03-27 02:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.005320 10.0.0.29 - - [2025-03-27 02:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.006238 10.0.0.29 - - [2025-03-27 02:35:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001280 10.0.0.29 - - [2025-03-27 02:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.29 - - [2025-03-27 02:35:39] "POST /neutron/network HTTP/1.1" 200 846 0.006170 10.0.0.29 - - [2025-03-27 02:35:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/network HTTP/1.1" 200 836 0.005938 10.0.0.29 - - [2025-03-27 02:35:40] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001106 10.0.0.29 - - [2025-03-27 02:35:40] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.29 - - [2025-03-27 02:35:40] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1062 0.207816 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1062 0.010757 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1062 0.010851 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1116 0.065591 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1090 0.019285 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.015134 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/network HTTP/1.1" 200 826 0.008439 10.0.0.29 - - [2025-03-27 02:35:40] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001110 10.0.0.29 - - [2025-03-27 02:35:40] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062009 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/network HTTP/1.1" 200 836 0.006056 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1090 0.018579 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023810 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 117 0.006937 10.0.0.29 - - [2025-03-27 02:35:40] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001518 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/router HTTP/1.1" 200 585 0.059616 10.0.0.29 - - [2025-03-27 02:35:40] "POST /neutron/router HTTP/1.1" 200 585 0.005330 10.0.0.29 - - [2025-03-27 02:35:40] "POST /route-targets HTTP/1.1" 200 327 0.025688 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/router HTTP/1.1" 200 656 0.065445 10.0.0.29 - - [2025-03-27 02:35:41] "GET /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.010486 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/router HTTP/1.1" 200 656 0.012683 10.0.0.29 - - [2025-03-27 02:35:41] "PUT /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5 HTTP/1.1" 200 262 0.063984 10.0.0.29 - - [2025-03-27 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006520 10.0.0.29 - - [2025-03-27 02:35:41] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001782 10.0.0.29 - - [2025-03-27 02:35:41] "GET /service-template/a3fa2282-c9d0-4be7-8ddc-c39dd31fb642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.005109 10.0.0.29 - - [2025-03-27 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.003083 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/network HTTP/1.1" 200 846 0.019354 10.0.0.29 - - [2025-03-27 02:35:41] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.29 - - [2025-03-27 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.29 - - [2025-03-27 02:35:41] "POST /virtual-networks HTTP/1.1" 200 694 0.220153 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/router HTTP/1.1" 200 344 0.425121 10.0.0.29 - - [2025-03-27 02:35:41] "POST /route-targets HTTP/1.1" 200 327 0.053615 10.0.0.29 - - [2025-03-27 02:35:41] "POST /service-instances HTTP/1.1" 200 670 0.080154 10.0.0.29 - - [2025-03-27 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.049457 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1090 0.046062 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012817 10.0.0.29 - - [2025-03-27 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.031652 10.0.0.29 - - [2025-03-27 02:35:41] "POST /route-tables HTTP/1.1" 200 582 0.070991 10.0.0.29 - - [2025-03-27 02:35:41] "PUT /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5 HTTP/1.1" 200 262 0.054285 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1065 0.517548 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1065 0.009498 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1065 0.010339 10.0.0.29 - - [2025-03-27 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.025498 10.0.0.29 - - [2025-03-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1119 0.109440 10.0.0.29 - - [2025-03-27 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017018 10.0.0.29 - - [2025-03-27 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009406 10.0.0.29 - - [2025-03-27 02:35:42] "POST /neutron/port HTTP/1.1" 200 1093 0.014884 10.0.0.29 - - [2025-03-27 02:35:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.29 - - [2025-03-27 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.014885 10.0.0.29 - - [2025-03-27 02:35:42] "POST /virtual-machines HTTP/1.1" 200 553 0.018394 10.0.0.29 - - [2025-03-27 02:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.29 - - [2025-03-27 02:35:42] "POST /neutron/network HTTP/1.1" 200 836 0.007002 10.0.0.29 - - [2025-03-27 02:35:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.107279 10.0.0.29 - - [2025-03-27 02:35:42] "POST /chown HTTP/1.1" 200 109 0.007674 10.0.0.29 - - [2025-03-27 02:35:42] "POST /instance-ips HTTP/1.1" 200 551 0.026192 10.0.0.29 - - [2025-03-27 02:35:42] "POST /instance-ips HTTP/1.1" 400 246 0.016052 10.0.0.29 - - [2025-03-27 02:35:42] "POST /chown HTTP/1.1" 200 109 0.014259 10.0.0.29 - - [2025-03-27 02:35:42] "PUT /virtual-machine-interface/ee894fef-afa9-4694-a88b-9b82b27f07cd HTTP/1.1" 200 284 0.016608 10.0.0.29 - - [2025-03-27 02:35:42] "PUT /instance-ip/d94746e9-d390-4553-91d8-206066d5c57f HTTP/1.1" 200 256 0.017995 10.0.0.29 - - [2025-03-27 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.012068 10.0.0.29 - - [2025-03-27 02:35:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101834 10.0.0.29 - - [2025-03-27 02:35:42] "POST /chown HTTP/1.1" 200 109 0.007866 10.0.0.29 - - [2025-03-27 02:35:43] "POST /instance-ips HTTP/1.1" 200 549 0.035982 10.0.0.29 - - [2025-03-27 02:35:43] "POST /instance-ips HTTP/1.1" 400 316 0.030116 10.0.0.29 - - [2025-03-27 02:35:43] "POST /chown HTTP/1.1" 200 109 0.010015 10.0.0.29 - - [2025-03-27 02:35:43] "PUT /virtual-machine-interface/6ce0be39-ac85-4813-a337-d2ab21a4a53c HTTP/1.1" 200 284 0.011067 10.0.0.29 - - [2025-03-27 02:35:43] "PUT /instance-ip/59fdc89e-62d2-4d11-9c08-f8b633fff8b5 HTTP/1.1" 200 256 0.012222 10.0.0.29 - - [2025-03-27 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.011695 10.0.0.29 - - [2025-03-27 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.021705 10.0.0.29 - - [2025-03-27 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.022423 10.0.0.29 - - [2025-03-27 02:35:43] "PUT /routing-instance/859f5bd6-be32-4581-a69b-bcb4b8f92101 HTTP/1.1" 200 266 0.027252 10.0.0.29 - - [2025-03-27 02:35:43] "POST /virtual-machines HTTP/1.1" 200 553 0.044324 10.0.0.29 - - [2025-03-27 02:35:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.138007 10.0.0.29 - - [2025-03-27 02:35:43] "POST /chown HTTP/1.1" 200 109 0.015842 10.0.0.29 - - [2025-03-27 02:35:43] "POST /instance-ips HTTP/1.1" 400 246 0.019879 10.0.0.29 - - [2025-03-27 02:35:43] "POST /chown HTTP/1.1" 200 109 0.012805 10.0.0.29 - - [2025-03-27 02:35:43] "PUT /virtual-machine-interface/2f5674f1-be73-4174-8381-60ba583b6973 HTTP/1.1" 200 284 0.012167 10.0.0.29 - - [2025-03-27 02:35:43] "PUT /instance-ip/d94746e9-d390-4553-91d8-206066d5c57f HTTP/1.1" 200 256 0.015277 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.012871 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.012603 10.0.0.29 - - [2025-03-27 02:35:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.119676 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.043306 10.0.0.29 - - [2025-03-27 02:35:44] "PUT /routing-instance/859f5bd6-be32-4581-a69b-bcb4b8f92101 HTTP/1.1" 200 266 0.018368 10.0.0.29 - - [2025-03-27 02:35:44] "POST /chown HTTP/1.1" 200 109 0.011537 10.0.0.29 - - [2025-03-27 02:35:44] "POST /instance-ips HTTP/1.1" 400 316 0.013747 10.0.0.29 - - [2025-03-27 02:35:44] "POST /chown HTTP/1.1" 200 109 0.008753 10.0.0.29 - - [2025-03-27 02:35:44] "PUT /virtual-machine-interface/83f67412-4508-4124-a994-15201e5ae23e HTTP/1.1" 200 284 0.010933 10.0.0.29 - - [2025-03-27 02:35:44] "PUT /instance-ip/59fdc89e-62d2-4d11-9c08-f8b633fff8b5 HTTP/1.1" 200 256 0.017018 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.012735 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.024209 10.0.0.29 - - [2025-03-27 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.017865 10.0.0.29 - - [2025-03-27 02:35:44] "PUT /routing-instance/859f5bd6-be32-4581-a69b-bcb4b8f92101 HTTP/1.1" 200 266 0.043721 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015877 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006659 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/port HTTP/1.1" 200 1090 0.017184 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006599 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/port HTTP/1.1" 200 1090 0.014928 10.0.0.29 - - [2025-03-27 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007092 10.0.0.29 - - [2025-03-27 02:35:46] "GET /virtual-machine/31f6c8d9-7153-4ebc-bfbe-f8f5058d5077 HTTP/1.1" 401 292 0.000446 10.0.0.29 - - [2025-03-27 02:35:47] "GET /virtual-machine/31f6c8d9-7153-4ebc-bfbe-f8f5058d5077 HTTP/1.1" 200 1295 0.034174 10.0.0.29 - - [2025-03-27 02:35:47] "GET /virtual-machine-interface/8ce14af3-40a9-4218-a96e-0f7097019663 HTTP/1.1" 200 2957 0.006104 10.0.0.29 - - [2025-03-27 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.29 - - [2025-03-27 02:35:47] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006702 10.0.0.29 - - [2025-03-27 02:35:47] "GET /virtual-networks?parent_id=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003884 10.0.0.29 - - [2025-03-27 02:35:47] "GET /virtual-network/81125627-7a5a-4120-90b1-82d3df2227cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005498 10.0.0.29 - - [2025-03-27 02:35:49] "POST /neutron/port HTTP/1.1" 200 1090 0.016479 10.0.0.29 - - [2025-03-27 02:35:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006143 10.0.0.29 - - [2025-03-27 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.29 - - [2025-03-27 02:35:50] "GET /virtual-network/81125627-7a5a-4120-90b1-82d3df2227cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005251 10.0.0.29 - - [2025-03-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1093 0.019164 10.0.0.29 - - [2025-03-27 02:35:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005563 10.0.0.29 - - [2025-03-27 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.29 - - [2025-03-27 02:35:52] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003202 10.0.0.29 - - [2025-03-27 02:35:52] "GET /virtual-networks?parent_id=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004218 10.0.0.29 - - [2025-03-27 02:35:52] "GET /virtual-network/81125627-7a5a-4120-90b1-82d3df2227cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006039 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/port HTTP/1.1" 200 1093 0.016281 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007236 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/port HTTP/1.1" 200 1093 0.013744 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005806 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/port HTTP/1.1" 200 1093 0.019098 10.0.0.29 - - [2025-03-27 02:35:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007436 10.0.0.29 - - [2025-03-27 02:35:53] "GET /virtual-machine/8033926f-9647-4a19-80d1-d688e49df8cd HTTP/1.1" 200 1294 0.005635 10.0.0.29 - - [2025-03-27 02:35:53] "GET /virtual-machine-interface/9108cb1c-ab1d-4be2-a595-7adc690e1593 HTTP/1.1" 200 2969 0.005291 10.0.0.29 - - [2025-03-27 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.29 - - [2025-03-27 02:35:53] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003191 10.0.0.29 - - [2025-03-27 02:35:53] "GET /virtual-networks?parent_id=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003220 10.0.0.29 - - [2025-03-27 02:35:53] "GET /virtual-network/1af3e311-427c-4e17-a545-114bf6e9eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005430 10.0.0.29 - - [2025-03-27 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.29 - - [2025-03-27 02:35:54] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003414 10.0.0.29 - - [2025-03-27 02:35:54] "GET /virtual-networks?parent_id=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003548 10.0.0.29 - - [2025-03-27 02:35:54] "GET /virtual-network/1af3e311-427c-4e17-a545-114bf6e9eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005363 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /project/9528d862a3174950922b935ad6840a01 HTTP/1.1" 404 173 0.017416 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /project/cb32b4af4d3b4b1891718cbf851d0d18 HTTP/1.1" 404 173 0.009344 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /project/25d93eebcd974952a255eaeb892969e7 HTTP/1.1" 404 173 0.005951 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000866 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.050889 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/9528d862-a317-4950-922b-935ad6840a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.058234 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.060101 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001428 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001118 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?fields=security_groups HTTP/1.1" 200 1397 0.046626 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?fields=security_groups HTTP/1.1" 200 1349 0.045427 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/9528d862-a317-4950-922b-935ad6840a01?fields=security_groups HTTP/1.1" 200 1400 0.054039 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /security-group/2efb2fe4-9efe-4740-a8d5-3964b0fdb04a HTTP/1.1" 200 115 0.069344 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=c0bdb271-7030-477b-bfe7-9770f61cc78e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001532 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /security-group/9ecad204-b842-4bbe-b8fb-487d67c662f4 HTTP/1.1" 200 115 0.098293 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=cb32b4af-4d3b-4b18-9171-8cbf851d0d18&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003774 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /access-control-list/5822dc23-a990-4235-93f2-0f1cddb8c893 HTTP/1.1" 200 115 0.071915 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/c0bdb271-7030-477b-bfe7-9770f61cc78e?fields=application_policy_sets HTTP/1.1" 200 1436 0.049260 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /security-group/34d92410-4543-4ebd-8ef8-54dee36f6d59 HTTP/1.1" 200 115 0.113852 10.0.0.29 - - [2025-03-27 02:35:55] "GET /projects?obj_uuids=9528d862-a317-4950-922b-935ad6840a01&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/9528d862-a317-4950-922b-935ad6840a01?fields=application_policy_sets HTTP/1.1" 200 1439 0.033209 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /access-control-list/1fc8e2f5-71ce-4e01-acbf-8f1030b48904 HTTP/1.1" 200 115 0.042378 10.0.0.29 - - [2025-03-27 02:35:55] "GET /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18?fields=application_policy_sets HTTP/1.1" 200 1388 0.085716 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /access-control-list/eb029b27-7512-4524-98ce-e1d92c56d40a HTTP/1.1" 200 115 0.035784 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /access-control-list/f0cfcf9b-37dd-4d01-908a-249859d4bd8c HTTP/1.1" 200 115 0.047242 10.0.0.29 - - [2025-03-27 02:35:55] "DELETE /project/c0bdb271-7030-477b-bfe7-9770f61cc78e HTTP/1.1" 200 115 0.470086 10.0.0.29 - - [2025-03-27 02:35:56] "DELETE /access-control-list/06601607-c493-4e86-a234-aaadead16c4f HTTP/1.1" 200 115 0.070522 10.0.0.29 - - [2025-03-27 02:35:56] "DELETE /project/9528d862-a317-4950-922b-935ad6840a01 HTTP/1.1" 200 115 0.557574 10.0.0.29 - - [2025-03-27 02:35:56] "DELETE /access-control-list/23d01893-45ab-4a07-a67b-8f4ed0a9664c HTTP/1.1" 200 115 0.040210 10.0.0.29 - - [2025-03-27 02:35:56] "DELETE /project/cb32b4af-4d3b-4b18-9171-8cbf851d0d18 HTTP/1.1" 200 115 0.574720 10.0.0.29 - - [2025-03-27 02:35:58] "POST /neutron/router HTTP/1.1" 200 656 0.004675 10.0.0.29 - - [2025-03-27 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.020695 10.0.0.29 - - [2025-03-27 02:35:58] "POST /neutron/router HTTP/1.1" 200 344 0.127218 10.0.0.29 - - [2025-03-27 02:35:58] "POST /neutron/router HTTP/1.1" 200 656 0.006331 10.0.0.29 - - [2025-03-27 02:35:59] "GET /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005765 10.0.0.29 - - [2025-03-27 02:35:59] "GET /service-instance/e2478fca-e3e9-4c59-bfb4-bcd5c869b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004521 10.0.0.29 - - [2025-03-27 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/router HTTP/1.1" 200 151 0.079759 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /route-target/e10f61a2-830e-4435-99fa-694c9d6432b3 HTTP/1.1" 409 239 0.006740 10.0.0.29 - - [2025-03-27 02:35:59] "PUT /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5 HTTP/1.1" 404 171 0.003311 10.0.0.29 - - [2025-03-27 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.018167 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /route-table/472e2769-4587-40ed-b4c9-4d87536768c5 HTTP/1.1" 200 115 0.036193 10.0.0.29 - - [2025-03-27 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.29 - - [2025-03-27 02:35:59] "PUT /routing-instance/859f5bd6-be32-4581-a69b-bcb4b8f92101 HTTP/1.1" 200 266 0.010463 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/network HTTP/1.1" 200 836 0.008666 10.0.0.29 - - [2025-03-27 02:35:59] "GET /virtual-network/86842b88-d529-4b07-8e4d-641291b31895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007242 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/network HTTP/1.1" 400 204 0.051507 10.0.0.29 - - [2025-03-27 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.020011 10.0.0.29 - - [2025-03-27 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.013748 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /instance-ip/59fdc89e-62d2-4d11-9c08-f8b633fff8b5 HTTP/1.1" 200 115 0.038790 10.0.0.29 - - [2025-03-27 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.29 - - [2025-03-27 02:35:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007212 10.0.0.29 - - [2025-03-27 02:35:59] "POST /useragent-kv HTTP/1.1" 200 115 0.019286 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /virtual-network/86842b88-d529-4b07-8e4d-641291b31895 HTTP/1.1" 200 115 0.139889 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /route-target/690b7a2d-2086-4dd6-8ab9-4a65de3a8ef7 HTTP/1.1" 200 115 0.047730 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /service-instance/e2478fca-e3e9-4c59-bfb4-bcd5c869b041 HTTP/1.1" 200 115 0.061999 10.0.0.29 - - [2025-03-27 02:35:59] "GET /logical-router/5bd58142-63b0-4fe7-b413-2cba06c05ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003134 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1093 0.022480 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1119 0.009613 10.0.0.29 - - [2025-03-27 02:35:59] "GET /service-instance/e2478fca-e3e9-4c59-bfb4-bcd5c869b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002912 10.0.0.29 - - [2025-03-27 02:35:59] "GET /virtual-machine-interface/6ce0be39-ac85-4813-a337-d2ab21a4a53c?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.008408 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1090 0.037084 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1116 0.012729 10.0.0.29 - - [2025-03-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 151 0.187244 10.0.0.29 - - [2025-03-27 02:35:59] "DELETE /virtual-machine-interface/6ce0be39-ac85-4813-a337-d2ab21a4a53c HTTP/1.1" 200 115 0.081702 10.0.0.29 - - [2025-03-27 02:35:59] "GET /virtual-machine-interface/ee894fef-afa9-4694-a88b-9b82b27f07cd?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.009278 10.0.0.29 - - [2025-03-27 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.024792 10.0.0.29 - - [2025-03-27 02:36:00] "POST /neutron/port HTTP/1.1" 200 151 0.169173 10.0.0.29 - - [2025-03-27 02:36:00] "GET /instance-ip/d94746e9-d390-4553-91d8-206066d5c57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004458 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /virtual-machine-interface/ee894fef-afa9-4694-a88b-9b82b27f07cd HTTP/1.1" 200 115 0.049826 10.0.0.29 - - [2025-03-27 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.013265 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /virtual-machine/09c4c93b-2417-479e-bc01-9f46fd757d45 HTTP/1.1" 200 115 0.024541 10.0.0.29 - - [2025-03-27 02:36:00] "GET /virtual-machine-interface/83f67412-4508-4124-a994-15201e5ae23e?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.008130 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /virtual-machine-interface/83f67412-4508-4124-a994-15201e5ae23e HTTP/1.1" 200 115 0.026193 10.0.0.29 - - [2025-03-27 02:36:00] "GET /virtual-machine-interface/2f5674f1-be73-4174-8381-60ba583b6973?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.005664 10.0.0.29 - - [2025-03-27 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.011882 10.0.0.29 - - [2025-03-27 02:36:00] "GET /instance-ip/d94746e9-d390-4553-91d8-206066d5c57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005616 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /instance-ip/d94746e9-d390-4553-91d8-206066d5c57f HTTP/1.1" 200 115 0.034807 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /virtual-machine-interface/2f5674f1-be73-4174-8381-60ba583b6973 HTTP/1.1" 200 115 0.037439 10.0.0.29 - - [2025-03-27 02:36:00] "DELETE /virtual-machine/458de6c0-07d2-415d-b7c5-c9ed0bb4627e HTTP/1.1" 200 115 0.022933 10.0.0.29 - - [2025-03-27 02:36:01] "GET /obj-perms HTTP/1.1" 200 5056 0.049146 10.0.0.29 - - [2025-03-27 02:36:01] "POST /neutron/network HTTP/1.1" 200 836 0.008427 10.0.0.29 - - [2025-03-27 02:36:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003208 10.0.0.29 - - [2025-03-27 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.29 - - [2025-03-27 02:36:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.29 - - [2025-03-27 02:36:01] "POST /neutron/network HTTP/1.1" 200 151 0.085877 10.0.0.29 - - [2025-03-27 02:36:01] "DELETE /route-target/bdf1cb14-62b0-4efc-ac68-fe86d320e52d HTTP/1.1" 200 115 0.022969 10.0.0.29 - - [2025-03-27 02:36:01] "POST /neutron/network HTTP/1.1" 200 826 0.006115 10.0.0.29 - - [2025-03-27 02:36:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.29 - - [2025-03-27 02:36:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006360 10.0.0.29 - - [2025-03-27 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009835 10.0.0.29 - - [2025-03-27 02:36:01] "POST /neutron/network HTTP/1.1" 200 151 0.106044 10.0.0.29 - - [2025-03-27 02:36:01] "DELETE /route-target/c71dd088-d35e-40c5-9c74-1c770a12bf5b HTTP/1.1" 200 115 0.018934 10.0.0.29 - - [2025-03-27 02:36:01] "GET /obj-perms HTTP/1.1" 200 5056 0.070991 10.0.0.29 - - [2025-03-27 02:36:01] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.29 - - [2025-03-27 02:36:01] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027263 10.0.0.29 - - [2025-03-27 02:36:01] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.29 - - [2025-03-27 02:36:01] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?fields=virtual_networks HTTP/1.1" 200 1038 0.070951 10.0.0.29 - - [2025-03-27 02:36:01] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001612 10.0.0.29 - - [2025-03-27 02:36:01] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028988 10.0.0.29 - - [2025-03-27 02:36:02] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001527 10.0.0.29 - - [2025-03-27 02:36:02] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?fields=security_groups HTTP/1.1" 200 1267 0.028781 10.0.0.29 - - [2025-03-27 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.026569 10.0.0.29 - - [2025-03-27 02:36:03] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002881 10.0.0.29 - - [2025-03-27 02:36:03] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.29 - - [2025-03-27 02:36:03] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007559 10.0.0.29 - - [2025-03-27 02:36:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.003307 10.0.0.29 - - [2025-03-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004573 10.0.0.29 - - [2025-03-27 02:36:03] "POST /security-groups HTTP/1.1" 200 599 0.063611 10.0.0.29 - - [2025-03-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002595 10.0.0.29 - - [2025-03-27 02:36:03] "POST /projects HTTP/1.1" 200 601 0.226372 10.0.0.29 - - [2025-03-27 02:36:03] "POST /access-control-lists HTTP/1.1" 200 604 0.058052 10.0.0.29 - - [2025-03-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.302146 10.0.0.29 - - [2025-03-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.002977 10.0.0.29 - - [2025-03-27 02:36:03] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.441284 10.0.0.29 - - [2025-03-27 02:36:03] "POST /access-control-lists HTTP/1.1" 200 602 0.080761 10.0.0.29 - - [2025-03-27 02:36:04] "GET / HTTP/1.1" 200 35931 0.002042 10.0.0.29 - - [2025-03-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.29 - - [2025-03-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.064810 10.0.0.29 - - [2025-03-27 02:36:05] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.29 - - [2025-03-27 02:36:05] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.031709 10.0.0.29 - - [2025-03-27 02:36:05] "POST /neutron/network HTTP/1.1" 200 117 0.031032 10.0.0.29 - - [2025-03-27 02:36:05] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001494 10.0.0.29 - - [2025-03-27 02:36:05] "POST /neutron/network HTTP/1.1" 200 613 0.080377 10.0.0.29 - - [2025-03-27 02:36:05] "POST /route-targets HTTP/1.1" 200 327 0.012397 10.0.0.29 - - [2025-03-27 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.013262 10.0.0.29 - - [2025-03-27 02:36:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004092 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.168348 10.0.0.29 - - [2025-03-27 02:36:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.29 - - [2025-03-27 02:36:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.210573 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007387 10.0.0.29 - - [2025-03-27 02:36:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001424 10.0.0.29 - - [2025-03-27 02:36:06] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005781 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007968 10.0.0.29 - - [2025-03-27 02:36:06] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006456 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/network HTTP/1.1" 200 1007 0.008406 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008302 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.006954 10.0.0.29 - - [2025-03-27 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.29 - - [2025-03-27 02:36:06] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.29 - - [2025-03-27 02:36:06] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033709 10.0.0.29 - - [2025-03-27 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.023973 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/network HTTP/1.1" 200 117 0.008174 10.0.0.29 - - [2025-03-27 02:36:06] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/network HTTP/1.1" 200 613 0.069216 10.0.0.29 - - [2025-03-27 02:36:06] "POST /route-targets HTTP/1.1" 200 327 0.013311 10.0.0.29 - - [2025-03-27 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.011976 10.0.0.29 - - [2025-03-27 02:36:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.29 - - [2025-03-27 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.160789 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002825 10.0.0.29 - - [2025-03-27 02:36:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.158715 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1007 0.007896 10.0.0.29 - - [2025-03-27 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001224 10.0.0.29 - - [2025-03-27 02:36:07] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005257 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1007 0.007340 10.0.0.29 - - [2025-03-27 02:36:07] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005382 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1007 0.007734 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.006819 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.007351 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002551 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002222 10.0.0.29 - - [2025-03-27 02:36:07] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.29 - - [2025-03-27 02:36:07] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.029673 10.0.0.29 - - [2025-03-27 02:36:07] "POST /network-policys HTTP/1.1" 200 577 0.059240 10.0.0.29 - - [2025-03-27 02:36:07] "GET /network-policy/bccf2239-5b8f-4826-81bd-43e452e4e9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004695 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1007 0.008137 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.007451 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.005371 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1115 0.058154 10.0.0.29 - - [2025-03-27 02:36:07] "POST /access-control-lists HTTP/1.1" 200 596 0.078836 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1115 0.047969 10.0.0.29 - - [2025-03-27 02:36:07] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007641 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.29 - - [2025-03-27 02:36:07] "GET /network-policy/bccf2239-5b8f-4826-81bd-43e452e4e9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004208 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1007 0.008448 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004617 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.005416 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1115 0.051814 10.0.0.29 - - [2025-03-27 02:36:07] "POST /access-control-lists HTTP/1.1" 200 596 0.070889 10.0.0.29 - - [2025-03-27 02:36:07] "POST /neutron/network HTTP/1.1" 200 1115 0.068181 10.0.0.29 - - [2025-03-27 02:36:07] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005801 10.0.0.29 - - [2025-03-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.29 - - [2025-03-27 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.010497 10.0.0.29 - - [2025-03-27 02:36:08] "GET /network-policy/bccf2239-5b8f-4826-81bd-43e452e4e9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004766 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domains HTTP/1.1" 401 292 0.000757 10.0.0.29 - - [2025-03-27 02:36:08] "PUT /access-control-list/52bd6875-7c60-42d3-8da9-f0aa7f80ad1f HTTP/1.1" 200 272 0.054254 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domains HTTP/1.1" 200 280 0.027684 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.007919 10.0.0.29 - - [2025-03-27 02:36:08] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.29 - - [2025-03-27 02:36:08] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 2626 0.073128 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146 HTTP/1.1" 200 3509 0.007738 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146 HTTP/1.1" 200 3509 0.012534 10.0.0.29 - - [2025-03-27 02:36:08] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 200 1795 0.003726 10.0.0.29 - - [2025-03-27 02:36:08] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 200 1795 0.003710 10.0.0.29 - - [2025-03-27 02:36:08] "GET /route-target/380a75ed-bede-486b-a880-0528dc307304 HTTP/1.1" 200 1212 0.004019 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146 HTTP/1.1" 200 3509 0.005288 10.0.0.29 - - [2025-03-27 02:36:08] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 200 1795 0.003939 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006662 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146 HTTP/1.1" 200 3509 0.005206 10.0.0.29 - - [2025-03-27 02:36:08] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 200 1795 0.003995 10.0.0.29 - - [2025-03-27 02:36:08] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 200 1795 0.004986 10.0.0.29 - - [2025-03-27 02:36:08] "GET /route-target/380a75ed-bede-486b-a880-0528dc307304 HTTP/1.1" 200 1212 0.004007 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domains HTTP/1.1" 200 280 0.002692 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.29 - - [2025-03-27 02:36:08] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.007390 10.0.0.29 - - [2025-03-27 02:36:08] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.29 - - [2025-03-27 02:36:08] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 2626 0.069837 10.0.0.29 - - [2025-03-27 02:36:08] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146 HTTP/1.1" 200 3509 0.005663 10.0.0.29 - - [2025-03-27 02:36:09] "GET /obj-perms HTTP/1.1" 200 5046 0.058478 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains HTTP/1.1" 200 280 0.003026 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.007094 10.0.0.29 - - [2025-03-27 02:36:09] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.29 - - [2025-03-27 02:36:09] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 2626 0.063877 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56 HTTP/1.1" 200 3508 0.006668 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56 HTTP/1.1" 200 3508 0.004196 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 200 1794 0.004062 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 200 1794 0.004496 10.0.0.29 - - [2025-03-27 02:36:09] "GET /route-target/6b3a029f-251a-40c3-87e3-d923583ec5d8 HTTP/1.1" 200 1211 0.002583 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56 HTTP/1.1" 200 3508 0.003981 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 200 1794 0.002954 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004184 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56 HTTP/1.1" 200 3508 0.004387 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 200 1794 0.003036 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 200 1794 0.003658 10.0.0.29 - - [2025-03-27 02:36:09] "GET /route-target/6b3a029f-251a-40c3-87e3-d923583ec5d8 HTTP/1.1" 200 1211 0.003276 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains HTTP/1.1" 200 280 0.002653 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.006835 10.0.0.29 - - [2025-03-27 02:36:09] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.29 - - [2025-03-27 02:36:09] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 2626 0.068480 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56 HTTP/1.1" 200 3508 0.004579 10.0.0.29 - - [2025-03-27 02:36:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003653 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007172 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1115 0.007960 10.0.0.29 - - [2025-03-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.020153 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1007 0.062636 10.0.0.29 - - [2025-03-27 02:36:09] "DELETE /access-control-list/a1da5774-ac28-439c-bf86-41f35fa64f1f HTTP/1.1" 200 115 0.030952 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1007 0.010804 10.0.0.29 - - [2025-03-27 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.026832 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/79ce4924-6a61-4852-9300-fed9ce29be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004374 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007432 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1115 0.008888 10.0.0.29 - - [2025-03-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003814 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1007 0.047426 10.0.0.29 - - [2025-03-27 02:36:09] "DELETE /access-control-list/52bd6875-7c60-42d3-8da9-f0aa7f80ad1f HTTP/1.1" 200 115 0.033120 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1007 0.011168 10.0.0.29 - - [2025-03-27 02:36:09] "GET /virtual-network/8cd8f8fc-810b-4545-93eb-0372f17b7146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004626 10.0.0.29 - - [2025-03-27 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.016577 10.0.0.29 - - [2025-03-27 02:36:09] "DELETE /network-policy/bccf2239-5b8f-4826-81bd-43e452e4e9e7 HTTP/1.1" 200 115 0.021862 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 1007 0.008720 10.0.0.29 - - [2025-03-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.29 - - [2025-03-27 02:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004044 10.0.0.29 - - [2025-03-27 02:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.29 - - [2025-03-27 02:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.29 - - [2025-03-27 02:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.29 - - [2025-03-27 02:36:09] "POST /neutron/network HTTP/1.1" 200 151 0.112944 10.0.0.29 - - [2025-03-27 02:36:09] "DELETE /route-target/6b3a029f-251a-40c3-87e3-d923583ec5d8 HTTP/1.1" 200 115 0.031153 10.0.0.29 - - [2025-03-27 02:36:09] "GET /routing-instance/7e3d6cb7-b424-4c79-8775-fad2b39f276f HTTP/1.1" 404 171 0.003613 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains HTTP/1.1" 200 280 0.002954 10.0.0.29 - - [2025-03-27 02:36:09] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.29 - - [2025-03-27 02:36:10] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.053516 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.29 - - [2025-03-27 02:36:10] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 2146 0.069430 10.0.0.29 - - [2025-03-27 02:36:10] "POST /neutron/network HTTP/1.1" 200 1007 0.010524 10.0.0.29 - - [2025-03-27 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.29 - - [2025-03-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.29 - - [2025-03-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004486 10.0.0.29 - - [2025-03-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.29 - - [2025-03-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002595 10.0.0.29 - - [2025-03-27 02:36:10] "POST /neutron/network HTTP/1.1" 200 151 0.111230 10.0.0.29 - - [2025-03-27 02:36:10] "DELETE /route-target/380a75ed-bede-486b-a880-0528dc307304 HTTP/1.1" 200 115 0.030416 10.0.0.29 - - [2025-03-27 02:36:10] "GET /routing-instance/9be393ff-74fa-4e69-80a8-cea9fd757cde HTTP/1.1" 404 171 0.003418 10.0.0.29 - - [2025-03-27 02:36:10] "GET /domains HTTP/1.1" 200 280 0.003363 10.0.0.29 - - [2025-03-27 02:36:10] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.29 - - [2025-03-27 02:36:10] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2770 0.056479 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.29 - - [2025-03-27 02:36:10] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 1901 0.072598 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.29 - - [2025-03-27 02:36:10] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026994 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.29 - - [2025-03-27 02:36:10] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?fields=virtual_networks HTTP/1.1" 200 1049 0.075460 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.29 - - [2025-03-27 02:36:10] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042459 10.0.0.29 - - [2025-03-27 02:36:10] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.29 - - [2025-03-27 02:36:11] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?fields=security_groups HTTP/1.1" 200 1283 0.032619 10.0.0.29 - - [2025-03-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.029794 10.0.0.29 - - [2025-03-27 02:36:11] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002712 10.0.0.29 - - [2025-03-27 02:36:11] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002158 10.0.0.29 - - [2025-03-27 02:36:11] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010501 10.0.0.29 - - [2025-03-27 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.001297 10.0.0.29 - - [2025-03-27 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003600 10.0.0.29 - - [2025-03-27 02:36:12] "POST /security-groups HTTP/1.1" 200 593 0.064553 10.0.0.29 - - [2025-03-27 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.002989 10.0.0.29 - - [2025-03-27 02:36:12] "POST /projects HTTP/1.1" 200 589 0.232466 10.0.0.29 - - [2025-03-27 02:36:12] "POST /access-control-lists HTTP/1.1" 200 598 0.058139 10.0.0.29 - - [2025-03-27 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.308801 10.0.0.29 - - [2025-03-27 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002954 10.0.0.29 - - [2025-03-27 02:36:12] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.442153 10.0.0.29 - - [2025-03-27 02:36:12] "POST /access-control-lists HTTP/1.1" 200 596 0.067868 10.0.0.29 - - [2025-03-27 02:36:13] "GET / HTTP/1.1" 200 35931 0.002239 10.0.0.29 - - [2025-03-27 02:36:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.29 - - [2025-03-27 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.054086 10.0.0.29 - - [2025-03-27 02:36:14] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.29 - - [2025-03-27 02:36:14] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025074 10.0.0.29 - - [2025-03-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 117 0.029067 10.0.0.29 - - [2025-03-27 02:36:14] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001535 10.0.0.29 - - [2025-03-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 607 0.062855 10.0.0.29 - - [2025-03-27 02:36:14] "POST /route-targets HTTP/1.1" 200 327 0.011652 10.0.0.29 - - [2025-03-27 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.011324 10.0.0.29 - - [2025-03-27 02:36:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.29 - - [2025-03-27 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.210908 10.0.0.29 - - [2025-03-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 825 0.006521 10.0.0.29 - - [2025-03-27 02:36:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001670 10.0.0.29 - - [2025-03-27 02:36:14] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005322 10.0.0.29 - - [2025-03-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 825 0.006383 10.0.0.29 - - [2025-03-27 02:36:15] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005523 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 825 0.006013 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.007668 10.0.0.29 - - [2025-03-27 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.29 - - [2025-03-27 02:36:15] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.29 - - [2025-03-27 02:36:15] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023264 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 117 0.009367 10.0.0.29 - - [2025-03-27 02:36:15] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 607 0.075941 10.0.0.29 - - [2025-03-27 02:36:15] "POST /route-targets HTTP/1.1" 200 327 0.013021 10.0.0.29 - - [2025-03-27 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.29 - - [2025-03-27 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003876 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.203455 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 824 0.005548 10.0.0.29 - - [2025-03-27 02:36:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001870 10.0.0.29 - - [2025-03-27 02:36:15] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005003 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 824 0.005489 10.0.0.29 - - [2025-03-27 02:36:15] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005321 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 824 0.006158 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.007114 10.0.0.29 - - [2025-03-27 02:36:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002219 10.0.0.29 - - [2025-03-27 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002036 10.0.0.29 - - [2025-03-27 02:36:15] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.29 - - [2025-03-27 02:36:15] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025837 10.0.0.29 - - [2025-03-27 02:36:15] "POST /network-policys HTTP/1.1" 200 571 0.019514 10.0.0.29 - - [2025-03-27 02:36:15] "GET /network-policy/99f5e1d4-9587-4818-8e71-a3d450102f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006332 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 825 0.006649 10.0.0.29 - - [2025-03-27 02:36:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.005327 10.0.0.29 - - [2025-03-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 927 0.058146 10.0.0.29 - - [2025-03-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 927 0.038746 10.0.0.29 - - [2025-03-27 02:36:16] "POST /access-control-lists HTTP/1.1" 200 590 0.075190 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007763 10.0.0.29 - - [2025-03-27 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.29 - - [2025-03-27 02:36:16] "GET /network-policy/99f5e1d4-9587-4818-8e71-a3d450102f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003788 10.0.0.29 - - [2025-03-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 824 0.006562 10.0.0.29 - - [2025-03-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 926 0.093490 10.0.0.29 - - [2025-03-27 02:36:16] "PUT /access-control-list/f033d3ec-d94a-4ca2-a8c7-2d9aac243539 HTTP/1.1" 200 272 0.064740 10.0.0.29 - - [2025-03-27 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002620 10.0.0.29 - - [2025-03-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 926 0.007598 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005589 10.0.0.29 - - [2025-03-27 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.29 - - [2025-03-27 02:36:16] "GET /network-policy/99f5e1d4-9587-4818-8e71-a3d450102f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.032353 10.0.0.29 - - [2025-03-27 02:36:16] "POST /access-control-lists HTTP/1.1" 200 590 0.065671 10.0.0.29 - - [2025-03-27 02:36:16] "GET /domains HTTP/1.1" 401 292 0.000473 10.0.0.29 - - [2025-03-27 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.010149 10.0.0.29 - - [2025-03-27 02:36:16] "GET /domains HTTP/1.1" 200 280 0.027167 10.0.0.29 - - [2025-03-27 02:36:16] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.29 - - [2025-03-27 02:36:16] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.008246 10.0.0.29 - - [2025-03-27 02:36:16] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.29 - - [2025-03-27 02:36:16] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 2570 0.079347 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e HTTP/1.1" 200 2888 0.007456 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e HTTP/1.1" 200 2888 0.006826 10.0.0.29 - - [2025-03-27 02:36:16] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 200 1784 0.006796 10.0.0.29 - - [2025-03-27 02:36:16] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 200 1784 0.003823 10.0.0.29 - - [2025-03-27 02:36:16] "GET /route-target/38fb54bd-9611-4d79-b192-f1f9584afb3e HTTP/1.1" 200 1206 0.003536 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e HTTP/1.1" 200 2888 0.005591 10.0.0.29 - - [2025-03-27 02:36:16] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 200 1784 0.003798 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005408 10.0.0.29 - - [2025-03-27 02:36:16] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e HTTP/1.1" 200 2888 0.005424 10.0.0.29 - - [2025-03-27 02:36:16] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 200 1784 0.003181 10.0.0.29 - - [2025-03-27 02:36:16] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 200 1784 0.003006 10.0.0.29 - - [2025-03-27 02:36:16] "GET /route-target/38fb54bd-9611-4d79-b192-f1f9584afb3e HTTP/1.1" 200 1206 0.002940 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.006975 10.0.0.29 - - [2025-03-27 02:36:17] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.29 - - [2025-03-27 02:36:17] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 2570 0.078803 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e HTTP/1.1" 200 2888 0.009912 10.0.0.29 - - [2025-03-27 02:36:17] "GET /obj-perms HTTP/1.1" 200 5034 0.049180 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains HTTP/1.1" 200 280 0.002740 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.006922 10.0.0.29 - - [2025-03-27 02:36:17] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273 10.0.0.29 - - [2025-03-27 02:36:17] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 2570 0.066537 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd HTTP/1.1" 200 2885 0.006108 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd HTTP/1.1" 200 2885 0.005166 10.0.0.29 - - [2025-03-27 02:36:17] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 200 1783 0.004111 10.0.0.29 - - [2025-03-27 02:36:17] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 200 1783 0.003669 10.0.0.29 - - [2025-03-27 02:36:17] "GET /route-target/3d0e8918-2624-457e-9d41-38c7dd9114c8 HTTP/1.1" 200 1206 0.003457 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd HTTP/1.1" 200 2885 0.005687 10.0.0.29 - - [2025-03-27 02:36:17] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 200 1783 0.003721 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007268 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd HTTP/1.1" 200 2885 0.007350 10.0.0.29 - - [2025-03-27 02:36:17] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 200 1783 0.005478 10.0.0.29 - - [2025-03-27 02:36:17] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 200 1783 0.003343 10.0.0.29 - - [2025-03-27 02:36:17] "GET /route-target/3d0e8918-2624-457e-9d41-38c7dd9114c8 HTTP/1.1" 200 1206 0.002872 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains HTTP/1.1" 200 280 0.002815 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.29 - - [2025-03-27 02:36:17] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.007298 10.0.0.29 - - [2025-03-27 02:36:17] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001399 10.0.0.29 - - [2025-03-27 02:36:17] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 2570 0.072975 10.0.0.29 - - [2025-03-27 02:36:17] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd HTTP/1.1" 200 2885 0.004970 10.0.0.29 - - [2025-03-27 02:36:17] "GET /obj-perms HTTP/1.1" 200 5034 0.003379 10.0.0.29 - - [2025-03-27 02:36:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001688 10.0.0.29 - - [2025-03-27 02:36:18] "POST /neutron/network HTTP/1.1" 200 937 0.006568 10.0.0.29 - - [2025-03-27 02:36:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.29 - - [2025-03-27 02:36:18] "GET / HTTP/1.1" 200 35931 0.002509 10.0.0.29 - - [2025-03-27 02:36:18] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.29 - - [2025-03-27 02:36:18] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.29 - - [2025-03-27 02:36:18] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051117 10.0.0.29 - - [2025-03-27 02:36:18] "POST /neutron/network HTTP/1.1" 200 927 0.009610 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.005417 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.005842 10.0.0.29 - - [2025-03-27 02:36:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001381 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/network HTTP/1.1" 200 936 0.006248 10.0.0.29 - - [2025-03-27 02:36:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/network HTTP/1.1" 200 937 0.006350 10.0.0.29 - - [2025-03-27 02:36:19] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.29 - - [2025-03-27 02:36:19] "GET / HTTP/1.1" 200 35931 0.002472 10.0.0.29 - - [2025-03-27 02:36:19] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.211308 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.008973 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.007710 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 1115 0.054656 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 1089 0.016925 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.014027 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.002030 10.0.0.29 - - [2025-03-27 02:36:19] "POST /neutron/network HTTP/1.1" 200 927 0.011986 10.0.0.29 - - [2025-03-27 02:36:20] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.29 - - [2025-03-27 02:36:20] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062438 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/network HTTP/1.1" 200 926 0.007115 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1089 0.028141 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010012 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.007218 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1089 0.016441 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006186 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/network HTTP/1.1" 200 936 0.007082 10.0.0.29 - - [2025-03-27 02:36:20] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001720 10.0.0.29 - - [2025-03-27 02:36:20] "PUT /access-control-list/e122e73b-88c2-4b75-a06f-afdf214b2a43 HTTP/1.1" 200 272 0.058247 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1060 0.281022 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1060 0.032516 10.0.0.29 - - [2025-03-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1060 0.014331 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/port HTTP/1.1" 200 1114 0.127421 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/port HTTP/1.1" 200 1088 0.020095 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003474 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.014526 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.29 - - [2025-03-27 02:36:21] "POST /neutron/network HTTP/1.1" 200 926 0.005800 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015217 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006431 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015388 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005228 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014940 10.0.0.29 - - [2025-03-27 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013685 10.0.0.29 - - [2025-03-27 02:36:25] "GET /virtual-machine/b82f3bdd-4574-4273-93f6-b6bf4c72fdae HTTP/1.1" 200 1295 0.005697 10.0.0.29 - - [2025-03-27 02:36:25] "GET /virtual-machine-interface/f1393cbc-1c6c-4eb6-b54b-c0928537c26d HTTP/1.1" 200 2952 0.007892 10.0.0.29 - - [2025-03-27 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.29 - - [2025-03-27 02:36:25] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003200 10.0.0.29 - - [2025-03-27 02:36:25] "GET /virtual-networks?parent_id=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002651 10.0.0.29 - - [2025-03-27 02:36:25] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005419 10.0.0.29 - - [2025-03-27 02:36:28] "POST /neutron/port HTTP/1.1" 200 1089 0.017987 10.0.0.29 - - [2025-03-27 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008060 10.0.0.29 - - [2025-03-27 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.29 - - [2025-03-27 02:36:28] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004844 10.0.0.29 - - [2025-03-27 02:36:29] "POST /neutron/port HTTP/1.1" 200 1088 0.015297 10.0.0.29 - - [2025-03-27 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005977 10.0.0.29 - - [2025-03-27 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.29 - - [2025-03-27 02:36:30] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003209 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-networks?parent_id=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003135 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005729 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1088 0.016760 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006587 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1088 0.017252 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006765 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1088 0.014307 10.0.0.29 - - [2025-03-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006548 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-machine/a0e0be9e-73e8-4771-a88c-09abf9137a47 HTTP/1.1" 200 1295 0.007250 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-machine-interface/7044253b-3326-42cf-9d46-acf47b367f6a HTTP/1.1" 200 2951 0.005420 10.0.0.29 - - [2025-03-27 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.29 - - [2025-03-27 02:36:31] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002998 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-networks?parent_id=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003175 10.0.0.29 - - [2025-03-27 02:36:31] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005289 10.0.0.29 - - [2025-03-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.29 - - [2025-03-27 02:36:32] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003523 10.0.0.29 - - [2025-03-27 02:36:32] "GET /virtual-networks?parent_id=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004301 10.0.0.29 - - [2025-03-27 02:36:32] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007796 10.0.0.29 - - [2025-03-27 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.29 - - [2025-03-27 02:36:36] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.29 - - [2025-03-27 02:36:36] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028931 10.0.0.29 - - [2025-03-27 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.29 - - [2025-03-27 02:36:36] "PUT /network-policy/99f5e1d4-9587-4818-8e71-a3d450102f9c HTTP/1.1" 200 262 0.014056 10.0.0.29 - - [2025-03-27 02:36:37] "PUT /access-control-list/f033d3ec-d94a-4ca2-a8c7-2d9aac243539 HTTP/1.1" 200 272 0.055750 10.0.0.29 - - [2025-03-27 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.014787 10.0.0.29 - - [2025-03-27 02:36:37] "PUT /access-control-list/e122e73b-88c2-4b75-a06f-afdf214b2a43 HTTP/1.1" 200 272 0.053328 10.0.0.29 - - [2025-03-27 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.011707 10.0.0.29 - - [2025-03-27 02:36:40] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005735 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 926 0.006097 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 824 0.047968 10.0.0.29 - - [2025-03-27 02:36:40] "DELETE /access-control-list/e122e73b-88c2-4b75-a06f-afdf214b2a43 HTTP/1.1" 200 115 0.025877 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 824 0.005397 10.0.0.29 - - [2025-03-27 02:36:40] "GET /virtual-network/351ff54b-f840-4b66-a4dc-216435bca4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005044 10.0.0.29 - - [2025-03-27 02:36:40] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004462 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 927 0.005755 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 825 0.046484 10.0.0.29 - - [2025-03-27 02:36:40] "DELETE /access-control-list/f033d3ec-d94a-4ca2-a8c7-2d9aac243539 HTTP/1.1" 200 115 0.045441 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 825 0.008213 10.0.0.29 - - [2025-03-27 02:36:40] "GET /virtual-network/c535263e-7b31-403f-87e2-d2d5ebb8827e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005963 10.0.0.29 - - [2025-03-27 02:36:40] "DELETE /network-policy/99f5e1d4-9587-4818-8e71-a3d450102f9c HTTP/1.1" 200 115 0.016357 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 824 0.006017 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/network HTTP/1.1" 400 204 0.010313 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1088 0.015678 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1114 0.009040 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1089 0.026470 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1115 0.009454 10.0.0.29 - - [2025-03-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 151 0.125121 10.0.0.29 - - [2025-03-27 02:36:41] "POST /neutron/port HTTP/1.1" 200 151 0.154458 10.0.0.29 - - [2025-03-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 824 0.006943 10.0.0.29 - - [2025-03-27 02:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.29 - - [2025-03-27 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.29 - - [2025-03-27 02:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001796 10.0.0.29 - - [2025-03-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 151 0.073116 10.0.0.29 - - [2025-03-27 02:36:42] "GET /routing-instance/8911275b-4904-4e8f-930b-bd060e99c9f5 HTTP/1.1" 404 171 0.002589 10.0.0.29 - - [2025-03-27 02:36:42] "DELETE /route-target/3d0e8918-2624-457e-9d41-38c7dd9114c8 HTTP/1.1" 200 115 0.015057 10.0.0.29 - - [2025-03-27 02:36:42] "GET /domains HTTP/1.1" 200 280 0.002219 10.0.0.29 - - [2025-03-27 02:36:42] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.29 - - [2025-03-27 02:36:42] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.050280 10.0.0.29 - - [2025-03-27 02:36:42] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.29 - - [2025-03-27 02:36:42] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 2102 0.066204 10.0.0.29 - - [2025-03-27 02:36:43] "POST /neutron/network HTTP/1.1" 200 825 0.005685 10.0.0.29 - - [2025-03-27 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987 10.0.0.29 - - [2025-03-27 02:36:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.29 - - [2025-03-27 02:36:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001712 10.0.0.29 - - [2025-03-27 02:36:43] "POST /neutron/network HTTP/1.1" 200 151 0.088002 10.0.0.29 - - [2025-03-27 02:36:43] "DELETE /route-target/38fb54bd-9611-4d79-b192-f1f9584afb3e HTTP/1.1" 200 115 0.022360 10.0.0.29 - - [2025-03-27 02:36:43] "GET /routing-instance/bba9d13e-72cf-4b43-a408-fa071068e0ce HTTP/1.1" 404 171 0.002034 10.0.0.29 - - [2025-03-27 02:36:43] "GET /domains HTTP/1.1" 200 280 0.002353 10.0.0.29 - - [2025-03-27 02:36:43] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.29 - - [2025-03-27 02:36:43] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.047676 10.0.0.29 - - [2025-03-27 02:36:43] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.29 - - [2025-03-27 02:36:43] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 1863 0.065615 10.0.0.29 - - [2025-03-27 02:36:43] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001178 10.0.0.29 - - [2025-03-27 02:36:43] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023293 10.0.0.29 - - [2025-03-27 02:36:43] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.29 - - [2025-03-27 02:36:43] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?fields=virtual_networks HTTP/1.1" 200 1035 0.068990 10.0.0.29 - - [2025-03-27 02:36:43] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001631 10.0.0.29 - - [2025-03-27 02:36:43] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029787 10.0.0.29 - - [2025-03-27 02:36:43] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001799 10.0.0.29 - - [2025-03-27 02:36:43] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?fields=security_groups HTTP/1.1" 200 1263 0.036402 10.0.0.29 - - [2025-03-27 02:36:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.027638 10.0.0.29 - - [2025-03-27 02:36:44] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002989 10.0.0.29 - - [2025-03-27 02:36:44] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.29 - - [2025-03-27 02:36:44] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007695 10.0.0.29 - - [2025-03-27 02:36:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.001678 10.0.0.29 - - [2025-03-27 02:36:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003933 10.0.0.29 - - [2025-03-27 02:36:44] "POST /security-groups HTTP/1.1" 200 589 0.063579 10.0.0.29 - - [2025-03-27 02:36:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.002586 10.0.0.29 - - [2025-03-27 02:36:44] "POST /projects HTTP/1.1" 200 581 0.224728 10.0.0.29 - - [2025-03-27 02:36:45] "POST /access-control-lists HTTP/1.1" 200 594 0.058590 10.0.0.29 - - [2025-03-27 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.297586 10.0.0.29 - - [2025-03-27 02:36:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.003587 10.0.0.29 - - [2025-03-27 02:36:45] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.422852 10.0.0.29 - - [2025-03-27 02:36:45] "POST /access-control-lists HTTP/1.1" 200 592 0.060280 10.0.0.29 - - [2025-03-27 02:36:46] "GET / HTTP/1.1" 200 35931 0.001971 10.0.0.29 - - [2025-03-27 02:36:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.29 - - [2025-03-27 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.056809 10.0.0.29 - - [2025-03-27 02:36:47] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001769 10.0.0.29 - - [2025-03-27 02:36:47] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028820 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 117 0.030285 10.0.0.29 - - [2025-03-27 02:36:47] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001434 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 613 0.065232 10.0.0.29 - - [2025-03-27 02:36:47] "POST /route-targets HTTP/1.1" 200 327 0.011593 10.0.0.29 - - [2025-03-27 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.012483 10.0.0.29 - - [2025-03-27 02:36:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004187 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.167637 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 831 0.006379 10.0.0.29 - - [2025-03-27 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001333 10.0.0.29 - - [2025-03-27 02:36:47] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005502 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 831 0.006502 10.0.0.29 - - [2025-03-27 02:36:47] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004764 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 831 0.007039 10.0.0.29 - - [2025-03-27 02:36:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.007784 10.0.0.29 - - [2025-03-27 02:36:47] "GET /domains HTTP/1.1" 401 292 0.000395 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domains HTTP/1.1" 200 280 0.027547 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.009359 10.0.0.29 - - [2025-03-27 02:36:48] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.29 - - [2025-03-27 02:36:48] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2080 0.070391 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40 HTTP/1.1" 200 2316 0.006938 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40 HTTP/1.1" 200 2316 0.005489 10.0.0.29 - - [2025-03-27 02:36:48] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 200 1494 0.003849 10.0.0.29 - - [2025-03-27 02:36:48] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 200 1494 0.003772 10.0.0.29 - - [2025-03-27 02:36:48] "GET /route-target/e76ae641-3742-4c77-9185-3616383bdfe2 HTTP/1.1" 200 1213 0.003171 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40 HTTP/1.1" 200 2316 0.005060 10.0.0.29 - - [2025-03-27 02:36:48] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 200 1494 0.003363 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004787 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40 HTTP/1.1" 200 2316 0.005270 10.0.0.29 - - [2025-03-27 02:36:48] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 200 1494 0.003165 10.0.0.29 - - [2025-03-27 02:36:48] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 200 1494 0.003251 10.0.0.29 - - [2025-03-27 02:36:48] "GET /route-target/e76ae641-3742-4c77-9185-3616383bdfe2 HTTP/1.1" 200 1213 0.003317 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domains HTTP/1.1" 200 280 0.002494 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.29 - - [2025-03-27 02:36:48] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.007395 10.0.0.29 - - [2025-03-27 02:36:48] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.29 - - [2025-03-27 02:36:48] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2080 0.070925 10.0.0.29 - - [2025-03-27 02:36:48] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40 HTTP/1.1" 200 2316 0.004686 10.0.0.29 - - [2025-03-27 02:36:48] "GET /obj-perms HTTP/1.1" 200 5026 0.050803 10.0.0.29 - - [2025-03-27 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.29 - - [2025-03-27 02:36:48] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.29 - - [2025-03-27 02:36:48] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026002 10.0.0.29 - - [2025-03-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 117 0.010093 10.0.0.29 - - [2025-03-27 02:36:48] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.29 - - [2025-03-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 613 0.073149 10.0.0.29 - - [2025-03-27 02:36:49] "POST /route-targets HTTP/1.1" 200 327 0.012247 10.0.0.29 - - [2025-03-27 02:36:49] "POST /ref-update HTTP/1.1" 200 156 0.009702 10.0.0.29 - - [2025-03-27 02:36:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004550 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.139307 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/network HTTP/1.1" 200 832 0.005804 10.0.0.29 - - [2025-03-27 02:36:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001245 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005882 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/network HTTP/1.1" 200 832 0.006553 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004899 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/network HTTP/1.1" 200 832 0.005628 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.006760 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.007136 10.0.0.29 - - [2025-03-27 02:36:49] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.29 - - [2025-03-27 02:36:49] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2298 0.073900 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8 HTTP/1.1" 200 2318 0.007633 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8 HTTP/1.1" 200 2318 0.005200 10.0.0.29 - - [2025-03-27 02:36:49] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 200 1494 0.003318 10.0.0.29 - - [2025-03-27 02:36:49] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 200 1494 0.003192 10.0.0.29 - - [2025-03-27 02:36:49] "GET /route-target/38ba5d0e-2e56-48b4-8328-06152630a7f9 HTTP/1.1" 200 1211 0.002939 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8 HTTP/1.1" 200 2318 0.004238 10.0.0.29 - - [2025-03-27 02:36:49] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 200 1494 0.003016 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005210 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8 HTTP/1.1" 200 2318 0.004667 10.0.0.29 - - [2025-03-27 02:36:49] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 200 1494 0.002716 10.0.0.29 - - [2025-03-27 02:36:49] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 200 1494 0.003145 10.0.0.29 - - [2025-03-27 02:36:49] "GET /route-target/38ba5d0e-2e56-48b4-8328-06152630a7f9 HTTP/1.1" 200 1211 0.002472 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domains HTTP/1.1" 200 280 0.002758 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.29 - - [2025-03-27 02:36:49] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.007313 10.0.0.29 - - [2025-03-27 02:36:49] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001543 10.0.0.29 - - [2025-03-27 02:36:49] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2298 0.070214 10.0.0.29 - - [2025-03-27 02:36:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8 HTTP/1.1" 200 2318 0.004988 10.0.0.29 - - [2025-03-27 02:36:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003188 10.0.0.29 - - [2025-03-27 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.29 - - [2025-03-27 02:36:49] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.29 - - [2025-03-27 02:36:49] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023935 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/network HTTP/1.1" 200 117 0.010868 10.0.0.29 - - [2025-03-27 02:36:49] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.29 - - [2025-03-27 02:36:49] "POST /neutron/network HTTP/1.1" 200 615 0.071909 10.0.0.29 - - [2025-03-27 02:36:49] "POST /ref-update HTTP/1.1" 200 156 0.012948 10.0.0.29 - - [2025-03-27 02:36:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004267 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.183660 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/network HTTP/1.1" 200 835 0.005887 10.0.0.29 - - [2025-03-27 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001325 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005666 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/network HTTP/1.1" 200 835 0.006199 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007219 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/network HTTP/1.1" 200 835 0.006626 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.006908 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domains HTTP/1.1" 200 280 0.002371 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.006889 10.0.0.29 - - [2025-03-27 02:36:50] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.29 - - [2025-03-27 02:36:50] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2517 0.074614 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee HTTP/1.1" 200 2328 0.005880 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee HTTP/1.1" 200 2328 0.004902 10.0.0.29 - - [2025-03-27 02:36:50] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 200 1498 0.003660 10.0.0.29 - - [2025-03-27 02:36:50] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 200 1498 0.003563 10.0.0.29 - - [2025-03-27 02:36:50] "GET /route-target/e10f61a2-830e-4435-99fa-694c9d6432b3 HTTP/1.1" 200 1215 0.003143 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee HTTP/1.1" 200 2328 0.005956 10.0.0.29 - - [2025-03-27 02:36:50] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 200 1498 0.003220 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004606 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee HTTP/1.1" 200 2328 0.004421 10.0.0.29 - - [2025-03-27 02:36:50] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 200 1498 0.003185 10.0.0.29 - - [2025-03-27 02:36:50] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 200 1498 0.003093 10.0.0.29 - - [2025-03-27 02:36:50] "GET /route-target/e10f61a2-830e-4435-99fa-694c9d6432b3 HTTP/1.1" 200 1215 0.003289 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domains HTTP/1.1" 200 280 0.002834 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.29 - - [2025-03-27 02:36:50] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 3142 0.007673 10.0.0.29 - - [2025-03-27 02:36:50] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.29 - - [2025-03-27 02:36:50] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2517 0.069128 10.0.0.29 - - [2025-03-27 02:36:50] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee HTTP/1.1" 200 2328 0.006566 10.0.0.29 - - [2025-03-27 02:36:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003013 10.0.0.29 - - [2025-03-27 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.29 - - [2025-03-27 02:36:50] "POST /neutron/network HTTP/1.1" 200 842 0.005477 10.0.0.29 - - [2025-03-27 02:36:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.29 - - [2025-03-27 02:36:51] "GET / HTTP/1.1" 200 35931 0.003268 10.0.0.29 - - [2025-03-27 02:36:51] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.29 - - [2025-03-27 02:36:51] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.29 - - [2025-03-27 02:36:51] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054710 10.0.0.29 - - [2025-03-27 02:36:51] "POST /neutron/network HTTP/1.1" 200 832 0.005236 10.0.0.29 - - [2025-03-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.29 - - [2025-03-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.010897 10.0.0.29 - - [2025-03-27 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001641 10.0.0.29 - - [2025-03-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.006360 10.0.0.29 - - [2025-03-27 02:36:51] "POST /neutron/network HTTP/1.1" 200 845 0.006759 10.0.0.29 - - [2025-03-27 02:36:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000520 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 842 0.006076 10.0.0.29 - - [2025-03-27 02:36:52] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.29 - - [2025-03-27 02:36:52] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.29 - - [2025-03-27 02:36:52] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1058 0.222193 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1058 0.018529 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1058 0.012112 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1112 0.080503 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1086 0.015800 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.011435 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 832 0.005617 10.0.0.29 - - [2025-03-27 02:36:52] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002109 10.0.0.29 - - [2025-03-27 02:36:52] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069588 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 835 0.005726 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 1086 0.029326 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006855 10.0.0.29 - - [2025-03-27 02:36:52] "POST /neutron/port HTTP/1.1" 200 117 0.005579 10.0.0.29 - - [2025-03-27 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003537 10.0.0.29 - - [2025-03-27 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.29 - - [2025-03-27 02:36:52] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002235 10.0.0.29 - - [2025-03-27 02:36:52] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011363 10.0.0.29 - - [2025-03-27 02:36:53] "POST /service-templates HTTP/1.1" 200 543 0.029260 10.0.0.29 - - [2025-03-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.29 - - [2025-03-27 02:36:53] "GET /service-template/3836b9d6-a87a-46b2-a6a3-dd5887ef890c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006350 10.0.0.29 - - [2025-03-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.29 - - [2025-03-27 02:36:53] "GET /service-template/3836b9d6-a87a-46b2-a6a3-dd5887ef890c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007176 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 845 0.015974 10.0.0.29 - - [2025-03-27 02:36:53] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001295 10.0.0.29 - - [2025-03-27 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001356 10.0.0.29 - - [2025-03-27 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001690 10.0.0.29 - - [2025-03-27 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001466 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1059 0.272748 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 2003 0.029208 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1059 0.010504 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008873 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1059 0.016938 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1113 0.072219 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1087 0.017896 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.012258 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.29 - - [2025-03-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 835 0.006613 10.0.0.29 - - [2025-03-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 2223 0.014413 10.0.0.29 - - [2025-03-27 02:36:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.29 - - [2025-03-27 02:36:54] "GET / HTTP/1.1" 200 35931 0.001771 10.0.0.29 - - [2025-03-27 02:36:54] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000521 10.0.0.29 - - [2025-03-27 02:36:55] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.29 - - [2025-03-27 02:36:55] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068116 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 831 0.007617 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 832 0.005608 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 835 0.008620 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/port HTTP/1.1" 200 2057 0.022733 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007215 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.005769 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.005663 10.0.0.29 - - [2025-03-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 2223 0.015455 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/84314b710cab4811933732ca462ccfb8 HTTP/1.1" 404 173 0.011026 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/9bf97d4680de4e818ee4957d567f5a26 HTTP/1.1" 404 173 0.017032 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/089bab928af54bf79ee04b4aa852c4c5 HTTP/1.1" 404 173 0.018747 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000966 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000822 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.061664 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.072803 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.075079 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000975 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?fields=security_groups HTTP/1.1" 200 1368 0.057898 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?fields=security_groups HTTP/1.1" 200 1372 0.062227 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?fields=security_groups HTTP/1.1" 200 1388 0.063252 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /security-group/7e64630f-6e31-4d95-8856-82ac92f71b94 HTTP/1.1" 200 115 0.114990 10.0.0.29 - - [2025-03-27 02:36:56] "POST /neutron/port HTTP/1.1" 200 1057 0.525934 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=089bab92-8af5-4bf7-9ee0-4b4aa852c4c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/de8f895e-0b51-494e-b2cf-8cfa7b4950e5 HTTP/1.1" 200 115 0.074287 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /security-group/fd6a6672-9cd8-49bf-af64-0e720bbc99cb HTTP/1.1" 200 115 0.142501 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /security-group/842b78c5-949d-4a98-b09c-2c4dc888c8c1 HTTP/1.1" 200 115 0.150544 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5?fields=application_policy_sets HTTP/1.1" 200 1407 0.058951 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=25d93eeb-cd97-4952-a255-eaeb892969e7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001180 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=9bf97d46-80de-4e81-8ee4-957d567f5a26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/a26b8685-b4c7-4ca4-92d9-378925a6ffb9 HTTP/1.1" 200 115 0.062441 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/25d93eeb-cd97-4952-a255-eaeb892969e7?fields=application_policy_sets HTTP/1.1" 200 1411 0.067342 10.0.0.29 - - [2025-03-27 02:36:56] "GET /project/9bf97d46-80de-4e81-8ee4-957d567f5a26?fields=application_policy_sets HTTP/1.1" 200 1427 0.069182 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/9e026037-46c3-4b3f-a6ca-9fb57e0763e3 HTTP/1.1" 200 115 0.059587 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/cc1149dc-5f92-4661-b53d-50a71cb21e4a HTTP/1.1" 200 115 0.053626 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/1d3fbdf4-358b-4ce5-be00-68dab113e06a HTTP/1.1" 200 115 0.126513 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/089bab92-8af5-4bf7-9ee0-4b4aa852c4c5 HTTP/1.1" 200 115 0.714497 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /access-control-list/f69526db-b8e5-4e1e-862c-f7e741a7f03d HTTP/1.1" 200 115 0.059471 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/25d93eeb-cd97-4952-a255-eaeb892969e7 HTTP/1.1" 200 115 0.748579 10.0.0.29 - - [2025-03-27 02:36:56] "DELETE /project/9bf97d46-80de-4e81-8ee4-957d567f5a26 HTTP/1.1" 200 115 0.783373 10.0.0.29 - - [2025-03-27 02:36:56] "POST /neutron/port HTTP/1.1" 200 1058 0.450032 10.0.0.29 - - [2025-03-27 02:36:56] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1059 0.236449 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009928 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1057 0.012342 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1111 0.078119 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1058 0.010226 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1058 0.009095 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1112 0.066541 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1059 0.010162 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009460 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1113 0.068380 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 3025 0.022350 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004688 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.011175 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/network HTTP/1.1" 200 831 0.005990 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003257 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.010017 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/network HTTP/1.1" 200 832 0.006162 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.013340 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.29 - - [2025-03-27 02:36:57] "POST /neutron/network HTTP/1.1" 200 835 0.005708 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/port HTTP/1.1" 200 3025 0.020866 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006639 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/port HTTP/1.1" 200 3025 0.021593 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006836 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/port HTTP/1.1" 200 3025 0.020691 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007322 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/port HTTP/1.1" 200 3025 0.021404 10.0.0.29 - - [2025-03-27 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006388 10.0.0.29 - - [2025-03-27 02:37:01] "POST /neutron/port HTTP/1.1" 200 3025 0.044610 10.0.0.29 - - [2025-03-27 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008952 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-machine/ea234bce-05bf-4838-8713-8673bca14f36 HTTP/1.1" 200 1802 0.005648 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8 HTTP/1.1" 200 2946 0.007622 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614 HTTP/1.1" 200 2950 0.007364 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f HTTP/1.1" 200 2946 0.005958 10.0.0.29 - - [2025-03-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.29 - - [2025-03-27 02:37:01] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003727 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003832 10.0.0.29 - - [2025-03-27 02:37:01] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006748 10.0.0.29 - - [2025-03-27 02:37:01] "POST /neutron/port HTTP/1.1" 200 1086 0.028558 10.0.0.29 - - [2025-03-27 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007842 10.0.0.29 - - [2025-03-27 02:37:01] "GET /obj-perms HTTP/1.1" 200 5056 0.065673 10.0.0.29 - - [2025-03-27 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.047292 10.0.0.29 - - [2025-03-27 02:37:02] "POST /neutron/port HTTP/1.1" 200 1087 0.020446 10.0.0.29 - - [2025-03-27 02:37:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007512 10.0.0.29 - - [2025-03-27 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.29 - - [2025-03-27 02:37:04] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007482 10.0.0.29 - - [2025-03-27 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.29 - - [2025-03-27 02:37:08] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004610 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016263 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015730 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/network HTTP/1.1" 200 842 0.005960 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003542 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.015085 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.29 - - [2025-03-27 02:37:10] "POST /neutron/network HTTP/1.1" 200 832 0.006053 10.0.0.29 - - [2025-03-27 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.29 - - [2025-03-27 02:37:12] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005805 10.0.0.29 - - [2025-03-27 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.29 - - [2025-03-27 02:37:16] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006029 10.0.0.29 - - [2025-03-27 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.29 - - [2025-03-27 02:37:18] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003502 10.0.0.29 - - [2025-03-27 02:37:18] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003462 10.0.0.29 - - [2025-03-27 02:37:19] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006563 10.0.0.29 - - [2025-03-27 02:37:19] "POST /neutron/port HTTP/1.1" 200 3025 0.020266 10.0.0.29 - - [2025-03-27 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006420 10.0.0.29 - - [2025-03-27 02:37:24] "POST /neutron/port HTTP/1.1" 200 3025 0.024011 10.0.0.29 - - [2025-03-27 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005970 10.0.0.29 - - [2025-03-27 02:37:27] "POST /neutron/port HTTP/1.1" 200 3025 0.023493 10.0.0.29 - - [2025-03-27 02:37:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006206 10.0.0.29 - - [2025-03-27 02:37:29] "POST /neutron/port HTTP/1.1" 200 3025 0.020828 10.0.0.29 - - [2025-03-27 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007423 10.0.0.29 - - [2025-03-27 02:37:34] "POST /neutron/port HTTP/1.1" 200 3025 0.019951 10.0.0.29 - - [2025-03-27 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005792 10.0.0.29 - - [2025-03-27 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.29 - - [2025-03-27 02:37:39] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004149 10.0.0.29 - - [2025-03-27 02:37:39] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004126 10.0.0.29 - - [2025-03-27 02:37:39] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005688 10.0.0.29 - - [2025-03-27 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.29 - - [2025-03-27 02:37:40] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003548 10.0.0.29 - - [2025-03-27 02:37:40] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003355 10.0.0.29 - - [2025-03-27 02:37:40] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005897 10.0.0.29 - - [2025-03-27 02:37:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002978 10.0.0.29 - - [2025-03-27 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.29 - - [2025-03-27 02:37:40] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.29 - - [2025-03-27 02:37:40] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026442 10.0.0.29 - - [2025-03-27 02:37:40] "POST /service-instances HTTP/1.1" 200 543 0.063945 10.0.0.29 - - [2025-03-27 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.29 - - [2025-03-27 02:37:40] "GET /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005301 10.0.0.29 - - [2025-03-27 02:37:40] "POST /port-tuples HTTP/1.1" 200 586 0.022779 10.0.0.29 - - [2025-03-27 02:37:40] "GET /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006020 10.0.0.29 - - [2025-03-27 02:37:40] "PUT /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f HTTP/1.1" 200 284 0.009961 10.0.0.29 - - [2025-03-27 02:37:40] "POST /ref-update HTTP/1.1" 200 156 0.010728 10.0.0.29 - - [2025-03-27 02:37:41] "POST /instance-ips HTTP/1.1" 200 385 0.023163 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005182 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.013991 10.0.0.29 - - [2025-03-27 02:37:41] "PUT /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8 HTTP/1.1" 200 284 0.013185 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.015296 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003458 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.015090 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.007094 10.0.0.29 - - [2025-03-27 02:37:41] "POST /instance-ips HTTP/1.1" 200 385 0.032274 10.0.0.29 - - [2025-03-27 02:37:41] "PUT /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614 HTTP/1.1" 200 284 0.010375 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.012377 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.015730 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005131 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016227 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007000 10.0.0.29 - - [2025-03-27 02:37:41] "POST /instance-ips HTTP/1.1" 200 373 0.019992 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016545 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007527 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.010240 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.012047 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1086 0.026384 10.0.0.29 - - [2025-03-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009128 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003280 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-machine/20114130-45ca-4e1f-9302-f6b9fe33113f HTTP/1.1" 200 1290 0.005444 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-machine-interface/45b3c48f-b397-40b9-b65c-39fb2d9e0cbe HTTP/1.1" 200 2946 0.005774 10.0.0.29 - - [2025-03-27 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.29 - - [2025-03-27 02:37:41] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004750 10.0.0.29 - - [2025-03-27 02:37:41] "POST /instance-ips HTTP/1.1" 200 373 0.023989 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003082 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.29 - - [2025-03-27 02:37:41] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007555 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.010013 10.0.0.29 - - [2025-03-27 02:37:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003642 10.0.0.29 - - [2025-03-27 02:37:41] "POST /instance-ips HTTP/1.1" 200 375 0.017518 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.011327 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003536 10.0.0.29 - - [2025-03-27 02:37:42] "POST /instance-ips HTTP/1.1" 200 375 0.017622 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.010376 10.0.0.29 - - [2025-03-27 02:37:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003280 10.0.0.29 - - [2025-03-27 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.29 - - [2025-03-27 02:37:42] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003285 10.0.0.29 - - [2025-03-27 02:37:42] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004220 10.0.0.29 - - [2025-03-27 02:37:43] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006428 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/port HTTP/1.1" 200 1087 0.019478 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006612 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/port HTTP/1.1" 200 1087 0.017518 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006827 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/port HTTP/1.1" 200 1087 0.016973 10.0.0.29 - - [2025-03-27 02:37:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006794 10.0.0.29 - - [2025-03-27 02:37:43] "GET /virtual-machine/fcf067ab-afaa-41b1-9f2c-44ff1a39b757 HTTP/1.1" 200 1291 0.005872 10.0.0.29 - - [2025-03-27 02:37:43] "GET /virtual-machine-interface/f4e94a2f-9512-49bc-a898-0150b7dde632 HTTP/1.1" 200 2950 0.007298 10.0.0.29 - - [2025-03-27 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.29 - - [2025-03-27 02:37:43] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004583 10.0.0.29 - - [2025-03-27 02:37:43] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003777 10.0.0.29 - - [2025-03-27 02:37:43] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006620 10.0.0.29 - - [2025-03-27 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.29 - - [2025-03-27 02:37:44] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003541 10.0.0.29 - - [2025-03-27 02:37:44] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004619 10.0.0.29 - - [2025-03-27 02:37:44] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006439 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.008770 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.29 - - [2025-03-27 02:37:45] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.29 - - [2025-03-27 02:37:45] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027693 10.0.0.29 - - [2025-03-27 02:37:45] "POST /network-policys HTTP/1.1" 200 547 0.019944 10.0.0.29 - - [2025-03-27 02:37:45] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005337 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.29 - - [2025-03-27 02:37:45] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005375 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.29 - - [2025-03-27 02:37:45] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003932 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.002596 10.0.0.29 - - [2025-03-27 02:37:45] "POST /ref-update HTTP/1.1" 200 156 0.039022 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.29 - - [2025-03-27 02:37:45] "POST /access-control-lists HTTP/1.1" 200 601 0.072737 10.0.0.29 - - [2025-03-27 02:37:45] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004498 10.0.0.29 - - [2025-03-27 02:37:45] "POST /neutron/network HTTP/1.1" 200 920 0.006887 10.0.0.29 - - [2025-03-27 02:37:45] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005213 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.29 - - [2025-03-27 02:37:45] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004740 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.29 - - [2025-03-27 02:37:45] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005671 10.0.0.29 - - [2025-03-27 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.29 - - [2025-03-27 02:37:46] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003786 10.0.0.29 - - [2025-03-27 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.041126 10.0.0.29 - - [2025-03-27 02:37:46] "PUT /access-control-list/31428d3b-22fb-43b9-a978-13a79785125e HTTP/1.1" 200 272 0.014263 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 244 0.004854 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.29 - - [2025-03-27 02:37:46] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.020923 10.0.0.29 - - [2025-03-27 02:37:46] "POST /access-control-lists HTTP/1.1" 200 604 0.060403 10.0.0.29 - - [2025-03-27 02:37:46] "POST /neutron/network HTTP/1.1" 200 923 0.010231 10.0.0.29 - - [2025-03-27 02:37:46] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004516 10.0.0.29 - - [2025-03-27 02:37:46] "POST /routing-instances HTTP/1.1" 200 759 0.027495 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.29 - - [2025-03-27 02:37:46] "POST /route-targets HTTP/1.1" 200 327 0.009622 10.0.0.29 - - [2025-03-27 02:37:46] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004435 10.0.0.29 - - [2025-03-27 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.012499 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.29 - - [2025-03-27 02:37:46] "GET /routing-instance/7454d5f7-112b-482e-90e9-b39a432d0851?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005669 10.0.0.29 - - [2025-03-27 02:37:46] "GET /service-template/3836b9d6-a87a-46b2-a6a3-dd5887ef890c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004786 10.0.0.29 - - [2025-03-27 02:37:46] "GET /routing-instance/7454d5f7-112b-482e-90e9-b39a432d0851?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005193 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.29 - - [2025-03-27 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.010627 10.0.0.29 - - [2025-03-27 02:37:46] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.29 - - [2025-03-27 02:37:46] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030673 10.0.0.29 - - [2025-03-27 02:37:46] "POST /routing-instances HTTP/1.1" 200 760 0.019519 10.0.0.29 - - [2025-03-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.29 - - [2025-03-27 02:37:46] "POST /route-targets HTTP/1.1" 200 327 0.010816 10.0.0.29 - - [2025-03-27 02:37:46] "GET /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.008065 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domains HTTP/1.1" 200 280 0.005172 10.0.0.29 - - [2025-03-27 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.021398 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2771 0.013292 10.0.0.29 - - [2025-03-27 02:37:46] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.29 - - [2025-03-27 02:37:46] "GET /routing-instance/45fb7348-2daf-48e5-89d2-a225b8ec250e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004989 10.0.0.29 - - [2025-03-27 02:37:46] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 4233 0.067516 10.0.0.29 - - [2025-03-27 02:37:46] "GET /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc HTTP/1.1" 200 3783 0.005848 10.0.0.29 - - [2025-03-27 02:37:46] "GET /routing-instance/45fb7348-2daf-48e5-89d2-a225b8ec250e?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003664 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domains HTTP/1.1" 200 280 0.003310 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.29 - - [2025-03-27 02:37:46] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2771 0.009432 10.0.0.29 - - [2025-03-27 02:37:46] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.29 - - [2025-03-27 02:37:46] "PUT /routing-instance/7454d5f7-112b-482e-90e9-b39a432d0851 HTTP/1.1" 200 266 0.011853 10.0.0.29 - - [2025-03-27 02:37:47] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 4233 0.084412 10.0.0.29 - - [2025-03-27 02:37:47] "PUT /routing-instance/45fb7348-2daf-48e5-89d2-a225b8ec250e HTTP/1.1" 200 266 0.019498 10.0.0.29 - - [2025-03-27 02:37:47] "GET /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc HTTP/1.1" 200 3783 0.014879 10.0.0.29 - - [2025-03-27 02:37:47] "GET /port-tuple/5950a974-0518-4f98-bf77-19eac81f3bed HTTP/1.1" 200 1979 0.005014 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8 HTTP/1.1" 200 3798 0.005959 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614 HTTP/1.1" 200 3805 0.005939 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f HTTP/1.1" 200 3816 0.006958 10.0.0.29 - - [2025-03-27 02:37:47] "POST /ref-update HTTP/1.1" 200 156 0.016193 10.0.0.29 - - [2025-03-27 02:37:47] "PUT /access-control-list/12fba794-a438-4cf7-bcb7-e729f17ddfca HTTP/1.1" 200 272 0.015520 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 3832 0.063452 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006706 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 3832 0.039685 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008819 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 3832 0.041281 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007247 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 3832 0.034233 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005658 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 894 0.012902 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 920 0.005945 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 805 0.013391 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 831 0.005727 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 897 0.013435 10.0.0.29 - - [2025-03-27 02:37:47] "POST /neutron/network HTTP/1.1" 200 923 0.007347 10.0.0.29 - - [2025-03-27 02:37:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001535 10.0.0.29 - - [2025-03-27 02:37:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001145 10.0.0.29 - - [2025-03-27 02:37:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001395 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine/ea234bce-05bf-4838-8713-8673bca14f36 HTTP/1.1" 200 1802 0.003958 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8 HTTP/1.1" 200 3798 0.007301 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614 HTTP/1.1" 200 3805 0.005838 10.0.0.29 - - [2025-03-27 02:37:47] "GET /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f HTTP/1.1" 200 3816 0.006411 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/bc56bee7-4507-4e4e-8b1f-f5f87045b023 HTTP/1.1" 200 1955 0.003767 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/c992db13-2008-4814-97a9-cf283ca37a11 HTTP/1.1" 200 1622 0.005301 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/ebe064ea-92be-42bc-a884-2f95ee414fba HTTP/1.1" 200 1957 0.004178 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/6e88a41e-6e10-4b46-88f3-3970c5d26cea HTTP/1.1" 200 1957 0.003737 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/95cc7214-932a-4a74-9ece-5b0fb1bcb695 HTTP/1.1" 200 1624 0.005562 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/ce09e9dc-3c58-46ed-8c3b-f4401512e9f5 HTTP/1.1" 200 1961 0.004172 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/4bdc9db5-f752-4459-8d3d-c50be68caf67 HTTP/1.1" 200 1620 0.005207 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/601580c1-ef3b-476a-9d22-d588442c7676 HTTP/1.1" 200 1978 0.004003 10.0.0.29 - - [2025-03-27 02:37:47] "GET /instance-ip/62eaeec2-9a4e-4886-811f-2a1033c1f3d3 HTTP/1.1" 200 1979 0.004421 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/port HTTP/1.1" 200 3832 0.034846 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007201 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/port HTTP/1.1" 200 3832 0.033667 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007083 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/port HTTP/1.1" 200 3832 0.037434 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008653 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/port HTTP/1.1" 200 3832 0.033023 10.0.0.29 - - [2025-03-27 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006203 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-machine/ea234bce-05bf-4838-8713-8673bca14f36 HTTP/1.1" 200 1802 0.003423 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-machine-interface/1085856d-7506-4918-b8cd-9e2aeeb0c0b8 HTTP/1.1" 200 3798 0.004652 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-machine-interface/c6b05bbb-88e2-41db-9e5a-b048688dd614 HTTP/1.1" 200 3805 0.004895 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-machine-interface/d7756341-7a51-4fbe-8479-c9840b59fb4f HTTP/1.1" 200 3816 0.004890 10.0.0.29 - - [2025-03-27 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.29 - - [2025-03-27 02:37:48] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003714 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003664 10.0.0.29 - - [2025-03-27 02:37:48] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006617 10.0.0.29 - - [2025-03-27 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.29 - - [2025-03-27 02:37:49] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003280 10.0.0.29 - - [2025-03-27 02:37:49] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003639 10.0.0.29 - - [2025-03-27 02:37:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006422 10.0.0.29 - - [2025-03-27 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.29 - - [2025-03-27 02:37:49] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003693 10.0.0.29 - - [2025-03-27 02:37:49] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003318 10.0.0.29 - - [2025-03-27 02:37:49] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005408 10.0.0.29 - - [2025-03-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.29 - - [2025-03-27 02:37:50] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003983 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003164 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005671 10.0.0.29 - - [2025-03-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.29 - - [2025-03-27 02:37:50] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003769 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003131 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005422 10.0.0.29 - - [2025-03-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.29 - - [2025-03-27 02:37:50] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003662 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003534 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006518 10.0.0.29 - - [2025-03-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.29 - - [2025-03-27 02:37:50] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003837 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003359 10.0.0.29 - - [2025-03-27 02:37:50] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005499 10.0.0.29 - - [2025-03-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.29 - - [2025-03-27 02:37:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003929 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003466 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005680 10.0.0.29 - - [2025-03-27 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.29 - - [2025-03-27 02:37:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003494 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003379 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-network/8d608fa5-5395-42c0-9a8c-fd7c5caa9a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005589 10.0.0.29 - - [2025-03-27 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.29 - - [2025-03-27 02:37:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003462 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002933 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005870 10.0.0.29 - - [2025-03-27 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.29 - - [2025-03-27 02:37:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003385 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003611 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005223 10.0.0.29 - - [2025-03-27 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.29 - - [2025-03-27 02:37:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003999 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003172 10.0.0.29 - - [2025-03-27 02:37:51] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005992 10.0.0.29 - - [2025-03-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.29 - - [2025-03-27 02:37:52] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003742 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-networks?parent_id=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003314 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005689 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-machine/ea234bce-05bf-4838-8713-8673bca14f36 HTTP/1.1" 200 1802 0.004378 10.0.0.29 - - [2025-03-27 02:37:52] "GET /domains HTTP/1.1" 200 280 0.002410 10.0.0.29 - - [2025-03-27 02:37:52] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.29 - - [2025-03-27 02:37:52] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2771 0.007528 10.0.0.29 - - [2025-03-27 02:37:52] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.29 - - [2025-03-27 02:37:52] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 4233 0.068705 10.0.0.29 - - [2025-03-27 02:37:52] "GET /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc HTTP/1.1" 200 3783 0.004239 10.0.0.29 - - [2025-03-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.29 - - [2025-03-27 02:37:52] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005146 10.0.0.29 - - [2025-03-27 02:37:52] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005391 10.0.0.29 - - [2025-03-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.29 - - [2025-03-27 02:37:52] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003933 10.0.0.29 - - [2025-03-27 02:37:52] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006454 10.0.0.29 - - [2025-03-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005228 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?fields=routing_instances HTTP/1.1" 200 1683 0.007531 10.0.0.29 - - [2025-03-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006152 10.0.0.29 - - [2025-03-27 02:37:52] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?fields=routing_instances HTTP/1.1" 200 1689 0.007085 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.037654 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /access-control-list/12fba794-a438-4cf7-bcb7-e729f17ddfca HTTP/1.1" 200 115 0.033311 10.0.0.29 - - [2025-03-27 02:37:57] "POST /neutron/network HTTP/1.1" 200 835 0.017120 10.0.0.29 - - [2025-03-27 02:37:57] "GET /virtual-network/b6eab323-a137-4645-9dc7-0bd751659cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006488 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /routing-instance/7454d5f7-112b-482e-90e9-b39a432d0851 HTTP/1.1" 200 115 0.027616 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.29 - - [2025-03-27 02:37:57] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003513 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /route-target/14851a8f-4a7f-4dd4-8471-fd9baa73f1b9 HTTP/1.1" 200 115 0.014391 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.038669 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /routing-instance/45fb7348-2daf-48e5-89d2-a225b8ec250e HTTP/1.1" 200 115 0.051023 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.29 - - [2025-03-27 02:37:57] "POST /neutron/network HTTP/1.1" 200 832 0.008656 10.0.0.29 - - [2025-03-27 02:37:57] "GET /virtual-network/72451a27-c2fd-4b0e-ade9-3083c7b020e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005576 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /route-target/b1cff482-07f3-4cb8-bb25-82c9ffa4cb19 HTTP/1.1" 200 115 0.017100 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /access-control-list/31428d3b-22fb-43b9-a978-13a79785125e HTTP/1.1" 200 115 0.031453 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007763 10.0.0.29 - - [2025-03-27 02:37:57] "GET /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003883 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /network-policy/86a21794-c2d6-4d7a-a30b-ef0cf59e90e2 HTTP/1.1" 200 115 0.030060 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /service-instance/6644423c-7ec4-412a-ab1f-f929618c71dc HTTP/1.1" 200 115 0.043692 10.0.0.29 - - [2025-03-27 02:37:57] "GET /domains HTTP/1.1" 200 280 0.006614 10.0.0.29 - - [2025-03-27 02:37:57] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.29 - - [2025-03-27 02:37:57] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2771 0.010028 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.026134 10.0.0.29 - - [2025-03-27 02:37:57] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /instance-ip/601580c1-ef3b-476a-9d22-d588442c7676 HTTP/1.1" 200 115 0.025984 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.011356 10.0.0.29 - - [2025-03-27 02:37:57] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 3759 0.072365 10.0.0.29 - - [2025-03-27 02:37:57] "GET /virtual-machine/ea234bce-05bf-4838-8713-8673bca14f36 HTTP/1.1" 200 1802 0.004031 10.0.0.29 - - [2025-03-27 02:37:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004283 10.0.0.29 - - [2025-03-27 02:37:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002085 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /instance-ip/ce09e9dc-3c58-46ed-8c3b-f4401512e9f5 HTTP/1.1" 200 115 0.019809 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.008938 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /instance-ip/62eaeec2-9a4e-4886-811f-2a1033c1f3d3 HTTP/1.1" 200 115 0.022382 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.011370 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /service-template/3836b9d6-a87a-46b2-a6a3-dd5887ef890c HTTP/1.1" 200 115 0.042207 10.0.0.29 - - [2025-03-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.009035 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /instance-ip/6e88a41e-6e10-4b46-88f3-3970c5d26cea HTTP/1.1" 200 115 0.038911 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.010826 10.0.0.29 - - [2025-03-27 02:37:57] "DELETE /instance-ip/bc56bee7-4507-4e4e-8b1f-f5f87045b023 HTTP/1.1" 200 115 0.020501 10.0.0.29 - - [2025-03-27 02:37:57] "POST /ref-update HTTP/1.1" 200 156 0.011208 10.0.0.29 - - [2025-03-27 02:37:58] "DELETE /instance-ip/ebe064ea-92be-42bc-a884-2f95ee414fba HTTP/1.1" 200 115 0.040994 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/network HTTP/1.1" 200 835 0.007126 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/network HTTP/1.1" 400 204 0.016287 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1087 0.016052 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1113 0.008931 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1086 0.017698 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1112 0.015995 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 151 0.196388 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 3025 0.046674 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1113 0.025984 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 151 0.182026 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 151 0.112245 10.0.0.29 - - [2025-03-27 02:37:58] "POST /neutron/port HTTP/1.1" 200 1112 0.009697 10.0.0.29 - - [2025-03-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 151 0.122147 10.0.0.29 - - [2025-03-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 1111 0.009907 10.0.0.29 - - [2025-03-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 151 0.110407 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 835 0.006050 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.29 - - [2025-03-27 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007346 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 151 0.087760 10.0.0.29 - - [2025-03-27 02:38:00] "GET /routing-instance/d255ac66-6fec-4ac0-b232-d32f33b6e2e8 HTTP/1.1" 404 171 0.006534 10.0.0.29 - - [2025-03-27 02:38:00] "DELETE /route-target/e10f61a2-830e-4435-99fa-694c9d6432b3 HTTP/1.1" 200 115 0.019207 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains HTTP/1.1" 200 280 0.002534 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001721 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2571 0.052115 10.0.0.29 - - [2025-03-27 02:38:00] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.29 - - [2025-03-27 02:38:00] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2298 0.069910 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 832 0.005606 10.0.0.29 - - [2025-03-27 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 151 0.079732 10.0.0.29 - - [2025-03-27 02:38:00] "DELETE /route-target/38ba5d0e-2e56-48b4-8328-06152630a7f9 HTTP/1.1" 200 115 0.016230 10.0.0.29 - - [2025-03-27 02:38:00] "GET /routing-instance/ee840e28-6428-4815-ae32-78824023e5c5 HTTP/1.1" 404 171 0.003252 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains HTTP/1.1" 200 280 0.002283 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2571 0.050302 10.0.0.29 - - [2025-03-27 02:38:00] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.29 - - [2025-03-27 02:38:00] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 2080 0.078631 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 831 0.005980 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.29 - - [2025-03-27 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007499 10.0.0.29 - - [2025-03-27 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004786 10.0.0.29 - - [2025-03-27 02:38:00] "POST /neutron/network HTTP/1.1" 200 151 0.103923 10.0.0.29 - - [2025-03-27 02:38:00] "GET /routing-instance/cbd4f2eb-bf10-45dc-b734-d56b3994bdc0 HTTP/1.1" 404 171 0.004678 10.0.0.29 - - [2025-03-27 02:38:00] "DELETE /route-target/e76ae641-3742-4c77-9185-3616383bdfe2 HTTP/1.1" 200 115 0.023439 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains HTTP/1.1" 200 280 0.002891 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.29 - - [2025-03-27 02:38:00] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2571 0.050956 10.0.0.29 - - [2025-03-27 02:38:00] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.29 - - [2025-03-27 02:38:01] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 1840 0.072776 10.0.0.29 - - [2025-03-27 02:38:01] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.29 - - [2025-03-27 02:38:01] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029469 10.0.0.29 - - [2025-03-27 02:38:01] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.29 - - [2025-03-27 02:38:01] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?fields=virtual_networks HTTP/1.1" 200 1028 0.071402 10.0.0.29 - - [2025-03-27 02:38:01] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.29 - - [2025-03-27 02:38:01] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.025326 10.0.0.29 - - [2025-03-27 02:38:01] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.29 - - [2025-03-27 02:38:01] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?fields=security_groups HTTP/1.1" 200 1252 0.026976 10.0.0.29 - - [2025-03-27 02:38:02] "GET /obj-perms HTTP/1.1" 200 5056 0.093420 10.0.0.29 - - [2025-03-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.313586 10.0.0.29 - - [2025-03-27 02:38:03] "GET /obj-perms HTTP/1.1" 200 5056 0.071843 10.0.0.29 - - [2025-03-27 02:38:03] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002550 10.0.0.29 - - [2025-03-27 02:38:03] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.29 - - [2025-03-27 02:38:03] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007394 10.0.0.29 - - [2025-03-27 02:38:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001339 10.0.0.29 - - [2025-03-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.002739 10.0.0.29 - - [2025-03-27 02:38:03] "POST /security-groups HTTP/1.1" 200 592 0.062889 10.0.0.29 - - [2025-03-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002679 10.0.0.29 - - [2025-03-27 02:38:03] "POST /projects HTTP/1.1" 200 587 0.226762 10.0.0.29 - - [2025-03-27 02:38:03] "POST /access-control-lists HTTP/1.1" 200 597 0.056505 10.0.0.29 - - [2025-03-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.299089 10.0.0.29 - - [2025-03-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.003929 10.0.0.29 - - [2025-03-27 02:38:03] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.422709 10.0.0.29 - - [2025-03-27 02:38:03] "POST /access-control-lists HTTP/1.1" 200 595 0.060274 10.0.0.29 - - [2025-03-27 02:38:04] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.29 - - [2025-03-27 02:38:05] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000504 10.0.0.29 - - [2025-03-27 02:38:06] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001727 10.0.0.29 - - [2025-03-27 02:38:06] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051515 10.0.0.29 - - [2025-03-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002629 10.0.0.29 - - [2025-03-27 02:38:06] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017294 10.0.0.29 - - [2025-03-27 02:38:06] "GET /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005425 10.0.0.29 - - [2025-03-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.29 - - [2025-03-27 02:38:06] "GET /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003670 10.0.0.29 - - [2025-03-27 02:38:06] "GET /domains HTTP/1.1" 401 292 0.000463 10.0.0.29 - - [2025-03-27 02:38:06] "GET /domains HTTP/1.1" 200 280 0.025948 10.0.0.29 - - [2025-03-27 02:38:06] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.29 - - [2025-03-27 02:38:06] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.007956 10.0.0.29 - - [2025-03-27 02:38:06] "GET /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd HTTP/1.1" 200 1437 0.003430 10.0.0.29 - - [2025-03-27 02:38:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001933 10.0.0.29 - - [2025-03-27 02:38:06] "POST /network-ipams HTTP/1.1" 200 514 0.016151 10.0.0.29 - - [2025-03-27 02:38:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003306 10.0.0.29 - - [2025-03-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.29 - - [2025-03-27 02:38:06] "GET /network-ipam/ef01e403-3833-4d29-9e8c-4137aa634c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004872 10.0.0.29 - - [2025-03-27 02:38:06] "PUT /network-ipam/ef01e403-3833-4d29-9e8c-4137aa634c3a HTTP/1.1" 200 258 0.009888 10.0.0.29 - - [2025-03-27 02:38:06] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.29 - - [2025-03-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.29 - - [2025-03-27 02:38:07] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.29 - - [2025-03-27 02:38:07] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025701 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 117 0.033077 10.0.0.29 - - [2025-03-27 02:38:07] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001255 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 618 0.077412 10.0.0.29 - - [2025-03-27 02:38:07] "POST /route-targets HTTP/1.1" 200 327 0.010079 10.0.0.29 - - [2025-03-27 02:38:07] "POST /ref-update HTTP/1.1" 200 156 0.010467 10.0.0.29 - - [2025-03-27 02:38:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.174070 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.005547 10.0.0.29 - - [2025-03-27 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001234 10.0.0.29 - - [2025-03-27 02:38:07] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004925 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.010681 10.0.0.29 - - [2025-03-27 02:38:07] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005245 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.006152 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.006498 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 807 0.011321 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.005083 10.0.0.29 - - [2025-03-27 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.29 - - [2025-03-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 843 0.006024 10.0.0.29 - - [2025-03-27 02:38:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.29 - - [2025-03-27 02:38:08] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.29 - - [2025-03-27 02:38:08] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.29 - - [2025-03-27 02:38:08] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.29 - - [2025-03-27 02:38:08] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042088 10.0.0.29 - - [2025-03-27 02:38:08] "POST /neutron/network HTTP/1.1" 200 833 0.005446 10.0.0.29 - - [2025-03-27 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.005263 10.0.0.29 - - [2025-03-27 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.005223 10.0.0.29 - - [2025-03-27 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.005825 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 843 0.006450 10.0.0.29 - - [2025-03-27 02:38:09] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 1058 0.188354 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 1058 0.011770 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 1058 0.009073 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 1112 0.059568 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014808 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003314 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.010957 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.29 - - [2025-03-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 833 0.005967 10.0.0.29 - - [2025-03-27 02:38:13] "POST /neutron/port HTTP/1.1" 200 1086 0.015250 10.0.0.29 - - [2025-03-27 02:38:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006698 10.0.0.29 - - [2025-03-27 02:38:13] "POST /neutron/port HTTP/1.1" 200 1086 0.015523 10.0.0.29 - - [2025-03-27 02:38:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006298 10.0.0.29 - - [2025-03-27 02:38:14] "POST /neutron/port HTTP/1.1" 200 1086 0.014689 10.0.0.29 - - [2025-03-27 02:38:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006797 10.0.0.29 - - [2025-03-27 02:38:14] "GET /virtual-machine/cfc1a8aa-638e-46fd-9c02-221134a48f99 HTTP/1.1" 200 1294 0.005384 10.0.0.29 - - [2025-03-27 02:38:14] "GET /virtual-machine-interface/7945060c-b6b7-42d5-b10b-554e9c8c99b7 HTTP/1.1" 200 2964 0.005496 10.0.0.29 - - [2025-03-27 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.29 - - [2025-03-27 02:38:14] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003819 10.0.0.29 - - [2025-03-27 02:38:14] "GET /virtual-networks?parent_id=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003690 10.0.0.29 - - [2025-03-27 02:38:14] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005970 10.0.0.29 - - [2025-03-27 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.29 - - [2025-03-27 02:38:17] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005145 10.0.0.29 - - [2025-03-27 02:38:18] "POST /neutron/port HTTP/1.1" 200 1086 0.018316 10.0.0.29 - - [2025-03-27 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006946 10.0.0.29 - - [2025-03-27 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.29 - - [2025-03-27 02:38:19] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003306 10.0.0.29 - - [2025-03-27 02:38:19] "GET /virtual-networks?parent_id=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002993 10.0.0.29 - - [2025-03-27 02:38:19] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005921 10.0.0.29 - - [2025-03-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016243 10.0.0.29 - - [2025-03-27 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006131 10.0.0.29 - - [2025-03-27 02:38:29] "POST /neutron/network HTTP/1.1" 200 807 0.011335 10.0.0.29 - - [2025-03-27 02:38:29] "POST /neutron/network HTTP/1.1" 200 833 0.005295 10.0.0.29 - - [2025-03-27 02:38:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001237 10.0.0.29 - - [2025-03-27 02:38:29] "POST /neutron/port HTTP/1.1" 200 1086 0.014927 10.0.0.29 - - [2025-03-27 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005839 10.0.0.29 - - [2025-03-27 02:38:29] "GET /global-system-configs HTTP/1.1" 200 322 0.049139 10.0.0.29 - - [2025-03-27 02:38:29] "POST /neutron/network HTTP/1.1" 200 843 0.016236 10.0.0.29 - - [2025-03-27 02:38:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.29 - - [2025-03-27 02:38:29] "GET /global-system-configs HTTP/1.1" 200 322 0.040764 10.0.0.29 - - [2025-03-27 02:38:29] "GET /obj-perms HTTP/1.1" 200 5056 0.113108 10.0.0.29 - - [2025-03-27 02:38:29] "GET /obj-perms HTTP/1.1" 200 5056 0.097662 10.0.0.29 - - [2025-03-27 02:38:29] "GET / HTTP/1.1" 200 35931 0.002860 10.0.0.29 - - [2025-03-27 02:38:29] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.29 - - [2025-03-27 02:38:30] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.29 - - [2025-03-27 02:38:30] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046028 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 833 0.005275 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1086 0.020915 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005783 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 117 0.004849 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 117 0.004731 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 843 0.007121 10.0.0.29 - - [2025-03-27 02:38:30] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1058 0.194022 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1058 0.009847 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008005 10.0.0.29 - - [2025-03-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1112 0.057860 10.0.0.29 - - [2025-03-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014786 10.0.0.29 - - [2025-03-27 02:38:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003164 10.0.0.29 - - [2025-03-27 02:38:31] "POST /neutron/subnet HTTP/1.1" 200 685 0.010749 10.0.0.29 - - [2025-03-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.29 - - [2025-03-27 02:38:31] "POST /neutron/network HTTP/1.1" 200 833 0.005026 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 1086 0.015077 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007061 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 1086 0.017195 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005785 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 1086 0.016448 10.0.0.29 - - [2025-03-27 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006313 10.0.0.29 - - [2025-03-27 02:38:35] "GET /virtual-machine/13782fdb-ecf6-4db9-ba04-e342cd00a4b8 HTTP/1.1" 200 1293 0.004472 10.0.0.29 - - [2025-03-27 02:38:35] "GET /virtual-machine-interface/deb8620e-fe7f-44a0-98d8-239664e0e28f HTTP/1.1" 200 2965 0.005014 10.0.0.29 - - [2025-03-27 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.29 - - [2025-03-27 02:38:35] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003153 10.0.0.29 - - [2025-03-27 02:38:35] "GET /virtual-networks?parent_id=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003497 10.0.0.29 - - [2025-03-27 02:38:35] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009661 10.0.0.29 - - [2025-03-27 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.29 - - [2025-03-27 02:38:38] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004917 10.0.0.29 - - [2025-03-27 02:38:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015622 10.0.0.29 - - [2025-03-27 02:38:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006199 10.0.0.29 - - [2025-03-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.29 - - [2025-03-27 02:38:41] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003446 10.0.0.29 - - [2025-03-27 02:38:41] "GET /virtual-networks?parent_id=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003131 10.0.0.29 - - [2025-03-27 02:38:41] "GET /virtual-network/f4e62480-71ca-4bd1-861b-d8917c03f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005602 10.0.0.29 - - [2025-03-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.29 - - [2025-03-27 02:38:47] "DELETE /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd HTTP/1.1" 409 235 0.005472 10.0.0.29 - - [2025-03-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.002857 10.0.0.29 - - [2025-03-27 02:38:47] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016721 10.0.0.29 - - [2025-03-27 02:38:47] "GET /virtual-DNS-record/7c40ea7a-fc10-4844-a5dc-4e32656909f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004911 10.0.0.29 - - [2025-03-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.29 - - [2025-03-27 02:38:47] "GET /virtual-DNS-record/7c40ea7a-fc10-4844-a5dc-4e32656909f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003684 10.0.0.29 - - [2025-03-27 02:38:47] "GET /domains HTTP/1.1" 200 280 0.002919 10.0.0.29 - - [2025-03-27 02:38:47] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.29 - - [2025-03-27 02:38:47] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2958 0.007100 10.0.0.29 - - [2025-03-27 02:38:47] "GET /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd HTTP/1.1" 200 1906 0.004604 10.0.0.29 - - [2025-03-27 02:38:47] "GET /virtual-DNS-record/7c40ea7a-fc10-4844-a5dc-4e32656909f8 HTTP/1.1" 200 1336 0.002524 10.0.0.29 - - [2025-03-27 02:38:52] "DELETE /virtual-DNS-record/7c40ea7a-fc10-4844-a5dc-4e32656909f8 HTTP/1.1" 200 115 0.019044 10.0.0.29 - - [2025-03-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003495 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/network HTTP/1.1" 200 833 0.007825 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/network HTTP/1.1" 400 204 0.012048 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015954 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 1112 0.013235 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015211 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 1112 0.010739 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 151 0.138369 10.0.0.29 - - [2025-03-27 02:38:53] "POST /neutron/port HTTP/1.1" 200 151 0.118998 10.0.0.29 - - [2025-03-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 833 0.005759 10.0.0.29 - - [2025-03-27 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.29 - - [2025-03-27 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.036240 10.0.0.29 - - [2025-03-27 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.29 - - [2025-03-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 151 0.231042 10.0.0.29 - - [2025-03-27 02:38:55] "DELETE /route-target/afda4e18-89da-4a93-a31d-8fbb37ec2ada HTTP/1.1" 200 115 0.040048 10.0.0.29 - - [2025-03-27 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.29 - - [2025-03-27 02:38:55] "DELETE /network-ipam/ef01e403-3833-4d29-9e8c-4137aa634c3a HTTP/1.1" 200 115 0.026240 10.0.0.29 - - [2025-03-27 02:38:55] "DELETE /virtual-DNS/2e2b3f28-2e51-4a0f-85f7-01bb6e0fa6cd HTTP/1.1" 200 115 0.020012 10.0.0.29 - - [2025-03-27 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002661 10.0.0.29 - - [2025-03-27 02:38:55] "GET /domains HTTP/1.1" 200 280 0.003026 10.0.0.29 - - [2025-03-27 02:38:55] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.29 - - [2025-03-27 02:38:55] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2758 0.008741 10.0.0.29 - - [2025-03-27 02:38:55] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001566 10.0.0.29 - - [2025-03-27 02:38:55] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026354 10.0.0.29 - - [2025-03-27 02:38:55] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.29 - - [2025-03-27 02:38:55] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?fields=virtual_networks HTTP/1.1" 200 1035 0.069131 10.0.0.29 - - [2025-03-27 02:38:55] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.29 - - [2025-03-27 02:38:55] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.033459 10.0.0.29 - - [2025-03-27 02:38:55] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.29 - - [2025-03-27 02:38:55] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?fields=security_groups HTTP/1.1" 200 1262 0.025443 10.0.0.29 - - [2025-03-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.025902 10.0.0.29 - - [2025-03-27 02:38:56] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002338 10.0.0.29 - - [2025-03-27 02:38:56] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.29 - - [2025-03-27 02:38:56] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007320 10.0.0.29 - - [2025-03-27 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001299 10.0.0.29 - - [2025-03-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003936 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /project/937d45922bd3445aa37e6e7aadfbe195 HTTP/1.1" 404 173 0.002844 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.29 - - [2025-03-27 02:38:57] "POST /security-groups HTTP/1.1" 200 592 0.085922 10.0.0.29 - - [2025-03-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.004258 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.092380 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.104042 10.0.0.29 - - [2025-03-27 02:38:57] "POST /projects HTTP/1.1" 200 587 0.251927 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.29 - - [2025-03-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.323870 10.0.0.29 - - [2025-03-27 02:38:57] "POST /access-control-lists HTTP/1.1" 200 597 0.099011 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?fields=security_groups HTTP/1.1" 200 1367 0.088214 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?fields=security_groups HTTP/1.1" 200 1357 0.097018 10.0.0.29 - - [2025-03-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.005534 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.460614 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /security-group/bd8574a8-0d0a-4b08-91bd-0e7305216d8e HTTP/1.1" 200 115 0.062695 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=937d4592-2bd3-445a-a37e-6e7aadfbe195&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.29 - - [2025-03-27 02:38:57] "POST /access-control-lists HTTP/1.1" 200 595 0.084170 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /security-group/40a5e79a-b747-4505-8fd8-6ab71a2ddb51 HTTP/1.1" 200 115 0.119798 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/937d4592-2bd3-445a-a37e-6e7aadfbe195?fields=application_policy_sets HTTP/1.1" 200 1406 0.079138 10.0.0.29 - - [2025-03-27 02:38:57] "GET /projects?obj_uuids=84314b71-0cab-4811-9337-32ca462ccfb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001295 10.0.0.29 - - [2025-03-27 02:38:57] "GET /project/84314b71-0cab-4811-9337-32ca462ccfb8?fields=application_policy_sets HTTP/1.1" 200 1396 0.033314 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /access-control-list/73bb4500-6067-454b-8db3-874e91daa8cd HTTP/1.1" 200 115 0.028925 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /access-control-list/f62fb715-5be4-4e13-8a2d-69f5a69856b4 HTTP/1.1" 200 115 0.036656 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /access-control-list/a6f9d964-6a51-4626-accd-dcc50e398d5f HTTP/1.1" 200 115 0.030626 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /project/937d4592-2bd3-445a-a37e-6e7aadfbe195 HTTP/1.1" 200 115 0.535889 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /access-control-list/78ae6ba5-71cb-4785-941b-978ce78c47f6 HTTP/1.1" 200 115 0.020347 10.0.0.29 - - [2025-03-27 02:38:57] "DELETE /project/84314b71-0cab-4811-9337-32ca462ccfb8 HTTP/1.1" 200 115 0.557959 10.0.0.29 - - [2025-03-27 02:38:58] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.29 - - [2025-03-27 02:38:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.29 - - [2025-03-27 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054712 10.0.0.29 - - [2025-03-27 02:38:59] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.29 - - [2025-03-27 02:38:59] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026991 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 117 0.031346 10.0.0.29 - - [2025-03-27 02:38:59] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001488 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 606 0.064011 10.0.0.29 - - [2025-03-27 02:38:59] "POST /route-targets HTTP/1.1" 200 327 0.014053 10.0.0.29 - - [2025-03-27 02:38:59] "POST /ref-update HTTP/1.1" 200 156 0.012021 10.0.0.29 - - [2025-03-27 02:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.149217 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 826 0.005557 10.0.0.29 - - [2025-03-27 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001221 10.0.0.29 - - [2025-03-27 02:38:59] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007040 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 826 0.006371 10.0.0.29 - - [2025-03-27 02:38:59] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005093 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 826 0.006472 10.0.0.29 - - [2025-03-27 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.006982 10.0.0.29 - - [2025-03-27 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001242 10.0.0.29 - - [2025-03-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 836 0.006269 10.0.0.29 - - [2025-03-27 02:39:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.29 - - [2025-03-27 02:39:00] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.29 - - [2025-03-27 02:39:00] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.29 - - [2025-03-27 02:39:00] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.29 - - [2025-03-27 02:39:00] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054500 10.0.0.29 - - [2025-03-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 826 0.005421 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.006686 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.29 - - [2025-03-27 02:39:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001380 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.005272 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/network HTTP/1.1" 200 836 0.006073 10.0.0.29 - - [2025-03-27 02:39:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/network HTTP/1.1" 200 836 0.005903 10.0.0.29 - - [2025-03-27 02:39:01] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.29 - - [2025-03-27 02:39:01] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.29 - - [2025-03-27 02:39:01] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1062 0.233878 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1062 0.020558 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1062 0.009175 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1116 0.099761 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1090 0.030179 10.0.0.29 - - [2025-03-27 02:39:01] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001659 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006974 10.0.0.29 - - [2025-03-27 02:39:01] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082428 10.0.0.29 - - [2025-03-27 02:39:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.022254 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 826 0.008215 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 826 0.007451 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1090 0.021677 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006879 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.006908 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017936 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008155 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 836 0.006466 10.0.0.29 - - [2025-03-27 02:39:02] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1062 0.255574 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1062 0.012601 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1062 0.008723 10.0.0.29 - - [2025-03-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1116 0.083179 10.0.0.29 - - [2025-03-27 02:39:03] "POST /neutron/port HTTP/1.1" 200 1090 0.023320 10.0.0.29 - - [2025-03-27 02:39:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.29 - - [2025-03-27 02:39:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.010928 10.0.0.29 - - [2025-03-27 02:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.29 - - [2025-03-27 02:39:03] "POST /neutron/network HTTP/1.1" 200 826 0.005720 10.0.0.29 - - [2025-03-27 02:39:03] "GET /obj-perms HTTP/1.1" 200 5056 0.066844 10.0.0.29 - - [2025-03-27 02:39:03] "GET /obj-perms HTTP/1.1" 200 5056 0.055748 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015774 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006905 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/port HTTP/1.1" 200 1090 0.019328 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007015 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/port HTTP/1.1" 200 1090 0.017767 10.0.0.29 - - [2025-03-27 02:39:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006923 10.0.0.29 - - [2025-03-27 02:39:07] "GET /virtual-machine/84468e2b-787c-488e-8d08-fcb3ed49a94b HTTP/1.1" 401 292 0.000555 10.0.0.29 - - [2025-03-27 02:39:07] "GET /virtual-machine/84468e2b-787c-488e-8d08-fcb3ed49a94b HTTP/1.1" 200 1293 0.031407 10.0.0.29 - - [2025-03-27 02:39:07] "GET /virtual-machine-interface/5d4ec01e-41ea-4b97-abad-cb50d57c520d HTTP/1.1" 200 2946 0.006625 10.0.0.29 - - [2025-03-27 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.29 - - [2025-03-27 02:39:08] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002997 10.0.0.29 - - [2025-03-27 02:39:08] "GET /virtual-networks?parent_id=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003716 10.0.0.29 - - [2025-03-27 02:39:08] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005394 10.0.0.29 - - [2025-03-27 02:39:10] "POST /neutron/port HTTP/1.1" 200 1090 0.016829 10.0.0.29 - - [2025-03-27 02:39:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005629 10.0.0.29 - - [2025-03-27 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.29 - - [2025-03-27 02:39:11] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005302 10.0.0.29 - - [2025-03-27 02:39:11] "POST /neutron/port HTTP/1.1" 200 1090 0.016355 10.0.0.29 - - [2025-03-27 02:39:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007204 10.0.0.29 - - [2025-03-27 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.29 - - [2025-03-27 02:39:13] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003608 10.0.0.29 - - [2025-03-27 02:39:13] "GET /virtual-networks?parent_id=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004333 10.0.0.29 - - [2025-03-27 02:39:13] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011739 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 1090 0.015876 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 1090 0.015820 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/network HTTP/1.1" 200 836 0.006047 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003259 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.011570 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/network HTTP/1.1" 200 826 0.007552 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 1090 0.018860 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008489 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 1090 0.016983 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007218 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/port HTTP/1.1" 200 1090 0.017752 10.0.0.29 - - [2025-03-27 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009125 10.0.0.29 - - [2025-03-27 02:39:13] "GET /virtual-machine/61c6cc1f-6995-4831-8e2b-e6ca59a6b626 HTTP/1.1" 200 1293 0.005664 10.0.0.29 - - [2025-03-27 02:39:13] "GET /virtual-machine-interface/a0d05ce5-02e0-4f42-91d9-3c6117764d03 HTTP/1.1" 200 2947 0.005250 10.0.0.29 - - [2025-03-27 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.29 - - [2025-03-27 02:39:14] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003720 10.0.0.29 - - [2025-03-27 02:39:14] "GET /virtual-networks?parent_id=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004245 10.0.0.29 - - [2025-03-27 02:39:14] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006112 10.0.0.29 - - [2025-03-27 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.29 - - [2025-03-27 02:39:15] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004233 10.0.0.29 - - [2025-03-27 02:39:15] "GET /virtual-networks?parent_id=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003177 10.0.0.29 - - [2025-03-27 02:39:15] "GET /virtual-network/f459f85c-6521-4efe-a034-f0276b7a2b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006281 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/network HTTP/1.1" 200 826 0.006050 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/network HTTP/1.1" 400 204 0.009824 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/port HTTP/1.1" 200 1090 0.014600 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/port HTTP/1.1" 200 1116 0.014514 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/port HTTP/1.1" 200 1090 0.021282 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/port HTTP/1.1" 200 1116 0.008702 10.0.0.29 - - [2025-03-27 02:39:20] "POST /neutron/port HTTP/1.1" 200 151 0.128568 10.0.0.29 - - [2025-03-27 02:39:21] "POST /neutron/port HTTP/1.1" 200 151 0.115837 10.0.0.29 - - [2025-03-27 02:39:22] "POST /neutron/network HTTP/1.1" 200 826 0.005972 10.0.0.29 - - [2025-03-27 02:39:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004576 10.0.0.29 - - [2025-03-27 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.29 - - [2025-03-27 02:39:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003895 10.0.0.29 - - [2025-03-27 02:39:22] "POST /neutron/network HTTP/1.1" 200 151 0.087882 10.0.0.29 - - [2025-03-27 02:39:22] "DELETE /route-target/9fc48ca7-7090-4857-8a0c-ab043f9ce524 HTTP/1.1" 200 115 0.018502 10.0.0.29 - - [2025-03-27 02:39:22] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.29 - - [2025-03-27 02:39:22] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027054 10.0.0.29 - - [2025-03-27 02:39:22] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002017 10.0.0.29 - - [2025-03-27 02:39:22] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?fields=virtual_networks HTTP/1.1" 200 1034 0.072019 10.0.0.29 - - [2025-03-27 02:39:22] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.29 - - [2025-03-27 02:39:22] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035882 10.0.0.29 - - [2025-03-27 02:39:23] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.29 - - [2025-03-27 02:39:23] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?fields=security_groups HTTP/1.1" 200 1261 0.025657 10.0.0.29 - - [2025-03-27 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.026302 10.0.0.29 - - [2025-03-27 02:39:23] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002937 10.0.0.29 - - [2025-03-27 02:39:23] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.29 - - [2025-03-27 02:39:23] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008429 10.0.0.29 - - [2025-03-27 02:39:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.001373 10.0.0.29 - - [2025-03-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.003220 10.0.0.29 - - [2025-03-27 02:39:24] "POST /security-groups HTTP/1.1" 200 591 0.063774 10.0.0.29 - - [2025-03-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002625 10.0.0.29 - - [2025-03-27 02:39:24] "POST /projects HTTP/1.1" 200 585 0.222528 10.0.0.29 - - [2025-03-27 02:39:24] "POST /access-control-lists HTTP/1.1" 200 596 0.061718 10.0.0.29 - - [2025-03-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.299178 10.0.0.29 - - [2025-03-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.002830 10.0.0.29 - - [2025-03-27 02:39:24] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.426524 10.0.0.29 - - [2025-03-27 02:39:24] "POST /access-control-lists HTTP/1.1" 200 594 0.062967 10.0.0.29 - - [2025-03-27 02:39:25] "GET / HTTP/1.1" 200 35931 0.002132 10.0.0.29 - - [2025-03-27 02:39:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.29 - - [2025-03-27 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.055545 10.0.0.29 - - [2025-03-27 02:39:26] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.29 - - [2025-03-27 02:39:26] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034591 10.0.0.29 - - [2025-03-27 02:39:26] "POST /neutron/network HTTP/1.1" 200 117 0.030493 10.0.0.29 - - [2025-03-27 02:39:26] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001504 10.0.0.29 - - [2025-03-27 02:39:26] "POST /neutron/network HTTP/1.1" 200 625 0.067855 10.0.0.29 - - [2025-03-27 02:39:26] "POST /route-targets HTTP/1.1" 200 327 0.010225 10.0.0.29 - - [2025-03-27 02:39:26] "POST /ref-update HTTP/1.1" 200 156 0.011522 10.0.0.29 - - [2025-03-27 02:39:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005703 10.0.0.29 - - [2025-03-27 02:39:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.202049 10.0.0.29 - - [2025-03-27 02:39:26] "POST /neutron/network HTTP/1.1" 200 839 0.006672 10.0.0.29 - - [2025-03-27 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.001463 10.0.0.29 - - [2025-03-27 02:39:26] "GET /virtual-network/160afcde-0946-4b50-850d-0f2567240df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005276 10.0.0.29 - - [2025-03-27 02:39:27] "POST /neutron/network HTTP/1.1" 200 839 0.007426 10.0.0.29 - - [2025-03-27 02:39:27] "GET /virtual-network/160afcde-0946-4b50-850d-0f2567240df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005476 10.0.0.29 - - [2025-03-27 02:39:27] "POST /neutron/network HTTP/1.1" 200 839 0.006211 10.0.0.29 - - [2025-03-27 02:39:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.007529 10.0.0.29 - - [2025-03-27 02:39:27] "POST /neutron/network HTTP/1.1" 200 839 0.023346 10.0.0.29 - - [2025-03-27 02:39:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.001444 10.0.0.29 - - [2025-03-27 02:39:27] "POST /neutron/network HTTP/1.1" 200 849 0.005819 10.0.0.29 - - [2025-03-27 02:39:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.29 - - [2025-03-27 02:39:27] "GET / HTTP/1.1" 200 35931 0.002677 10.0.0.29 - - [2025-03-27 02:39:27] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.29 - - [2025-03-27 02:39:28] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001617 10.0.0.29 - - [2025-03-27 02:39:28] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053259 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/network HTTP/1.1" 200 839 0.005535 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.004981 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.005127 10.0.0.29 - - [2025-03-27 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.29 - - [2025-03-27 02:39:28] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002794 10.0.0.29 - - [2025-03-27 02:39:28] "PUT /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 276 0.012530 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.005813 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/network HTTP/1.1" 200 849 0.005905 10.0.0.29 - - [2025-03-27 02:39:28] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 1055 0.213432 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 1055 0.008841 10.0.0.29 - - [2025-03-27 02:39:28] "POST /neutron/port HTTP/1.1" 200 1055 0.007933 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/port HTTP/1.1" 200 1109 0.062130 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016786 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003581 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.009505 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.29 - - [2025-03-27 02:39:29] "POST /neutron/network HTTP/1.1" 200 839 0.006227 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/port HTTP/1.1" 200 1083 0.015382 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006407 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014338 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005908 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014196 10.0.0.29 - - [2025-03-27 02:39:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005622 10.0.0.29 - - [2025-03-27 02:39:33] "GET /virtual-machine/3e351643-273b-406f-be28-d9ec5b37bada HTTP/1.1" 401 292 0.000423 10.0.0.29 - - [2025-03-27 02:39:34] "GET /virtual-machine/3e351643-273b-406f-be28-d9ec5b37bada HTTP/1.1" 200 1292 0.033625 10.0.0.29 - - [2025-03-27 02:39:34] "GET /virtual-machine-interface/1fab7e83-bba6-441a-9515-9b5e91509cdd HTTP/1.1" 200 2971 0.005440 10.0.0.29 - - [2025-03-27 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.29 - - [2025-03-27 02:39:34] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004368 10.0.0.29 - - [2025-03-27 02:39:34] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003506 10.0.0.29 - - [2025-03-27 02:39:34] "GET /virtual-network/160afcde-0946-4b50-850d-0f2567240df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005345 10.0.0.29 - - [2025-03-27 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.29 - - [2025-03-27 02:39:37] "GET /virtual-network/160afcde-0946-4b50-850d-0f2567240df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004622 10.0.0.29 - - [2025-03-27 02:39:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016777 10.0.0.29 - - [2025-03-27 02:39:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006709 10.0.0.29 - - [2025-03-27 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.29 - - [2025-03-27 02:39:39] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003185 10.0.0.29 - - [2025-03-27 02:39:39] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003525 10.0.0.29 - - [2025-03-27 02:39:39] "GET /virtual-network/160afcde-0946-4b50-850d-0f2567240df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005478 10.0.0.29 - - [2025-03-27 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.29 - - [2025-03-27 02:39:41] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.005325 10.0.0.29 - - [2025-03-27 02:39:41] "PUT /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 276 0.008970 10.0.0.29 - - [2025-03-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 839 0.006151 10.0.0.29 - - [2025-03-27 02:39:41] "POST /neutron/network HTTP/1.1" 400 204 0.010179 10.0.0.29 - - [2025-03-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015424 10.0.0.29 - - [2025-03-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 1109 0.008568 10.0.0.29 - - [2025-03-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 151 0.090044 10.0.0.29 - - [2025-03-27 02:39:43] "POST /neutron/network HTTP/1.1" 200 839 0.006046 10.0.0.29 - - [2025-03-27 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.29 - - [2025-03-27 02:39:43] "DELETE /route-target/558a98c2-ebec-4094-9a81-1c0912a2d1a9 HTTP/1.1" 200 115 0.015244 10.0.0.29 - - [2025-03-27 02:39:43] "POST /useragent-kv HTTP/1.1" 200 115 0.038327 10.0.0.29 - - [2025-03-27 02:39:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001917 10.0.0.29 - - [2025-03-27 02:39:43] "POST /neutron/network HTTP/1.1" 200 151 0.105567 10.0.0.29 - - [2025-03-27 02:39:44] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003128 10.0.0.29 - - [2025-03-27 02:39:44] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133 HTTP/1.1" 200 1827 0.003535 10.0.0.29 - - [2025-03-27 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.29 - - [2025-03-27 02:39:44] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.29 - - [2025-03-27 02:39:44] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029194 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 117 0.008514 10.0.0.29 - - [2025-03-27 02:39:44] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 605 0.068306 10.0.0.29 - - [2025-03-27 02:39:44] "POST /route-targets HTTP/1.1" 200 327 0.012355 10.0.0.29 - - [2025-03-27 02:39:44] "POST /ref-update HTTP/1.1" 200 156 0.015111 10.0.0.29 - - [2025-03-27 02:39:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003154 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.146460 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 824 0.005359 10.0.0.29 - - [2025-03-27 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001215 10.0.0.29 - - [2025-03-27 02:39:44] "GET /virtual-network/aece76fd-7c64-4725-85b8-8e5ee950a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004650 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 824 0.006223 10.0.0.29 - - [2025-03-27 02:39:44] "GET /virtual-network/aece76fd-7c64-4725-85b8-8e5ee950a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007668 10.0.0.29 - - [2025-03-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 824 0.005793 10.0.0.29 - - [2025-03-27 02:39:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.007317 10.0.0.29 - - [2025-03-27 02:39:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.29 - - [2025-03-27 02:39:45] "POST /neutron/network HTTP/1.1" 200 834 0.007096 10.0.0.29 - - [2025-03-27 02:39:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.29 - - [2025-03-27 02:39:45] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.29 - - [2025-03-27 02:39:45] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.29 - - [2025-03-27 02:39:45] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001527 10.0.0.29 - - [2025-03-27 02:39:45] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051941 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/network HTTP/1.1" 200 824 0.034313 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.005084 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.005466 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.005604 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/network HTTP/1.1" 200 834 0.006023 10.0.0.29 - - [2025-03-27 02:39:46] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1060 0.199864 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1060 0.033484 10.0.0.29 - - [2025-03-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1060 0.008791 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/port HTTP/1.1" 200 1114 0.062453 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/port HTTP/1.1" 200 1088 0.016409 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003640 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.011243 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/port HTTP/1.1" 200 117 0.001564 10.0.0.29 - - [2025-03-27 02:39:47] "POST /neutron/network HTTP/1.1" 200 824 0.007032 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/port HTTP/1.1" 200 1088 0.015286 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006632 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/port HTTP/1.1" 200 1088 0.023348 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013499 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/port HTTP/1.1" 200 1088 0.015950 10.0.0.29 - - [2025-03-27 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007325 10.0.0.29 - - [2025-03-27 02:39:51] "GET /virtual-machine/d595294d-5fe4-405c-b354-bad193505f71 HTTP/1.1" 200 1293 0.004858 10.0.0.29 - - [2025-03-27 02:39:51] "GET /virtual-machine-interface/d8488258-6b42-4858-9f44-000721b6cdc0 HTTP/1.1" 200 2942 0.004483 10.0.0.29 - - [2025-03-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.29 - - [2025-03-27 02:39:51] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003803 10.0.0.29 - - [2025-03-27 02:39:51] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003705 10.0.0.29 - - [2025-03-27 02:39:51] "GET /virtual-network/aece76fd-7c64-4725-85b8-8e5ee950a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005733 10.0.0.29 - - [2025-03-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.29 - - [2025-03-27 02:39:54] "GET /virtual-network/aece76fd-7c64-4725-85b8-8e5ee950a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004620 10.0.0.29 - - [2025-03-27 02:39:55] "POST /neutron/port HTTP/1.1" 200 1088 0.016077 10.0.0.29 - - [2025-03-27 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006429 10.0.0.29 - - [2025-03-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.29 - - [2025-03-27 02:39:56] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003426 10.0.0.29 - - [2025-03-27 02:39:56] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003002 10.0.0.29 - - [2025-03-27 02:39:57] "GET /virtual-network/aece76fd-7c64-4725-85b8-8e5ee950a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006752 10.0.0.29 - - [2025-03-27 02:39:57] "DELETE /project/fa5d2520943b4e289b01cc562d19f5a3 HTTP/1.1" 404 173 0.033776 10.0.0.29 - - [2025-03-27 02:39:57] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.29 - - [2025-03-27 02:39:57] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.035567 10.0.0.29 - - [2025-03-27 02:39:57] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.29 - - [2025-03-27 02:39:57] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?fields=security_groups HTTP/1.1" 200 1366 0.076781 10.0.0.29 - - [2025-03-27 02:39:57] "DELETE /security-group/9037a379-b969-422e-8ea1-328db45c9525 HTTP/1.1" 200 115 0.039574 10.0.0.29 - - [2025-03-27 02:39:57] "GET /projects?obj_uuids=64437a6c-664f-4ac7-95d1-117b7504e1d7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.29 - - [2025-03-27 02:39:57] "DELETE /access-control-list/89fb4e55-c77a-441f-86cc-19c0be13e8a6 HTTP/1.1" 200 115 0.036148 10.0.0.29 - - [2025-03-27 02:39:57] "GET /project/64437a6c-664f-4ac7-95d1-117b7504e1d7?fields=application_policy_sets HTTP/1.1" 200 1405 0.037328 10.0.0.29 - - [2025-03-27 02:39:57] "DELETE /access-control-list/c060cdcb-3c48-4519-b602-99b331502aed HTTP/1.1" 200 115 0.033498 10.0.0.29 - - [2025-03-27 02:39:58] "DELETE /project/64437a6c-664f-4ac7-95d1-117b7504e1d7 HTTP/1.1" 200 115 0.403151 10.0.0.29 - - [2025-03-27 02:39:58] "POST /neutron/network HTTP/1.1" 200 824 0.005799 10.0.0.29 - - [2025-03-27 02:39:58] "POST /neutron/network HTTP/1.1" 400 204 0.013153 10.0.0.29 - - [2025-03-27 02:39:59] "POST /neutron/port HTTP/1.1" 200 1088 0.015005 10.0.0.29 - - [2025-03-27 02:39:59] "POST /neutron/port HTTP/1.1" 200 1114 0.008878 10.0.0.29 - - [2025-03-27 02:39:59] "POST /neutron/port HTTP/1.1" 200 151 0.102959 10.0.0.29 - - [2025-03-27 02:40:00] "POST /neutron/network HTTP/1.1" 200 824 0.006387 10.0.0.29 - - [2025-03-27 02:40:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.29 - - [2025-03-27 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.29 - - [2025-03-27 02:40:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.29 - - [2025-03-27 02:40:01] "POST /neutron/network HTTP/1.1" 200 151 0.081346 10.0.0.29 - - [2025-03-27 02:40:01] "DELETE /route-target/180bc747-cce3-42ad-b8f3-324b2259fb2e HTTP/1.1" 200 115 0.017722 10.0.0.29 - - [2025-03-27 02:40:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003058 10.0.0.29 - - [2025-03-27 02:40:01] "POST /network-ipams HTTP/1.1" 200 541 0.017745 10.0.0.29 - - [2025-03-27 02:40:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003255 10.0.0.29 - - [2025-03-27 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.29 - - [2025-03-27 02:40:01] "GET /network-ipam/70cd559f-325f-471f-a3c1-cc92cf6e282a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006027 10.0.0.29 - - [2025-03-27 02:40:01] "PUT /network-ipam/70cd559f-325f-471f-a3c1-cc92cf6e282a HTTP/1.1" 200 258 0.011833 10.0.0.29 - - [2025-03-27 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.29 - - [2025-03-27 02:40:01] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001706 10.0.0.29 - - [2025-03-27 02:40:01] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026111 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 117 0.006856 10.0.0.29 - - [2025-03-27 02:40:02] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 605 0.063838 10.0.0.29 - - [2025-03-27 02:40:02] "POST /route-targets HTTP/1.1" 200 327 0.009919 10.0.0.29 - - [2025-03-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.012379 10.0.0.29 - - [2025-03-27 02:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.151507 10.0.0.29 - - [2025-03-27 02:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.173239 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 994 0.008414 10.0.0.29 - - [2025-03-27 02:40:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001129 10.0.0.29 - - [2025-03-27 02:40:02] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004488 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 994 0.007983 10.0.0.29 - - [2025-03-27 02:40:02] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006143 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 994 0.007605 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.006922 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.006471 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 994 0.006915 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.007207 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008393 10.0.0.29 - - [2025-03-27 02:40:02] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.29 - - [2025-03-27 02:40:02] "POST /neutron/port HTTP/1.1" 200 1017 0.217570 10.0.0.29 - - [2025-03-27 02:40:03] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.168676 10.0.0.29 - - [2025-03-27 02:40:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001329 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007675 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007827 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/network HTTP/1.1" 200 994 0.007152 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007015 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.006006 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.29 - - [2025-03-27 02:40:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001505 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.006476 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008203 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008129 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/network HTTP/1.1" 200 994 0.010396 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009119 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007930 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1017 0.013156 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.009272 10.0.0.29 - - [2025-03-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.005210 10.0.0.29 - - [2025-03-27 02:40:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001894 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.29 - - [2025-03-27 02:40:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059209 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/network HTTP/1.1" 200 1004 0.013314 10.0.0.29 - - [2025-03-27 02:40:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000522 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.010193 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/network HTTP/1.1" 200 1004 0.009330 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011302 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.007019 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1109 0.098897 10.0.0.29 - - [2025-03-27 02:40:04] "GET / HTTP/1.1" 200 35931 0.001784 10.0.0.29 - - [2025-03-27 02:40:04] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000901 10.0.0.29 - - [2025-03-27 02:40:04] "GET /obj-perms HTTP/1.1" 200 5056 0.077522 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008382 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1083 0.023728 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/network HTTP/1.1" 200 1004 0.008379 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009419 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1017 0.006821 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.022902 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1109 0.090271 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/network HTTP/1.1" 200 994 0.007235 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014592 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.29 - - [2025-03-27 02:40:04] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.030517 10.0.0.29 - - [2025-03-27 02:40:04] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062838 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.000999 10.0.0.29 - - [2025-03-27 02:40:04] "POST /neutron/network HTTP/1.1" 200 994 0.008583 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 994 0.009964 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/port HTTP/1.1" 200 2050 0.029910 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009528 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.007748 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains HTTP/1.1" 200 280 0.002959 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2573 0.009743 10.0.0.29 - - [2025-03-27 02:40:05] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002962 10.0.0.29 - - [2025-03-27 02:40:05] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3 HTTP/1.1" 200 2843 0.094554 10.0.0.29 - - [2025-03-27 02:40:05] "GET /network-ipam/70cd559f-325f-471f-a3c1-cc92cf6e282a HTTP/1.1" 200 2601 0.007344 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains HTTP/1.1" 200 280 0.005572 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2573 0.008024 10.0.0.29 - - [2025-03-27 02:40:05] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.29 - - [2025-03-27 02:40:05] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3 HTTP/1.1" 200 2843 0.085245 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8 HTTP/1.1" 200 3780 0.016920 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8 HTTP/1.1" 200 3780 0.010586 10.0.0.29 - - [2025-03-27 02:40:05] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 200 2380 0.009670 10.0.0.29 - - [2025-03-27 02:40:05] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 200 2380 0.005541 10.0.0.29 - - [2025-03-27 02:40:05] "GET /route-target/d7213d66-a578-450a-8945-1ec267d7cf10 HTTP/1.1" 200 1204 0.007221 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8 HTTP/1.1" 200 3780 0.005691 10.0.0.29 - - [2025-03-27 02:40:05] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 200 2380 0.005404 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.012181 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8 HTTP/1.1" 200 3780 0.005257 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 1004 0.017809 10.0.0.29 - - [2025-03-27 02:40:05] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 200 2380 0.010532 10.0.0.29 - - [2025-03-27 02:40:05] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.29 - - [2025-03-27 02:40:05] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 200 2380 0.003510 10.0.0.29 - - [2025-03-27 02:40:05] "GET /route-target/d7213d66-a578-450a-8945-1ec267d7cf10 HTTP/1.1" 200 1204 0.003384 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains HTTP/1.1" 200 280 0.002113 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.29 - - [2025-03-27 02:40:05] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2573 0.036666 10.0.0.29 - - [2025-03-27 02:40:05] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296 10.0.0.29 - - [2025-03-27 02:40:05] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3 HTTP/1.1" 200 3087 0.083475 10.0.0.29 - - [2025-03-27 02:40:05] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8 HTTP/1.1" 200 4038 0.013909 10.0.0.29 - - [2025-03-27 02:40:05] "POST /neutron/port HTTP/1.1" 200 1055 0.316103 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1055 0.022228 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1055 0.009984 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1109 0.075030 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1083 0.027888 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007488 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.018105 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001857 10.0.0.29 - - [2025-03-27 02:40:06] "GET /obj-perms HTTP/1.1" 200 5030 0.091786 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/network HTTP/1.1" 200 994 0.014310 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1083 0.016493 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007093 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1083 0.023933 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008140 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/port HTTP/1.1" 200 1083 0.047844 10.0.0.29 - - [2025-03-27 02:40:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017217 10.0.0.29 - - [2025-03-27 02:40:06] "GET /virtual-machine/ec8c8d2d-5b1d-436a-9bf6-618e593d56ab HTTP/1.1" 200 1289 0.011362 10.0.0.29 - - [2025-03-27 02:40:06] "GET /virtual-machine-interface/b2a7a9e1-7a67-4ce4-9502-58e637ba9400 HTTP/1.1" 200 2942 0.008870 10.0.0.29 - - [2025-03-27 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.29 - - [2025-03-27 02:40:06] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003471 10.0.0.29 - - [2025-03-27 02:40:06] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003056 10.0.0.29 - - [2025-03-27 02:40:06] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005369 10.0.0.29 - - [2025-03-27 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.29 - - [2025-03-27 02:40:09] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006080 10.0.0.29 - - [2025-03-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 1083 0.015244 10.0.0.29 - - [2025-03-27 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005618 10.0.0.29 - - [2025-03-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 1083 0.014885 10.0.0.29 - - [2025-03-27 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005257 10.0.0.29 - - [2025-03-27 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.29 - - [2025-03-27 02:40:14] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004904 10.0.0.29 - - [2025-03-27 02:40:15] "POST /neutron/port HTTP/1.1" 200 1083 0.044710 10.0.0.29 - - [2025-03-27 02:40:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005579 10.0.0.29 - - [2025-03-27 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.29 - - [2025-03-27 02:40:16] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004200 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004335 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005291 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/port HTTP/1.1" 200 1083 0.017342 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006350 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016154 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007696 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/port HTTP/1.1" 200 1083 0.020276 10.0.0.29 - - [2025-03-27 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007802 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-machine/93e6b9c2-b313-49f8-a0e8-6b9ad442496a HTTP/1.1" 200 1289 0.011923 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-machine-interface/5b0b5b05-315c-4c08-8af8-ccbcc2b8eff0 HTTP/1.1" 200 2941 0.005952 10.0.0.29 - - [2025-03-27 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.29 - - [2025-03-27 02:40:16] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004110 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003719 10.0.0.29 - - [2025-03-27 02:40:16] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005441 10.0.0.29 - - [2025-03-27 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.29 - - [2025-03-27 02:40:18] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003167 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004064 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006436 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016189 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006152 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015028 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006272 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1083 0.022701 10.0.0.29 - - [2025-03-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006890 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-machine/40fc6916-2324-41a3-8eda-6156a15ba766 HTTP/1.1" 200 1292 0.004878 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-machine-interface/2604c52d-5beb-4bd2-b879-0d452aa7d289 HTTP/1.1" 200 2941 0.005188 10.0.0.29 - - [2025-03-27 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.29 - - [2025-03-27 02:40:18] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004220 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003693 10.0.0.29 - - [2025-03-27 02:40:18] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008566 10.0.0.29 - - [2025-03-27 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.29 - - [2025-03-27 02:40:19] "GET /global-vrouter-config/fac8b497-9d85-4920-ae8a-dec4c0096133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002659 10.0.0.29 - - [2025-03-27 02:40:19] "GET /virtual-networks?parent_id=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003653 10.0.0.29 - - [2025-03-27 02:40:19] "GET /virtual-network/bccc2986-2499-48bf-bab2-c51b964a92a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005262 10.0.0.29 - - [2025-03-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1109 0.013801 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1109 0.012579 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 151 0.134487 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1109 0.012875 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1109 0.009191 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1083 0.031930 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 151 0.127896 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1109 0.012851 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/network HTTP/1.1" 200 994 0.008825 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/network HTTP/1.1" 400 204 0.023191 10.0.0.29 - - [2025-03-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 151 0.130045 10.0.0.29 - - [2025-03-27 02:40:38] "POST /neutron/network HTTP/1.1" 200 994 0.006897 10.0.0.29 - - [2025-03-27 02:40:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004025 10.0.0.29 - - [2025-03-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.29 - - [2025-03-27 02:40:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001723 10.0.0.29 - - [2025-03-27 02:40:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.29 - - [2025-03-27 02:40:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001819 10.0.0.29 - - [2025-03-27 02:40:38] "POST /neutron/network HTTP/1.1" 200 151 0.112589 10.0.0.29 - - [2025-03-27 02:40:38] "DELETE /route-target/d7213d66-a578-450a-8945-1ec267d7cf10 HTTP/1.1" 200 115 0.020743 10.0.0.29 - - [2025-03-27 02:40:38] "GET /routing-instance/5fda0d1b-7240-4525-a254-8e79d469f58b HTTP/1.1" 404 171 0.004337 10.0.0.29 - - [2025-03-27 02:40:38] "GET /domains HTTP/1.1" 200 280 0.002627 10.0.0.29 - - [2025-03-27 02:40:38] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001802 10.0.0.29 - - [2025-03-27 02:40:38] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c HTTP/1.1" 200 2573 0.052207 10.0.0.29 - - [2025-03-27 02:40:38] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.29 - - [2025-03-27 02:40:38] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3 HTTP/1.1" 200 2086 0.074992 10.0.0.29 - - [2025-03-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.29 - - [2025-03-27 02:40:38] "DELETE /network-ipam/70cd559f-325f-471f-a3c1-cc92cf6e282a HTTP/1.1" 200 115 0.020814 10.0.0.29 - - [2025-03-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.002620 10.0.0.29 - - [2025-03-27 02:40:39] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002822 10.0.0.29 - - [2025-03-27 02:40:39] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071055 10.0.0.29 - - [2025-03-27 02:40:39] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.29 - - [2025-03-27 02:40:39] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?fields=virtual_networks HTTP/1.1" 200 1033 0.073534 10.0.0.29 - - [2025-03-27 02:40:39] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.29 - - [2025-03-27 02:40:39] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.038207 10.0.0.29 - - [2025-03-27 02:40:39] "GET /projects?obj_uuids=fa5d2520-943b-4e28-9b01-cc562d19f5a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.29 - - [2025-03-27 02:40:39] "GET /project/fa5d2520-943b-4e28-9b01-cc562d19f5a3?fields=security_groups HTTP/1.1" 200 1259 0.035847 10.0.0.29 - - [2025-03-27 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.29 - - [2025-03-27 02:40:41] "POST /neutron/port HTTP/1.1" 400 205 0.003024 10.0.0.29 - - [2025-03-27 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.005013 10.0.0.29 - - [2025-03-27 02:40:41] "POST /neutron/port HTTP/1.1" 400 205 0.003897 10.0.0.29 - - [2025-03-27 02:40:47] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.29 - - [2025-03-27 02:40:47] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.29 - - [2025-03-27 02:40:48] "GET /projects?obj_uuids=b7d76408-bbf1-4cb4-b471-6ae2717662c6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001267 10.0.0.29 - - [2025-03-27 02:40:48] "GET /project/b7d76408-bbf1-4cb4-b471-6ae2717662c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.050700 [Introspect:8084]10.0.0.29 - - [2025-03-27 02:40:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001059 10.0.0.29 - - [2025-03-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.027058 10.0.0.29 - - [2025-03-27 02:40:49] "GET /projects?obj_uuids=a51a12ae-d55b-40b7-8a69-124fab8448f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.29 - - [2025-03-27 02:40:49] "GET /domains?obj_uuids=40269a6d-bc96-4c17-b703-967fa56e290c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.29 - - [2025-03-27 02:40:49] "GET /domain/40269a6d-bc96-4c17-b703-967fa56e290c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008732 10.0.0.29 - - [2025-03-27 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 186 0.002414 10.0.0.29 - - [2025-03-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.003896 10.0.0.29 - - [2025-03-27 02:40:49] "POST /security-groups HTTP/1.1" 200 587 0.063866 10.0.0.29 - - [2025-03-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 230 0.002556 10.0.0.29 - - [2025-03-27 02:40:49] "POST /projects HTTP/1.1" 200 577 0.226954 10.0.0.29 - - [2025-03-27 02:40:49] "POST /access-control-lists HTTP/1.1" 200 592 0.064234 10.0.0.29 - - [2025-03-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.300830 10.0.0.29 - - [2025-03-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002856 10.0.0.29 - - [2025-03-27 02:40:49] "GET /project/a51a12ae-d55b-40b7-8a69-124fab8448f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.428310 10.0.0.29 - - [2025-03-27 02:40:49] "POST /access-control-lists HTTP/1.1" 200 590 0.064706 10.0.0.29 - - [2025-03-27 02:40:50] "GET / HTTP/1.1" 200 35931 0.002215 10.0.0.29 - - [2025-03-27 02:40:51] "GET /projects?obj_uuids=a51a12ae-d55b-40b7-8a69-124fab8448f6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.29 - - [2025-03-27 02:40:51] "GET /project/a51a12ae-d55b-40b7-8a69-124fab8448f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.025893 10.0.0.29 - - [2025-03-27 02:40:51] "GET /projects?obj_uuids=a51a12ae-d55b-40b7-8a69-124fab8448f6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.29 - - [2025-03-27 02:40:51] "GET /project/a51a12ae-d55b-40b7-8a69-124fab8448f6?fields=virtual_networks HTTP/1.1" 200 1024 0.083875 10.0.0.29 - - [2025-03-27 02:40:51] "GET /projects?obj_uuids=a51a12ae-d55b-40b7-8a69-124fab8448f6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001142