++ 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:15:27 UTC 2025 ===================' INFO: =================== Thu Mar 27 02:15:27 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.27:8081 ' ']' +++ echo 10.0.0.27:8081 ++ ANALYTICS_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.27:9042 ' ']' +++ echo 10.0.0.27:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.27:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.27:8086 ' ']' +++ echo 10.0.0.27:8086 ++ COLLECTOR_SERVERS=10.0.0.27: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.27 ++ CONFIGDB_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.27:8082 ' ']' +++ echo 10.0.0.27:8082 ++ CONFIG_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.27:9161 ' ']' +++ echo 10.0.0.27:9161 ++ CONFIGDB_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.27:9041 ' ']' +++ echo 10.0.0.27:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.27:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.27 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.27 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.27:2181, ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.27:2181 ' ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.27:2181 ++ RABBITMQ_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.27:5673, ']' +++ echo 10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.27:6379 ' ']' +++ echo 10.0.0.27:6379 ++ REDIS_SERVERS=10.0.0.27: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.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.27:9092 ' ']' +++ echo 10.0.0.27:9092 ++ KAFKA_SERVERS=10.0.0.27: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.27 ++ 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.27 ++ 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.27 ++ 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.27 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.27,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.27:9041 + cassandra_server_list=10.0.0.27:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 03/27/2025 02:15:35.581 7fd5f46f4e08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/27/2025 02:15:35.741 7fd5f46f4e08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/27/2025 02:15:35.755 7fd5f46f4e08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/27/2025 02:15:35.755 7fd5f46f4e08 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-03-27 02:15:39] "GET / HTTP/1.1" 503 181 0.000276 10.0.0.27 - - [2025-03-27 02:15:39] "GET / HTTP/1.1" 503 181 0.000147 10.0.0.27 - - [2025-03-27 02:15:41] "GET / HTTP/1.1" 200 45871 0.001636 10.0.0.27 - - [2025-03-27 02:15:41] "GET / HTTP/1.1" 200 45871 0.001185 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.27 - - [2025-03-27 02:15:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000638 10.0.0.27 - - [2025-03-27 02:15:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2025-03-27 02:15:41] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.27 - - [2025-03-27 02:15:41] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.27 - - [2025-03-27 02:15:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2025-03-27 02:15:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.938783 10.0.0.27 - - [2025-03-27 02:15:42] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003029 10.0.0.27 - - [2025-03-27 02:15:42] "GET / HTTP/1.1" 200 35931 0.002777 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.642997 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.068138 10.0.0.27 - - [2025-03-27 02:15:42] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.018394 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.004017 10.0.0.27 - - [2025-03-27 02:15:42] "POST /config-nodes HTTP/1.1" 200 599 0.029545 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2025-03-27 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-03-27 02:15:42] "GET / HTTP/1.1" 200 35931 0.001494 10.0.0.27 - - [2025-03-27 02:15:42] "GET / HTTP/1.1" 200 35931 0.001586 10.0.0.27 - - [2025-03-27 02:15:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000418 /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.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.312896 10.0.0.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-03-27 02:15:43] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.038614 10.0.0.27 - - [2025-03-27 02:15:43] "POST /service-appliance-sets HTTP/1.1" 200 553 0.061984 10.0.0.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.004138 10.0.0.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005947 10.0.0.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.333630 10.0.0.27 - - [2025-03-27 02:15:43] "GET /network-ipam/6134e30b-0899-440a-9d73-143b8169e1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.019474 10.0.0.27 - - [2025-03-27 02:15:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.057973 10.0.0.27 - - [2025-03-27 02:15:43] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.026031 10.0.0.27 - - [2025-03-27 02:15:43] "POST /service-appliance-sets HTTP/1.1" 200 541 0.038488 10.0.0.27 - - [2025-03-27 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2025-03-27 02:15:43] "GET /network-ipam/6134e30b-0899-440a-9d73-143b8169e1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004502 10.0.0.27 - - [2025-03-27 02:15:44] "POST /service-templates HTTP/1.1" 200 511 0.155079 10.0.0.27 - - [2025-03-27 02:15:44] "POST /service-templates HTTP/1.1" 200 501 0.062999 10.0.0.27 - - [2025-03-27 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003314 10.0.0.27 - - [2025-03-27 02:15:44] "POST /access-control-lists HTTP/1.1" 200 587 0.052503 10.0.0.27 - - [2025-03-27 02:15:44] "POST /service-templates HTTP/1.1" 200 515 0.026133 10.0.0.27 - - [2025-03-27 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003327 10.0.0.27 - - [2025-03-27 02:15:44] "POST /service-templates HTTP/1.1" 200 535 0.021583 10.0.0.27 - - [2025-03-27 02:15:44] "POST /access-control-lists HTTP/1.1" 200 585 0.030304 10.0.0.27 - - [2025-03-27 02:15:44] "POST /service-templates HTTP/1.1" 200 507 0.022946 10.0.0.27 - - [2025-03-27 02:15:44] "POST /route-targets HTTP/1.1" 200 327 0.014646 10.0.0.27 - - [2025-03-27 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.020706 10.0.0.27 - - [2025-03-27 02:15:44] "POST /route-targets HTTP/1.1" 200 327 0.018868 10.0.0.27 - - [2025-03-27 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.012135 10.0.0.27 - - [2025-03-27 02:15:44] "POST /route-targets HTTP/1.1" 200 327 0.013357 10.0.0.27 - - [2025-03-27 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.013036 10.0.0.27 - - [2025-03-27 02:15:44] "GET / HTTP/1.1" 200 35931 0.001453 10.0.0.27 - - [2025-03-27 02:15:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-03-27 02:15:44] "POST /route-targets HTTP/1.1" 200 327 0.012994 10.0.0.27 - - [2025-03-27 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.014688 10.0.0.27 - - [2025-03-27 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.002901 10.0.0.27 - - [2025-03-27 02:15:45] "POST /access-control-lists HTTP/1.1" 200 551 0.061572 10.0.0.27 - - [2025-03-27 02:15:45] "PUT /access-control-list/1fee4cc8-ef26-4238-a3fe-81048dbdf29a HTTP/1.1" 200 272 0.012275 10.0.0.27 - - [2025-03-27 02:15:45] "PUT /access-control-list/ce15a71d-c20c-4077-bd5c-2d5511a0566b HTTP/1.1" 200 272 0.015127 10.0.0.27 - - [2025-03-27 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.025888 10.0.0.27 - - [2025-03-27 02:15:45] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006394 10.0.0.27 - - [2025-03-27 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003939 10.0.0.27 - - [2025-03-27 02:15:45] "POST /config-database-nodes HTTP/1.1" 200 617 0.020322 10.0.0.27 - - [2025-03-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2025-03-27 02:15:48] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004617 10.0.0.27 - - [2025-03-27 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2025-03-27 02:15:48] "PUT /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 276 0.013118 10.0.0.27 - - [2025-03-27 02:15:49] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 581 0.039896 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 575 0.017881 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 575 0.020935 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 559 0.020464 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 555 0.018376 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 557 0.018062 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 565 0.023276 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 549 0.022094 10.0.0.27 - - [2025-03-27 02:15:49] "POST /alarms HTTP/1.1" 200 557 0.025784 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 567 0.021541 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 555 0.020173 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 567 0.021464 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 575 0.069404 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 569 0.019480 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 561 0.021025 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 561 0.017694 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 561 0.028207 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 547 0.022542 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 595 0.020600 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 575 0.020226 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 571 0.030601 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 583 0.020261 10.0.0.27 - - [2025-03-27 02:15:50] "POST /alarms HTTP/1.1" 200 609 0.020698 10.0.0.27 - - [2025-03-27 02:15:51] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.27 - - [2025-03-27 02:15:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2025-03-27 02:15:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022389 10.0.0.27 - - [2025-03-27 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.27 - - [2025-03-27 02:15:51] "PUT /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 276 0.010131 10.0.0.27 - - [2025-03-27 02:15:52] "GET / HTTP/1.1" 200 35931 0.002511 10.0.0.27 - - [2025-03-27 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.27 - - [2025-03-27 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028917 10.0.0.27 - - [2025-03-27 02:15:52] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004108 10.0.0.27 - - [2025-03-27 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2025-03-27 02:15:52] "PUT /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 276 0.008895 10.0.0.27 - - [2025-03-27 02:15:52] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.27 - - [2025-03-27 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-03-27 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023927 10.0.0.27 - - [2025-03-27 02:15:53] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006041 10.0.0.27 - - [2025-03-27 02:15:53] "PUT /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a HTTP/1.1" 200 274 0.018133 10.0.0.27 - - [2025-03-27 02:16:20] "GET /global-system-configs HTTP/1.1" 200 322 0.608607 10.0.0.27 - - [2025-03-27 02:16:20] "GET /global-system-configs HTTP/1.1" 200 322 0.338612 10.0.0.27 - - [2025-03-27 02:17:11] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.27 - - [2025-03-27 02:17:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-03-27 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.025365 10.0.0.27 - - [2025-03-27 02:17:11] "GET /routing-instance/0028e68d-85f5-4847-8817-22dd8554dfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1172 0.003962 10.0.0.27 - - [2025-03-27 02:17:11] "POST /bgp-routers HTTP/1.1" 200 622 0.023403 10.0.0.27 - - [2025-03-27 02:17:11] "GET /bgp-router/10a84802-f875-49cf-9dd0-b722572e9fc8?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.005790 10.0.0.27 - - [2025-03-27 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2025-03-27 02:17:11] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006640 10.0.0.27 - - [2025-03-27 02:17:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-03-27 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.27 - - [2025-03-27 02:18:04] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.27 - - [2025-03-27 02:18:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.27 - - [2025-03-27 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.034195 10.0.0.27 - - [2025-03-27 02:18:05] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008556 10.0.0.27 - - [2025-03-27 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.003094 10.0.0.27 - - [2025-03-27 02:18:05] "POST /database-nodes HTTP/1.1" 200 603 0.031471 10.0.0.27 - - [2025-03-27 02:18:59] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.27 - - [2025-03-27 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-03-27 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.025408 10.0.0.27 - - [2025-03-27 02:18:59] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006559 10.0.0.27 - - [2025-03-27 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003387 10.0.0.27 - - [2025-03-27 02:18:59] "POST /analytics-nodes HTTP/1.1" 200 605 0.020388 10.0.0.27 - - [2025-03-27 02:19:05] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.27 - - [2025-03-27 02:19:18] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.27 - - [2025-03-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.27 - - [2025-03-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.023922 10.0.0.27 - - [2025-03-27 02:19:18] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006168 10.0.0.27 - - [2025-03-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003220 10.0.0.27 - - [2025-03-27 02:19:18] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.032639 10.0.0.27 - - [2025-03-27 02:19:31] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.27 - - [2025-03-27 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-03-27 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.030796 10.0.0.27 - - [2025-03-27 02:19:32] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006457 10.0.0.27 - - [2025-03-27 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.002945 10.0.0.27 - - [2025-03-27 02:19:32] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019982 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.27 - - [2025-03-27 02:19:46] "GET /obj-perms HTTP/1.1" 200 5056 0.365379 10.0.0.27 - - [2025-03-27 02:19:46] "GET /obj-perms HTTP/1.1" 200 5056 0.049139 10.0.0.27 - - [2025-03-27 02:20:47] "GET /obj-perms HTTP/1.1" 200 5056 0.049304 10.0.0.27 - - [2025-03-27 02:20:47] "GET /obj-perms HTTP/1.1" 200 5056 0.043611 10.0.0.27 - - [2025-03-27 02:21:12] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.27 - - [2025-03-27 02:21:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2025-03-27 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.027382 10.0.0.27 - - [2025-03-27 02:21:12] "GET /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006760 10.0.0.27 - - [2025-03-27 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2025-03-27 02:21:12] "GET /routing-instance/0028e68d-85f5-4847-8817-22dd8554dfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1172 0.004575 10.0.0.27 - - [2025-03-27 02:21:12] "PUT /global-system-config/e5b7bcbe-e29b-4388-be38-20ae3b5de63a HTTP/1.1" 200 274 0.011509 10.0.0.27 - - [2025-03-27 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.003428 10.0.0.27 - - [2025-03-27 02:21:12] "POST /virtual-routers HTTP/1.1" 200 605 0.021287 10.0.0.27 - - [2025-03-27 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.27 - - [2025-03-27 02:21:12] "GET /virtual-router/c0df8f1f-a68f-4225-8b42-a4c3040d9398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.005766 10.0.0.27 - - [2025-03-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.019120 10.0.0.27 - - [2025-03-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-03-27 02:21:13] "GET /virtual-network/328b83ba-0d0c-440e-b762-587831605109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007401 10.0.0.27 - - [2025-03-27 02:21:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.061247 10.0.0.27 - - [2025-03-27 02:21:13] "PUT /access-control-list/2bc9b769-ac87-40ed-bb91-19c3ff856a3b HTTP/1.1" 200 272 0.035460 10.0.0.27 - - [2025-03-27 02:21:17] "GET /global-system-configs HTTP/1.1" 200 322 0.008318 10.0.0.27 - - [2025-03-27 02:21:17] "GET /obj-perms HTTP/1.1" 200 5056 0.030729 10.0.0.27 - - [2025-03-27 02:21:17] "GET /global-system-configs HTTP/1.1" 200 322 0.032167 10.0.0.27 - - [2025-03-27 02:21:17] "GET /obj-perms HTTP/1.1" 200 5056 0.078800 [Introspect:8084]10.0.0.27 - - [2025-03-27 02:21:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000926 [Introspect:8084]10.0.0.27 - - [2025-03-27 02:21:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001068 [Introspect:8084]10.0.0.27 - - [2025-03-27 02:21:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000851 [Introspect:8084]10.0.0.27 - - [2025-03-27 02:21:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000947 10.0.0.27 - - [2025-03-27 02:21:47] "GET /obj-perms HTTP/1.1" 200 5056 0.047545 10.0.0.27 - - [2025-03-27 02:21:48] "GET /obj-perms HTTP/1.1" 200 5056 0.051451 10.0.0.27 - - [2025-03-27 02:22:34] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.27 - - [2025-03-27 02:22:35] "GET /project/2ba2322f-4694-4e77-8655-7740cd42a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-03-27 02:22:35] "GET /projects?obj_uuids=2ba2322f-4694-4e77-8655-7740cd42a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027207 10.0.0.27 - - [2025-03-27 02:22:35] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.27 - - [2025-03-27 02:22:35] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031925 10.0.0.27 - - [2025-03-27 02:22:35] "POST /id-to-fqname HTTP/1.1" 200 167 0.001271 10.0.0.27 - - [2025-03-27 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 176 0.007886 10.0.0.27 - - [2025-03-27 02:22:35] "POST /security-groups HTTP/1.1" 200 568 0.068401 10.0.0.27 - - [2025-03-27 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003185 10.0.0.27 - - [2025-03-27 02:22:35] "POST /projects HTTP/1.1" 200 539 0.258705 10.0.0.27 - - [2025-03-27 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.329312 10.0.0.27 - - [2025-03-27 02:22:36] "POST /access-control-lists HTTP/1.1" 200 573 0.069879 10.0.0.27 - - [2025-03-27 02:22:36] "GET /project/2ba2322f-4694-4e77-8655-7740cd42a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.518827 10.0.0.27 - - [2025-03-27 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.005248 10.0.0.27 - - [2025-03-27 02:22:36] "POST /access-control-lists HTTP/1.1" 200 571 0.065307 [Introspect:8084]10.0.0.27 - - [2025-03-27 02:22:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001559 10.0.0.27 - - [2025-03-27 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.022961 10.0.0.27 - - [2025-03-27 02:22:37] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003289 10.0.0.27 - - [2025-03-27 02:22:37] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.27 - - [2025-03-27 02:22:37] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008568 10.0.0.27 - - [2025-03-27 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.001457 10.0.0.27 - - [2025-03-27 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.003700 10.0.0.27 - - [2025-03-27 02:22:37] "POST /security-groups HTTP/1.1" 200 602 0.071593 10.0.0.27 - - [2025-03-27 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.003486 10.0.0.27 - - [2025-03-27 02:22:37] "POST /projects HTTP/1.1" 200 607 0.244530 10.0.0.27 - - [2025-03-27 02:22:37] "POST /access-control-lists HTTP/1.1" 200 607 0.064978 10.0.0.27 - - [2025-03-27 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.330181 10.0.0.27 - - [2025-03-27 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.003027 10.0.0.27 - - [2025-03-27 02:22:37] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.475037 10.0.0.27 - - [2025-03-27 02:22:37] "POST /access-control-lists HTTP/1.1" 200 605 0.067700 10.0.0.27 - - [2025-03-27 02:22:38] "GET / HTTP/1.1" 200 35931 0.002124 10.0.0.27 - - [2025-03-27 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.27 - - [2025-03-27 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055875 10.0.0.27 - - [2025-03-27 02:22:39] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001069 10.0.0.27 - - [2025-03-27 02:22:39] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.040847 10.0.0.27 - - [2025-03-27 02:22:39] "POST /neutron/network HTTP/1.1" 200 117 0.041421 10.0.0.27 - - [2025-03-27 02:22:39] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001817 10.0.0.27 - - [2025-03-27 02:22:39] "POST /neutron/network HTTP/1.1" 200 620 0.107408 10.0.0.27 - - [2025-03-27 02:22:39] "POST /route-targets HTTP/1.1" 200 327 0.011214 10.0.0.27 - - [2025-03-27 02:22:39] "POST /ref-update HTTP/1.1" 200 156 0.013498 10.0.0.27 - - [2025-03-27 02:22:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005660 10.0.0.27 - - [2025-03-27 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.227423 10.0.0.27 - - [2025-03-27 02:22:40] "POST /neutron/network HTTP/1.1" 200 839 0.006882 10.0.0.27 - - [2025-03-27 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001403 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005807 10.0.0.27 - - [2025-03-27 02:22:40] "POST /neutron/network HTTP/1.1" 200 839 0.007854 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005785 10.0.0.27 - - [2025-03-27 02:22:40] "POST /neutron/network HTTP/1.1" 200 839 0.006510 10.0.0.27 - - [2025-03-27 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.008680 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domains HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domains HTTP/1.1" 200 280 0.024750 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2584 0.014112 10.0.0.27 - - [2025-03-27 02:22:40] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.27 - - [2025-03-27 02:22:40] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f HTTP/1.1" 200 2168 0.075039 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a HTTP/1.1" 200 2342 0.007649 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a HTTP/1.1" 200 2342 0.005450 10.0.0.27 - - [2025-03-27 02:22:40] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 200 1494 0.003757 10.0.0.27 - - [2025-03-27 02:22:40] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 200 1494 0.004137 10.0.0.27 - - [2025-03-27 02:22:40] "GET /route-target/04c41b33-1eef-4d20-8836-7440d5981be9 HTTP/1.1" 200 1217 0.004805 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a HTTP/1.1" 200 2342 0.005597 10.0.0.27 - - [2025-03-27 02:22:40] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 200 1494 0.003814 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005701 10.0.0.27 - - [2025-03-27 02:22:40] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a HTTP/1.1" 200 2342 0.005332 10.0.0.27 - - [2025-03-27 02:22:40] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 200 1494 0.004127 10.0.0.27 - - [2025-03-27 02:22:40] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 200 1494 0.004303 10.0.0.27 - - [2025-03-27 02:22:40] "GET /route-target/04c41b33-1eef-4d20-8836-7440d5981be9 HTTP/1.1" 200 1217 0.004067 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domains HTTP/1.1" 200 280 0.003723 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.27 - - [2025-03-27 02:22:40] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2584 0.007439 10.0.0.27 - - [2025-03-27 02:22:40] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.27 - - [2025-03-27 02:22:41] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f HTTP/1.1" 200 2168 0.070886 10.0.0.27 - - [2025-03-27 02:22:41] "GET /virtual-network/89c892d6-53a6-4d47-baf9-35983308536a HTTP/1.1" 200 2342 0.005473 10.0.0.27 - - [2025-03-27 02:22:41] "GET /obj-perms HTTP/1.1" 200 5052 0.055371 10.0.0.27 - - [2025-03-27 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001646 10.0.0.27 - - [2025-03-27 02:22:43] "POST /neutron/network HTTP/1.1" 200 849 0.006343 10.0.0.27 - - [2025-03-27 02:22:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000605 10.0.0.27 - - [2025-03-27 02:22:43] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.27 - - [2025-03-27 02:22:43] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2025-03-27 02:22:43] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001089 10.0.0.27 - - [2025-03-27 02:22:43] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070720 10.0.0.27 - - [2025-03-27 02:22:44] "DELETE /project/5474f9cb6f7c42aba1088e85282d6c2f HTTP/1.1" 404 173 0.005971 10.0.0.27 - - [2025-03-27 02:22:44] "DELETE /project/2ba2322f46944e7786557740cd42a8c4 HTTP/1.1" 404 173 0.005043 10.0.0.27 - - [2025-03-27 02:22:44] "POST /neutron/network HTTP/1.1" 200 839 0.033806 10.0.0.27 - - [2025-03-27 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.27 - - [2025-03-27 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.006272 10.0.0.27 - - [2025-03-27 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.005887 10.0.0.27 - - [2025-03-27 02:22:45] "POST /neutron/network HTTP/1.1" 200 849 0.006696 10.0.0.27 - - [2025-03-27 02:22:45] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001786 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 1071 0.317065 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 1071 0.040117 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 1071 0.019125 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 1125 0.128171 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 1099 0.016508 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.014313 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001472 10.0.0.27 - - [2025-03-27 02:22:46] "POST /neutron/network HTTP/1.1" 200 839 0.008536 10.0.0.27 - - [2025-03-27 02:22:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048920 10.0.0.27 - - [2025-03-27 02:22:48] "GET /obj-perms HTTP/1.1" 200 5056 0.052253 10.0.0.27 - - [2025-03-27 02:22:49] "POST /neutron/port HTTP/1.1" 200 1099 0.017816 10.0.0.27 - - [2025-03-27 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007564 10.0.0.27 - - [2025-03-27 02:22:54] "POST /neutron/port HTTP/1.1" 200 1099 0.015218 10.0.0.27 - - [2025-03-27 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007547 10.0.0.27 - - [2025-03-27 02:22:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003581 10.0.0.27 - - [2025-03-27 02:22:56] "GET /obj-perms HTTP/1.1" 200 5052 0.003422 10.0.0.27 - - [2025-03-27 02:22:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003996 10.0.0.27 - - [2025-03-27 02:22:58] "GET /obj-perms HTTP/1.1" 200 5052 0.003551 10.0.0.27 - - [2025-03-27 02:22:59] "GET /obj-perms HTTP/1.1" 200 5052 0.003899 10.0.0.27 - - [2025-03-27 02:23:00] "POST /neutron/network HTTP/1.1" 200 839 0.009939 10.0.0.27 - - [2025-03-27 02:23:00] "POST /neutron/network HTTP/1.1" 400 204 0.010993 10.0.0.27 - - [2025-03-27 02:23:00] "POST /neutron/port HTTP/1.1" 200 1099 0.018683 10.0.0.27 - - [2025-03-27 02:23:00] "POST /neutron/port HTTP/1.1" 200 1125 0.011393 10.0.0.27 - - [2025-03-27 02:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.124633 10.0.0.27 - - [2025-03-27 02:23:02] "POST /neutron/network HTTP/1.1" 200 839 0.007422 10.0.0.27 - - [2025-03-27 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006324 10.0.0.27 - - [2025-03-27 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002929 10.0.0.27 - - [2025-03-27 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.27 - - [2025-03-27 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.106492 10.0.0.27 - - [2025-03-27 02:23:02] "DELETE /route-target/04c41b33-1eef-4d20-8836-7440d5981be9 HTTP/1.1" 200 115 0.022222 10.0.0.27 - - [2025-03-27 02:23:02] "GET /routing-instance/4f4a5e7d-018f-4ef6-bd36-0c62d3fa4d79 HTTP/1.1" 404 171 0.004681 10.0.0.27 - - [2025-03-27 02:23:02] "GET /domains HTTP/1.1" 200 280 0.002769 10.0.0.27 - - [2025-03-27 02:23:02] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.27 - - [2025-03-27 02:23:02] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2584 0.048406 10.0.0.27 - - [2025-03-27 02:23:02] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.27 - - [2025-03-27 02:23:02] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f HTTP/1.1" 200 1918 0.068791 10.0.0.27 - - [2025-03-27 02:23:02] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001735 10.0.0.27 - - [2025-03-27 02:23:02] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.030505 10.0.0.27 - - [2025-03-27 02:23:02] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001128 10.0.0.27 - - [2025-03-27 02:23:02] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?fields=virtual_networks HTTP/1.1" 200 1054 0.074235 10.0.0.27 - - [2025-03-27 02:23:02] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001144 10.0.0.27 - - [2025-03-27 02:23:02] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.029690 10.0.0.27 - - [2025-03-27 02:23:03] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001134 10.0.0.27 - - [2025-03-27 02:23:03] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?fields=security_groups HTTP/1.1" 200 1291 0.031197 10.0.0.27 - - [2025-03-27 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.025818 10.0.0.27 - - [2025-03-27 02:23:03] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002657 10.0.0.27 - - [2025-03-27 02:23:04] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.27 - - [2025-03-27 02:23:04] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007800 10.0.0.27 - - [2025-03-27 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001410 10.0.0.27 - - [2025-03-27 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003500 10.0.0.27 - - [2025-03-27 02:23:04] "POST /security-groups HTTP/1.1" 200 603 0.064208 10.0.0.27 - - [2025-03-27 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.002875 10.0.0.27 - - [2025-03-27 02:23:04] "POST /projects HTTP/1.1" 200 609 0.221724 10.0.0.27 - - [2025-03-27 02:23:04] "POST /access-control-lists HTTP/1.1" 200 608 0.065061 10.0.0.27 - - [2025-03-27 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.294762 10.0.0.27 - - [2025-03-27 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.003622 10.0.0.27 - - [2025-03-27 02:23:04] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.413530 10.0.0.27 - - [2025-03-27 02:23:04] "POST /access-control-lists HTTP/1.1" 200 606 0.060804 10.0.0.27 - - [2025-03-27 02:23:05] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.27 - - [2025-03-27 02:23:05] "GET /projects?obj_uuids=2ba2322f-4694-4e77-8655-7740cd42a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.27 - - [2025-03-27 02:23:05] "GET /project/2ba2322f-4694-4e77-8655-7740cd42a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.029495 10.0.0.27 - - [2025-03-27 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2025-03-27 02:23:06] "GET /security-group/19a81721-d469-4e5f-a7d6-87f8783504d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006418 10.0.0.27 - - [2025-03-27 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-03-27 02:23:06] "GET /projects?obj_uuids=2ba2322f-4694-4e77-8655-7740cd42a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001702 10.0.0.27 - - [2025-03-27 02:23:06] "GET /project/2ba2322f-4694-4e77-8655-7740cd42a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.032686 10.0.0.27 - - [2025-03-27 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-03-27 02:23:06] "GET /security-group/19a81721-d469-4e5f-a7d6-87f8783504d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004295 10.0.0.27 - - [2025-03-27 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-03-27 02:23:06] "PUT /security-group/19a81721-d469-4e5f-a7d6-87f8783504d3 HTTP/1.1" 200 262 0.017375 10.0.0.27 - - [2025-03-27 02:23:07] "PUT /access-control-list/c5389085-3af3-4167-afcb-2e33133d7d4a HTTP/1.1" 200 272 0.014895 10.0.0.27 - - [2025-03-27 02:23:07] "PUT /access-control-list/58f18027-4bf8-4440-968d-5d9b91585caa HTTP/1.1" 200 272 0.013796 10.0.0.27 - - [2025-03-27 02:23:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-03-27 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.066058 10.0.0.27 - - [2025-03-27 02:23:07] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003303 10.0.0.27 - - [2025-03-27 02:23:07] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038006 10.0.0.27 - - [2025-03-27 02:23:07] "POST /neutron/network HTTP/1.1" 200 117 0.041231 10.0.0.27 - - [2025-03-27 02:23:07] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001715 10.0.0.27 - - [2025-03-27 02:23:07] "POST /neutron/network HTTP/1.1" 200 619 0.113672 10.0.0.27 - - [2025-03-27 02:23:07] "POST /route-targets HTTP/1.1" 200 327 0.011943 10.0.0.27 - - [2025-03-27 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.021909 10.0.0.27 - - [2025-03-27 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003757 10.0.0.27 - - [2025-03-27 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.239965 10.0.0.27 - - [2025-03-27 02:23:08] "POST /neutron/network HTTP/1.1" 200 839 0.009257 10.0.0.27 - - [2025-03-27 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001392 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005980 10.0.0.27 - - [2025-03-27 02:23:08] "POST /neutron/network HTTP/1.1" 200 839 0.007002 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006907 10.0.0.27 - - [2025-03-27 02:23:08] "POST /neutron/network HTTP/1.1" 200 839 0.007047 10.0.0.27 - - [2025-03-27 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.011766 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domains HTTP/1.1" 401 292 0.000644 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domains HTTP/1.1" 200 280 0.027754 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001648 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.010267 10.0.0.27 - - [2025-03-27 02:23:08] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.27 - - [2025-03-27 02:23:08] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 2173 0.085515 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 2344 0.009617 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 2344 0.006252 10.0.0.27 - - [2025-03-27 02:23:08] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 200 1491 0.003943 10.0.0.27 - - [2025-03-27 02:23:08] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 200 1491 0.003962 10.0.0.27 - - [2025-03-27 02:23:08] "GET /route-target/a1e27c24-c672-40f2-928c-e5823eb242e5 HTTP/1.1" 200 1219 0.004143 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 2344 0.007549 10.0.0.27 - - [2025-03-27 02:23:08] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 200 1491 0.005365 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007981 10.0.0.27 - - [2025-03-27 02:23:08] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 2344 0.007025 10.0.0.27 - - [2025-03-27 02:23:08] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 200 1491 0.004277 10.0.0.27 - - [2025-03-27 02:23:08] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 200 1491 0.004049 10.0.0.27 - - [2025-03-27 02:23:08] "GET /route-target/a1e27c24-c672-40f2-928c-e5823eb242e5 HTTP/1.1" 200 1219 0.003626 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domains HTTP/1.1" 200 280 0.003200 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.27 - - [2025-03-27 02:23:08] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.010768 10.0.0.27 - - [2025-03-27 02:23:08] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001676 10.0.0.27 - - [2025-03-27 02:23:09] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 2173 0.085418 10.0.0.27 - - [2025-03-27 02:23:09] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 2344 0.009646 10.0.0.27 - - [2025-03-27 02:23:09] "GET /obj-perms HTTP/1.1" 200 5054 0.060046 10.0.0.27 - - [2025-03-27 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.27 - - [2025-03-27 02:23:09] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.27 - - [2025-03-27 02:23:09] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056729 10.0.0.27 - - [2025-03-27 02:23:09] "POST /neutron/network HTTP/1.1" 200 117 0.009888 10.0.0.27 - - [2025-03-27 02:23:09] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.27 - - [2025-03-27 02:23:09] "POST /neutron/network HTTP/1.1" 200 619 0.095100 10.0.0.27 - - [2025-03-27 02:23:09] "POST /route-targets HTTP/1.1" 200 327 0.012441 10.0.0.27 - - [2025-03-27 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.013714 10.0.0.27 - - [2025-03-27 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005414 10.0.0.27 - - [2025-03-27 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.192220 10.0.0.27 - - [2025-03-27 02:23:09] "POST /neutron/network HTTP/1.1" 200 839 0.006879 10.0.0.27 - - [2025-03-27 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001233 10.0.0.27 - - [2025-03-27 02:23:09] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005331 10.0.0.27 - - [2025-03-27 02:23:10] "POST /neutron/network HTTP/1.1" 200 839 0.006349 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005507 10.0.0.27 - - [2025-03-27 02:23:10] "POST /neutron/network HTTP/1.1" 200 839 0.006447 10.0.0.27 - - [2025-03-27 02:23:10] "POST /neutron/subnet HTTP/1.1" 200 730 0.007646 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domains HTTP/1.1" 200 280 0.003139 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.007393 10.0.0.27 - - [2025-03-27 02:23:10] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.27 - - [2025-03-27 02:23:10] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 2401 0.072378 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d HTTP/1.1" 200 2343 0.007214 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d HTTP/1.1" 200 2343 0.005864 10.0.0.27 - - [2025-03-27 02:23:10] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 200 1492 0.005795 10.0.0.27 - - [2025-03-27 02:23:10] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 200 1492 0.004184 10.0.0.27 - - [2025-03-27 02:23:10] "GET /route-target/39b0c044-1e77-4082-9ae9-164d2e59b521 HTTP/1.1" 200 1218 0.003396 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d HTTP/1.1" 200 2343 0.005502 10.0.0.27 - - [2025-03-27 02:23:10] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 200 1492 0.003924 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006199 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d HTTP/1.1" 200 2343 0.005443 10.0.0.27 - - [2025-03-27 02:23:10] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 200 1492 0.004256 10.0.0.27 - - [2025-03-27 02:23:10] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 200 1492 0.004152 10.0.0.27 - - [2025-03-27 02:23:10] "GET /route-target/39b0c044-1e77-4082-9ae9-164d2e59b521 HTTP/1.1" 200 1218 0.003810 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domains HTTP/1.1" 200 280 0.003489 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.27 - - [2025-03-27 02:23:10] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.008566 10.0.0.27 - - [2025-03-27 02:23:10] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.27 - - [2025-03-27 02:23:10] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 2401 0.071854 10.0.0.27 - - [2025-03-27 02:23:10] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d HTTP/1.1" 200 2343 0.009444 10.0.0.27 - - [2025-03-27 02:23:10] "GET /obj-perms HTTP/1.1" 200 5054 0.003701 10.0.0.27 - - [2025-03-27 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001300 10.0.0.27 - - [2025-03-27 02:23:10] "POST /neutron/network HTTP/1.1" 200 849 0.007255 10.0.0.27 - - [2025-03-27 02:23:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000616 10.0.0.27 - - [2025-03-27 02:23:10] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.27 - - [2025-03-27 02:23:11] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-03-27 02:23:11] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.27 - - [2025-03-27 02:23:11] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048106 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/network HTTP/1.1" 200 839 0.005986 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.008054 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.008575 10.0.0.27 - - [2025-03-27 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.002334 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.006346 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/network HTTP/1.1" 200 849 0.006370 10.0.0.27 - - [2025-03-27 02:23:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2025-03-27 02:23:11] "POST /neutron/network HTTP/1.1" 200 849 0.006746 10.0.0.27 - - [2025-03-27 02:23:12] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.27 - - [2025-03-27 02:23:12] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.27 - - [2025-03-27 02:23:12] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1073 0.244922 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1073 0.012153 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1073 0.009776 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1127 0.077002 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1101 0.016990 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 704 0.010044 10.0.0.27 - - [2025-03-27 02:23:12] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.27 - - [2025-03-27 02:23:12] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054405 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/network HTTP/1.1" 200 839 0.006272 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/network HTTP/1.1" 200 839 0.008443 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 1101 0.017529 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007928 10.0.0.27 - - [2025-03-27 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.005752 10.0.0.27 - - [2025-03-27 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.27 - - [2025-03-27 02:23:12] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.27 - - [2025-03-27 02:23:12] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053339 10.0.0.27 - - [2025-03-27 02:23:12] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005377 10.0.0.27 - - [2025-03-27 02:23:13] "GET /floating-ip-pools?parent_id=9aa8285f-191c-43ed-9519-5a8765507dc2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003556 10.0.0.27 - - [2025-03-27 02:23:13] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007429 10.0.0.27 - - [2025-03-27 02:23:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.043193 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/network HTTP/1.1" 200 849 0.012121 10.0.0.27 - - [2025-03-27 02:23:13] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.27 - - [2025-03-27 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.27 - - [2025-03-27 02:23:13] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.010733 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domains HTTP/1.1" 200 280 0.003406 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001679 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.011452 10.0.0.27 - - [2025-03-27 02:23:13] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.27 - - [2025-03-27 02:23:13] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 3243 0.112908 10.0.0.27 - - [2025-03-27 02:23:13] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 3156 0.019480 10.0.0.27 - - [2025-03-27 02:23:13] "GET /floating-ip-pool/6ef9f625-4a12-47c8-bd54-f60c750abf04 HTTP/1.1" 200 1441 0.003882 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domains HTTP/1.1" 200 280 0.004348 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1073 0.341468 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.27 - - [2025-03-27 02:23:13] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.009329 10.0.0.27 - - [2025-03-27 02:23:13] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001910 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1073 0.014037 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1073 0.010484 10.0.0.27 - - [2025-03-27 02:23:13] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 3243 0.094276 10.0.0.27 - - [2025-03-27 02:23:13] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2 HTTP/1.1" 200 3156 0.010833 10.0.0.27 - - [2025-03-27 02:23:13] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.010014 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1127 0.129726 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1101 0.020840 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008519 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1101 0.032333 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003823 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.012185 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1101 0.017108 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007246 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/network HTTP/1.1" 200 839 0.006960 10.0.0.27 - - [2025-03-27 02:23:13] "POST /neutron/port HTTP/1.1" 200 1101 0.020262 10.0.0.27 - - [2025-03-27 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020575 10.0.0.27 - - [2025-03-27 02:23:14] "GET /virtual-machine/f4c64884-88d4-4145-a4ae-a2331cb560ad HTTP/1.1" 200 1305 0.006014 10.0.0.27 - - [2025-03-27 02:23:14] "GET /virtual-machine-interface/dee922b7-880a-478d-815d-105010451228 HTTP/1.1" 200 3004 0.007796 10.0.0.27 - - [2025-03-27 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-03-27 02:23:14] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003507 10.0.0.27 - - [2025-03-27 02:23:14] "GET /virtual-networks?parent_id=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005303 10.0.0.27 - - [2025-03-27 02:23:14] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.016002 10.0.0.27 - - [2025-03-27 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2025-03-27 02:23:17] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006290 10.0.0.27 - - [2025-03-27 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-03-27 02:23:21] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005182 10.0.0.27 - - [2025-03-27 02:23:21] "POST /neutron/port HTTP/1.1" 200 1101 0.044183 10.0.0.27 - - [2025-03-27 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006006 10.0.0.27 - - [2025-03-27 02:23:22] "POST /neutron/port HTTP/1.1" 200 1101 0.016225 10.0.0.27 - - [2025-03-27 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007061 10.0.0.27 - - [2025-03-27 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2025-03-27 02:23:23] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003850 10.0.0.27 - - [2025-03-27 02:23:23] "GET /virtual-networks?parent_id=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.022488 10.0.0.27 - - [2025-03-27 02:23:23] "GET /virtual-network/22a764eb-9834-49a9-9661-c924a6f4516d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006202 10.0.0.27 - - [2025-03-27 02:23:23] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.085561 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/port HTTP/1.1" 200 1101 0.015515 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005273 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 579 0.028760 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/port HTTP/1.1" 200 1101 0.015351 10.0.0.27 - - [2025-03-27 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006977 10.0.0.27 - - [2025-03-27 02:23:24] "POST /neutron/port HTTP/1.1" 200 1101 0.016601 10.0.0.27 - - [2025-03-27 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006414 10.0.0.27 - - [2025-03-27 02:23:24] "POST /neutron/port HTTP/1.1" 200 1101 0.017746 10.0.0.27 - - [2025-03-27 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006662 10.0.0.27 - - [2025-03-27 02:23:24] "GET /virtual-machine/4a67665b-8251-4937-8961-41848ba56b86 HTTP/1.1" 200 1303 0.004858 10.0.0.27 - - [2025-03-27 02:23:24] "GET /virtual-machine-interface/9b388ac9-e0f3-4e50-bdbe-411c3c03ceea HTTP/1.1" 200 3005 0.005258 10.0.0.27 - - [2025-03-27 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-03-27 02:23:24] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004696 10.0.0.27 - - [2025-03-27 02:23:24] "GET /virtual-networks?parent_id=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003383 10.0.0.27 - - [2025-03-27 02:23:24] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005850 10.0.0.27 - - [2025-03-27 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-03-27 02:23:25] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004624 10.0.0.27 - - [2025-03-27 02:23:25] "GET /virtual-networks?parent_id=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003302 10.0.0.27 - - [2025-03-27 02:23:25] "GET /virtual-network/9aa8285f-191c-43ed-9519-5a8765507dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005710 10.0.0.27 - - [2025-03-27 02:23:25] "POST /neutron/floatingip HTTP/1.1" 200 579 0.012089 10.0.0.27 - - [2025-03-27 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2025-03-27 02:23:25] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003907 10.0.0.27 - - [2025-03-27 02:23:25] "GET /route-target/a1e27c24-c672-40f2-928c-e5823eb242e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004576 10.0.0.27 - - [2025-03-27 02:23:25] "GET /floating-ip/a6f378d6-e572-45ee-9e16-041fdc3fa7b4 HTTP/1.1" 200 1892 0.005148 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010941 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 531 0.026879 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 531 0.007069 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039486 10.0.0.27 - - [2025-03-27 02:23:28] "GET /floating-ip-pool/6ef9f625-4a12-47c8-bd54-f60c750abf04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004526 10.0.0.27 - - [2025-03-27 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.008624 10.0.0.27 - - [2025-03-27 02:23:28] "DELETE /floating-ip-pool/6ef9f625-4a12-47c8-bd54-f60c750abf04 HTTP/1.1" 200 115 0.026916 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/network HTTP/1.1" 200 839 0.006409 10.0.0.27 - - [2025-03-27 02:23:28] "POST /neutron/network HTTP/1.1" 400 204 0.012190 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 1101 0.017245 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 1127 0.012879 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 1101 0.016006 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 1127 0.020028 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 151 0.138543 10.0.0.27 - - [2025-03-27 02:23:29] "POST /neutron/port HTTP/1.1" 200 151 0.115118 10.0.0.27 - - [2025-03-27 02:23:30] "POST /neutron/network HTTP/1.1" 200 839 0.008976 10.0.0.27 - - [2025-03-27 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006456 10.0.0.27 - - [2025-03-27 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.27 - - [2025-03-27 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003591 10.0.0.27 - - [2025-03-27 02:23:30] "POST /neutron/network HTTP/1.1" 200 151 0.092743 10.0.0.27 - - [2025-03-27 02:23:30] "DELETE /route-target/39b0c044-1e77-4082-9ae9-164d2e59b521 HTTP/1.1" 200 115 0.014768 10.0.0.27 - - [2025-03-27 02:23:30] "GET /routing-instance/f7beba31-3018-4418-a896-4fbcfdc7a92f HTTP/1.1" 404 171 0.004709 10.0.0.27 - - [2025-03-27 02:23:30] "GET /domains HTTP/1.1" 200 280 0.002935 10.0.0.27 - - [2025-03-27 02:23:30] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.27 - - [2025-03-27 02:23:31] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.048116 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 2173 0.072186 10.0.0.27 - - [2025-03-27 02:23:31] "POST /neutron/network HTTP/1.1" 200 839 0.006719 10.0.0.27 - - [2025-03-27 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.27 - - [2025-03-27 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.27 - - [2025-03-27 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002929 10.0.0.27 - - [2025-03-27 02:23:31] "POST /neutron/network HTTP/1.1" 200 151 0.094049 10.0.0.27 - - [2025-03-27 02:23:31] "GET /routing-instance/e56f185f-84ed-4f99-8927-b18b3f6b6195 HTTP/1.1" 404 171 0.002977 10.0.0.27 - - [2025-03-27 02:23:31] "DELETE /route-target/a1e27c24-c672-40f2-928c-e5823eb242e5 HTTP/1.1" 200 115 0.024915 10.0.0.27 - - [2025-03-27 02:23:31] "GET /domains HTTP/1.1" 200 280 0.002914 10.0.0.27 - - [2025-03-27 02:23:31] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.27 - - [2025-03-27 02:23:31] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2782 0.051308 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 1923 0.066123 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.031345 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001181 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?fields=virtual_networks HTTP/1.1" 200 1055 0.067209 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.026702 10.0.0.27 - - [2025-03-27 02:23:31] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.27 - - [2025-03-27 02:23:31] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?fields=security_groups HTTP/1.1" 200 1293 0.034833 10.0.0.27 - - [2025-03-27 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.023968 10.0.0.27 - - [2025-03-27 02:23:32] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.27 - - [2025-03-27 02:23:32] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.27 - - [2025-03-27 02:23:32] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007590 10.0.0.27 - - [2025-03-27 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001292 10.0.0.27 - - [2025-03-27 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003271 10.0.0.27 - - [2025-03-27 02:23:33] "POST /security-groups HTTP/1.1" 200 586 0.068648 10.0.0.27 - - [2025-03-27 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004371 10.0.0.27 - - [2025-03-27 02:23:33] "POST /projects HTTP/1.1" 200 575 0.222744 10.0.0.27 - - [2025-03-27 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.292493 10.0.0.27 - - [2025-03-27 02:23:33] "POST /access-control-lists HTTP/1.1" 200 591 0.064750 10.0.0.27 - - [2025-03-27 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002840 10.0.0.27 - - [2025-03-27 02:23:33] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.420967 10.0.0.27 - - [2025-03-27 02:23:33] "POST /access-control-lists HTTP/1.1" 200 589 0.064516 10.0.0.27 - - [2025-03-27 02:23:34] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.27 - - [2025-03-27 02:23:35] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.27 - - [2025-03-27 02:23:35] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.032117 10.0.0.27 - - [2025-03-27 02:23:35] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001684 10.0.0.27 - - [2025-03-27 02:23:35] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?fields=virtual_networks HTTP/1.1" 200 1021 0.073466 10.0.0.27 - - [2025-03-27 02:23:35] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001100 10.0.0.27 - - [2025-03-27 02:23:35] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026994 10.0.0.27 - - [2025-03-27 02:23:35] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.27 - - [2025-03-27 02:23:35] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?fields=security_groups HTTP/1.1" 200 1242 0.037010 10.0.0.27 - - [2025-03-27 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.031016 10.0.0.27 - - [2025-03-27 02:23:36] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002882 10.0.0.27 - - [2025-03-27 02:23:36] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.27 - - [2025-03-27 02:23:36] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007598 10.0.0.27 - - [2025-03-27 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 193 0.001846 10.0.0.27 - - [2025-03-27 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.006014 10.0.0.27 - - [2025-03-27 02:23:36] "POST /security-groups HTTP/1.1" 200 594 0.068384 10.0.0.27 - - [2025-03-27 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 237 0.002966 10.0.0.27 - - [2025-03-27 02:23:36] "POST /projects HTTP/1.1" 200 591 0.230858 10.0.0.27 - - [2025-03-27 02:23:36] "POST /access-control-lists HTTP/1.1" 200 599 0.059371 10.0.0.27 - - [2025-03-27 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.306982 10.0.0.27 - - [2025-03-27 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.004284 10.0.0.27 - - [2025-03-27 02:23:37] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.445667 10.0.0.27 - - [2025-03-27 02:23:37] "POST /access-control-lists HTTP/1.1" 200 597 0.067883 10.0.0.27 - - [2025-03-27 02:23:38] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.27 - - [2025-03-27 02:23:39] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-03-27 02:23:39] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.27 - - [2025-03-27 02:23:39] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048748 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.27 - - [2025-03-27 02:23:39] "GET /security-group/a8445ff4-62aa-4fdf-b867-11aa2b081e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005872 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-03-27 02:23:39] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001476 10.0.0.27 - - [2025-03-27 02:23:39] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034874 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2025-03-27 02:23:39] "GET /security-group/a8445ff4-62aa-4fdf-b867-11aa2b081e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004297 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-03-27 02:23:39] "PUT /security-group/a8445ff4-62aa-4fdf-b867-11aa2b081e1c HTTP/1.1" 200 262 0.014492 10.0.0.27 - - [2025-03-27 02:23:39] "PUT /access-control-list/e1a98d7c-3b1d-4a03-9d21-2eb8ba105aec HTTP/1.1" 200 272 0.009789 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.002872 10.0.0.27 - - [2025-03-27 02:23:39] "PUT /access-control-list/c3097476-55f5-4c80-aa89-5e75a19d172a HTTP/1.1" 200 272 0.013565 10.0.0.27 - - [2025-03-27 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-03-27 02:23:39] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001774 10.0.0.27 - - [2025-03-27 02:23:40] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032557 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.031235 10.0.0.27 - - [2025-03-27 02:23:40] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001124 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 608 0.119246 10.0.0.27 - - [2025-03-27 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.016769 10.0.0.27 - - [2025-03-27 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.017771 10.0.0.27 - - [2025-03-27 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005451 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.192852 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 827 0.005735 10.0.0.27 - - [2025-03-27 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001855 10.0.0.27 - - [2025-03-27 02:23:40] "GET /virtual-network/857a59f1-2afb-4df6-b0bc-779a45b93631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006755 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 827 0.005712 10.0.0.27 - - [2025-03-27 02:23:40] "GET /virtual-network/857a59f1-2afb-4df6-b0bc-779a45b93631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005056 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 827 0.008162 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.006614 10.0.0.27 - - [2025-03-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.27 - - [2025-03-27 02:23:40] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001100 10.0.0.27 - - [2025-03-27 02:23:40] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030575 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.009137 10.0.0.27 - - [2025-03-27 02:23:40] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.27 - - [2025-03-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 615 0.117210 10.0.0.27 - - [2025-03-27 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.026886 10.0.0.27 - - [2025-03-27 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.014878 10.0.0.27 - - [2025-03-27 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005013 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.206522 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/network HTTP/1.1" 200 833 0.007488 10.0.0.27 - - [2025-03-27 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001695 10.0.0.27 - - [2025-03-27 02:23:41] "GET /virtual-network/d9bcd038-c0a5-4b97-a3d0-d248540a9ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006119 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/network HTTP/1.1" 200 833 0.007510 10.0.0.27 - - [2025-03-27 02:23:41] "GET /virtual-network/d9bcd038-c0a5-4b97-a3d0-d248540a9ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006126 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/network HTTP/1.1" 200 833 0.006767 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.008600 10.0.0.27 - - [2025-03-27 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001882 10.0.0.27 - - [2025-03-27 02:23:41] "POST /neutron/network HTTP/1.1" 200 837 0.005737 10.0.0.27 - - [2025-03-27 02:23:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2025-03-27 02:23:41] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.27 - - [2025-03-27 02:23:41] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-03-27 02:23:42] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.27 - - [2025-03-27 02:23:42] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052105 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/network HTTP/1.1" 200 827 0.006351 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.004757 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.005091 10.0.0.27 - - [2025-03-27 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001348 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.005659 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/network HTTP/1.1" 200 843 0.005691 10.0.0.27 - - [2025-03-27 02:23:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/network HTTP/1.1" 200 837 0.007068 10.0.0.27 - - [2025-03-27 02:23:42] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.27 - - [2025-03-27 02:23:42] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.27 - - [2025-03-27 02:23:42] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000623 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 1063 0.204742 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 1063 0.010240 10.0.0.27 - - [2025-03-27 02:23:42] "POST /neutron/port HTTP/1.1" 200 1063 0.009883 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/port HTTP/1.1" 200 1117 0.073755 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/port HTTP/1.1" 200 1091 0.021151 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003606 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.013082 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/network HTTP/1.1" 200 827 0.008936 10.0.0.27 - - [2025-03-27 02:23:43] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001235 10.0.0.27 - - [2025-03-27 02:23:43] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.068295 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/network HTTP/1.1" 200 833 0.007538 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/port HTTP/1.1" 200 1091 0.022930 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006687 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.005717 10.0.0.27 - - [2025-03-27 02:23:43] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001525 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/router HTTP/1.1" 200 585 0.064141 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/router HTTP/1.1" 200 585 0.004845 10.0.0.27 - - [2025-03-27 02:23:43] "POST /route-targets HTTP/1.1" 200 327 0.024052 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/router HTTP/1.1" 200 656 0.052867 10.0.0.27 - - [2025-03-27 02:23:43] "PUT /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a HTTP/1.1" 200 262 0.046818 10.0.0.27 - - [2025-03-27 02:23:43] "GET /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.016769 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/router HTTP/1.1" 200 656 0.007758 10.0.0.27 - - [2025-03-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010766 10.0.0.27 - - [2025-03-27 02:23:43] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001150 10.0.0.27 - - [2025-03-27 02:23:43] "GET /service-template/ebc0d7f0-a930-4953-9d3b-28517eab64a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.011413 10.0.0.27 - - [2025-03-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.002737 10.0.0.27 - - [2025-03-27 02:23:43] "POST /neutron/network HTTP/1.1" 200 843 0.024036 10.0.0.27 - - [2025-03-27 02:23:43] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001614 10.0.0.27 - - [2025-03-27 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008034 10.0.0.27 - - [2025-03-27 02:23:44] "POST /virtual-networks HTTP/1.1" 200 694 0.246858 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/router HTTP/1.1" 200 344 0.427068 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /project/1fc1efa6de194ea081dafb89cf8eb6b8 HTTP/1.1" 404 173 0.023714 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /project/523da31140f2435684a9887c19e117d0 HTTP/1.1" 404 173 0.016880 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /project/7f71336549014a87942628dcc79bb51e HTTP/1.1" 404 173 0.009378 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001144 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002741 10.0.0.27 - - [2025-03-27 02:23:44] "POST /route-targets HTTP/1.1" 200 327 0.103167 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1091 0.108440 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019006 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.172384 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.170801 10.0.0.27 - - [2025-03-27 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.141217 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.190526 10.0.0.27 - - [2025-03-27 02:23:44] "POST /service-instances HTTP/1.1" 200 670 0.232476 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001694 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?fields=security_groups HTTP/1.1" 200 1398 0.097301 10.0.0.27 - - [2025-03-27 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.051858 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?fields=security_groups HTTP/1.1" 200 1347 0.103914 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?fields=security_groups HTTP/1.1" 200 1396 0.116288 10.0.0.27 - - [2025-03-27 02:23:44] "POST /route-tables HTTP/1.1" 200 582 0.093978 10.0.0.27 - - [2025-03-27 02:23:44] "PUT /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a HTTP/1.1" 200 262 0.033963 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.746253 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.013638 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /security-group/061f92e3-3d79-435d-a974-12db2a5f52b0 HTTP/1.1" 200 115 0.151795 10.0.0.27 - - [2025-03-27 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.042355 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /access-control-list/e6500a81-9918-4f82-9dca-6391cbc0ac39 HTTP/1.1" 200 115 0.092074 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1062 0.017920 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=523da311-40f2-4356-84a9-887c19e117d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /security-group/90a8554b-edea-40ae-a49b-95b2fa056072 HTTP/1.1" 200 115 0.166098 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /security-group/7157dedb-fff9-4cc9-96ce-f3332f8def12 HTTP/1.1" 200 115 0.168525 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.27 - - [2025-03-27 02:23:44] "GET /projects?obj_uuids=5474f9cb-6f7c-42ab-a108-8e85282d6c2f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001173 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/523da311-40f2-4356-84a9-887c19e117d0?fields=application_policy_sets HTTP/1.1" 200 1437 0.060272 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /access-control-list/04cf41c8-aebe-4682-974c-0ac4ea42bf1f HTTP/1.1" 200 115 0.071121 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f?fields=application_policy_sets HTTP/1.1" 200 1435 0.070814 10.0.0.27 - - [2025-03-27 02:23:44] "GET /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8?fields=application_policy_sets HTTP/1.1" 200 1386 0.113095 10.0.0.27 - - [2025-03-27 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.023814 10.0.0.27 - - [2025-03-27 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1116 0.148562 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /access-control-list/6a81ebc7-daf0-4cfb-aa56-32184a13bb01 HTTP/1.1" 200 115 0.080777 10.0.0.27 - - [2025-03-27 02:23:44] "DELETE /access-control-list/0973580e-a1ec-4b53-8ec4-992b1d9a78b3 HTTP/1.1" 200 115 0.066625 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/port HTTP/1.1" 200 1090 0.062536 10.0.0.27 - - [2025-03-27 02:23:44] "POST /virtual-machines HTTP/1.1" 200 553 0.066166 10.0.0.27 - - [2025-03-27 02:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005241 10.0.0.27 - - [2025-03-27 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 693 0.043489 10.0.0.27 - - [2025-03-27 02:23:45] "DELETE /access-control-list/e52a88bc-dc79-4e3d-90f5-b7f21bdd2545 HTTP/1.1" 200 115 0.099924 10.0.0.27 - - [2025-03-27 02:23:45] "DELETE /project/523da311-40f2-4356-84a9-887c19e117d0 HTTP/1.1" 200 115 0.894252 10.0.0.27 - - [2025-03-27 02:23:45] "DELETE /project/5474f9cb-6f7c-42ab-a108-8e85282d6c2f HTTP/1.1" 200 115 0.902053 10.0.0.27 - - [2025-03-27 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.27 - - [2025-03-27 02:23:45] "DELETE /access-control-list/c69b8fe7-0f74-4e87-a3e7-7949eb3b0f00 HTTP/1.1" 200 115 0.035506 10.0.0.27 - - [2025-03-27 02:23:45] "DELETE /project/1fc1efa6-de19-4ea0-81da-fb89cf8eb6b8 HTTP/1.1" 200 115 0.913238 10.0.0.27 - - [2025-03-27 02:23:45] "POST /neutron/network HTTP/1.1" 200 833 0.043655 10.0.0.27 - - [2025-03-27 02:23:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.130558 10.0.0.27 - - [2025-03-27 02:23:45] "POST /chown HTTP/1.1" 200 109 0.008044 10.0.0.27 - - [2025-03-27 02:23:45] "POST /instance-ips HTTP/1.1" 200 551 0.023045 10.0.0.27 - - [2025-03-27 02:23:45] "POST /instance-ips HTTP/1.1" 400 246 0.017466 10.0.0.27 - - [2025-03-27 02:23:45] "POST /chown HTTP/1.1" 200 109 0.009921 10.0.0.27 - - [2025-03-27 02:23:45] "PUT /virtual-machine-interface/4ce9d57a-787a-435e-b65f-4a48a90a5e63 HTTP/1.1" 200 284 0.009917 10.0.0.27 - - [2025-03-27 02:23:45] "PUT /instance-ip/8e3089e3-5c06-4e84-b554-269961734fd3 HTTP/1.1" 200 256 0.024951 10.0.0.27 - - [2025-03-27 02:23:45] "POST /ref-update HTTP/1.1" 200 156 0.015363 10.0.0.27 - - [2025-03-27 02:23:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101209 10.0.0.27 - - [2025-03-27 02:23:45] "POST /chown HTTP/1.1" 200 109 0.008696 10.0.0.27 - - [2025-03-27 02:23:45] "POST /instance-ips HTTP/1.1" 200 549 0.037383 10.0.0.27 - - [2025-03-27 02:23:45] "POST /instance-ips HTTP/1.1" 400 316 0.015197 10.0.0.27 - - [2025-03-27 02:23:46] "POST /chown HTTP/1.1" 200 109 0.012393 10.0.0.27 - - [2025-03-27 02:23:46] "PUT /virtual-machine-interface/6b611aff-7947-4d25-8ae1-1c61dd066d7a HTTP/1.1" 200 284 0.010350 10.0.0.27 - - [2025-03-27 02:23:46] "PUT /instance-ip/b6c60500-0567-4d05-969b-a8263b248f1f HTTP/1.1" 200 256 0.015527 10.0.0.27 - - [2025-03-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.013037 10.0.0.27 - - [2025-03-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.019207 10.0.0.27 - - [2025-03-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.023132 10.0.0.27 - - [2025-03-27 02:23:46] "PUT /routing-instance/f964f7c7-53ca-437f-b811-049a1bac7b07 HTTP/1.1" 200 266 0.039150 10.0.0.27 - - [2025-03-27 02:23:46] "POST /virtual-machines HTTP/1.1" 200 553 0.016675 10.0.0.27 - - [2025-03-27 02:23:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.103754 10.0.0.27 - - [2025-03-27 02:23:46] "POST /chown HTTP/1.1" 200 109 0.008012 10.0.0.27 - - [2025-03-27 02:23:46] "POST /instance-ips HTTP/1.1" 400 246 0.025387 10.0.0.27 - - [2025-03-27 02:23:46] "POST /chown HTTP/1.1" 200 109 0.007905 10.0.0.27 - - [2025-03-27 02:23:46] "PUT /virtual-machine-interface/d57b7f26-6ed5-408b-bc4a-6169569edcb4 HTTP/1.1" 200 284 0.012239 10.0.0.27 - - [2025-03-27 02:23:46] "PUT /instance-ip/8e3089e3-5c06-4e84-b554-269961734fd3 HTTP/1.1" 200 256 0.012452 10.0.0.27 - - [2025-03-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.010197 10.0.0.27 - - [2025-03-27 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.011392 10.0.0.27 - - [2025-03-27 02:23:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090073 10.0.0.27 - - [2025-03-27 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.025456 10.0.0.27 - - [2025-03-27 02:23:47] "PUT /routing-instance/f964f7c7-53ca-437f-b811-049a1bac7b07 HTTP/1.1" 200 266 0.017704 10.0.0.27 - - [2025-03-27 02:23:47] "POST /chown HTTP/1.1" 200 109 0.010812 10.0.0.27 - - [2025-03-27 02:23:47] "POST /instance-ips HTTP/1.1" 400 316 0.020512 10.0.0.27 - - [2025-03-27 02:23:47] "POST /chown HTTP/1.1" 200 109 0.011175 10.0.0.27 - - [2025-03-27 02:23:47] "PUT /virtual-machine-interface/0a78246e-e246-4e4b-a0e3-68b9efeaeff4 HTTP/1.1" 200 284 0.012353 10.0.0.27 - - [2025-03-27 02:23:47] "PUT /instance-ip/b6c60500-0567-4d05-969b-a8263b248f1f HTTP/1.1" 200 256 0.015676 10.0.0.27 - - [2025-03-27 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.026141 10.0.0.27 - - [2025-03-27 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.013215 10.0.0.27 - - [2025-03-27 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.016350 10.0.0.27 - - [2025-03-27 02:23:47] "PUT /routing-instance/f964f7c7-53ca-437f-b811-049a1bac7b07 HTTP/1.1" 200 266 0.039976 10.0.0.27 - - [2025-03-27 02:23:49] "GET /obj-perms HTTP/1.1" 200 5056 0.055251 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1091 0.016093 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007290 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1091 0.024380 10.0.0.27 - - [2025-03-27 02:23:49] "GET /obj-perms HTTP/1.1" 200 5056 0.048640 10.0.0.27 - - [2025-03-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007807 10.0.0.27 - - [2025-03-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2025-03-27 02:23:49] "POST /chown HTTP/1.1" 200 109 0.009232 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/port HTTP/1.1" 200 1091 0.018554 10.0.0.27 - - [2025-03-27 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007854 10.0.0.27 - - [2025-03-27 02:23:49] "GET /virtual-machine/0255b41c-58ea-4cc6-8218-ef38a07ac3ff HTTP/1.1" 401 292 0.000659 10.0.0.27 - - [2025-03-27 02:23:49] "POST /instance-ips HTTP/1.1" 400 246 0.019717 10.0.0.27 - - [2025-03-27 02:23:49] "POST /chown HTTP/1.1" 200 109 0.008676 10.0.0.27 - - [2025-03-27 02:23:49] "POST /chown HTTP/1.1" 200 109 0.011497 10.0.0.27 - - [2025-03-27 02:23:49] "POST /instance-ips HTTP/1.1" 400 316 0.019600 10.0.0.27 - - [2025-03-27 02:23:49] "POST /chown HTTP/1.1" 200 109 0.011379 10.0.0.27 - - [2025-03-27 02:23:49] "POST /chown HTTP/1.1" 200 109 0.010056 10.0.0.27 - - [2025-03-27 02:23:49] "GET /virtual-machine/0255b41c-58ea-4cc6-8218-ef38a07ac3ff HTTP/1.1" 200 1293 0.030568 10.0.0.27 - - [2025-03-27 02:23:49] "GET /virtual-machine-interface/56af51de-8b7e-418f-bdac-23ee9d614a0e HTTP/1.1" 200 2956 0.005192 10.0.0.27 - - [2025-03-27 02:23:49] "POST /instance-ips HTTP/1.1" 400 246 0.024415 10.0.0.27 - - [2025-03-27 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-03-27 02:23:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004463 10.0.0.27 - - [2025-03-27 02:23:50] "POST /chown HTTP/1.1" 200 109 0.009305 10.0.0.27 - - [2025-03-27 02:23:50] "GET /virtual-networks?parent_id=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002871 10.0.0.27 - - [2025-03-27 02:23:50] "POST /chown HTTP/1.1" 200 109 0.007915 10.0.0.27 - - [2025-03-27 02:23:50] "GET /virtual-network/857a59f1-2afb-4df6-b0bc-779a45b93631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005359 10.0.0.27 - - [2025-03-27 02:23:50] "POST /instance-ips HTTP/1.1" 400 316 0.015776 10.0.0.27 - - [2025-03-27 02:23:50] "POST /chown HTTP/1.1" 200 109 0.008928 10.0.0.27 - - [2025-03-27 02:23:52] "POST /neutron/port HTTP/1.1" 200 1091 0.013745 10.0.0.27 - - [2025-03-27 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005110 10.0.0.27 - - [2025-03-27 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.27 - - [2025-03-27 02:23:53] "GET /virtual-network/857a59f1-2afb-4df6-b0bc-779a45b93631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006278 10.0.0.27 - - [2025-03-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 1090 0.016171 10.0.0.27 - - [2025-03-27 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005387 10.0.0.27 - - [2025-03-27 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-03-27 02:23:55] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003041 10.0.0.27 - - [2025-03-27 02:23:55] "GET /virtual-networks?parent_id=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003129 10.0.0.27 - - [2025-03-27 02:23:55] "GET /virtual-network/857a59f1-2afb-4df6-b0bc-779a45b93631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006103 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 1090 0.016057 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006660 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 1090 0.015047 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006640 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 1090 0.020253 10.0.0.27 - - [2025-03-27 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010169 10.0.0.27 - - [2025-03-27 02:23:55] "GET /virtual-machine/1b2e21d5-6234-490a-bbd5-ce4f3b9a72ff HTTP/1.1" 200 1295 0.006360 10.0.0.27 - - [2025-03-27 02:23:55] "GET /virtual-machine-interface/269349a0-3f59-480a-abe3-4c2fd5c8458a HTTP/1.1" 200 2968 0.006300 10.0.0.27 - - [2025-03-27 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.27 - - [2025-03-27 02:23:56] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003736 10.0.0.27 - - [2025-03-27 02:23:56] "GET /virtual-networks?parent_id=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003359 10.0.0.27 - - [2025-03-27 02:23:56] "GET /virtual-network/d9bcd038-c0a5-4b97-a3d0-d248540a9ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006802 10.0.0.27 - - [2025-03-27 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2025-03-27 02:23:57] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003449 10.0.0.27 - - [2025-03-27 02:23:57] "GET /virtual-networks?parent_id=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003757 10.0.0.27 - - [2025-03-27 02:23:57] "GET /virtual-network/d9bcd038-c0a5-4b97-a3d0-d248540a9ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007680 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/router HTTP/1.1" 200 656 0.004054 10.0.0.27 - - [2025-03-27 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.013376 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/router HTTP/1.1" 200 344 0.104953 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/router HTTP/1.1" 200 656 0.007416 10.0.0.27 - - [2025-03-27 02:24:01] "GET /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004443 10.0.0.27 - - [2025-03-27 02:24:01] "GET /service-instance/d132b722-40f4-43ff-99e8-22a217176ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004106 10.0.0.27 - - [2025-03-27 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/router HTTP/1.1" 200 151 0.070786 10.0.0.27 - - [2025-03-27 02:24:01] "DELETE /route-target/19d62b35-466d-497d-8a56-9b2776c55a1c HTTP/1.1" 409 239 0.006203 10.0.0.27 - - [2025-03-27 02:24:01] "PUT /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a HTTP/1.1" 404 171 0.003095 10.0.0.27 - - [2025-03-27 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.017134 10.0.0.27 - - [2025-03-27 02:24:01] "DELETE /route-table/84abf7a7-79c6-45d7-b3dc-14cd5b747013 HTTP/1.1" 200 115 0.041584 10.0.0.27 - - [2025-03-27 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006083 10.0.0.27 - - [2025-03-27 02:24:01] "PUT /routing-instance/f964f7c7-53ca-437f-b811-049a1bac7b07 HTTP/1.1" 200 266 0.010804 10.0.0.27 - - [2025-03-27 02:24:01] "GET /virtual-network/27d807da-113c-404f-8e5b-3442e4995d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007632 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/network HTTP/1.1" 200 833 0.012726 10.0.0.27 - - [2025-03-27 02:24:01] "POST /neutron/network HTTP/1.1" 400 204 0.057668 10.0.0.27 - - [2025-03-27 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.017284 10.0.0.27 - - [2025-03-27 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.017684 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /instance-ip/b6c60500-0567-4d05-969b-a8263b248f1f HTTP/1.1" 200 115 0.044561 10.0.0.27 - - [2025-03-27 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003818 10.0.0.27 - - [2025-03-27 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.27 - - [2025-03-27 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003020 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /virtual-network/27d807da-113c-404f-8e5b-3442e4995d7d HTTP/1.1" 200 115 0.114837 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /route-target/3b302233-bf22-4b32-9e36-862cc5aef53b HTTP/1.1" 200 115 0.022502 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /service-instance/d132b722-40f4-43ff-99e8-22a217176ce4 HTTP/1.1" 200 115 0.038076 10.0.0.27 - - [2025-03-27 02:24:02] "GET /logical-router/eeb94fdd-0ff7-4c77-9397-1438b2b22d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003487 10.0.0.27 - - [2025-03-27 02:24:02] "GET /service-instance/d132b722-40f4-43ff-99e8-22a217176ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002772 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 1090 0.022454 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 1116 0.009786 10.0.0.27 - - [2025-03-27 02:24:02] "GET /virtual-machine-interface/6b611aff-7947-4d25-8ae1-1c61dd066d7a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.007345 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 1091 0.033207 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 1117 0.010228 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /virtual-machine-interface/6b611aff-7947-4d25-8ae1-1c61dd066d7a HTTP/1.1" 200 115 0.083709 10.0.0.27 - - [2025-03-27 02:24:02] "GET /virtual-machine-interface/4ce9d57a-787a-435e-b65f-4a48a90a5e63?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.007292 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 151 0.206776 10.0.0.27 - - [2025-03-27 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.014344 10.0.0.27 - - [2025-03-27 02:24:02] "POST /neutron/port HTTP/1.1" 200 151 0.172679 10.0.0.27 - - [2025-03-27 02:24:02] "GET /instance-ip/8e3089e3-5c06-4e84-b554-269961734fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005510 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /virtual-machine-interface/4ce9d57a-787a-435e-b65f-4a48a90a5e63 HTTP/1.1" 200 115 0.055759 10.0.0.27 - - [2025-03-27 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.012396 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /virtual-machine/e334b7d4-a6bd-4f83-b50d-049711e385b2 HTTP/1.1" 200 115 0.019337 10.0.0.27 - - [2025-03-27 02:24:02] "GET /virtual-machine-interface/0a78246e-e246-4e4b-a0e3-68b9efeaeff4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.006258 10.0.0.27 - - [2025-03-27 02:24:02] "DELETE /virtual-machine-interface/0a78246e-e246-4e4b-a0e3-68b9efeaeff4 HTTP/1.1" 200 115 0.042737 10.0.0.27 - - [2025-03-27 02:24:02] "GET /virtual-machine-interface/d57b7f26-6ed5-408b-bc4a-6169569edcb4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.005858 10.0.0.27 - - [2025-03-27 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.011736 10.0.0.27 - - [2025-03-27 02:24:03] "GET /instance-ip/8e3089e3-5c06-4e84-b554-269961734fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005399 10.0.0.27 - - [2025-03-27 02:24:03] "DELETE /instance-ip/8e3089e3-5c06-4e84-b554-269961734fd3 HTTP/1.1" 200 115 0.023106 10.0.0.27 - - [2025-03-27 02:24:03] "DELETE /virtual-machine-interface/d57b7f26-6ed5-408b-bc4a-6169569edcb4 HTTP/1.1" 200 115 0.037873 10.0.0.27 - - [2025-03-27 02:24:03] "DELETE /virtual-machine/49306f47-66bd-41c9-9c08-3bf3d3ef0cad HTTP/1.1" 200 115 0.015860 10.0.0.27 - - [2025-03-27 02:24:04] "POST /neutron/network HTTP/1.1" 200 833 0.006497 10.0.0.27 - - [2025-03-27 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.27 - - [2025-03-27 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002339 10.0.0.27 - - [2025-03-27 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003343 10.0.0.27 - - [2025-03-27 02:24:04] "POST /neutron/network HTTP/1.1" 200 151 0.085479 10.0.0.27 - - [2025-03-27 02:24:04] "DELETE /route-target/d1f4276e-260e-4d7e-946f-f5367379f7da HTTP/1.1" 200 115 0.018444 10.0.0.27 - - [2025-03-27 02:24:04] "POST /neutron/network HTTP/1.1" 200 827 0.005249 10.0.0.27 - - [2025-03-27 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003249 10.0.0.27 - - [2025-03-27 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.27 - - [2025-03-27 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.27 - - [2025-03-27 02:24:04] "POST /neutron/network HTTP/1.1" 200 151 0.080825 10.0.0.27 - - [2025-03-27 02:24:04] "DELETE /route-target/28b274fc-3abb-45a2-9f85-97239bed92ac HTTP/1.1" 200 115 0.014778 10.0.0.27 - - [2025-03-27 02:24:04] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001610 10.0.0.27 - - [2025-03-27 02:24:04] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026302 10.0.0.27 - - [2025-03-27 02:24:04] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.27 - - [2025-03-27 02:24:04] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?fields=virtual_networks HTTP/1.1" 200 1038 0.066695 10.0.0.27 - - [2025-03-27 02:24:04] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.27 - - [2025-03-27 02:24:04] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.029082 10.0.0.27 - - [2025-03-27 02:24:04] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.27 - - [2025-03-27 02:24:04] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?fields=security_groups HTTP/1.1" 200 1267 0.025862 10.0.0.27 - - [2025-03-27 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.024787 10.0.0.27 - - [2025-03-27 02:24:05] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002427 10.0.0.27 - - [2025-03-27 02:24:05] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.27 - - [2025-03-27 02:24:05] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008926 10.0.0.27 - - [2025-03-27 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.002476 10.0.0.27 - - [2025-03-27 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.003339 10.0.0.27 - - [2025-03-27 02:24:05] "POST /security-groups HTTP/1.1" 200 599 0.063905 10.0.0.27 - - [2025-03-27 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.003047 10.0.0.27 - - [2025-03-27 02:24:05] "POST /projects HTTP/1.1" 200 601 0.239002 10.0.0.27 - - [2025-03-27 02:24:05] "POST /access-control-lists HTTP/1.1" 200 604 0.064413 10.0.0.27 - - [2025-03-27 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.317411 10.0.0.27 - - [2025-03-27 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 241 0.003400 10.0.0.27 - - [2025-03-27 02:24:06] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.447987 10.0.0.27 - - [2025-03-27 02:24:06] "POST /access-control-lists HTTP/1.1" 200 602 0.069433 10.0.0.27 - - [2025-03-27 02:24:07] "GET / HTTP/1.1" 200 35931 0.002698 10.0.0.27 - - [2025-03-27 02:24:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.27 - - [2025-03-27 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059691 10.0.0.27 - - [2025-03-27 02:24:08] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.27 - - [2025-03-27 02:24:08] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.032218 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/network HTTP/1.1" 200 117 0.034602 10.0.0.27 - - [2025-03-27 02:24:08] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/network HTTP/1.1" 200 613 0.089466 10.0.0.27 - - [2025-03-27 02:24:08] "POST /route-targets HTTP/1.1" 200 327 0.013869 10.0.0.27 - - [2025-03-27 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010967 10.0.0.27 - - [2025-03-27 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003102 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.190000 10.0.0.27 - - [2025-03-27 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2025-03-27 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005906 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.186350 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/network HTTP/1.1" 200 1007 0.009817 10.0.0.27 - - [2025-03-27 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001748 10.0.0.27 - - [2025-03-27 02:24:08] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006858 10.0.0.27 - - [2025-03-27 02:24:08] "POST /neutron/network HTTP/1.1" 200 1007 0.009868 10.0.0.27 - - [2025-03-27 02:24:08] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007152 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 1007 0.009783 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.009748 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.009831 10.0.0.27 - - [2025-03-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.27 - - [2025-03-27 02:24:09] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001733 10.0.0.27 - - [2025-03-27 02:24:09] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037569 10.0.0.27 - - [2025-03-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.045518 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 117 0.011671 10.0.0.27 - - [2025-03-27 02:24:09] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001701 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 613 0.076835 10.0.0.27 - - [2025-03-27 02:24:09] "POST /route-targets HTTP/1.1" 200 327 0.010936 10.0.0.27 - - [2025-03-27 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.013879 10.0.0.27 - - [2025-03-27 02:24:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007202 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.213421 10.0.0.27 - - [2025-03-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.005004 10.0.0.27 - - [2025-03-27 02:24:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.181965 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008049 10.0.0.27 - - [2025-03-27 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001249 10.0.0.27 - - [2025-03-27 02:24:09] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005423 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 1004 0.010521 10.0.0.27 - - [2025-03-27 02:24:09] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005300 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008228 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.008900 10.0.0.27 - - [2025-03-27 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.007376 10.0.0.27 - - [2025-03-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002533 10.0.0.27 - - [2025-03-27 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.27 - - [2025-03-27 02:24:10] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2025-03-27 02:24:10] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.025841 10.0.0.27 - - [2025-03-27 02:24:10] "POST /network-policys HTTP/1.1" 200 577 0.060749 10.0.0.27 - - [2025-03-27 02:24:10] "GET /network-policy/657e5ee2-fc39-41c8-bb23-8211b7734183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005031 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1007 0.010316 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.008584 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.007840 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1115 0.065667 10.0.0.27 - - [2025-03-27 02:24:10] "POST /access-control-lists HTTP/1.1" 200 596 0.073475 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1115 0.041561 10.0.0.27 - - [2025-03-27 02:24:10] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006557 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-27 02:24:10] "GET /network-policy/657e5ee2-fc39-41c8-bb23-8211b7734183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004811 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1004 0.007715 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.006956 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.004340 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1112 0.055765 10.0.0.27 - - [2025-03-27 02:24:10] "POST /access-control-lists HTTP/1.1" 200 596 0.074234 10.0.0.27 - - [2025-03-27 02:24:10] "POST /neutron/network HTTP/1.1" 200 1112 0.043677 10.0.0.27 - - [2025-03-27 02:24:10] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005239 10.0.0.27 - - [2025-03-27 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.27 - - [2025-03-27 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.010007 10.0.0.27 - - [2025-03-27 02:24:10] "GET /network-policy/657e5ee2-fc39-41c8-bb23-8211b7734183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003891 10.0.0.27 - - [2025-03-27 02:24:10] "GET /domains HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-03-27 02:24:10] "PUT /access-control-list/2d103c40-3dbf-43f3-b09b-54471e151e15 HTTP/1.1" 200 272 0.054079 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains HTTP/1.1" 200 280 0.025734 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.009621 10.0.0.27 - - [2025-03-27 02:24:11] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.27 - - [2025-03-27 02:24:11] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 2624 0.072452 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de HTTP/1.1" 200 3509 0.006947 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de HTTP/1.1" 200 3509 0.005477 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 200 1795 0.003886 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 200 1795 0.003802 10.0.0.27 - - [2025-03-27 02:24:11] "GET /route-target/bed29681-811a-44cf-8c2b-4b4ee0e1510c HTTP/1.1" 200 1213 0.003148 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de HTTP/1.1" 200 3509 0.004753 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 200 1795 0.003732 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004896 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de HTTP/1.1" 200 3509 0.004774 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 200 1795 0.003348 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 200 1795 0.003595 10.0.0.27 - - [2025-03-27 02:24:11] "GET /route-target/bed29681-811a-44cf-8c2b-4b4ee0e1510c HTTP/1.1" 200 1213 0.004088 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains HTTP/1.1" 200 280 0.002632 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.007466 10.0.0.27 - - [2025-03-27 02:24:11] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2025-03-27 02:24:11] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 2624 0.072475 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de HTTP/1.1" 200 3509 0.006543 10.0.0.27 - - [2025-03-27 02:24:11] "GET /obj-perms HTTP/1.1" 200 5046 0.061283 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains HTTP/1.1" 200 280 0.002784 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.27 - - [2025-03-27 02:24:11] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.006816 10.0.0.27 - - [2025-03-27 02:24:11] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.27 - - [2025-03-27 02:24:11] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 2624 0.076797 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52 HTTP/1.1" 200 3498 0.008773 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52 HTTP/1.1" 200 3498 0.005349 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 200 1794 0.004136 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 200 1794 0.003419 10.0.0.27 - - [2025-03-27 02:24:11] "GET /route-target/259742b1-31f0-41d4-b617-a36c0f566efb HTTP/1.1" 200 1212 0.003209 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52 HTTP/1.1" 200 3498 0.004743 10.0.0.27 - - [2025-03-27 02:24:11] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 200 1794 0.003217 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005659 10.0.0.27 - - [2025-03-27 02:24:11] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52 HTTP/1.1" 200 3498 0.005634 10.0.0.27 - - [2025-03-27 02:24:12] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 200 1794 0.003611 10.0.0.27 - - [2025-03-27 02:24:12] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 200 1794 0.003574 10.0.0.27 - - [2025-03-27 02:24:12] "GET /route-target/259742b1-31f0-41d4-b617-a36c0f566efb HTTP/1.1" 200 1212 0.003057 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains HTTP/1.1" 200 280 0.002476 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.007110 10.0.0.27 - - [2025-03-27 02:24:12] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.27 - - [2025-03-27 02:24:12] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 2624 0.067321 10.0.0.27 - - [2025-03-27 02:24:12] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52 HTTP/1.1" 200 3498 0.005098 10.0.0.27 - - [2025-03-27 02:24:12] "GET /obj-perms HTTP/1.1" 200 5046 0.004631 10.0.0.27 - - [2025-03-27 02:24:12] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005153 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1112 0.007903 10.0.0.27 - - [2025-03-27 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005032 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1004 0.050819 10.0.0.27 - - [2025-03-27 02:24:12] "DELETE /access-control-list/1dcfc55a-0429-4137-92de-066f4140a9ee HTTP/1.1" 200 115 0.036568 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1004 0.011566 10.0.0.27 - - [2025-03-27 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.012291 10.0.0.27 - - [2025-03-27 02:24:12] "GET /virtual-network/30c7c8fa-c95c-4e34-85e8-1dad541abe52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005543 10.0.0.27 - - [2025-03-27 02:24:12] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004889 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1115 0.007256 10.0.0.27 - - [2025-03-27 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.002452 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1007 0.045629 10.0.0.27 - - [2025-03-27 02:24:12] "DELETE /access-control-list/2d103c40-3dbf-43f3-b09b-54471e151e15 HTTP/1.1" 200 115 0.032606 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1007 0.011750 10.0.0.27 - - [2025-03-27 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.010324 10.0.0.27 - - [2025-03-27 02:24:12] "GET /virtual-network/d08bbd55-5b63-44c2-9394-4fcf57f488de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007082 10.0.0.27 - - [2025-03-27 02:24:12] "DELETE /network-policy/657e5ee2-fc39-41c8-bb23-8211b7734183 HTTP/1.1" 200 115 0.024395 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1004 0.006760 10.0.0.27 - - [2025-03-27 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004366 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003757 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002009 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 151 0.093038 10.0.0.27 - - [2025-03-27 02:24:12] "DELETE /route-target/259742b1-31f0-41d4-b617-a36c0f566efb HTTP/1.1" 200 115 0.023798 10.0.0.27 - - [2025-03-27 02:24:12] "GET /routing-instance/2f9573be-ddf5-45ce-8433-9e2d7c143b81 HTTP/1.1" 404 171 0.002800 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains HTTP/1.1" 200 280 0.002660 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.047249 10.0.0.27 - - [2025-03-27 02:24:12] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001296 10.0.0.27 - - [2025-03-27 02:24:12] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 2144 0.071155 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 1007 0.007193 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003578 10.0.0.27 - - [2025-03-27 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001910 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.27 - - [2025-03-27 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001980 10.0.0.27 - - [2025-03-27 02:24:12] "POST /neutron/network HTTP/1.1" 200 151 0.087432 10.0.0.27 - - [2025-03-27 02:24:12] "DELETE /route-target/bed29681-811a-44cf-8c2b-4b4ee0e1510c HTTP/1.1" 200 115 0.019030 10.0.0.27 - - [2025-03-27 02:24:12] "GET /routing-instance/61eb5b3e-f9f3-441a-ad7e-89c974d05d9d HTTP/1.1" 404 171 0.002318 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains HTTP/1.1" 200 280 0.002170 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.27 - - [2025-03-27 02:24:12] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2770 0.048703 10.0.0.27 - - [2025-03-27 02:24:12] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.27 - - [2025-03-27 02:24:13] "GET /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 1899 0.073726 10.0.0.27 - - [2025-03-27 02:24:13] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.27 - - [2025-03-27 02:24:13] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.030022 10.0.0.27 - - [2025-03-27 02:24:13] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.27 - - [2025-03-27 02:24:13] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?fields=virtual_networks HTTP/1.1" 200 1047 0.070036 10.0.0.27 - - [2025-03-27 02:24:13] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.27 - - [2025-03-27 02:24:13] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023957 10.0.0.27 - - [2025-03-27 02:24:13] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.27 - - [2025-03-27 02:24:13] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?fields=security_groups HTTP/1.1" 200 1281 0.027591 10.0.0.27 - - [2025-03-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.022622 10.0.0.27 - - [2025-03-27 02:24:14] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002692 10.0.0.27 - - [2025-03-27 02:24:14] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.27 - - [2025-03-27 02:24:14] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008938 10.0.0.27 - - [2025-03-27 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.001398 10.0.0.27 - - [2025-03-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003999 10.0.0.27 - - [2025-03-27 02:24:14] "POST /security-groups HTTP/1.1" 200 593 0.063462 10.0.0.27 - - [2025-03-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.002563 10.0.0.27 - - [2025-03-27 02:24:14] "POST /projects HTTP/1.1" 200 589 0.208148 10.0.0.27 - - [2025-03-27 02:24:14] "POST /access-control-lists HTTP/1.1" 200 598 0.057452 10.0.0.27 - - [2025-03-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.281471 10.0.0.27 - - [2025-03-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.003174 10.0.0.27 - - [2025-03-27 02:24:14] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.403249 10.0.0.27 - - [2025-03-27 02:24:14] "POST /access-control-lists HTTP/1.1" 200 596 0.060339 10.0.0.27 - - [2025-03-27 02:24:15] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.27 - - [2025-03-27 02:24:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2025-03-27 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.053143 10.0.0.27 - - [2025-03-27 02:24:16] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.27 - - [2025-03-27 02:24:16] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023918 10.0.0.27 - - [2025-03-27 02:24:16] "POST /neutron/network HTTP/1.1" 200 117 0.030666 10.0.0.27 - - [2025-03-27 02:24:16] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001570 10.0.0.27 - - [2025-03-27 02:24:16] "POST /neutron/network HTTP/1.1" 200 607 0.061012 10.0.0.27 - - [2025-03-27 02:24:17] "POST /route-targets HTTP/1.1" 200 327 0.011319 10.0.0.27 - - [2025-03-27 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.011508 10.0.0.27 - - [2025-03-27 02:24:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003174 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.152244 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 827 0.005903 10.0.0.27 - - [2025-03-27 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.27 - - [2025-03-27 02:24:17] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004893 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 827 0.005565 10.0.0.27 - - [2025-03-27 02:24:17] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004910 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 827 0.005751 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007067 10.0.0.27 - - [2025-03-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-03-27 02:24:17] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001632 10.0.0.27 - - [2025-03-27 02:24:17] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032575 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 117 0.008236 10.0.0.27 - - [2025-03-27 02:24:17] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 607 0.078243 10.0.0.27 - - [2025-03-27 02:24:17] "POST /route-targets HTTP/1.1" 200 327 0.009614 10.0.0.27 - - [2025-03-27 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.011310 10.0.0.27 - - [2025-03-27 02:24:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005800 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.179633 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 826 0.006165 10.0.0.27 - - [2025-03-27 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001258 10.0.0.27 - - [2025-03-27 02:24:17] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005749 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 826 0.005822 10.0.0.27 - - [2025-03-27 02:24:17] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004518 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/network HTTP/1.1" 200 826 0.005973 10.0.0.27 - - [2025-03-27 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.007346 10.0.0.27 - - [2025-03-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002449 10.0.0.27 - - [2025-03-27 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.27 - - [2025-03-27 02:24:17] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.27 - - [2025-03-27 02:24:18] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024054 10.0.0.27 - - [2025-03-27 02:24:18] "POST /network-policys HTTP/1.1" 200 571 0.017905 10.0.0.27 - - [2025-03-27 02:24:18] "GET /network-policy/a9ad706c-f968-4782-96fe-f4595a1e4f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006214 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 827 0.005882 10.0.0.27 - - [2025-03-27 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.005937 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 929 0.055734 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 929 0.040790 10.0.0.27 - - [2025-03-27 02:24:18] "POST /access-control-lists HTTP/1.1" 200 590 0.069342 10.0.0.27 - - [2025-03-27 02:24:18] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010446 10.0.0.27 - - [2025-03-27 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.27 - - [2025-03-27 02:24:18] "GET /network-policy/a9ad706c-f968-4782-96fe-f4595a1e4f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003708 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 826 0.005768 10.0.0.27 - - [2025-03-27 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.003257 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 928 0.041039 10.0.0.27 - - [2025-03-27 02:24:18] "POST /neutron/network HTTP/1.1" 200 928 0.005817 10.0.0.27 - - [2025-03-27 02:24:18] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.041309 10.0.0.27 - - [2025-03-27 02:24:18] "POST /access-control-lists HTTP/1.1" 200 590 0.071915 10.0.0.27 - - [2025-03-27 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.27 - - [2025-03-27 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.27 - - [2025-03-27 02:24:18] "GET /network-policy/a9ad706c-f968-4782-96fe-f4595a1e4f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003942 10.0.0.27 - - [2025-03-27 02:24:18] "GET /domains HTTP/1.1" 401 292 0.000544 10.0.0.27 - - [2025-03-27 02:24:18] "PUT /access-control-list/1c705046-aa0a-46b9-901d-5c7b5e83457b HTTP/1.1" 200 272 0.053350 10.0.0.27 - - [2025-03-27 02:24:18] "GET /domains HTTP/1.1" 200 280 0.023694 10.0.0.27 - - [2025-03-27 02:24:18] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.008704 10.0.0.27 - - [2025-03-27 02:24:19] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001095 10.0.0.27 - - [2025-03-27 02:24:19] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 2570 0.075276 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c HTTP/1.1" 200 2894 0.005989 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c HTTP/1.1" 200 2894 0.004889 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 200 1784 0.003551 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 200 1784 0.003474 10.0.0.27 - - [2025-03-27 02:24:19] "GET /route-target/23b55712-81b2-41c3-b8bc-4def34b2c320 HTTP/1.1" 200 1206 0.002944 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c HTTP/1.1" 200 2894 0.005017 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 200 1784 0.003347 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004969 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c HTTP/1.1" 200 2894 0.005332 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 200 1784 0.004136 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 200 1784 0.003670 10.0.0.27 - - [2025-03-27 02:24:19] "GET /route-target/23b55712-81b2-41c3-b8bc-4def34b2c320 HTTP/1.1" 200 1206 0.002813 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains HTTP/1.1" 200 280 0.003122 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.007410 10.0.0.27 - - [2025-03-27 02:24:19] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001453 10.0.0.27 - - [2025-03-27 02:24:19] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 2570 0.067944 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c HTTP/1.1" 200 2894 0.005180 10.0.0.27 - - [2025-03-27 02:24:19] "GET /obj-perms HTTP/1.1" 200 5034 0.050501 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains HTTP/1.1" 200 280 0.002709 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.007827 10.0.0.27 - - [2025-03-27 02:24:19] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001522 10.0.0.27 - - [2025-03-27 02:24:19] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 2570 0.066966 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f HTTP/1.1" 200 2890 0.008487 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f HTTP/1.1" 200 2890 0.004924 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 200 1783 0.003646 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 200 1783 0.003858 10.0.0.27 - - [2025-03-27 02:24:19] "GET /route-target/7f000e7e-7e61-4730-8ee6-11b1b6a2e284 HTTP/1.1" 200 1206 0.003237 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f HTTP/1.1" 200 2890 0.005087 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 200 1783 0.003540 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005516 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f HTTP/1.1" 200 2890 0.005237 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 200 1783 0.003404 10.0.0.27 - - [2025-03-27 02:24:19] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 200 1783 0.003217 10.0.0.27 - - [2025-03-27 02:24:19] "GET /route-target/7f000e7e-7e61-4730-8ee6-11b1b6a2e284 HTTP/1.1" 200 1206 0.003663 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains HTTP/1.1" 200 280 0.002555 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.27 - - [2025-03-27 02:24:19] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.009013 10.0.0.27 - - [2025-03-27 02:24:19] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001326 10.0.0.27 - - [2025-03-27 02:24:19] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 2570 0.067388 10.0.0.27 - - [2025-03-27 02:24:19] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f HTTP/1.1" 200 2890 0.004726 10.0.0.27 - - [2025-03-27 02:24:19] "GET /obj-perms HTTP/1.1" 200 5034 0.003172 10.0.0.27 - - [2025-03-27 02:24:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001431 10.0.0.27 - - [2025-03-27 02:24:20] "POST /neutron/network HTTP/1.1" 200 939 0.005629 10.0.0.27 - - [2025-03-27 02:24:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-03-27 02:24:20] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.27 - - [2025-03-27 02:24:20] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-03-27 02:24:20] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.27 - - [2025-03-27 02:24:20] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047916 10.0.0.27 - - [2025-03-27 02:24:20] "POST /neutron/network HTTP/1.1" 200 929 0.005081 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.005246 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.27 - - [2025-03-27 02:24:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/network HTTP/1.1" 200 938 0.005491 10.0.0.27 - - [2025-03-27 02:24:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/network HTTP/1.1" 200 939 0.005709 10.0.0.27 - - [2025-03-27 02:24:21] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.27 - - [2025-03-27 02:24:21] "GET / HTTP/1.1" 200 35931 0.002798 10.0.0.27 - - [2025-03-27 02:24:21] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 1063 0.201907 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 1063 0.009927 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 1063 0.009110 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 1117 0.067496 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 1091 0.014656 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003151 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.010504 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.27 - - [2025-03-27 02:24:21] "POST /neutron/network HTTP/1.1" 200 929 0.005661 10.0.0.27 - - [2025-03-27 02:24:22] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.27 - - [2025-03-27 02:24:22] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052029 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/network HTTP/1.1" 200 928 0.006488 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1091 0.028629 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006497 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 117 0.005685 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1091 0.014913 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010256 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/network HTTP/1.1" 200 938 0.006963 10.0.0.27 - - [2025-03-27 02:24:22] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.27 - - [2025-03-27 02:24:22] "PUT /access-control-list/88a42bc6-1d72-455b-b668-5c65a12c6981 HTTP/1.1" 200 272 0.062592 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1062 0.297329 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1062 0.008408 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1062 0.008500 10.0.0.27 - - [2025-03-27 02:24:22] "POST /neutron/port HTTP/1.1" 200 1116 0.101321 10.0.0.27 - - [2025-03-27 02:24:23] "POST /neutron/port HTTP/1.1" 200 1090 0.016133 10.0.0.27 - - [2025-03-27 02:24:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003303 10.0.0.27 - - [2025-03-27 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.010180 10.0.0.27 - - [2025-03-27 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.27 - - [2025-03-27 02:24:23] "POST /neutron/network HTTP/1.1" 200 928 0.005106 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 1091 0.014807 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006337 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 1091 0.018395 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006012 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/port HTTP/1.1" 200 1091 0.014883 10.0.0.27 - - [2025-03-27 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007035 10.0.0.27 - - [2025-03-27 02:24:27] "GET /virtual-machine/1d9a5b01-d233-42d7-90ac-c448ccec12f6 HTTP/1.1" 200 1294 0.005108 10.0.0.27 - - [2025-03-27 02:24:27] "GET /virtual-machine-interface/2b545c75-e145-4dce-a1ef-da2f9197b751 HTTP/1.1" 200 2951 0.005349 10.0.0.27 - - [2025-03-27 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2025-03-27 02:24:27] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003407 10.0.0.27 - - [2025-03-27 02:24:27] "GET /virtual-networks?parent_id=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003341 10.0.0.27 - - [2025-03-27 02:24:27] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006303 10.0.0.27 - - [2025-03-27 02:24:30] "POST /neutron/port HTTP/1.1" 200 1091 0.014958 10.0.0.27 - - [2025-03-27 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006490 10.0.0.27 - - [2025-03-27 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.27 - - [2025-03-27 02:24:30] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008065 10.0.0.27 - - [2025-03-27 02:24:31] "POST /neutron/port HTTP/1.1" 200 1090 0.014090 10.0.0.27 - - [2025-03-27 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005414 10.0.0.27 - - [2025-03-27 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-03-27 02:24:32] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003080 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-networks?parent_id=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002868 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005263 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/port HTTP/1.1" 200 1090 0.016349 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006917 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/port HTTP/1.1" 200 1090 0.013569 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005887 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/port HTTP/1.1" 200 1090 0.029041 10.0.0.27 - - [2025-03-27 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006851 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-machine/e34367e5-c47a-4dff-8b10-86d7f4e2a3ef HTTP/1.1" 200 1295 0.004666 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-machine-interface/6f9c5625-d805-4be2-8808-afeebad1af08 HTTP/1.1" 200 2950 0.004766 10.0.0.27 - - [2025-03-27 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-03-27 02:24:33] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002898 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-networks?parent_id=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003302 10.0.0.27 - - [2025-03-27 02:24:33] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005701 10.0.0.27 - - [2025-03-27 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2025-03-27 02:24:34] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003792 10.0.0.27 - - [2025-03-27 02:24:34] "GET /virtual-networks?parent_id=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003317 10.0.0.27 - - [2025-03-27 02:24:34] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005328 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 1091 0.015191 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 1091 0.014235 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/network HTTP/1.1" 200 939 0.005694 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003304 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.011144 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.27 - - [2025-03-27 02:24:35] "POST /neutron/network HTTP/1.1" 200 929 0.005992 10.0.0.27 - - [2025-03-27 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-03-27 02:24:38] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.27 - - [2025-03-27 02:24:38] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026034 10.0.0.27 - - [2025-03-27 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-03-27 02:24:38] "PUT /network-policy/a9ad706c-f968-4782-96fe-f4595a1e4f3e HTTP/1.1" 200 262 0.009801 10.0.0.27 - - [2025-03-27 02:24:39] "PUT /access-control-list/88a42bc6-1d72-455b-b668-5c65a12c6981 HTTP/1.1" 200 272 0.051292 10.0.0.27 - - [2025-03-27 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.014474 10.0.0.27 - - [2025-03-27 02:24:39] "PUT /access-control-list/1c705046-aa0a-46b9-901d-5c7b5e83457b HTTP/1.1" 200 272 0.053172 10.0.0.27 - - [2025-03-27 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.010576 10.0.0.27 - - [2025-03-27 02:24:42] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005267 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 928 0.006433 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 826 0.038257 10.0.0.27 - - [2025-03-27 02:24:42] "DELETE /access-control-list/88a42bc6-1d72-455b-b668-5c65a12c6981 HTTP/1.1" 200 115 0.028804 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 826 0.006500 10.0.0.27 - - [2025-03-27 02:24:42] "GET /virtual-network/59809178-b4f4-41b9-8837-4ddbf884dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004723 10.0.0.27 - - [2025-03-27 02:24:42] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004399 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 929 0.006025 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 827 0.058628 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 827 0.006063 10.0.0.27 - - [2025-03-27 02:24:42] "DELETE /access-control-list/1c705046-aa0a-46b9-901d-5c7b5e83457b HTTP/1.1" 200 115 0.061415 10.0.0.27 - - [2025-03-27 02:24:42] "GET /virtual-network/5a36cf71-d01d-4be3-929d-17eab3df069c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007509 10.0.0.27 - - [2025-03-27 02:24:42] "DELETE /network-policy/a9ad706c-f968-4782-96fe-f4595a1e4f3e HTTP/1.1" 200 115 0.017494 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 200 826 0.004835 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/network HTTP/1.1" 400 204 0.010560 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 1090 0.013585 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 1116 0.008602 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 151 0.089034 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017420 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 1117 0.008680 10.0.0.27 - - [2025-03-27 02:24:42] "POST /neutron/port HTTP/1.1" 200 151 0.081130 10.0.0.27 - - [2025-03-27 02:24:44] "POST /neutron/network HTTP/1.1" 200 826 0.006150 10.0.0.27 - - [2025-03-27 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.27 - - [2025-03-27 02:24:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001892 10.0.0.27 - - [2025-03-27 02:24:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002622 10.0.0.27 - - [2025-03-27 02:24:44] "POST /neutron/network HTTP/1.1" 200 151 0.075581 10.0.0.27 - - [2025-03-27 02:24:44] "DELETE /route-target/7f000e7e-7e61-4730-8ee6-11b1b6a2e284 HTTP/1.1" 200 115 0.014933 10.0.0.27 - - [2025-03-27 02:24:44] "GET /routing-instance/55e68bf7-f28e-45d3-9246-6faf29302beb HTTP/1.1" 404 171 0.003199 10.0.0.27 - - [2025-03-27 02:24:44] "GET /domains HTTP/1.1" 200 280 0.002289 10.0.0.27 - - [2025-03-27 02:24:44] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.27 - - [2025-03-27 02:24:44] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.051006 10.0.0.27 - - [2025-03-27 02:24:44] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.27 - - [2025-03-27 02:24:44] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 2102 0.067047 10.0.0.27 - - [2025-03-27 02:24:44] "POST /neutron/network HTTP/1.1" 200 827 0.005763 10.0.0.27 - - [2025-03-27 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002310 10.0.0.27 - - [2025-03-27 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2025-03-27 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.27 - - [2025-03-27 02:24:45] "POST /neutron/network HTTP/1.1" 200 151 0.070983 10.0.0.27 - - [2025-03-27 02:24:45] "GET /routing-instance/d7c704be-a76d-40ac-9627-05a6b56a5c0f HTTP/1.1" 404 171 0.002741 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /route-target/23b55712-81b2-41c3-b8bc-4def34b2c320 HTTP/1.1" 200 115 0.016818 10.0.0.27 - - [2025-03-27 02:24:45] "GET /domains HTTP/1.1" 200 280 0.003801 10.0.0.27 - - [2025-03-27 02:24:45] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.27 - - [2025-03-27 02:24:45] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.050519 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /project/40b6e1b87e6449b486dfc7af1e6fa18c HTTP/1.1" 404 173 0.009173 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /project/04ad1523980445daaa17272e586576eb HTTP/1.1" 404 173 0.003644 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000933 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 1863 0.096495 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.045628 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.050093 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?fields=security_groups HTTP/1.1" 200 1386 0.022741 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?fields=security_groups HTTP/1.1" 200 1372 0.074103 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /security-group/99db0b8d-62c1-4f08-86e0-4fb8f5a45a7e HTTP/1.1" 200 115 0.047901 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=04ad1523-9804-45da-aa17-272e586576eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /access-control-list/29f448a7-b078-4598-9dbd-758839a9f2cb HTTP/1.1" 200 115 0.038340 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/04ad1523-9804-45da-aa17-272e586576eb?fields=application_policy_sets HTTP/1.1" 200 1425 0.032853 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /access-control-list/b27156c5-9b6f-486c-9243-9f398c0550ac HTTP/1.1" 200 115 0.029754 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /security-group/a8445ff4-62aa-4fdf-b867-11aa2b081e1c HTTP/1.1" 200 115 0.046665 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=7f713365-4901-4a87-9426-28dcc79bb51e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001468 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /access-control-list/e1a98d7c-3b1d-4a03-9d21-2eb8ba105aec HTTP/1.1" 200 115 0.044443 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /access-control-list/c3097476-55f5-4c80-aa89-5e75a19d172a HTTP/1.1" 200 115 0.022053 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /project/04ad1523-9804-45da-aa17-272e586576eb HTTP/1.1" 200 115 0.366789 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/7f713365-4901-4a87-9426-28dcc79bb51e?fields=application_policy_sets HTTP/1.1" 200 1411 0.084544 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069295 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?fields=virtual_networks HTTP/1.1" 200 1035 0.065530 10.0.0.27 - - [2025-03-27 02:24:45] "DELETE /project/7f713365-4901-4a87-9426-28dcc79bb51e HTTP/1.1" 200 115 0.489677 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001202 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.027189 10.0.0.27 - - [2025-03-27 02:24:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.27 - - [2025-03-27 02:24:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?fields=security_groups HTTP/1.1" 200 1263 0.022636 10.0.0.27 - - [2025-03-27 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.024331 10.0.0.27 - - [2025-03-27 02:24:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003161 10.0.0.27 - - [2025-03-27 02:24:46] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.27 - - [2025-03-27 02:24:46] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007688 10.0.0.27 - - [2025-03-27 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.001673 10.0.0.27 - - [2025-03-27 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003101 10.0.0.27 - - [2025-03-27 02:24:46] "POST /security-groups HTTP/1.1" 200 589 0.064476 10.0.0.27 - - [2025-03-27 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.002564 10.0.0.27 - - [2025-03-27 02:24:46] "POST /projects HTTP/1.1" 200 581 0.208380 10.0.0.27 - - [2025-03-27 02:24:46] "POST /access-control-lists HTTP/1.1" 200 594 0.057066 10.0.0.27 - - [2025-03-27 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.276335 10.0.0.27 - - [2025-03-27 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.002904 10.0.0.27 - - [2025-03-27 02:24:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.394809 10.0.0.27 - - [2025-03-27 02:24:47] "POST /access-control-lists HTTP/1.1" 200 592 0.060088 10.0.0.27 - - [2025-03-27 02:24:47] "GET / HTTP/1.1" 200 35931 0.003172 10.0.0.27 - - [2025-03-27 02:24:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-03-27 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.054598 10.0.0.27 - - [2025-03-27 02:24:48] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.27 - - [2025-03-27 02:24:48] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029929 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 117 0.027154 10.0.0.27 - - [2025-03-27 02:24:49] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.060022 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 613 0.129625 10.0.0.27 - - [2025-03-27 02:24:49] "POST /route-targets HTTP/1.1" 200 327 0.012149 10.0.0.27 - - [2025-03-27 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.27 - - [2025-03-27 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.223268 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 832 0.005250 10.0.0.27 - - [2025-03-27 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001187 10.0.0.27 - - [2025-03-27 02:24:49] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004919 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 832 0.005249 10.0.0.27 - - [2025-03-27 02:24:49] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004830 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/network HTTP/1.1" 200 832 0.005377 10.0.0.27 - - [2025-03-27 02:24:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.006424 10.0.0.27 - - [2025-03-27 02:24:49] "GET /domains HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-03-27 02:24:49] "GET /domains HTTP/1.1" 200 280 0.023152 10.0.0.27 - - [2025-03-27 02:24:49] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.27 - - [2025-03-27 02:24:49] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.007659 10.0.0.27 - - [2025-03-27 02:24:49] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.27 - - [2025-03-27 02:24:50] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2080 0.070113 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6 HTTP/1.1" 200 2319 0.005904 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6 HTTP/1.1" 200 2319 0.004703 10.0.0.27 - - [2025-03-27 02:24:50] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 200 1494 0.004039 10.0.0.27 - - [2025-03-27 02:24:50] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 200 1494 0.003533 10.0.0.27 - - [2025-03-27 02:24:50] "GET /route-target/120bb473-ef43-4928-8665-f3d054500aa4 HTTP/1.1" 200 1211 0.003129 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6 HTTP/1.1" 200 2319 0.005290 10.0.0.27 - - [2025-03-27 02:24:50] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 200 1494 0.003437 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004722 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6 HTTP/1.1" 200 2319 0.005089 10.0.0.27 - - [2025-03-27 02:24:50] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 200 1494 0.003781 10.0.0.27 - - [2025-03-27 02:24:50] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 200 1494 0.004308 10.0.0.27 - - [2025-03-27 02:24:50] "GET /route-target/120bb473-ef43-4928-8665-f3d054500aa4 HTTP/1.1" 200 1211 0.003095 10.0.0.27 - - [2025-03-27 02:24:50] "GET /domains HTTP/1.1" 200 280 0.002741 10.0.0.27 - - [2025-03-27 02:24:50] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.27 - - [2025-03-27 02:24:50] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.007783 10.0.0.27 - - [2025-03-27 02:24:50] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001431 10.0.0.27 - - [2025-03-27 02:24:50] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2080 0.081630 10.0.0.27 - - [2025-03-27 02:24:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6 HTTP/1.1" 200 2319 0.004521 10.0.0.27 - - [2025-03-27 02:24:50] "GET /obj-perms HTTP/1.1" 200 5056 0.327080 10.0.0.27 - - [2025-03-27 02:24:50] "GET /obj-perms HTTP/1.1" 200 5026 0.058426 10.0.0.27 - - [2025-03-27 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-03-27 02:24:50] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.27 - - [2025-03-27 02:24:50] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031032 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.009152 10.0.0.27 - - [2025-03-27 02:24:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 613 0.075418 10.0.0.27 - - [2025-03-27 02:24:51] "POST /route-targets HTTP/1.1" 200 327 0.009467 10.0.0.27 - - [2025-03-27 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.011457 10.0.0.27 - - [2025-03-27 02:24:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052138 10.0.0.27 - - [2025-03-27 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003988 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.150211 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 829 0.005739 10.0.0.27 - - [2025-03-27 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001757 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004813 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 829 0.005604 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004286 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 829 0.005373 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.006680 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domains HTTP/1.1" 200 280 0.002592 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.007118 10.0.0.27 - - [2025-03-27 02:24:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.27 - - [2025-03-27 02:24:51] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2298 0.070889 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822 HTTP/1.1" 200 2309 0.005666 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822 HTTP/1.1" 200 2309 0.005777 10.0.0.27 - - [2025-03-27 02:24:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 200 1493 0.003275 10.0.0.27 - - [2025-03-27 02:24:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 200 1493 0.002959 10.0.0.27 - - [2025-03-27 02:24:51] "GET /route-target/5dc91641-d8b1-43b2-a04a-cfb962a11cf6 HTTP/1.1" 200 1212 0.002539 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822 HTTP/1.1" 200 2309 0.004282 10.0.0.27 - - [2025-03-27 02:24:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 200 1493 0.003180 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004225 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822 HTTP/1.1" 200 2309 0.004157 10.0.0.27 - - [2025-03-27 02:24:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 200 1493 0.003047 10.0.0.27 - - [2025-03-27 02:24:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 200 1493 0.002819 10.0.0.27 - - [2025-03-27 02:24:51] "GET /route-target/5dc91641-d8b1-43b2-a04a-cfb962a11cf6 HTTP/1.1" 200 1212 0.002351 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domains HTTP/1.1" 200 280 0.002220 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.27 - - [2025-03-27 02:24:51] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.006220 10.0.0.27 - - [2025-03-27 02:24:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.27 - - [2025-03-27 02:24:51] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2298 0.072823 10.0.0.27 - - [2025-03-27 02:24:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822 HTTP/1.1" 200 2309 0.004838 10.0.0.27 - - [2025-03-27 02:24:51] "GET /obj-perms HTTP/1.1" 200 5026 0.002820 10.0.0.27 - - [2025-03-27 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2025-03-27 02:24:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.27 - - [2025-03-27 02:24:51] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028125 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.009933 10.0.0.27 - - [2025-03-27 02:24:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.27 - - [2025-03-27 02:24:51] "POST /neutron/network HTTP/1.1" 200 615 0.061298 10.0.0.27 - - [2025-03-27 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.27 - - [2025-03-27 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005066 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.203053 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/network HTTP/1.1" 200 834 0.005105 10.0.0.27 - - [2025-03-27 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001068 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006495 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/network HTTP/1.1" 200 834 0.005859 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004686 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/network HTTP/1.1" 200 834 0.005839 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.007481 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domains HTTP/1.1" 200 280 0.002317 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.006395 10.0.0.27 - - [2025-03-27 02:24:52] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.27 - - [2025-03-27 02:24:52] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2517 0.067370 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170 HTTP/1.1" 200 2325 0.007604 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170 HTTP/1.1" 200 2325 0.004771 10.0.0.27 - - [2025-03-27 02:24:52] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 200 1497 0.003015 10.0.0.27 - - [2025-03-27 02:24:52] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 200 1497 0.002793 10.0.0.27 - - [2025-03-27 02:24:52] "GET /route-target/19d62b35-466d-497d-8a56-9b2776c55a1c HTTP/1.1" 200 1213 0.002813 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170 HTTP/1.1" 200 2325 0.004415 10.0.0.27 - - [2025-03-27 02:24:52] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 200 1497 0.003542 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005021 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170 HTTP/1.1" 200 2325 0.004606 10.0.0.27 - - [2025-03-27 02:24:52] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 200 1497 0.003314 10.0.0.27 - - [2025-03-27 02:24:52] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 200 1497 0.002924 10.0.0.27 - - [2025-03-27 02:24:52] "GET /route-target/19d62b35-466d-497d-8a56-9b2776c55a1c HTTP/1.1" 200 1213 0.002744 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domains HTTP/1.1" 200 280 0.002480 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2025-03-27 02:24:52] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2759 0.006845 10.0.0.27 - - [2025-03-27 02:24:52] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.27 - - [2025-03-27 02:24:52] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2517 0.066474 10.0.0.27 - - [2025-03-27 02:24:52] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170 HTTP/1.1" 200 2325 0.004239 10.0.0.27 - - [2025-03-27 02:24:52] "GET /obj-perms HTTP/1.1" 200 5026 0.002878 10.0.0.27 - - [2025-03-27 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001456 10.0.0.27 - - [2025-03-27 02:24:52] "POST /neutron/network HTTP/1.1" 200 839 0.005996 10.0.0.27 - - [2025-03-27 02:24:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-03-27 02:24:53] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.27 - - [2025-03-27 02:24:53] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-03-27 02:24:53] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.27 - - [2025-03-27 02:24:53] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052148 10.0.0.27 - - [2025-03-27 02:24:53] "POST /neutron/network HTTP/1.1" 200 829 0.005853 10.0.0.27 - - [2025-03-27 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.006344 10.0.0.27 - - [2025-03-27 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.006814 10.0.0.27 - - [2025-03-27 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001917 10.0.0.27 - - [2025-03-27 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.27 - - [2025-03-27 02:24:53] "POST /neutron/network HTTP/1.1" 200 844 0.006299 10.0.0.27 - - [2025-03-27 02:24:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/network HTTP/1.1" 200 839 0.005739 10.0.0.27 - - [2025-03-27 02:24:54] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.27 - - [2025-03-27 02:24:54] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.27 - - [2025-03-27 02:24:54] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.232298 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.008996 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1055 0.009090 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1109 0.061703 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.013568 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003108 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 684 0.009682 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/network HTTP/1.1" 200 829 0.008277 10.0.0.27 - - [2025-03-27 02:24:54] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.27 - - [2025-03-27 02:24:54] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052676 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/network HTTP/1.1" 200 834 0.005370 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.018164 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011963 10.0.0.27 - - [2025-03-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.006126 10.0.0.27 - - [2025-03-27 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002790 10.0.0.27 - - [2025-03-27 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.27 - - [2025-03-27 02:24:54] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.27 - - [2025-03-27 02:24:54] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007346 10.0.0.27 - - [2025-03-27 02:24:54] "POST /service-templates HTTP/1.1" 200 543 0.032279 10.0.0.27 - - [2025-03-27 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.27 - - [2025-03-27 02:24:55] "GET /service-template/8b974656-bdf8-4f18-9f4c-b72a53ba32dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004877 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 844 0.006125 10.0.0.27 - - [2025-03-27 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-03-27 02:24:55] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.27 - - [2025-03-27 02:24:55] "GET /service-template/8b974656-bdf8-4f18-9f4c-b72a53ba32dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004392 10.0.0.27 - - [2025-03-27 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001510 10.0.0.27 - - [2025-03-27 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.27 - - [2025-03-27 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001287 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.261818 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.009348 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010870 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1999 0.044298 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016489 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1112 0.095170 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015378 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003415 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010273 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.27 - - [2025-03-27 02:24:55] "POST /neutron/network HTTP/1.1" 200 834 0.005296 10.0.0.27 - - [2025-03-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 2220 0.014988 10.0.0.27 - - [2025-03-27 02:24:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000635 10.0.0.27 - - [2025-03-27 02:24:56] "GET / HTTP/1.1" 200 35931 0.002532 10.0.0.27 - - [2025-03-27 02:24:56] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-03-27 02:24:56] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.27 - - [2025-03-27 02:24:56] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043733 10.0.0.27 - - [2025-03-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 832 0.004818 10.0.0.27 - - [2025-03-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 829 0.005005 10.0.0.27 - - [2025-03-27 02:24:56] "POST /neutron/network HTTP/1.1" 200 834 0.005600 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/port HTTP/1.1" 200 2053 0.019460 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005927 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.004551 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.005294 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/network HTTP/1.1" 200 2220 0.015674 10.0.0.27 - - [2025-03-27 02:24:57] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/port HTTP/1.1" 200 1058 0.260035 10.0.0.27 - - [2025-03-27 02:24:57] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.27 - - [2025-03-27 02:24:57] "POST /neutron/port HTTP/1.1" 200 1055 0.198973 10.0.0.27 - - [2025-03-27 02:24:57] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1058 0.210239 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1058 0.012107 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1058 0.012309 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1112 0.079816 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1055 0.008981 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1055 0.007875 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1109 0.079055 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1058 0.009358 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1058 0.007694 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1112 0.071894 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 3022 0.018094 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003375 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.011274 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 832 0.005345 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003674 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.009864 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 829 0.005908 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003105 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.010003 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.27 - - [2025-03-27 02:24:58] "POST /neutron/network HTTP/1.1" 200 834 0.006238 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/port HTTP/1.1" 200 3022 0.018701 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006126 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/port HTTP/1.1" 200 3022 0.020848 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005755 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/port HTTP/1.1" 200 3022 0.019747 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006271 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/port HTTP/1.1" 200 3022 0.034947 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009897 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/port HTTP/1.1" 200 3022 0.020142 10.0.0.27 - - [2025-03-27 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007213 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-machine/a3de21e5-ba83-405c-8c25-d69a56e20313 HTTP/1.1" 200 1803 0.006278 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465 HTTP/1.1" 200 2950 0.005573 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6 HTTP/1.1" 200 2947 0.006296 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64 HTTP/1.1" 200 2947 0.007297 10.0.0.27 - - [2025-03-27 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-03-27 02:25:02] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003586 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003156 10.0.0.27 - - [2025-03-27 02:25:02] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006061 10.0.0.27 - - [2025-03-27 02:25:03] "POST /neutron/port HTTP/1.1" 200 1083 0.015637 10.0.0.27 - - [2025-03-27 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005812 10.0.0.27 - - [2025-03-27 02:25:04] "POST /neutron/port HTTP/1.1" 200 1086 0.019435 10.0.0.27 - - [2025-03-27 02:25:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006591 10.0.0.27 - - [2025-03-27 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2025-03-27 02:25:06] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006045 10.0.0.27 - - [2025-03-27 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2025-03-27 02:25:10] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005188 10.0.0.27 - - [2025-03-27 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.27 - - [2025-03-27 02:25:14] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004852 10.0.0.27 - - [2025-03-27 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-27 02:25:18] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003736 10.0.0.27 - - [2025-03-27 02:25:18] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003100 10.0.0.27 - - [2025-03-27 02:25:18] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005473 10.0.0.27 - - [2025-03-27 02:25:18] "POST /neutron/port HTTP/1.1" 200 3022 0.018729 10.0.0.27 - - [2025-03-27 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008404 10.0.0.27 - - [2025-03-27 02:25:23] "POST /neutron/port HTTP/1.1" 200 3022 0.022564 10.0.0.27 - - [2025-03-27 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006987 10.0.0.27 - - [2025-03-27 02:25:28] "POST /neutron/port HTTP/1.1" 200 3022 0.020937 10.0.0.27 - - [2025-03-27 02:25:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005939 10.0.0.27 - - [2025-03-27 02:25:28] "POST /neutron/port HTTP/1.1" 200 3022 0.024164 10.0.0.27 - - [2025-03-27 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009002 10.0.0.27 - - [2025-03-27 02:25:34] "POST /neutron/port HTTP/1.1" 200 3022 0.023927 10.0.0.27 - - [2025-03-27 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006193 10.0.0.27 - - [2025-03-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2025-03-27 02:25:39] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003176 10.0.0.27 - - [2025-03-27 02:25:39] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003568 10.0.0.27 - - [2025-03-27 02:25:39] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005582 10.0.0.27 - - [2025-03-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-03-27 02:25:39] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003318 10.0.0.27 - - [2025-03-27 02:25:39] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003150 10.0.0.27 - - [2025-03-27 02:25:39] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005577 10.0.0.27 - - [2025-03-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002954 10.0.0.27 - - [2025-03-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.27 - - [2025-03-27 02:25:39] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.27 - - [2025-03-27 02:25:40] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027057 10.0.0.27 - - [2025-03-27 02:25:40] "POST /service-instances HTTP/1.1" 200 543 0.059888 10.0.0.27 - - [2025-03-27 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2025-03-27 02:25:40] "GET /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006222 10.0.0.27 - - [2025-03-27 02:25:40] "POST /port-tuples HTTP/1.1" 200 586 0.023516 10.0.0.27 - - [2025-03-27 02:25:40] "GET /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005643 10.0.0.27 - - [2025-03-27 02:25:40] "PUT /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6 HTTP/1.1" 200 284 0.010752 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010233 10.0.0.27 - - [2025-03-27 02:25:40] "POST /instance-ips HTTP/1.1" 200 385 0.022519 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010329 10.0.0.27 - - [2025-03-27 02:25:40] "GET /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.004587 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.012555 10.0.0.27 - - [2025-03-27 02:25:40] "PUT /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64 HTTP/1.1" 200 284 0.011442 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010857 10.0.0.27 - - [2025-03-27 02:25:40] "GET /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.005677 10.0.0.27 - - [2025-03-27 02:25:40] "POST /instance-ips HTTP/1.1" 200 385 0.030263 10.0.0.27 - - [2025-03-27 02:25:40] "PUT /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465 HTTP/1.1" 200 284 0.012866 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010897 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.015416 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.018279 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2025-03-27 02:25:40] "POST /neutron/port HTTP/1.1" 200 1083 0.015438 10.0.0.27 - - [2025-03-27 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009612 10.0.0.27 - - [2025-03-27 02:25:40] "POST /instance-ips HTTP/1.1" 200 373 0.019931 10.0.0.27 - - [2025-03-27 02:25:40] "POST /neutron/port HTTP/1.1" 200 1083 0.023897 10.0.0.27 - - [2025-03-27 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.013980 10.0.0.27 - - [2025-03-27 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008976 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.012616 10.0.0.27 - - [2025-03-27 02:25:41] "POST /neutron/port HTTP/1.1" 200 1083 0.024250 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004139 10.0.0.27 - - [2025-03-27 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010582 10.0.0.27 - - [2025-03-27 02:25:41] "GET /virtual-machine/12f697a4-52ce-468e-895a-e3b446a98a5c HTTP/1.1" 200 1289 0.005311 10.0.0.27 - - [2025-03-27 02:25:41] "GET /virtual-machine-interface/94d69ecc-eba8-4393-9494-5fc7bad9d8b7 HTTP/1.1" 200 2947 0.005232 10.0.0.27 - - [2025-03-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2025-03-27 02:25:41] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003936 10.0.0.27 - - [2025-03-27 02:25:41] "POST /instance-ips HTTP/1.1" 200 373 0.022146 10.0.0.27 - - [2025-03-27 02:25:41] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002986 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.27 - - [2025-03-27 02:25:41] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005260 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002913 10.0.0.27 - - [2025-03-27 02:25:41] "POST /instance-ips HTTP/1.1" 200 375 0.020422 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.009810 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.008467 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-03-27 02:25:41] "POST /instance-ips HTTP/1.1" 200 375 0.016530 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.010272 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.010303 10.0.0.27 - - [2025-03-27 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-03-27 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-27 02:25:42] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003193 10.0.0.27 - - [2025-03-27 02:25:42] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003687 10.0.0.27 - - [2025-03-27 02:25:42] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005421 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015611 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006265 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015521 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006102 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016746 10.0.0.27 - - [2025-03-27 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007801 10.0.0.27 - - [2025-03-27 02:25:42] "GET /virtual-machine/278a01d6-13c3-4221-b9ba-049f1066838d HTTP/1.1" 200 1290 0.005093 10.0.0.27 - - [2025-03-27 02:25:42] "GET /virtual-machine-interface/01baca5a-e0ca-46cd-994d-99e25d7fc586 HTTP/1.1" 200 2948 0.006391 10.0.0.27 - - [2025-03-27 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-03-27 02:25:42] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003167 10.0.0.27 - - [2025-03-27 02:25:43] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003153 10.0.0.27 - - [2025-03-27 02:25:43] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005405 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-03-27 02:25:44] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003208 10.0.0.27 - - [2025-03-27 02:25:44] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003411 10.0.0.27 - - [2025-03-27 02:25:44] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005458 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.002754 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.27 - - [2025-03-27 02:25:44] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.27 - - [2025-03-27 02:25:44] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027389 10.0.0.27 - - [2025-03-27 02:25:44] "POST /network-policys HTTP/1.1" 200 547 0.016722 10.0.0.27 - - [2025-03-27 02:25:44] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004833 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.27 - - [2025-03-27 02:25:44] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005166 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.27 - - [2025-03-27 02:25:44] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004531 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.002488 10.0.0.27 - - [2025-03-27 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.031030 10.0.0.27 - - [2025-03-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.27 - - [2025-03-27 02:25:45] "POST /access-control-lists HTTP/1.1" 200 601 0.062630 10.0.0.27 - - [2025-03-27 02:25:45] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004435 10.0.0.27 - - [2025-03-27 02:25:45] "POST /neutron/network HTTP/1.1" 200 917 0.008050 10.0.0.27 - - [2025-03-27 02:25:45] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005341 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-03-27 02:25:45] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003988 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-03-27 02:25:45] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005361 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-03-27 02:25:45] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003477 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.002345 10.0.0.27 - - [2025-03-27 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.029434 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-03-27 02:25:45] "POST /access-control-lists HTTP/1.1" 200 604 0.062835 10.0.0.27 - - [2025-03-27 02:25:45] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004472 10.0.0.27 - - [2025-03-27 02:25:45] "POST /routing-instances HTTP/1.1" 200 759 0.018165 10.0.0.27 - - [2025-03-27 02:25:45] "POST /neutron/network HTTP/1.1" 200 922 0.007719 10.0.0.27 - - [2025-03-27 02:25:45] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006557 10.0.0.27 - - [2025-03-27 02:25:45] "POST /route-targets HTTP/1.1" 200 327 0.011690 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2025-03-27 02:25:45] "DELETE /project/3602662e3ce1477ab8a75c671c79fa81 HTTP/1.1" 404 173 0.007010 10.0.0.27 - - [2025-03-27 02:25:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.27 - - [2025-03-27 02:25:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.029568 10.0.0.27 - - [2025-03-27 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.021876 10.0.0.27 - - [2025-03-27 02:25:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.27 - - [2025-03-27 02:25:45] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004452 10.0.0.27 - - [2025-03-27 02:25:45] "GET /routing-instance/b40bfcad-8dfd-45cc-9b61-af779a478bbb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003882 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.27 - - [2025-03-27 02:25:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?fields=security_groups HTTP/1.1" 200 1368 0.069217 10.0.0.27 - - [2025-03-27 02:25:45] "GET /routing-instance/b40bfcad-8dfd-45cc-9b61-af779a478bbb?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003634 10.0.0.27 - - [2025-03-27 02:25:45] "GET /service-template/8b974656-bdf8-4f18-9f4c-b72a53ba32dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.002962 10.0.0.27 - - [2025-03-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2025-03-27 02:25:45] "DELETE /security-group/e27c60cf-29be-4766-ae88-b1957cf9e221 HTTP/1.1" 200 115 0.040545 10.0.0.27 - - [2025-03-27 02:25:45] "GET /projects?obj_uuids=40b6e1b8-7e64-49b4-86df-c7af1e6fa18c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.27 - - [2025-03-27 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.020793 10.0.0.27 - - [2025-03-27 02:25:45] "GET /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c?fields=application_policy_sets HTTP/1.1" 200 1407 0.034357 10.0.0.27 - - [2025-03-27 02:25:45] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.27 - - [2025-03-27 02:25:45] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037575 10.0.0.27 - - [2025-03-27 02:25:45] "POST /routing-instances HTTP/1.1" 200 760 0.036326 10.0.0.27 - - [2025-03-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2025-03-27 02:25:46] "DELETE /project/40b6e1b8-7e64-49b4-86df-c7af1e6fa18c HTTP/1.1" 200 115 0.338660 10.0.0.27 - - [2025-03-27 02:25:46] "POST /route-targets HTTP/1.1" 200 327 0.010535 10.0.0.27 - - [2025-03-27 02:25:46] "GET /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005301 10.0.0.27 - - [2025-03-27 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.010897 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domains HTTP/1.1" 200 280 0.003153 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2771 0.011534 10.0.0.27 - - [2025-03-27 02:25:46] "GET /routing-instance/5041573a-e315-4da9-b6ba-263ee570abca?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.006355 10.0.0.27 - - [2025-03-27 02:25:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.27 - - [2025-03-27 02:25:46] "GET /routing-instance/5041573a-e315-4da9-b6ba-263ee570abca?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003759 10.0.0.27 - - [2025-03-27 02:25:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 4233 0.071123 10.0.0.27 - - [2025-03-27 02:25:46] "GET /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a HTTP/1.1" 200 3784 0.005242 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.27 - - [2025-03-27 02:25:46] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2771 0.007714 10.0.0.27 - - [2025-03-27 02:25:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.27 - - [2025-03-27 02:25:46] "PUT /routing-instance/b40bfcad-8dfd-45cc-9b61-af779a478bbb HTTP/1.1" 200 266 0.013629 10.0.0.27 - - [2025-03-27 02:25:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 4233 0.067356 10.0.0.27 - - [2025-03-27 02:25:46] "PUT /routing-instance/5041573a-e315-4da9-b6ba-263ee570abca HTTP/1.1" 200 266 0.017248 10.0.0.27 - - [2025-03-27 02:25:46] "GET /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a HTTP/1.1" 200 3784 0.004292 10.0.0.27 - - [2025-03-27 02:25:46] "GET /port-tuple/a47c516d-6624-4ed3-8bea-2341f64b4a20 HTTP/1.1" 200 1980 0.002978 10.0.0.27 - - [2025-03-27 02:25:46] "GET /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465 HTTP/1.1" 200 3805 0.004782 10.0.0.27 - - [2025-03-27 02:25:46] "GET /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6 HTTP/1.1" 200 3817 0.006575 10.0.0.27 - - [2025-03-27 02:25:46] "GET /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64 HTTP/1.1" 200 3799 0.007654 10.0.0.27 - - [2025-03-27 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.025387 10.0.0.27 - - [2025-03-27 02:25:46] "PUT /access-control-list/7e914956-530b-463f-bf83-2f54e0fdf1ab HTTP/1.1" 200 272 0.012678 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/port HTTP/1.1" 200 3829 0.049963 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006033 10.0.0.27 - - [2025-03-27 02:25:46] "PUT /access-control-list/6d710015-ddb0-434f-b13e-3316d1e22916 HTTP/1.1" 200 272 0.010396 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/port HTTP/1.1" 200 3829 0.031136 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005402 10.0.0.27 - - [2025-03-27 02:25:46] "DELETE /access-control-list/9af3fa10-7f8b-4344-bc3c-0be675fee86d HTTP/1.1" 200 115 0.020092 10.0.0.27 - - [2025-03-27 02:25:46] "DELETE /access-control-list/0b54a809-d83b-4c35-a6a1-07af87f7eefb HTTP/1.1" 200 115 0.022094 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/port HTTP/1.1" 200 3829 0.034754 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005363 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/port HTTP/1.1" 200 3829 0.033112 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005648 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 891 0.012148 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 917 0.005814 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 806 0.011641 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.004916 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 896 0.011092 10.0.0.27 - - [2025-03-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 922 0.005789 10.0.0.27 - - [2025-03-27 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.27 - - [2025-03-27 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001067 10.0.0.27 - - [2025-03-27 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001325 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine/a3de21e5-ba83-405c-8c25-d69a56e20313 HTTP/1.1" 200 1803 0.003747 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465 HTTP/1.1" 200 3805 0.005475 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6 HTTP/1.1" 200 3817 0.005623 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64 HTTP/1.1" 200 3799 0.005030 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/20b46fc0-7b03-4c7b-8bdf-505f74f99405 HTTP/1.1" 200 1622 0.004666 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/bd2038da-7daa-415d-a913-02dee2dab4e4 HTTP/1.1" 200 1959 0.003793 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/da2d882e-fa91-4002-bde1-ba7905883a43 HTTP/1.1" 200 1961 0.003785 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/52831030-5e3d-4256-bccb-43881347dfb1 HTTP/1.1" 200 1621 0.004787 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/6f4b86f7-2078-4c37-9c3e-024cae8ca5fe HTTP/1.1" 200 1978 0.003549 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/8045495f-8ad5-4d40-b716-12d4069d72f2 HTTP/1.1" 200 1980 0.005468 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/1f9ac30f-d2f9-46bf-bbae-a415bad270f2 HTTP/1.1" 200 1956 0.003771 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/75f46d38-74f4-4722-8834-bda8eec63e32 HTTP/1.1" 200 1953 0.003964 10.0.0.27 - - [2025-03-27 02:25:47] "GET /instance-ip/a98f91e5-7667-49ae-9012-462b0e51be9e HTTP/1.1" 200 1619 0.005295 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/port HTTP/1.1" 200 3829 0.028996 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006053 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/port HTTP/1.1" 200 3829 0.033534 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006080 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/port HTTP/1.1" 200 3829 0.032065 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006694 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/port HTTP/1.1" 200 3829 0.032020 10.0.0.27 - - [2025-03-27 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009115 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine/a3de21e5-ba83-405c-8c25-d69a56e20313 HTTP/1.1" 200 1803 0.003620 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/8b9a5d95-48df-4b32-9170-131152323465 HTTP/1.1" 200 3805 0.005214 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/a9ee31eb-39a6-4d54-acd3-6c54e5a41fc6 HTTP/1.1" 200 3817 0.005045 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-machine-interface/f85b48e3-26be-468e-9014-2bba108cde64 HTTP/1.1" 200 3799 0.005033 10.0.0.27 - - [2025-03-27 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-03-27 02:25:47] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005416 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003220 10.0.0.27 - - [2025-03-27 02:25:47] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005989 10.0.0.27 - - [2025-03-27 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-03-27 02:25:48] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003278 10.0.0.27 - - [2025-03-27 02:25:48] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003032 10.0.0.27 - - [2025-03-27 02:25:48] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005394 10.0.0.27 - - [2025-03-27 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-03-27 02:25:49] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003350 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002888 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006865 10.0.0.27 - - [2025-03-27 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-03-27 02:25:49] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003763 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003086 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005254 10.0.0.27 - - [2025-03-27 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2025-03-27 02:25:49] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003425 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002919 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005374 10.0.0.27 - - [2025-03-27 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-03-27 02:25:49] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003926 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004340 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005793 10.0.0.27 - - [2025-03-27 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-03-27 02:25:49] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003577 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003097 10.0.0.27 - - [2025-03-27 02:25:49] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005904 10.0.0.27 - - [2025-03-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.27 - - [2025-03-27 02:25:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004040 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004076 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005493 10.0.0.27 - - [2025-03-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2025-03-27 02:25:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003551 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002888 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-network/eb43f208-0fc1-403a-9e35-a153529f84f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005017 10.0.0.27 - - [2025-03-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-03-27 02:25:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003030 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003738 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005295 10.0.0.27 - - [2025-03-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-03-27 02:25:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003720 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003221 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005212 10.0.0.27 - - [2025-03-27 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-27 02:25:50] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003395 10.0.0.27 - - [2025-03-27 02:25:50] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003045 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006318 10.0.0.27 - - [2025-03-27 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2025-03-27 02:25:51] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004499 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-networks?parent_id=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002938 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005290 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-machine/a3de21e5-ba83-405c-8c25-d69a56e20313 HTTP/1.1" 200 1803 0.004510 10.0.0.27 - - [2025-03-27 02:25:51] "GET /domains HTTP/1.1" 200 280 0.002869 10.0.0.27 - - [2025-03-27 02:25:51] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.27 - - [2025-03-27 02:25:51] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2771 0.009029 10.0.0.27 - - [2025-03-27 02:25:51] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.27 - - [2025-03-27 02:25:51] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 4233 0.070899 10.0.0.27 - - [2025-03-27 02:25:51] "GET /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a HTTP/1.1" 200 3784 0.003523 10.0.0.27 - - [2025-03-27 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.27 - - [2025-03-27 02:25:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003450 10.0.0.27 - - [2025-03-27 02:25:51] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005415 10.0.0.27 - - [2025-03-27 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2025-03-27 02:25:51] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003745 10.0.0.27 - - [2025-03-27 02:25:51] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005296 10.0.0.27 - - [2025-03-27 02:25:51] "GET /obj-perms HTTP/1.1" 200 5056 0.053950 10.0.0.27 - - [2025-03-27 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005267 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?fields=routing_instances HTTP/1.1" 200 1683 0.006548 10.0.0.27 - - [2025-03-27 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005636 10.0.0.27 - - [2025-03-27 02:25:51] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?fields=routing_instances HTTP/1.1" 200 1689 0.010489 10.0.0.27 - - [2025-03-27 02:25:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052590 10.0.0.27 - - [2025-03-27 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.033353 10.0.0.27 - - [2025-03-27 02:25:55] "DELETE /access-control-list/6d710015-ddb0-434f-b13e-3316d1e22916 HTTP/1.1" 200 115 0.035999 10.0.0.27 - - [2025-03-27 02:25:55] "POST /neutron/network HTTP/1.1" 200 834 0.006568 10.0.0.27 - - [2025-03-27 02:25:56] "GET /virtual-network/a01c29ec-ab16-42e5-b266-4947fdc38170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005271 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /routing-instance/b40bfcad-8dfd-45cc-9b61-af779a478bbb HTTP/1.1" 200 115 0.024466 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2025-03-27 02:25:56] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003170 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /route-target/b7441f5e-f765-4998-9eb2-d68e81ce7e8d HTTP/1.1" 200 115 0.016431 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.036732 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /routing-instance/5041573a-e315-4da9-b6ba-263ee570abca HTTP/1.1" 200 115 0.042359 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2025-03-27 02:25:56] "POST /neutron/network HTTP/1.1" 200 829 0.007042 10.0.0.27 - - [2025-03-27 02:25:56] "GET /virtual-network/70484eec-e106-4c86-911b-f915a951f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006226 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /route-target/3b064100-c7d3-4233-989b-8bac3d2fa8cb HTTP/1.1" 200 115 0.012679 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /access-control-list/7e914956-530b-463f-bf83-2f54e0fdf1ab HTTP/1.1" 200 115 0.023146 10.0.0.27 - - [2025-03-27 02:25:56] "GET /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004241 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /network-policy/a57a2df4-88e0-4783-872c-38e6c74d2451 HTTP/1.1" 200 115 0.023131 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /service-instance/e06b87e7-d1ea-4f5b-97ae-4822eea1049a HTTP/1.1" 200 115 0.040079 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.012166 10.0.0.27 - - [2025-03-27 02:25:56] "GET /domains HTTP/1.1" 200 280 0.003421 10.0.0.27 - - [2025-03-27 02:25:56] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-03-27 02:25:56] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2771 0.010580 10.0.0.27 - - [2025-03-27 02:25:56] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/da2d882e-fa91-4002-bde1-ba7905883a43 HTTP/1.1" 200 115 0.032604 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.008689 10.0.0.27 - - [2025-03-27 02:25:56] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 3759 0.069261 10.0.0.27 - - [2025-03-27 02:25:56] "GET /virtual-machine/a3de21e5-ba83-405c-8c25-d69a56e20313 HTTP/1.1" 200 1803 0.003755 10.0.0.27 - - [2025-03-27 02:25:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001884 10.0.0.27 - - [2025-03-27 02:25:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004315 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/6f4b86f7-2078-4c37-9c3e-024cae8ca5fe HTTP/1.1" 200 115 0.029660 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.008990 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/bd2038da-7daa-415d-a913-02dee2dab4e4 HTTP/1.1" 200 115 0.023590 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.008776 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011667 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /service-template/8b974656-bdf8-4f18-9f4c-b72a53ba32dc HTTP/1.1" 200 115 0.033672 10.0.0.27 - - [2025-03-27 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004629 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/8045495f-8ad5-4d40-b716-12d4069d72f2 HTTP/1.1" 200 115 0.044493 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/1f9ac30f-d2f9-46bf-bbae-a415bad270f2 HTTP/1.1" 200 115 0.022737 10.0.0.27 - - [2025-03-27 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.011526 10.0.0.27 - - [2025-03-27 02:25:56] "DELETE /instance-ip/75f46d38-74f4-4722-8834-bda8eec63e32 HTTP/1.1" 200 115 0.024009 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/network HTTP/1.1" 200 834 0.009810 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/network HTTP/1.1" 400 204 0.013153 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1086 0.014192 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1112 0.008559 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 151 0.092342 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1083 0.017990 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1109 0.009013 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 3022 0.023153 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1109 0.009372 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 151 0.139481 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 151 0.092096 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1112 0.011604 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 151 0.083019 10.0.0.27 - - [2025-03-27 02:25:57] "POST /neutron/port HTTP/1.1" 200 1112 0.010830 10.0.0.27 - - [2025-03-27 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.096354 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 834 0.005261 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.27 - - [2025-03-27 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.079527 10.0.0.27 - - [2025-03-27 02:25:59] "DELETE /route-target/19d62b35-466d-497d-8a56-9b2776c55a1c HTTP/1.1" 200 115 0.018973 10.0.0.27 - - [2025-03-27 02:25:59] "GET /routing-instance/431f6368-5316-48d5-a0ad-367ff2fe2b9c HTTP/1.1" 404 171 0.003025 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2571 0.048867 10.0.0.27 - - [2025-03-27 02:25:59] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.27 - - [2025-03-27 02:25:59] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2298 0.072377 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 829 0.007288 10.0.0.27 - - [2025-03-27 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001974 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.088322 10.0.0.27 - - [2025-03-27 02:25:59] "DELETE /route-target/5dc91641-d8b1-43b2-a04a-cfb962a11cf6 HTTP/1.1" 200 115 0.021219 10.0.0.27 - - [2025-03-27 02:25:59] "GET /routing-instance/1a368d99-02b3-4921-a5a2-7f3c64a3a4a7 HTTP/1.1" 404 171 0.002761 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002355 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2571 0.050709 10.0.0.27 - - [2025-03-27 02:25:59] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.27 - - [2025-03-27 02:25:59] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 2080 0.069319 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 832 0.005234 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.27 - - [2025-03-27 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.27 - - [2025-03-27 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002044 10.0.0.27 - - [2025-03-27 02:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.081521 10.0.0.27 - - [2025-03-27 02:25:59] "DELETE /route-target/120bb473-ef43-4928-8665-f3d054500aa4 HTTP/1.1" 200 115 0.016992 10.0.0.27 - - [2025-03-27 02:25:59] "GET /routing-instance/8b4cd285-3ca3-4833-b503-f8f128e36ceb HTTP/1.1" 404 171 0.003244 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002712 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.27 - - [2025-03-27 02:25:59] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2571 0.049154 10.0.0.27 - - [2025-03-27 02:25:59] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001730 10.0.0.27 - - [2025-03-27 02:25:59] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 1840 0.069951 10.0.0.27 - - [2025-03-27 02:26:00] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.27 - - [2025-03-27 02:26:00] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027891 10.0.0.27 - - [2025-03-27 02:26:00] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.27 - - [2025-03-27 02:26:00] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?fields=virtual_networks HTTP/1.1" 200 1028 0.063690 10.0.0.27 - - [2025-03-27 02:26:00] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.27 - - [2025-03-27 02:26:00] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023354 10.0.0.27 - - [2025-03-27 02:26:00] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.27 - - [2025-03-27 02:26:00] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?fields=security_groups HTTP/1.1" 200 1252 0.029040 10.0.0.27 - - [2025-03-27 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.024391 10.0.0.27 - - [2025-03-27 02:26:01] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002226 10.0.0.27 - - [2025-03-27 02:26:01] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.27 - - [2025-03-27 02:26:01] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007535 10.0.0.27 - - [2025-03-27 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.001312 10.0.0.27 - - [2025-03-27 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.004218 10.0.0.27 - - [2025-03-27 02:26:01] "POST /security-groups HTTP/1.1" 200 592 0.062950 10.0.0.27 - - [2025-03-27 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.002768 10.0.0.27 - - [2025-03-27 02:26:01] "POST /projects HTTP/1.1" 200 587 0.208625 10.0.0.27 - - [2025-03-27 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.276773 10.0.0.27 - - [2025-03-27 02:26:01] "POST /access-control-lists HTTP/1.1" 200 597 0.062165 10.0.0.27 - - [2025-03-27 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003322 10.0.0.27 - - [2025-03-27 02:26:01] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.398634 10.0.0.27 - - [2025-03-27 02:26:01] "POST /access-control-lists HTTP/1.1" 200 595 0.063838 10.0.0.27 - - [2025-03-27 02:26:02] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.27 - - [2025-03-27 02:26:03] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2025-03-27 02:26:04] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.27 - - [2025-03-27 02:26:04] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045986 10.0.0.27 - - [2025-03-27 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.002461 10.0.0.27 - - [2025-03-27 02:26:04] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014599 10.0.0.27 - - [2025-03-27 02:26:04] "GET /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004307 10.0.0.27 - - [2025-03-27 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-03-27 02:26:04] "GET /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003559 10.0.0.27 - - [2025-03-27 02:26:04] "GET /domains HTTP/1.1" 401 292 0.000637 10.0.0.27 - - [2025-03-27 02:26:04] "GET /domains HTTP/1.1" 200 280 0.024939 10.0.0.27 - - [2025-03-27 02:26:04] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.27 - - [2025-03-27 02:26:04] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.009480 10.0.0.27 - - [2025-03-27 02:26:04] "GET /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866 HTTP/1.1" 200 1439 0.004076 10.0.0.27 - - [2025-03-27 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002416 10.0.0.27 - - [2025-03-27 02:26:04] "POST /network-ipams HTTP/1.1" 200 514 0.015800 10.0.0.27 - - [2025-03-27 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002988 10.0.0.27 - - [2025-03-27 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-03-27 02:26:04] "GET /network-ipam/4ad211af-c92f-4434-be29-a6be5db92322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004542 10.0.0.27 - - [2025-03-27 02:26:04] "PUT /network-ipam/4ad211af-c92f-4434-be29-a6be5db92322 HTTP/1.1" 200 258 0.008949 10.0.0.27 - - [2025-03-27 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.27 - - [2025-03-27 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-03-27 02:26:05] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001539 10.0.0.27 - - [2025-03-27 02:26:05] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026578 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 117 0.026975 10.0.0.27 - - [2025-03-27 02:26:05] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 618 0.061063 10.0.0.27 - - [2025-03-27 02:26:05] "POST /route-targets HTTP/1.1" 200 327 0.017726 10.0.0.27 - - [2025-03-27 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.015895 10.0.0.27 - - [2025-03-27 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002316 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 711 0.191907 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 833 0.006092 10.0.0.27 - - [2025-03-27 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001315 10.0.0.27 - - [2025-03-27 02:26:05] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004922 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 833 0.005703 10.0.0.27 - - [2025-03-27 02:26:05] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004925 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 833 0.005915 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 711 0.007115 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 807 0.011217 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 833 0.006299 10.0.0.27 - - [2025-03-27 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001605 10.0.0.27 - - [2025-03-27 02:26:05] "POST /neutron/network HTTP/1.1" 200 843 0.007163 10.0.0.27 - - [2025-03-27 02:26:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2025-03-27 02:26:06] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.27 - - [2025-03-27 02:26:06] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-03-27 02:26:06] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.27 - - [2025-03-27 02:26:06] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057227 10.0.0.27 - - [2025-03-27 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.011735 10.0.0.27 - - [2025-03-27 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.27 - - [2025-03-27 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.27 - - [2025-03-27 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/network HTTP/1.1" 200 843 0.005626 10.0.0.27 - - [2025-03-27 02:26:07] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 1058 0.224092 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 1058 0.012493 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 1058 0.010153 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 1112 0.069738 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 1086 0.026683 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003335 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.013419 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.27 - - [2025-03-27 02:26:07] "POST /neutron/network HTTP/1.1" 200 833 0.005613 10.0.0.27 - - [2025-03-27 02:26:11] "POST /neutron/port HTTP/1.1" 200 1086 0.015612 10.0.0.27 - - [2025-03-27 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007836 10.0.0.27 - - [2025-03-27 02:26:11] "POST /neutron/port HTTP/1.1" 200 1086 0.017964 10.0.0.27 - - [2025-03-27 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006141 10.0.0.27 - - [2025-03-27 02:26:12] "POST /neutron/port HTTP/1.1" 200 1086 0.014183 10.0.0.27 - - [2025-03-27 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005942 10.0.0.27 - - [2025-03-27 02:26:12] "GET /virtual-machine/6955e292-7f85-4e1c-a981-5019dd9216d3 HTTP/1.1" 200 1293 0.008554 10.0.0.27 - - [2025-03-27 02:26:12] "GET /virtual-machine-interface/9b0dd32b-434a-46bb-b8e5-4eb8c4080975 HTTP/1.1" 200 2965 0.007063 10.0.0.27 - - [2025-03-27 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-03-27 02:26:12] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002839 10.0.0.27 - - [2025-03-27 02:26:12] "GET /virtual-networks?parent_id=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003012 10.0.0.27 - - [2025-03-27 02:26:12] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005149 10.0.0.27 - - [2025-03-27 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-03-27 02:26:15] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005452 10.0.0.27 - - [2025-03-27 02:26:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015909 10.0.0.27 - - [2025-03-27 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006369 10.0.0.27 - - [2025-03-27 02:26:17] "GET /global-system-configs HTTP/1.1" 200 322 0.028789 10.0.0.27 - - [2025-03-27 02:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.065286 10.0.0.27 - - [2025-03-27 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2025-03-27 02:26:17] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003320 10.0.0.27 - - [2025-03-27 02:26:17] "GET /global-system-configs HTTP/1.1" 200 322 0.028070 10.0.0.27 - - [2025-03-27 02:26:17] "GET /virtual-networks?parent_id=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007276 10.0.0.27 - - [2025-03-27 02:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.062364 10.0.0.27 - - [2025-03-27 02:26:17] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005787 10.0.0.27 - - [2025-03-27 02:26:22] "POST /neutron/network HTTP/1.1" 200 807 0.009767 10.0.0.27 - - [2025-03-27 02:26:22] "POST /neutron/network HTTP/1.1" 200 833 0.005424 10.0.0.27 - - [2025-03-27 02:26:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001331 10.0.0.27 - - [2025-03-27 02:26:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013634 10.0.0.27 - - [2025-03-27 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007760 10.0.0.27 - - [2025-03-27 02:26:22] "POST /neutron/network HTTP/1.1" 200 843 0.005879 10.0.0.27 - - [2025-03-27 02:26:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-03-27 02:26:22] "GET / HTTP/1.1" 200 35931 0.002621 10.0.0.27 - - [2025-03-27 02:26:22] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-03-27 02:26:22] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.27 - - [2025-03-27 02:26:22] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044651 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/network HTTP/1.1" 200 833 0.005685 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016723 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006299 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.005814 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.005468 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/network HTTP/1.1" 200 843 0.008408 10.0.0.27 - - [2025-03-27 02:26:23] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002042 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.234740 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008705 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008696 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1112 0.062379 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015422 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003659 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.011466 10.0.0.27 - - [2025-03-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.001703 10.0.0.27 - - [2025-03-27 02:26:24] "POST /neutron/network HTTP/1.1" 200 833 0.006859 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015963 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006272 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/port HTTP/1.1" 200 1086 0.016377 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006357 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015455 10.0.0.27 - - [2025-03-27 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006046 10.0.0.27 - - [2025-03-27 02:26:28] "GET /virtual-machine/d50fb0c8-757d-4f90-b1ba-d30ed09c816b HTTP/1.1" 200 1294 0.005221 10.0.0.27 - - [2025-03-27 02:26:28] "GET /virtual-machine-interface/5ee8368d-0618-407c-9a03-03c089e13cca HTTP/1.1" 200 2964 0.005145 10.0.0.27 - - [2025-03-27 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-03-27 02:26:28] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003162 10.0.0.27 - - [2025-03-27 02:26:28] "GET /virtual-networks?parent_id=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003915 10.0.0.27 - - [2025-03-27 02:26:28] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005747 10.0.0.27 - - [2025-03-27 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.27 - - [2025-03-27 02:26:31] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004730 10.0.0.27 - - [2025-03-27 02:26:32] "POST /neutron/port HTTP/1.1" 200 1086 0.017562 10.0.0.27 - - [2025-03-27 02:26:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005937 10.0.0.27 - - [2025-03-27 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.27 - - [2025-03-27 02:26:33] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004172 10.0.0.27 - - [2025-03-27 02:26:33] "GET /virtual-networks?parent_id=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003158 10.0.0.27 - - [2025-03-27 02:26:33] "GET /virtual-network/70c06bf6-ff82-4791-95ad-64134e0d446b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007052 10.0.0.27 - - [2025-03-27 02:26:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014180 10.0.0.27 - - [2025-03-27 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006196 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 1086 0.017611 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 1086 0.013886 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/network HTTP/1.1" 200 843 0.005643 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003209 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.010404 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.27 - - [2025-03-27 02:26:36] "POST /neutron/network HTTP/1.1" 200 833 0.005272 10.0.0.27 - - [2025-03-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-03-27 02:26:44] "DELETE /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866 HTTP/1.1" 409 235 0.006539 10.0.0.27 - - [2025-03-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.002908 10.0.0.27 - - [2025-03-27 02:26:45] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017082 10.0.0.27 - - [2025-03-27 02:26:45] "GET /virtual-DNS-record/94ebe264-2da6-4811-b9cb-d4b70e1c09d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005392 10.0.0.27 - - [2025-03-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2025-03-27 02:26:45] "GET /virtual-DNS-record/94ebe264-2da6-4811-b9cb-d4b70e1c09d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003476 10.0.0.27 - - [2025-03-27 02:26:45] "GET /domains HTTP/1.1" 200 280 0.002905 10.0.0.27 - - [2025-03-27 02:26:45] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.27 - - [2025-03-27 02:26:45] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2958 0.009076 10.0.0.27 - - [2025-03-27 02:26:45] "GET /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866 HTTP/1.1" 200 1908 0.005146 10.0.0.27 - - [2025-03-27 02:26:45] "GET /virtual-DNS-record/94ebe264-2da6-4811-b9cb-d4b70e1c09d8 HTTP/1.1" 200 1337 0.003345 10.0.0.27 - - [2025-03-27 02:26:46] "DELETE /project/d745b591f8da4b99bfc3cd1994ed278e HTTP/1.1" 404 173 0.005409 10.0.0.27 - - [2025-03-27 02:26:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.27 - - [2025-03-27 02:26:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029753 10.0.0.27 - - [2025-03-27 02:26:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2025-03-27 02:26:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?fields=security_groups HTTP/1.1" 200 1357 0.064843 10.0.0.27 - - [2025-03-27 02:26:46] "DELETE /security-group/73526c0c-d0b1-4ef1-b886-cacc8a1a1781 HTTP/1.1" 200 115 0.033873 10.0.0.27 - - [2025-03-27 02:26:46] "GET /projects?obj_uuids=3602662e-3ce1-477a-b8a7-5c671c79fa81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.27 - - [2025-03-27 02:26:46] "GET /project/3602662e-3ce1-477a-b8a7-5c671c79fa81?fields=application_policy_sets HTTP/1.1" 200 1396 0.030118 10.0.0.27 - - [2025-03-27 02:26:46] "DELETE /access-control-list/f22d8ec2-21db-47c4-8782-2932b9547d31 HTTP/1.1" 200 115 0.056756 10.0.0.27 - - [2025-03-27 02:26:46] "DELETE /access-control-list/204aa591-3416-45c9-91de-61afae087462 HTTP/1.1" 200 115 0.019890 10.0.0.27 - - [2025-03-27 02:26:46] "DELETE /project/3602662e-3ce1-477a-b8a7-5c671c79fa81 HTTP/1.1" 200 115 0.312176 10.0.0.27 - - [2025-03-27 02:26:50] "DELETE /virtual-DNS-record/94ebe264-2da6-4811-b9cb-d4b70e1c09d8 HTTP/1.1" 200 115 0.021872 10.0.0.27 - - [2025-03-27 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.003880 10.0.0.27 - - [2025-03-27 02:26:50] "POST /neutron/network HTTP/1.1" 200 833 0.008709 10.0.0.27 - - [2025-03-27 02:26:50] "POST /neutron/network HTTP/1.1" 400 204 0.010905 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 1086 0.020579 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 1112 0.011257 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 1086 0.023436 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 1112 0.009071 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 151 0.129375 10.0.0.27 - - [2025-03-27 02:26:51] "POST /neutron/port HTTP/1.1" 200 151 0.134542 10.0.0.27 - - [2025-03-27 02:26:52] "GET /obj-perms HTTP/1.1" 200 5056 0.054875 10.0.0.27 - - [2025-03-27 02:26:52] "GET /obj-perms HTTP/1.1" 200 5056 0.044347 10.0.0.27 - - [2025-03-27 02:26:52] "POST /neutron/network HTTP/1.1" 200 833 0.005521 10.0.0.27 - - [2025-03-27 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.27 - - [2025-03-27 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002302 10.0.0.27 - - [2025-03-27 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003255 10.0.0.27 - - [2025-03-27 02:26:53] "POST /neutron/network HTTP/1.1" 200 151 0.141091 10.0.0.27 - - [2025-03-27 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.27 - - [2025-03-27 02:26:53] "DELETE /route-target/bb3609af-8a42-4918-a6fc-afe6cead341d HTTP/1.1" 200 115 0.019967 10.0.0.27 - - [2025-03-27 02:26:53] "DELETE /network-ipam/4ad211af-c92f-4434-be29-a6be5db92322 HTTP/1.1" 200 115 0.023916 10.0.0.27 - - [2025-03-27 02:26:53] "DELETE /virtual-DNS/8f584288-7a56-4f25-8ee5-d9a3304da866 HTTP/1.1" 200 115 0.022298 10.0.0.27 - - [2025-03-27 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.003192 10.0.0.27 - - [2025-03-27 02:26:53] "GET /domains HTTP/1.1" 200 280 0.003416 10.0.0.27 - - [2025-03-27 02:26:53] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.27 - - [2025-03-27 02:26:53] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2574 0.009217 10.0.0.27 - - [2025-03-27 02:26:53] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.27 - - [2025-03-27 02:26:53] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027888 10.0.0.27 - - [2025-03-27 02:26:53] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001113 10.0.0.27 - - [2025-03-27 02:26:53] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?fields=virtual_networks HTTP/1.1" 200 1035 0.073784 10.0.0.27 - - [2025-03-27 02:26:53] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001885 10.0.0.27 - - [2025-03-27 02:26:53] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.030655 10.0.0.27 - - [2025-03-27 02:26:53] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.27 - - [2025-03-27 02:26:53] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?fields=security_groups HTTP/1.1" 200 1262 0.024065 10.0.0.27 - - [2025-03-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.026030 10.0.0.27 - - [2025-03-27 02:26:54] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002490 10.0.0.27 - - [2025-03-27 02:26:54] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001729 10.0.0.27 - - [2025-03-27 02:26:54] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009194 10.0.0.27 - - [2025-03-27 02:26:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.001306 10.0.0.27 - - [2025-03-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.002357 10.0.0.27 - - [2025-03-27 02:26:54] "POST /security-groups HTTP/1.1" 200 592 0.063674 10.0.0.27 - - [2025-03-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.003024 10.0.0.27 - - [2025-03-27 02:26:54] "POST /projects HTTP/1.1" 200 587 0.211147 10.0.0.27 - - [2025-03-27 02:26:54] "POST /access-control-lists HTTP/1.1" 200 597 0.061075 10.0.0.27 - - [2025-03-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.280399 10.0.0.27 - - [2025-03-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002796 10.0.0.27 - - [2025-03-27 02:26:55] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.408816 10.0.0.27 - - [2025-03-27 02:26:55] "POST /access-control-lists HTTP/1.1" 200 595 0.063942 10.0.0.27 - - [2025-03-27 02:26:56] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.27 - - [2025-03-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2025-03-27 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.054814 10.0.0.27 - - [2025-03-27 02:26:57] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001489 10.0.0.27 - - [2025-03-27 02:26:57] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024706 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 117 0.029348 10.0.0.27 - - [2025-03-27 02:26:57] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 606 0.065798 10.0.0.27 - - [2025-03-27 02:26:57] "POST /route-targets HTTP/1.1" 200 327 0.011901 10.0.0.27 - - [2025-03-27 02:26:57] "POST /ref-update HTTP/1.1" 200 156 0.011366 10.0.0.27 - - [2025-03-27 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.179446 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 825 0.005511 10.0.0.27 - - [2025-03-27 02:26:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001647 10.0.0.27 - - [2025-03-27 02:26:57] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004933 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 825 0.006248 10.0.0.27 - - [2025-03-27 02:26:57] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004786 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 825 0.006039 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.007426 10.0.0.27 - - [2025-03-27 02:26:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001427 10.0.0.27 - - [2025-03-27 02:26:57] "POST /neutron/network HTTP/1.1" 200 835 0.005574 10.0.0.27 - - [2025-03-27 02:26:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-03-27 02:26:58] "GET / HTTP/1.1" 200 35931 0.001918 10.0.0.27 - - [2025-03-27 02:26:58] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-03-27 02:26:58] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.27 - - [2025-03-27 02:26:58] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053499 10.0.0.27 - - [2025-03-27 02:26:58] "POST /neutron/network HTTP/1.1" 200 825 0.005646 10.0.0.27 - - [2025-03-27 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.004965 10.0.0.27 - - [2025-03-27 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.004883 10.0.0.27 - - [2025-03-27 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001509 10.0.0.27 - - [2025-03-27 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.005272 10.0.0.27 - - [2025-03-27 02:26:58] "POST /neutron/network HTTP/1.1" 200 835 0.006912 10.0.0.27 - - [2025-03-27 02:26:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000602 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/network HTTP/1.1" 200 835 0.005724 10.0.0.27 - - [2025-03-27 02:26:59] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001765 10.0.0.27 - - [2025-03-27 02:26:59] "GET / HTTP/1.1" 200 35931 0.001617 10.0.0.27 - - [2025-03-27 02:26:59] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1061 0.229876 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1061 0.011088 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1061 0.009501 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1115 0.067586 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1089 0.018728 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.011260 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/network HTTP/1.1" 200 825 0.005285 10.0.0.27 - - [2025-03-27 02:26:59] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001461 10.0.0.27 - - [2025-03-27 02:26:59] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070540 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/network HTTP/1.1" 200 825 0.005366 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 1089 0.019165 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011124 10.0.0.27 - - [2025-03-27 02:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.010638 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1089 0.024925 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006778 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/network HTTP/1.1" 200 835 0.006299 10.0.0.27 - - [2025-03-27 02:27:00] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1061 0.253354 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1061 0.011792 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1061 0.015788 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1115 0.097323 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 1089 0.019573 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003835 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.011557 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.27 - - [2025-03-27 02:27:00] "POST /neutron/network HTTP/1.1" 200 825 0.005735 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015882 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007533 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/port HTTP/1.1" 200 1089 0.016222 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006424 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/port HTTP/1.1" 200 1089 0.020072 10.0.0.27 - - [2025-03-27 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007114 10.0.0.27 - - [2025-03-27 02:27:05] "GET /virtual-machine/bda1d99e-ce02-4a5d-b312-238723b3997e HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-03-27 02:27:05] "GET /virtual-machine/bda1d99e-ce02-4a5d-b312-238723b3997e HTTP/1.1" 200 1294 0.027608 10.0.0.27 - - [2025-03-27 02:27:05] "GET /virtual-machine-interface/08d20e30-a72c-449d-b6dc-de7734dc44da HTTP/1.1" 200 2945 0.007311 10.0.0.27 - - [2025-03-27 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-03-27 02:27:05] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003800 10.0.0.27 - - [2025-03-27 02:27:05] "GET /virtual-networks?parent_id=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003535 10.0.0.27 - - [2025-03-27 02:27:05] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005296 10.0.0.27 - - [2025-03-27 02:27:07] "POST /neutron/port HTTP/1.1" 200 1089 0.015734 10.0.0.27 - - [2025-03-27 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006018 10.0.0.27 - - [2025-03-27 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2025-03-27 02:27:08] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005254 10.0.0.27 - - [2025-03-27 02:27:09] "POST /neutron/port HTTP/1.1" 200 1089 0.017318 10.0.0.27 - - [2025-03-27 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005568 10.0.0.27 - - [2025-03-27 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-03-27 02:27:11] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002923 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-networks?parent_id=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002991 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005892 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016505 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007152 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015807 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007216 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/port HTTP/1.1" 200 1089 0.019797 10.0.0.27 - - [2025-03-27 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007644 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-machine/fba6c16b-4cb8-4c36-b6c6-1fd3f376bb0a HTTP/1.1" 200 1294 0.005902 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-machine-interface/65fad19c-defa-4244-8634-86107088d9ff HTTP/1.1" 200 2945 0.005819 10.0.0.27 - - [2025-03-27 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-03-27 02:27:11] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003172 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-networks?parent_id=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.27 - - [2025-03-27 02:27:11] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005310 10.0.0.27 - - [2025-03-27 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-03-27 02:27:12] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003493 10.0.0.27 - - [2025-03-27 02:27:12] "GET /virtual-networks?parent_id=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002978 10.0.0.27 - - [2025-03-27 02:27:12] "GET /virtual-network/7d5eb656-4f1b-439a-9fd9-a3ef4b61f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005590 10.0.0.27 - - [2025-03-27 02:27:17] "POST /neutron/network HTTP/1.1" 200 825 0.008801 10.0.0.27 - - [2025-03-27 02:27:17] "POST /neutron/network HTTP/1.1" 400 204 0.012526 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 1089 0.018105 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 1115 0.017665 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 1089 0.025466 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 1115 0.013054 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 151 0.147431 10.0.0.27 - - [2025-03-27 02:27:18] "POST /neutron/port HTTP/1.1" 200 151 0.139485 10.0.0.27 - - [2025-03-27 02:27:19] "POST /neutron/network HTTP/1.1" 200 825 0.006130 10.0.0.27 - - [2025-03-27 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.27 - - [2025-03-27 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003044 10.0.0.27 - - [2025-03-27 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004256 10.0.0.27 - - [2025-03-27 02:27:19] "POST /neutron/network HTTP/1.1" 200 151 0.095900 10.0.0.27 - - [2025-03-27 02:27:19] "DELETE /route-target/c85dc03b-335c-422e-88fb-207bf36c0457 HTTP/1.1" 200 115 0.020742 10.0.0.27 - - [2025-03-27 02:27:20] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001768 10.0.0.27 - - [2025-03-27 02:27:20] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036392 10.0.0.27 - - [2025-03-27 02:27:20] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.27 - - [2025-03-27 02:27:20] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?fields=virtual_networks HTTP/1.1" 200 1034 0.071691 10.0.0.27 - - [2025-03-27 02:27:20] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174 10.0.0.27 - - [2025-03-27 02:27:20] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025643 10.0.0.27 - - [2025-03-27 02:27:20] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001722 10.0.0.27 - - [2025-03-27 02:27:20] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?fields=security_groups HTTP/1.1" 200 1261 0.029213 10.0.0.27 - - [2025-03-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.026865 10.0.0.27 - - [2025-03-27 02:27:21] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002654 10.0.0.27 - - [2025-03-27 02:27:21] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.27 - - [2025-03-27 02:27:21] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008276 10.0.0.27 - - [2025-03-27 02:27:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001449 10.0.0.27 - - [2025-03-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.004243 10.0.0.27 - - [2025-03-27 02:27:21] "POST /security-groups HTTP/1.1" 200 591 0.063767 10.0.0.27 - - [2025-03-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003360 10.0.0.27 - - [2025-03-27 02:27:21] "POST /projects HTTP/1.1" 200 585 0.222676 10.0.0.27 - - [2025-03-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.293918 10.0.0.27 - - [2025-03-27 02:27:21] "POST /access-control-lists HTTP/1.1" 200 596 0.061931 10.0.0.27 - - [2025-03-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002807 10.0.0.27 - - [2025-03-27 02:27:21] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.417559 10.0.0.27 - - [2025-03-27 02:27:21] "POST /access-control-lists HTTP/1.1" 200 594 0.064855 10.0.0.27 - - [2025-03-27 02:27:22] "GET / HTTP/1.1" 200 35931 0.003128 10.0.0.27 - - [2025-03-27 02:27:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.27 - - [2025-03-27 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.061183 10.0.0.27 - - [2025-03-27 02:27:23] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.27 - - [2025-03-27 02:27:23] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023695 10.0.0.27 - - [2025-03-27 02:27:23] "POST /neutron/network HTTP/1.1" 200 117 0.029139 10.0.0.27 - - [2025-03-27 02:27:23] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 625 0.075508 10.0.0.27 - - [2025-03-27 02:27:24] "POST /route-targets HTTP/1.1" 200 327 0.012327 10.0.0.27 - - [2025-03-27 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.013585 10.0.0.27 - - [2025-03-27 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004039 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.182020 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 839 0.005573 10.0.0.27 - - [2025-03-27 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.001264 10.0.0.27 - - [2025-03-27 02:27:24] "GET /virtual-network/679f5d4a-cf69-46c9-8d97-6c99196fd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005890 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 839 0.005641 10.0.0.27 - - [2025-03-27 02:27:24] "GET /virtual-network/679f5d4a-cf69-46c9-8d97-6c99196fd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004980 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 839 0.006450 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.007671 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 839 0.005730 10.0.0.27 - - [2025-03-27 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.001270 10.0.0.27 - - [2025-03-27 02:27:24] "POST /neutron/network HTTP/1.1" 200 849 0.005771 10.0.0.27 - - [2025-03-27 02:27:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-03-27 02:27:24] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.27 - - [2025-03-27 02:27:24] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-03-27 02:27:25] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.27 - - [2025-03-27 02:27:25] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046078 10.0.0.27 - - [2025-03-27 02:27:25] "POST /neutron/network HTTP/1.1" 200 839 0.005626 10.0.0.27 - - [2025-03-27 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.006257 10.0.0.27 - - [2025-03-27 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005716 10.0.0.27 - - [2025-03-27 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-03-27 02:27:25] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003165 10.0.0.27 - - [2025-03-27 02:27:25] "PUT /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 276 0.011220 10.0.0.27 - - [2025-03-27 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.006976 10.0.0.27 - - [2025-03-27 02:27:25] "POST /neutron/network HTTP/1.1" 200 849 0.006322 10.0.0.27 - - [2025-03-27 02:27:25] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1055 0.224095 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1055 0.012243 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1055 0.009521 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1109 0.081104 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 1083 0.014596 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003286 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.010971 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.27 - - [2025-03-27 02:27:26] "POST /neutron/network HTTP/1.1" 200 839 0.005850 10.0.0.27 - - [2025-03-27 02:27:30] "POST /neutron/port HTTP/1.1" 200 1083 0.017178 10.0.0.27 - - [2025-03-27 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006820 10.0.0.27 - - [2025-03-27 02:27:30] "POST /neutron/port HTTP/1.1" 200 1083 0.015833 10.0.0.27 - - [2025-03-27 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006460 10.0.0.27 - - [2025-03-27 02:27:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014814 10.0.0.27 - - [2025-03-27 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006121 10.0.0.27 - - [2025-03-27 02:27:31] "GET /virtual-machine/a3661712-cf2b-454e-b8f6-0d8c460f6aed HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-03-27 02:27:31] "GET /virtual-machine/a3661712-cf2b-454e-b8f6-0d8c460f6aed HTTP/1.1" 200 1293 0.032447 10.0.0.27 - - [2025-03-27 02:27:31] "GET /virtual-machine-interface/bc5f000d-9a4a-4493-80e1-914c8266d8ed HTTP/1.1" 200 2971 0.005507 10.0.0.27 - - [2025-03-27 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2025-03-27 02:27:31] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004447 10.0.0.27 - - [2025-03-27 02:27:31] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003961 10.0.0.27 - - [2025-03-27 02:27:31] "GET /virtual-network/679f5d4a-cf69-46c9-8d97-6c99196fd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005859 10.0.0.27 - - [2025-03-27 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-03-27 02:27:34] "GET /virtual-network/679f5d4a-cf69-46c9-8d97-6c99196fd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005257 10.0.0.27 - - [2025-03-27 02:27:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014599 10.0.0.27 - - [2025-03-27 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005903 10.0.0.27 - - [2025-03-27 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-03-27 02:27:36] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003120 10.0.0.27 - - [2025-03-27 02:27:36] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003055 10.0.0.27 - - [2025-03-27 02:27:36] "GET /virtual-network/679f5d4a-cf69-46c9-8d97-6c99196fd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005655 10.0.0.27 - - [2025-03-27 02:27:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016593 10.0.0.27 - - [2025-03-27 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005888 10.0.0.27 - - [2025-03-27 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-03-27 02:27:44] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003127 10.0.0.27 - - [2025-03-27 02:27:44] "PUT /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 276 0.009581 10.0.0.27 - - [2025-03-27 02:27:44] "POST /neutron/network HTTP/1.1" 200 839 0.005816 10.0.0.27 - - [2025-03-27 02:27:44] "POST /neutron/network HTTP/1.1" 400 204 0.011042 10.0.0.27 - - [2025-03-27 02:27:44] "POST /neutron/port HTTP/1.1" 200 1083 0.019186 10.0.0.27 - - [2025-03-27 02:27:44] "POST /neutron/port HTTP/1.1" 200 1109 0.012694 10.0.0.27 - - [2025-03-27 02:27:44] "POST /neutron/port HTTP/1.1" 200 151 0.096355 10.0.0.27 - - [2025-03-27 02:27:46] "POST /neutron/network HTTP/1.1" 200 839 0.007186 10.0.0.27 - - [2025-03-27 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /route-target/99b7eb3d-0b12-4a7a-9d61-1c8d3e5f69ef HTTP/1.1" 200 115 0.013534 10.0.0.27 - - [2025-03-27 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.030031 10.0.0.27 - - [2025-03-27 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.27 - - [2025-03-27 02:27:46] "POST /neutron/network HTTP/1.1" 200 151 0.110369 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /project/446bb05c6dc548fbb678eac23763d52b HTTP/1.1" 404 173 0.042059 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /project/f3c83bd977b1498db3b7c106ba78f34e HTTP/1.1" 404 173 0.047875 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047663 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.052434 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?fields=security_groups HTTP/1.1" 200 1366 0.074502 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?fields=security_groups HTTP/1.1" 200 1367 0.070732 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /security-group/4cabae1a-23f3-449b-a2cc-6aa74fac1dc2 HTTP/1.1" 200 115 0.052958 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=446bb05c-6dc5-48fb-b678-eac23763d52b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /access-control-list/671b4a37-14c7-44cc-8c8f-4716c74b81ff HTTP/1.1" 200 115 0.041327 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/446bb05c-6dc5-48fb-b678-eac23763d52b?fields=application_policy_sets HTTP/1.1" 200 1405 0.045027 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /access-control-list/743076ef-60a5-44fb-971d-3134aaf7b081 HTTP/1.1" 200 115 0.034331 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /security-group/58757b3f-04d0-4f5a-b53b-ce45972b17d3 HTTP/1.1" 200 115 0.058301 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=d745b591-f8da-4b99-bfc3-cd1994ed278e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/d745b591-f8da-4b99-bfc3-cd1994ed278e?fields=application_policy_sets HTTP/1.1" 200 1406 0.038497 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /access-control-list/6e653129-9c93-4dec-8c81-1d5bc91866ac HTTP/1.1" 200 115 0.052952 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /access-control-list/3547fd9b-44eb-4426-8b48-87615f9c08cb HTTP/1.1" 200 115 0.023987 10.0.0.27 - - [2025-03-27 02:27:46] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003928 10.0.0.27 - - [2025-03-27 02:27:46] "DELETE /project/446bb05c-6dc5-48fb-b678-eac23763d52b HTTP/1.1" 200 115 0.496456 10.0.0.27 - - [2025-03-27 02:27:46] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0 HTTP/1.1" 200 1826 0.003530 10.0.0.27 - - [2025-03-27 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.27 - - [2025-03-27 02:27:46] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.27 - - [2025-03-27 02:27:46] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034101 10.0.0.27 - - [2025-03-27 02:27:47] "DELETE /project/d745b591-f8da-4b99-bfc3-cd1994ed278e HTTP/1.1" 200 115 0.569043 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 117 0.006724 10.0.0.27 - - [2025-03-27 02:27:47] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 605 0.070278 10.0.0.27 - - [2025-03-27 02:27:47] "POST /route-targets HTTP/1.1" 200 327 0.011305 10.0.0.27 - - [2025-03-27 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.012883 10.0.0.27 - - [2025-03-27 02:27:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.191661 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 823 0.006490 10.0.0.27 - - [2025-03-27 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001264 10.0.0.27 - - [2025-03-27 02:27:47] "GET /virtual-network/27656f96-055f-4ac3-a11d-1d1ce7a35f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005964 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 823 0.005773 10.0.0.27 - - [2025-03-27 02:27:47] "GET /virtual-network/27656f96-055f-4ac3-a11d-1d1ce7a35f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006268 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 823 0.006222 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.007513 10.0.0.27 - - [2025-03-27 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001328 10.0.0.27 - - [2025-03-27 02:27:47] "POST /neutron/network HTTP/1.1" 200 833 0.007370 10.0.0.27 - - [2025-03-27 02:27:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-03-27 02:27:48] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.27 - - [2025-03-27 02:27:48] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-03-27 02:27:48] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.27 - - [2025-03-27 02:27:48] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050995 10.0.0.27 - - [2025-03-27 02:27:48] "POST /neutron/network HTTP/1.1" 200 823 0.029296 10.0.0.27 - - [2025-03-27 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.27 - - [2025-03-27 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.007087 10.0.0.27 - - [2025-03-27 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.005839 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.006401 10.0.0.27 - - [2025-03-27 02:27:49] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 1059 0.207255 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 1059 0.042530 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 1059 0.011758 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 1113 0.083826 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 1087 0.016299 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.011959 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2025-03-27 02:27:49] "POST /neutron/network HTTP/1.1" 200 823 0.005779 10.0.0.27 - - [2025-03-27 02:27:53] "GET /obj-perms HTTP/1.1" 200 5056 0.046092 10.0.0.27 - - [2025-03-27 02:27:53] "GET /obj-perms HTTP/1.1" 200 5056 0.043680 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/port HTTP/1.1" 200 1087 0.017548 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006072 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/port HTTP/1.1" 200 1087 0.018116 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006743 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/port HTTP/1.1" 200 1087 0.014732 10.0.0.27 - - [2025-03-27 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006264 10.0.0.27 - - [2025-03-27 02:27:53] "GET /virtual-machine/01eb803b-fbea-4be6-8881-6e11761b71d7 HTTP/1.1" 200 1290 0.005417 10.0.0.27 - - [2025-03-27 02:27:53] "GET /virtual-machine-interface/59a5867b-1be5-4be6-90ca-487e0655a97c HTTP/1.1" 200 2941 0.005470 10.0.0.27 - - [2025-03-27 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007559 10.0.0.27 - - [2025-03-27 02:27:54] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003414 10.0.0.27 - - [2025-03-27 02:27:54] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002966 10.0.0.27 - - [2025-03-27 02:27:54] "GET /virtual-network/27656f96-055f-4ac3-a11d-1d1ce7a35f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005736 10.0.0.27 - - [2025-03-27 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-03-27 02:27:57] "GET /virtual-network/27656f96-055f-4ac3-a11d-1d1ce7a35f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005296 10.0.0.27 - - [2025-03-27 02:27:57] "POST /neutron/port HTTP/1.1" 200 1087 0.016466 10.0.0.27 - - [2025-03-27 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007216 10.0.0.27 - - [2025-03-27 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-03-27 02:27:59] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004195 10.0.0.27 - - [2025-03-27 02:27:59] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003432 10.0.0.27 - - [2025-03-27 02:27:59] "GET /virtual-network/27656f96-055f-4ac3-a11d-1d1ce7a35f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005207 10.0.0.27 - - [2025-03-27 02:28:01] "POST /neutron/network HTTP/1.1" 200 823 0.007043 10.0.0.27 - - [2025-03-27 02:28:01] "POST /neutron/network HTTP/1.1" 400 204 0.009336 10.0.0.27 - - [2025-03-27 02:28:01] "POST /neutron/port HTTP/1.1" 200 1087 0.014849 10.0.0.27 - - [2025-03-27 02:28:01] "POST /neutron/port HTTP/1.1" 200 1113 0.009675 10.0.0.27 - - [2025-03-27 02:28:02] "POST /neutron/port HTTP/1.1" 200 151 0.086002 10.0.0.27 - - [2025-03-27 02:28:03] "POST /neutron/network HTTP/1.1" 200 823 0.006547 10.0.0.27 - - [2025-03-27 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-03-27 02:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003418 10.0.0.27 - - [2025-03-27 02:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.27 - - [2025-03-27 02:28:03] "POST /neutron/network HTTP/1.1" 200 151 0.097048 10.0.0.27 - - [2025-03-27 02:28:03] "DELETE /route-target/01a26356-f110-4944-82a8-24c84f50de5d HTTP/1.1" 200 115 0.019510 10.0.0.27 - - [2025-03-27 02:28:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003318 10.0.0.27 - - [2025-03-27 02:28:04] "POST /network-ipams HTTP/1.1" 200 541 0.018776 10.0.0.27 - - [2025-03-27 02:28:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003369 10.0.0.27 - - [2025-03-27 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2025-03-27 02:28:04] "GET /network-ipam/5c46ece0-bc58-426c-8479-e65397087ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.005265 10.0.0.27 - - [2025-03-27 02:28:04] "PUT /network-ipam/5c46ece0-bc58-426c-8479-e65397087ec5 HTTP/1.1" 200 258 0.012339 10.0.0.27 - - [2025-03-27 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-03-27 02:28:04] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.27 - - [2025-03-27 02:28:04] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027263 10.0.0.27 - - [2025-03-27 02:28:04] "POST /neutron/network HTTP/1.1" 200 117 0.008681 10.0.0.27 - - [2025-03-27 02:28:04] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001549 10.0.0.27 - - [2025-03-27 02:28:04] "POST /neutron/network HTTP/1.1" 200 605 0.066760 10.0.0.27 - - [2025-03-27 02:28:04] "POST /route-targets HTTP/1.1" 200 327 0.012858 10.0.0.27 - - [2025-03-27 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.012654 10.0.0.27 - - [2025-03-27 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003034 10.0.0.27 - - [2025-03-27 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.192806 10.0.0.27 - - [2025-03-27 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.27 - - [2025-03-27 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.144363 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.009374 10.0.0.27 - - [2025-03-27 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001545 10.0.0.27 - - [2025-03-27 02:28:05] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006785 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.008214 10.0.0.27 - - [2025-03-27 02:28:05] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005629 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.007682 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007861 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007283 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.009866 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.008603 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007432 10.0.0.27 - - [2025-03-27 02:28:05] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003633 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1017 0.185272 10.0.0.27 - - [2025-03-27 02:28:05] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1017 0.182796 10.0.0.27 - - [2025-03-27 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001418 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1017 0.007861 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1017 0.010307 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/network HTTP/1.1" 200 994 0.009596 10.0.0.27 - - [2025-03-27 02:28:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008291 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.005690 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.004836 10.0.0.27 - - [2025-03-27 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001375 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.006250 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010221 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.011924 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/network HTTP/1.1" 200 994 0.007630 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.015875 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.014683 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.009864 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.006093 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.006192 10.0.0.27 - - [2025-03-27 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001560 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.008894 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/network HTTP/1.1" 200 1004 0.011601 10.0.0.27 - - [2025-03-27 02:28:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010927 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/network HTTP/1.1" 200 1004 0.009464 10.0.0.27 - - [2025-03-27 02:28:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010526 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1017 0.015259 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1109 0.100521 10.0.0.27 - - [2025-03-27 02:28:07] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.27 - - [2025-03-27 02:28:07] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009521 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1083 0.023078 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/network HTTP/1.1" 200 1004 0.009322 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006531 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1017 0.010781 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1017 0.010272 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.025368 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1109 0.102879 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/network HTTP/1.1" 200 994 0.010751 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 1083 0.020010 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004526 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.029490 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.27 - - [2025-03-27 02:28:07] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001651 10.0.0.27 - - [2025-03-27 02:28:07] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079279 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/network HTTP/1.1" 200 994 0.023841 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/network HTTP/1.1" 200 994 0.009431 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 2050 0.036556 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014837 10.0.0.27 - - [2025-03-27 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.007384 10.0.0.27 - - [2025-03-27 02:28:07] "GET /domains HTTP/1.1" 200 280 0.003775 10.0.0.27 - - [2025-03-27 02:28:07] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.27 - - [2025-03-27 02:28:07] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2573 0.008870 10.0.0.27 - - [2025-03-27 02:28:07] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.27 - - [2025-03-27 02:28:08] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e HTTP/1.1" 200 2843 0.068223 10.0.0.27 - - [2025-03-27 02:28:08] "GET /network-ipam/5c46ece0-bc58-426c-8479-e65397087ec5 HTTP/1.1" 200 2600 0.004413 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domains HTTP/1.1" 200 280 0.003561 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001742 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2573 0.009856 10.0.0.27 - - [2025-03-27 02:28:08] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.27 - - [2025-03-27 02:28:08] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e HTTP/1.1" 200 2843 0.080967 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523 HTTP/1.1" 200 3779 0.013280 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523 HTTP/1.1" 200 3779 0.013543 10.0.0.27 - - [2025-03-27 02:28:08] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 200 2380 0.005771 10.0.0.27 - - [2025-03-27 02:28:08] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 200 2380 0.005307 10.0.0.27 - - [2025-03-27 02:28:08] "GET /route-target/9a163ce3-917c-438c-8db7-b83ca088053c HTTP/1.1" 200 1205 0.010289 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/network HTTP/1.1" 200 1004 0.017135 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523 HTTP/1.1" 200 3779 0.010769 10.0.0.27 - - [2025-03-27 02:28:08] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.27 - - [2025-03-27 02:28:08] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 200 2380 0.006006 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005491 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523 HTTP/1.1" 200 3779 0.008883 10.0.0.27 - - [2025-03-27 02:28:08] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 200 2380 0.011027 10.0.0.27 - - [2025-03-27 02:28:08] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 200 2380 0.008398 10.0.0.27 - - [2025-03-27 02:28:08] "GET /route-target/9a163ce3-917c-438c-8db7-b83ca088053c HTTP/1.1" 200 1205 0.007640 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domains HTTP/1.1" 200 280 0.003832 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001746 10.0.0.27 - - [2025-03-27 02:28:08] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2573 0.041744 10.0.0.27 - - [2025-03-27 02:28:08] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.27 - - [2025-03-27 02:28:08] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e HTTP/1.1" 200 3087 0.044428 10.0.0.27 - - [2025-03-27 02:28:08] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523 HTTP/1.1" 200 4037 0.008637 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1055 0.338245 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1055 0.011610 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1055 0.011285 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.101421 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017206 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.27 - - [2025-03-27 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.019446 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/network HTTP/1.1" 200 994 0.011325 10.0.0.27 - - [2025-03-27 02:28:09] "GET /obj-perms HTTP/1.1" 200 5030 0.067286 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/port HTTP/1.1" 200 1083 0.029930 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018547 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/port HTTP/1.1" 200 1083 0.022521 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007974 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/port HTTP/1.1" 200 1083 0.041978 10.0.0.27 - - [2025-03-27 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014466 10.0.0.27 - - [2025-03-27 02:28:09] "GET /virtual-machine/b888723b-b559-403b-bd5c-971a0db6cd81 HTTP/1.1" 200 1289 0.009342 10.0.0.27 - - [2025-03-27 02:28:09] "GET /virtual-machine-interface/8fe57ff5-875c-4716-a9a8-b1ac0c5e7e1e HTTP/1.1" 200 2942 0.010221 10.0.0.27 - - [2025-03-27 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.27 - - [2025-03-27 02:28:09] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003670 10.0.0.27 - - [2025-03-27 02:28:09] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003122 10.0.0.27 - - [2025-03-27 02:28:09] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005744 10.0.0.27 - - [2025-03-27 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2025-03-27 02:28:12] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006061 10.0.0.27 - - [2025-03-27 02:28:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015641 10.0.0.27 - - [2025-03-27 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007227 10.0.0.27 - - [2025-03-27 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2025-03-27 02:28:16] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007036 10.0.0.27 - - [2025-03-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015271 10.0.0.27 - - [2025-03-27 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007122 10.0.0.27 - - [2025-03-27 02:28:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016188 10.0.0.27 - - [2025-03-27 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005885 10.0.0.27 - - [2025-03-27 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-03-27 02:28:19] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003233 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003365 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007810 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016641 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006324 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016488 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007398 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017824 10.0.0.27 - - [2025-03-27 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006832 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-machine/fb2e30ea-e6b9-47b2-bf96-d5f087579c2b HTTP/1.1" 200 1289 0.004942 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-machine-interface/85df1c4c-66c6-42ac-9b29-5db80f09e74e HTTP/1.1" 200 2941 0.006222 10.0.0.27 - - [2025-03-27 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-03-27 02:28:19] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003355 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003154 10.0.0.27 - - [2025-03-27 02:28:19] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008448 10.0.0.27 - - [2025-03-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.27 - - [2025-03-27 02:28:20] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003392 10.0.0.27 - - [2025-03-27 02:28:20] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002921 10.0.0.27 - - [2025-03-27 02:28:21] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005898 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/port HTTP/1.1" 200 1083 0.018699 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007169 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017459 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006877 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/port HTTP/1.1" 200 1083 0.019732 10.0.0.27 - - [2025-03-27 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008013 10.0.0.27 - - [2025-03-27 02:28:21] "GET /virtual-machine/ddca28d9-d113-4572-9360-2d6fbc1cec70 HTTP/1.1" 200 1293 0.005938 10.0.0.27 - - [2025-03-27 02:28:21] "GET /virtual-machine-interface/23be40e6-583e-4d62-b99a-7c51edab5e4b HTTP/1.1" 200 2941 0.005346 10.0.0.27 - - [2025-03-27 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-03-27 02:28:21] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003315 10.0.0.27 - - [2025-03-27 02:28:21] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003189 10.0.0.27 - - [2025-03-27 02:28:21] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005493 10.0.0.27 - - [2025-03-27 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.27 - - [2025-03-27 02:28:22] "GET /global-vrouter-config/70e4e329-10c5-4471-9534-72c299ff3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003145 10.0.0.27 - - [2025-03-27 02:28:22] "GET /virtual-networks?parent_id=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003496 10.0.0.27 - - [2025-03-27 02:28:22] "GET /virtual-network/79fa81d7-411c-48a3-b67d-908421963523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005304 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 1083 0.017146 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 1083 0.020256 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/network HTTP/1.1" 200 1004 0.007601 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003332 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.013422 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/network HTTP/1.1" 200 994 0.008384 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 1109 0.013943 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009051 10.0.0.27 - - [2025-03-27 02:28:38] "POST /neutron/port HTTP/1.1" 200 151 0.108936 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1109 0.016530 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1109 0.009847 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.130814 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1083 0.024549 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/network HTTP/1.1" 200 994 0.010494 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 1109 0.010337 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/network HTTP/1.1" 400 204 0.013172 10.0.0.27 - - [2025-03-27 02:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.093049 10.0.0.27 - - [2025-03-27 02:28:41] "POST /neutron/network HTTP/1.1" 200 994 0.007359 10.0.0.27 - - [2025-03-27 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.27 - - [2025-03-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.27 - - [2025-03-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.27 - - [2025-03-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002720 10.0.0.27 - - [2025-03-27 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.27 - - [2025-03-27 02:28:41] "POST /neutron/network HTTP/1.1" 200 151 0.115488 10.0.0.27 - - [2025-03-27 02:28:41] "DELETE /route-target/9a163ce3-917c-438c-8db7-b83ca088053c HTTP/1.1" 200 115 0.034985 10.0.0.27 - - [2025-03-27 02:28:41] "GET /routing-instance/7dbc301e-59d8-4f43-b2a9-d38f337093af HTTP/1.1" 404 171 0.002542 10.0.0.27 - - [2025-03-27 02:28:41] "GET /domains HTTP/1.1" 200 280 0.002407 10.0.0.27 - - [2025-03-27 02:28:41] "GET /domains?obj_uuids=3a2a0a2d-2877-49b8-b25f-09507f0c252d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.27 - - [2025-03-27 02:28:41] "GET /domain/3a2a0a2d-2877-49b8-b25f-09507f0c252d HTTP/1.1" 200 2573 0.048195 10.0.0.27 - - [2025-03-27 02:28:41] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.27 - - [2025-03-27 02:28:41] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e HTTP/1.1" 200 2086 0.070131 10.0.0.27 - - [2025-03-27 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-03-27 02:28:41] "DELETE /network-ipam/5c46ece0-bc58-426c-8479-e65397087ec5 HTTP/1.1" 200 115 0.029991 10.0.0.27 - - [2025-03-27 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003967 10.0.0.27 - - [2025-03-27 02:28:41] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.27 - - [2025-03-27 02:28:41] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053555 10.0.0.27 - - [2025-03-27 02:28:41] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002409 10.0.0.27 - - [2025-03-27 02:28:42] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?fields=virtual_networks HTTP/1.1" 200 1033 0.072057 10.0.0.27 - - [2025-03-27 02:28:42] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.27 - - [2025-03-27 02:28:42] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.030531 10.0.0.27 - - [2025-03-27 02:28:42] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.27 - - [2025-03-27 02:28:42] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?fields=security_groups HTTP/1.1" 200 1259 0.029261 10.0.0.27 - - [2025-03-27 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.005273 10.0.0.27 - - [2025-03-27 02:28:44] "POST /neutron/port HTTP/1.1" 400 205 0.003830 10.0.0.27 - - [2025-03-27 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.005295 10.0.0.27 - - [2025-03-27 02:28:44] "POST /neutron/port HTTP/1.1" 400 205 0.004101 10.0.0.27 - - [2025-03-27 02:28:47] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.27 - - [2025-03-27 02:28:47] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.030611 10.0.0.27 - - [2025-03-27 02:28:47] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.27 - - [2025-03-27 02:28:47] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?fields=security_groups HTTP/1.1" 200 1364 0.077736 10.0.0.27 - - [2025-03-27 02:28:47] "DELETE /security-group/59466a68-2d99-44c5-87dd-b2b9d2890a94 HTTP/1.1" 200 115 0.037981 10.0.0.27 - - [2025-03-27 02:28:47] "GET /projects?obj_uuids=f3c83bd9-77b1-498d-b3b7-c106ba78f34e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.27 - - [2025-03-27 02:28:47] "GET /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e?fields=application_policy_sets HTTP/1.1" 200 1403 0.030086 10.0.0.27 - - [2025-03-27 02:28:47] "DELETE /access-control-list/d9b26a13-06c5-4f27-9cb3-4378a41e94be HTTP/1.1" 200 115 0.040954 10.0.0.27 - - [2025-03-27 02:28:47] "DELETE /access-control-list/f85ed2e3-e794-4687-b2b4-6a6793674cf2 HTTP/1.1" 200 115 0.024280 10.0.0.27 - - [2025-03-27 02:28:47] "DELETE /project/f3c83bd9-77b1-498d-b3b7-c106ba78f34e HTTP/1.1" 200 115 0.353419 10.0.0.27 - - [2025-03-27 02:28:50] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.27 - - [2025-03-27 02:28:51] "GET /project/2ba2322f-4694-4e77-8655-7740cd42a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000717