++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jan 27 02:28:30 UTC 2025 ===================' INFO: =================== Mon Jan 27 02:28:30 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 ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.28 ++ 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.28 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.28 ++ ANALYTICSDB_NODES=10.0.0.28 ++ ANALYTICS_SNMP_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8081 ' +++ '[' -n '10.0.0.28:8081 ' ']' +++ echo 10.0.0.28:8081 ++ ANALYTICS_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9042 ' +++ '[' -n '10.0.0.28:9042 ' ']' +++ echo 10.0.0.28:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.28:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8086 ' +++ '[' -n '10.0.0.28:8086 ' ']' +++ echo 10.0.0.28:8086 ++ COLLECTOR_SERVERS=10.0.0.28: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.28 ++ CONFIGDB_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:8082 ' +++ '[' -n '10.0.0.28:8082 ' ']' +++ echo 10.0.0.28:8082 ++ CONFIG_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9161 ' +++ '[' -n '10.0.0.28:9161 ' ']' +++ echo 10.0.0.28:9161 ++ CONFIGDB_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9041 ' +++ '[' -n '10.0.0.28:9041 ' ']' +++ echo 10.0.0.28:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.28:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+=10.0.0.28:2181, +++ '[' -n 10.0.0.28:2181, ']' +++ echo 10.0.0.28:2181 ++ ZOOKEEPER_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:2181 ' +++ '[' -n '10.0.0.28:2181 ' ']' +++ echo 10.0.0.28:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.28:2181 ++ RABBITMQ_NODES=10.0.0.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+=10.0.0.28:5673, +++ '[' -n 10.0.0.28:5673, ']' +++ echo 10.0.0.28:5673 ++ RABBITMQ_SERVERS=10.0.0.28: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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:6379 ' +++ '[' -n '10.0.0.28:6379 ' ']' +++ echo 10.0.0.28:6379 ++ REDIS_SERVERS=10.0.0.28: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.28 ++ 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.28 +++ local server_address=10.0.0.28 +++ extended_server_list+='10.0.0.28:9092 ' +++ '[' -n '10.0.0.28:9092 ' ']' +++ echo 10.0.0.28:9092 ++ KAFKA_SERVERS=10.0.0.28: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.28 ++ 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.28 ++ 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.28 ++ 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.28 ++ cut -d , -f 1 + local cassandra=10.0.0.28 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.28 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.28 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.28 +++ 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.28,10.20.0.17,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.28'\''))' +++ local server_ip=10.0.0.28 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.28 ]] +++ [[ ,10.0.0.28,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.28, ]] +++ echo 10.0.0.28 1 +++ return ++ local ip=10.0.0.28 ++ [[ -z 10.0.0.28 ]] ++ echo 10.0.0.28 + host_ip=10.0.0.28 + [[ cql == \c\q\l ]] ++ echo 10.0.0.28:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.28:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.28: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 01/27/2025 02:28:39.312 7fe455192bc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/27/2025 02:28:39.456 7fe455192bc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/27/2025 02:28:39.469 7fe455192bc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/27/2025 02:28:39.469 7fe455192bc8 [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.28:8082/ Hit Ctrl-C to quit. 10.0.0.28 - - [2025-01-27 02:28:44] "GET / HTTP/1.1" 503 181 0.000811 10.0.0.28 - - [2025-01-27 02:28:44] "GET / HTTP/1.1" 503 181 0.000177 10.0.0.28 - - [2025-01-27 02:28:45] "GET / HTTP/1.1" 200 35931 0.001701 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.28 - - [2025-01-27 02:28:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.001071 10.0.0.28 - - [2025-01-27 02:28:45] "GET / HTTP/1.1" 200 45871 0.001397 10.0.0.28 - - [2025-01-27 02:28:45] "GET / HTTP/1.1" 200 45871 0.001274 10.0.0.28 - - [2025-01-27 02:28:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.28 - - [2025-01-27 02:28:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000286 10.0.0.28 - - [2025-01-27 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.888814 10.0.0.28 - - [2025-01-27 02:28:46] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005844 10.0.0.28 - - [2025-01-27 02:28:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.613250 10.0.0.28 - - [2025-01-27 02:28:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002649 10.0.0.28 - - [2025-01-27 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.345731 10.0.0.28 - - [2025-01-27 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.28 - - [2025-01-27 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002833 10.0.0.28 - - [2025-01-27 02:28:46] "POST /config-nodes HTTP/1.1" 200 599 0.044709 /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.28 - - [2025-01-27 02:28:46] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.28 - - [2025-01-27 02:28:46] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.28 - - [2025-01-27 02:28:47] "GET / HTTP/1.1" 200 35931 0.001327 10.0.0.28 - - [2025-01-27 02:28:47] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000408 10.0.0.28 - - [2025-01-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.28 - - [2025-01-27 02:28:47] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.28 - - [2025-01-27 02:28:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.306843 10.0.0.28 - - [2025-01-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.028746 10.0.0.28 - - [2025-01-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.28 - - [2025-01-27 02:28:47] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009117 10.0.0.28 - - [2025-01-27 02:28:47] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021572 10.0.0.28 - - [2025-01-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.003553 10.0.0.28 - - [2025-01-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.28 - - [2025-01-27 02:28:47] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011111 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-appliance-sets HTTP/1.1" 200 541 0.025135 10.0.0.28 - - [2025-01-27 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.28 - - [2025-01-27 02:28:48] "GET /network-ipam/714ed87d-5547-42b5-8061-ca6230ef3bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.077837 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-templates HTTP/1.1" 200 511 0.062763 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-templates HTTP/1.1" 200 501 0.054628 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-templates HTTP/1.1" 200 515 0.045498 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-templates HTTP/1.1" 200 535 0.039384 10.0.0.28 - - [2025-01-27 02:28:48] "POST /service-templates HTTP/1.1" 200 507 0.060782 10.0.0.28 - - [2025-01-27 02:28:50] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.28 - - [2025-01-27 02:28:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.28 - - [2025-01-27 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.022396 10.0.0.28 - - [2025-01-27 02:28:50] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005430 10.0.0.28 - - [2025-01-27 02:28:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000387 10.0.0.28 - - [2025-01-27 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003405 10.0.0.28 - - [2025-01-27 02:28:50] "POST /config-database-nodes HTTP/1.1" 200 617 0.023978 10.0.0.28 - - [2025-01-27 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022826 10.0.0.28 - - [2025-01-27 02:28:51] "GET /network-ipam/714ed87d-5547-42b5-8061-ca6230ef3bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003430 10.0.0.28 - - [2025-01-27 02:28:51] "POST /fqname-to-id HTTP/1.1" 404 225 0.002589 10.0.0.28 - - [2025-01-27 02:28:51] "POST /access-control-lists HTTP/1.1" 200 587 0.015943 10.0.0.28 - - [2025-01-27 02:28:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.003591 10.0.0.28 - - [2025-01-27 02:28:51] "POST /access-control-lists HTTP/1.1" 200 585 0.016467 10.0.0.28 - - [2025-01-27 02:28:51] "POST /route-targets HTTP/1.1" 200 327 0.010622 10.0.0.28 - - [2025-01-27 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.28 - - [2025-01-27 02:28:51] "POST /route-targets HTTP/1.1" 200 327 0.010389 10.0.0.28 - - [2025-01-27 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.012506 10.0.0.28 - - [2025-01-27 02:28:52] "POST /route-targets HTTP/1.1" 200 327 0.009912 10.0.0.28 - - [2025-01-27 02:28:52] "POST /ref-update HTTP/1.1" 200 156 0.012437 10.0.0.28 - - [2025-01-27 02:28:52] "POST /route-targets HTTP/1.1" 200 327 0.010487 10.0.0.28 - - [2025-01-27 02:28:52] "POST /ref-update HTTP/1.1" 200 156 0.010741 10.0.0.28 - - [2025-01-27 02:28:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.002648 10.0.0.28 - - [2025-01-27 02:28:52] "POST /access-control-lists HTTP/1.1" 200 551 0.061154 10.0.0.28 - - [2025-01-27 02:28:52] "PUT /access-control-list/b8189dc8-0f89-4c05-8883-a22a505a230e HTTP/1.1" 200 272 0.011866 10.0.0.28 - - [2025-01-27 02:28:52] "PUT /access-control-list/6a7b11e3-c5c5-4ef8-a9ae-a1fbb17ae48d HTTP/1.1" 200 272 0.011133 10.0.0.28 - - [2025-01-27 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.28 - - [2025-01-27 02:28:52] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.005775 10.0.0.28 - - [2025-01-27 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.28 - - [2025-01-27 02:28:52] "PUT /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 276 0.011678 10.0.0.28 - - [2025-01-27 02:28:53] "GET / HTTP/1.1" 200 35931 0.002119 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 401 292 0.000447 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 581 0.061467 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 575 0.021935 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 575 0.018685 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 559 0.028048 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 555 0.023662 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 557 0.026206 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 565 0.021015 10.0.0.28 - - [2025-01-27 02:28:53] "POST /alarms HTTP/1.1" 200 549 0.029347 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 557 0.021257 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 567 0.018538 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 555 0.019630 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 567 0.016553 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 575 0.057154 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 569 0.023402 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 561 0.018029 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 561 0.016580 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 561 0.017034 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 547 0.018038 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 595 0.019105 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 575 0.022417 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 571 0.016967 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 583 0.020985 10.0.0.28 - - [2025-01-27 02:28:54] "POST /alarms HTTP/1.1" 200 609 0.016522 10.0.0.28 - - [2025-01-27 02:28:55] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.28 - - [2025-01-27 02:28:55] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000402 10.0.0.28 - - [2025-01-27 02:28:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029773 10.0.0.28 - - [2025-01-27 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.28 - - [2025-01-27 02:28:55] "PUT /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 276 0.009150 10.0.0.28 - - [2025-01-27 02:28:56] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.28 - - [2025-01-27 02:28:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.28 - - [2025-01-27 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023329 10.0.0.28 - - [2025-01-27 02:28:56] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003886 10.0.0.28 - - [2025-01-27 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.28 - - [2025-01-27 02:28:56] "PUT /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 276 0.016031 10.0.0.28 - - [2025-01-27 02:28:56] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.28 - - [2025-01-27 02:28:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.28 - - [2025-01-27 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.021116 10.0.0.28 - - [2025-01-27 02:28:57] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005965 10.0.0.28 - - [2025-01-27 02:28:57] "PUT /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f HTTP/1.1" 200 274 0.023173 10.0.0.28 - - [2025-01-27 02:29:23] "GET /global-system-configs HTTP/1.1" 200 322 0.602574 10.0.0.28 - - [2025-01-27 02:29:24] "GET /global-system-configs HTTP/1.1" 200 322 0.315495 10.0.0.28 - - [2025-01-27 02:30:13] "GET / HTTP/1.1" 200 35931 0.002676 10.0.0.28 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.28 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.023463 10.0.0.28 - - [2025-01-27 02:30:13] "GET /routing-instance/beae92d6-3320-4d2a-926b-f6ac0b9cf56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004889 10.0.0.28 - - [2025-01-27 02:30:13] "POST /bgp-routers HTTP/1.1" 200 620 0.019778 10.0.0.28 - - [2025-01-27 02:30:13] "GET /bgp-router/bff1175e-bc6b-43ce-9b06-da005cd528d5?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005738 10.0.0.28 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.28 - - [2025-01-27 02:30:13] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007245 10.0.0.28 - - [2025-01-27 02:30:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003851 10.0.0.28 - - [2025-01-27 02:30:13] "POST /ref-update HTTP/1.1" 200 156 0.018745 10.0.0.28 - - [2025-01-27 02:31:05] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.28 - - [2025-01-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.28 - - [2025-01-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.033618 10.0.0.28 - - [2025-01-27 02:31:05] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007568 10.0.0.28 - - [2025-01-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.004604 10.0.0.28 - - [2025-01-27 02:31:06] "POST /database-nodes HTTP/1.1" 200 603 0.027400 10.0.0.28 - - [2025-01-27 02:31:56] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.28 - - [2025-01-27 02:31:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.28 - - [2025-01-27 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.033588 10.0.0.28 - - [2025-01-27 02:31:57] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007193 10.0.0.28 - - [2025-01-27 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.004810 10.0.0.28 - - [2025-01-27 02:31:57] "POST /analytics-nodes HTTP/1.1" 200 605 0.021438 10.0.0.28 - - [2025-01-27 02:32:03] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.28 - - [2025-01-27 02:32:14] "GET / HTTP/1.1" 200 35931 0.001406 10.0.0.28 - - [2025-01-27 02:32:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.28 - - [2025-01-27 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.027838 10.0.0.28 - - [2025-01-27 02:32:15] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005843 10.0.0.28 - - [2025-01-27 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.002865 10.0.0.28 - - [2025-01-27 02:32:15] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.033113 10.0.0.28 - - [2025-01-27 02:32:27] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.28 - - [2025-01-27 02:32:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.28 - - [2025-01-27 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.022447 10.0.0.28 - - [2025-01-27 02:32:28] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005550 10.0.0.28 - - [2025-01-27 02:32:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.002989 10.0.0.28 - - [2025-01-27 02:32:28] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022293 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.28 - - [2025-01-27 02:32:50] "GET /obj-perms HTTP/1.1" 200 5056 0.371063 10.0.0.28 - - [2025-01-27 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.049462 10.0.0.28 - - [2025-01-27 02:33:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059396 10.0.0.28 - - [2025-01-27 02:33:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052138 10.0.0.28 - - [2025-01-27 02:34:08] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.28 - - [2025-01-27 02:34:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025536 10.0.0.28 - - [2025-01-27 02:34:09] "GET /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007152 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.28 - - [2025-01-27 02:34:09] "GET /routing-instance/beae92d6-3320-4d2a-926b-f6ac0b9cf56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003985 10.0.0.28 - - [2025-01-27 02:34:09] "PUT /global-system-config/e1ecc668-92df-4c8a-a043-95aece5bcc2f HTTP/1.1" 200 274 0.009668 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 218 0.002816 10.0.0.28 - - [2025-01-27 02:34:09] "POST /virtual-routers HTTP/1.1" 200 603 0.022855 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.28 - - [2025-01-27 02:34:09] "GET /virtual-router/f7b06a4a-e1a3-4721-9775-bb769060d904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005225 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.002794 10.0.0.28 - - [2025-01-27 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.28 - - [2025-01-27 02:34:09] "GET /virtual-network/790e6517-f251-4f37-a8c6-7835788f3372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005225 10.0.0.28 - - [2025-01-27 02:34:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040808 10.0.0.28 - - [2025-01-27 02:34:10] "PUT /access-control-list/b6cc3175-dcb1-48e0-a1e8-9852a6ff2190 HTTP/1.1" 200 272 0.034807 10.0.0.28 - - [2025-01-27 02:34:20] "GET /global-system-configs HTTP/1.1" 200 322 0.006606 10.0.0.28 - - [2025-01-27 02:34:20] "GET /obj-perms HTTP/1.1" 200 5056 0.025577 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:34:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000827 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:34:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000782 10.0.0.28 - - [2025-01-27 02:34:22] "GET /global-system-configs HTTP/1.1" 200 322 0.052750 10.0.0.28 - - [2025-01-27 02:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.075460 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:34:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000768 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:34:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000853 10.0.0.28 - - [2025-01-27 02:34:52] "GET /obj-perms HTTP/1.1" 200 5056 0.050077 10.0.0.28 - - [2025-01-27 02:34:52] "GET /obj-perms HTTP/1.1" 200 5056 0.042410 10.0.0.28 - - [2025-01-27 02:35:19] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.28 - - [2025-01-27 02:35:20] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000704 10.0.0.28 - - [2025-01-27 02:35:20] "GET /projects?obj_uuids=eb131cb3-2a3c-4fe1-b10f-edb4e2da000b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.021004 10.0.0.28 - - [2025-01-27 02:35:21] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.28 - - [2025-01-27 02:35:21] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038295 10.0.0.28 - - [2025-01-27 02:35:21] "POST /id-to-fqname HTTP/1.1" 200 167 0.003040 10.0.0.28 - - [2025-01-27 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 176 0.004272 10.0.0.28 - - [2025-01-27 02:35:21] "POST /security-groups HTTP/1.1" 200 568 0.068063 10.0.0.28 - - [2025-01-27 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003524 10.0.0.28 - - [2025-01-27 02:35:21] "POST /projects HTTP/1.1" 200 539 0.257222 10.0.0.28 - - [2025-01-27 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.327602 10.0.0.28 - - [2025-01-27 02:35:21] "POST /access-control-lists HTTP/1.1" 200 573 0.063576 10.0.0.28 - - [2025-01-27 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.002566 10.0.0.28 - - [2025-01-27 02:35:21] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.491269 10.0.0.28 - - [2025-01-27 02:35:21] "POST /access-control-lists HTTP/1.1" 200 571 0.060246 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:35:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001029 10.0.0.28 - - [2025-01-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.020393 10.0.0.28 - - [2025-01-27 02:35:22] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002533 10.0.0.28 - - [2025-01-27 02:35:22] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.28 - - [2025-01-27 02:35:22] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007847 10.0.0.28 - - [2025-01-27 02:35:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.001266 10.0.0.28 - - [2025-01-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.003009 10.0.0.28 - - [2025-01-27 02:35:22] "POST /security-groups HTTP/1.1" 200 602 0.069872 10.0.0.28 - - [2025-01-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.003299 10.0.0.28 - - [2025-01-27 02:35:22] "POST /projects HTTP/1.1" 200 607 0.333747 10.0.0.28 - - [2025-01-27 02:35:22] "POST /access-control-lists HTTP/1.1" 200 607 0.061320 10.0.0.28 - - [2025-01-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.403333 10.0.0.28 - - [2025-01-27 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.003637 10.0.0.28 - - [2025-01-27 02:35:22] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.531975 10.0.0.28 - - [2025-01-27 02:35:22] "POST /access-control-lists HTTP/1.1" 200 605 0.060542 10.0.0.28 - - [2025-01-27 02:35:23] "GET / HTTP/1.1" 200 35931 0.001818 10.0.0.28 - - [2025-01-27 02:35:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.28 - - [2025-01-27 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.047829 10.0.0.28 - - [2025-01-27 02:35:24] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.28 - - [2025-01-27 02:35:24] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.034940 10.0.0.28 - - [2025-01-27 02:35:24] "POST /neutron/network HTTP/1.1" 200 117 0.036661 10.0.0.28 - - [2025-01-27 02:35:25] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001065 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/network HTTP/1.1" 200 620 0.081220 10.0.0.28 - - [2025-01-27 02:35:25] "POST /route-targets HTTP/1.1" 200 327 0.011157 10.0.0.28 - - [2025-01-27 02:35:25] "POST /ref-update HTTP/1.1" 200 156 0.017527 10.0.0.28 - - [2025-01-27 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003082 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.201857 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/network HTTP/1.1" 200 840 0.024274 10.0.0.28 - - [2025-01-27 02:35:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001216 10.0.0.28 - - [2025-01-27 02:35:25] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006551 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/network HTTP/1.1" 200 840 0.006003 10.0.0.28 - - [2025-01-27 02:35:25] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006113 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/network HTTP/1.1" 200 840 0.006101 10.0.0.28 - - [2025-01-27 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.011885 10.0.0.28 - - [2025-01-27 02:35:25] "GET /domains HTTP/1.1" 401 292 0.000474 10.0.0.28 - - [2025-01-27 02:35:25] "GET /domains HTTP/1.1" 200 280 0.024860 10.0.0.28 - - [2025-01-27 02:35:25] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002235 10.0.0.28 - - [2025-01-27 02:35:25] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2585 0.014318 10.0.0.28 - - [2025-01-27 02:35:25] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001383 10.0.0.28 - - [2025-01-27 02:35:26] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a HTTP/1.1" 200 2168 0.076847 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b HTTP/1.1" 200 2345 0.007826 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b HTTP/1.1" 200 2345 0.004696 10.0.0.28 - - [2025-01-27 02:35:26] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 200 1494 0.003400 10.0.0.28 - - [2025-01-27 02:35:26] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 200 1494 0.003234 10.0.0.28 - - [2025-01-27 02:35:26] "GET /route-target/3d0207f2-217f-4d85-a8ee-d386aa4ad945 HTTP/1.1" 200 1219 0.003855 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b HTTP/1.1" 200 2345 0.007595 10.0.0.28 - - [2025-01-27 02:35:26] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 200 1494 0.003159 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004504 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b HTTP/1.1" 200 2345 0.004536 10.0.0.28 - - [2025-01-27 02:35:26] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 200 1494 0.002935 10.0.0.28 - - [2025-01-27 02:35:26] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 200 1494 0.003376 10.0.0.28 - - [2025-01-27 02:35:26] "GET /route-target/3d0207f2-217f-4d85-a8ee-d386aa4ad945 HTTP/1.1" 200 1219 0.002674 10.0.0.28 - - [2025-01-27 02:35:26] "GET /domains HTTP/1.1" 200 280 0.002677 10.0.0.28 - - [2025-01-27 02:35:26] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.28 - - [2025-01-27 02:35:26] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2585 0.006360 10.0.0.28 - - [2025-01-27 02:35:26] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.28 - - [2025-01-27 02:35:26] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a HTTP/1.1" 200 2168 0.084512 10.0.0.28 - - [2025-01-27 02:35:26] "GET /virtual-network/59c02c5f-3ab5-40e2-b2ca-6477cc4bea4b HTTP/1.1" 200 2345 0.004761 10.0.0.28 - - [2025-01-27 02:35:26] "GET /obj-perms HTTP/1.1" 200 5052 0.040976 10.0.0.28 - - [2025-01-27 02:35:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001580 10.0.0.28 - - [2025-01-27 02:35:28] "POST /neutron/network HTTP/1.1" 200 850 0.006647 10.0.0.28 - - [2025-01-27 02:35:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.28 - - [2025-01-27 02:35:28] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.28 - - [2025-01-27 02:35:28] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.28 - - [2025-01-27 02:35:28] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001014 10.0.0.28 - - [2025-01-27 02:35:28] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.053381 10.0.0.28 - - [2025-01-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 840 0.028113 10.0.0.28 - - [2025-01-27 02:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.005036 10.0.0.28 - - [2025-01-27 02:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.005530 10.0.0.28 - - [2025-01-27 02:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.005193 10.0.0.28 - - [2025-01-27 02:35:30] "POST /neutron/network HTTP/1.1" 200 850 0.005756 10.0.0.28 - - [2025-01-27 02:35:30] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001735 10.0.0.28 - - [2025-01-27 02:35:30] "POST /neutron/port HTTP/1.1" 200 1072 0.211297 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1072 0.027850 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1072 0.009104 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1126 0.097592 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1100 0.014655 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.017030 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.28 - - [2025-01-27 02:35:31] "POST /neutron/network HTTP/1.1" 200 840 0.006695 10.0.0.28 - - [2025-01-27 02:35:34] "POST /neutron/port HTTP/1.1" 200 1100 0.014159 10.0.0.28 - - [2025-01-27 02:35:34] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005508 10.0.0.28 - - [2025-01-27 02:35:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003060 10.0.0.28 - - [2025-01-27 02:35:35] "GET /obj-perms HTTP/1.1" 200 5052 0.003258 10.0.0.28 - - [2025-01-27 02:35:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003649 10.0.0.28 - - [2025-01-27 02:35:37] "GET /obj-perms HTTP/1.1" 200 5052 0.005462 10.0.0.28 - - [2025-01-27 02:35:39] "GET /obj-perms HTTP/1.1" 200 5052 0.003448 10.0.0.28 - - [2025-01-27 02:35:40] "POST /neutron/network HTTP/1.1" 200 840 0.005891 10.0.0.28 - - [2025-01-27 02:35:40] "POST /neutron/network HTTP/1.1" 400 204 0.011751 10.0.0.28 - - [2025-01-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1100 0.025561 10.0.0.28 - - [2025-01-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 1126 0.011060 10.0.0.28 - - [2025-01-27 02:35:40] "POST /neutron/port HTTP/1.1" 200 151 0.134379 10.0.0.28 - - [2025-01-27 02:35:42] "POST /neutron/network HTTP/1.1" 200 840 0.008151 10.0.0.28 - - [2025-01-27 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.28 - - [2025-01-27 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004470 10.0.0.28 - - [2025-01-27 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.28 - - [2025-01-27 02:35:42] "POST /neutron/network HTTP/1.1" 200 151 0.125333 10.0.0.28 - - [2025-01-27 02:35:42] "DELETE /route-target/3d0207f2-217f-4d85-a8ee-d386aa4ad945 HTTP/1.1" 200 115 0.030325 10.0.0.28 - - [2025-01-27 02:35:42] "GET /routing-instance/30368fbb-2d56-40ab-966e-d725afe82701 HTTP/1.1" 404 171 0.002722 10.0.0.28 - - [2025-01-27 02:35:42] "GET /domains HTTP/1.1" 200 280 0.002239 10.0.0.28 - - [2025-01-27 02:35:42] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.28 - - [2025-01-27 02:35:42] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2585 0.059443 10.0.0.28 - - [2025-01-27 02:35:42] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.28 - - [2025-01-27 02:35:42] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a HTTP/1.1" 200 1918 0.068668 10.0.0.28 - - [2025-01-27 02:35:42] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001426 10.0.0.28 - - [2025-01-27 02:35:42] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.030768 10.0.0.28 - - [2025-01-27 02:35:42] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000987 10.0.0.28 - - [2025-01-27 02:35:42] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?fields=virtual_networks HTTP/1.1" 200 1054 0.073489 10.0.0.28 - - [2025-01-27 02:35:42] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.28 - - [2025-01-27 02:35:42] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.022218 10.0.0.28 - - [2025-01-27 02:35:42] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001289 10.0.0.28 - - [2025-01-27 02:35:42] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?fields=security_groups HTTP/1.1" 200 1291 0.030353 10.0.0.28 - - [2025-01-27 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.022893 10.0.0.28 - - [2025-01-27 02:35:43] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002405 10.0.0.28 - - [2025-01-27 02:35:43] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.28 - - [2025-01-27 02:35:43] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007641 10.0.0.28 - - [2025-01-27 02:35:43] "POST /id-to-fqname HTTP/1.1" 200 202 0.001135 10.0.0.28 - - [2025-01-27 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.004133 10.0.0.28 - - [2025-01-27 02:35:44] "POST /security-groups HTTP/1.1" 200 603 0.068414 10.0.0.28 - - [2025-01-27 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 246 0.002404 10.0.0.28 - - [2025-01-27 02:35:44] "POST /projects HTTP/1.1" 200 609 0.226957 10.0.0.28 - - [2025-01-27 02:35:44] "POST /access-control-lists HTTP/1.1" 200 608 0.058067 10.0.0.28 - - [2025-01-27 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.293650 10.0.0.28 - - [2025-01-27 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.002768 10.0.0.28 - - [2025-01-27 02:35:44] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.408467 10.0.0.28 - - [2025-01-27 02:35:44] "POST /access-control-lists HTTP/1.1" 200 606 0.060387 10.0.0.28 - - [2025-01-27 02:35:45] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.28 - - [2025-01-27 02:35:45] "GET /projects?obj_uuids=eb131cb3-2a3c-4fe1-b10f-edb4e2da000b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001020 10.0.0.28 - - [2025-01-27 02:35:45] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.026825 10.0.0.28 - - [2025-01-27 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.28 - - [2025-01-27 02:35:46] "GET /security-group/264af797-d699-4d3e-b8a5-b2adc7c4ea90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004794 10.0.0.28 - - [2025-01-27 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.28 - - [2025-01-27 02:35:46] "GET /projects?obj_uuids=eb131cb3-2a3c-4fe1-b10f-edb4e2da000b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001286 10.0.0.28 - - [2025-01-27 02:35:46] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028585 10.0.0.28 - - [2025-01-27 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.28 - - [2025-01-27 02:35:46] "GET /security-group/264af797-d699-4d3e-b8a5-b2adc7c4ea90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003874 10.0.0.28 - - [2025-01-27 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.28 - - [2025-01-27 02:35:46] "PUT /security-group/264af797-d699-4d3e-b8a5-b2adc7c4ea90 HTTP/1.1" 200 262 0.014226 10.0.0.28 - - [2025-01-27 02:35:46] "PUT /access-control-list/36bf643b-4ea5-45a5-b9ea-0709af5eb244 HTTP/1.1" 200 272 0.009034 10.0.0.28 - - [2025-01-27 02:35:46] "PUT /access-control-list/fcc3d59b-e3c3-4ea3-b651-1ca64430b9c0 HTTP/1.1" 200 272 0.009839 10.0.0.28 - - [2025-01-27 02:35:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000588 10.0.0.28 - - [2025-01-27 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.054330 10.0.0.28 - - [2025-01-27 02:35:47] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /project/eb131cb32a3c4fe1b10fedb4e2da000b HTTP/1.1" 404 173 0.014001 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /project/565bcd6286064b3d98800bbab541968a HTTP/1.1" 404 173 0.012992 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /project/3ef13bbbfdda4900ab591913726bab93 HTTP/1.1" 404 173 0.017404 10.0.0.28 - - [2025-01-27 02:35:47] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059625 10.0.0.28 - - [2025-01-27 02:35:47] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001634 10.0.0.28 - - [2025-01-27 02:35:47] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.057702 10.0.0.28 - - [2025-01-27 02:35:47] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001582 10.0.0.28 - - [2025-01-27 02:35:47] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?fields=security_groups HTTP/1.1" 200 1396 0.050699 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/network HTTP/1.1" 200 117 0.050406 10.0.0.28 - - [2025-01-27 02:35:47] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/network HTTP/1.1" 200 619 0.122458 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /security-group/7d13fa0e-41e2-4d9e-bf89-4f3ae94ec4e3 HTTP/1.1" 200 115 0.091794 10.0.0.28 - - [2025-01-27 02:35:47] "GET /projects?obj_uuids=565bcd62-8606-4b3d-9880-0bbab541968a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001675 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /access-control-list/89b91fba-be33-4a23-b283-ecbc9508bc4f HTTP/1.1" 200 115 0.061249 10.0.0.28 - - [2025-01-27 02:35:47] "GET /project/565bcd62-8606-4b3d-9880-0bbab541968a?fields=application_policy_sets HTTP/1.1" 200 1435 0.049410 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /access-control-list/bc14864a-c4d5-442d-a91b-847e74b1f770 HTTP/1.1" 200 115 0.040237 10.0.0.28 - - [2025-01-27 02:35:47] "POST /route-targets HTTP/1.1" 200 327 0.008836 10.0.0.28 - - [2025-01-27 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.019820 10.0.0.28 - - [2025-01-27 02:35:47] "DELETE /project/565bcd62-8606-4b3d-9880-0bbab541968a HTTP/1.1" 200 115 0.436200 10.0.0.28 - - [2025-01-27 02:35:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007888 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.227703 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/network HTTP/1.1" 200 837 0.005933 10.0.0.28 - - [2025-01-27 02:35:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001164 10.0.0.28 - - [2025-01-27 02:35:47] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004715 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/network HTTP/1.1" 200 837 0.005821 10.0.0.28 - - [2025-01-27 02:35:47] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004719 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/network HTTP/1.1" 200 837 0.006502 10.0.0.28 - - [2025-01-27 02:35:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.007005 10.0.0.28 - - [2025-01-27 02:35:47] "GET /domains HTTP/1.1" 401 292 0.000368 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domains HTTP/1.1" 200 280 0.023889 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.008269 10.0.0.28 - - [2025-01-27 02:35:48] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.28 - - [2025-01-27 02:35:48] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 2174 0.075494 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2337 0.007040 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2337 0.005397 10.0.0.28 - - [2025-01-27 02:35:48] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 200 1492 0.004265 10.0.0.28 - - [2025-01-27 02:35:48] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 200 1492 0.003877 10.0.0.28 - - [2025-01-27 02:35:48] "GET /route-target/23fc085f-5ff4-4483-8839-a8937ff68740 HTTP/1.1" 200 1217 0.002750 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2337 0.005336 10.0.0.28 - - [2025-01-27 02:35:48] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 200 1492 0.003203 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004551 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2337 0.004562 10.0.0.28 - - [2025-01-27 02:35:48] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 200 1492 0.003972 10.0.0.28 - - [2025-01-27 02:35:48] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 200 1492 0.003989 10.0.0.28 - - [2025-01-27 02:35:48] "GET /route-target/23fc085f-5ff4-4483-8839-a8937ff68740 HTTP/1.1" 200 1217 0.003256 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domains HTTP/1.1" 200 280 0.003418 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.28 - - [2025-01-27 02:35:48] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.007502 10.0.0.28 - - [2025-01-27 02:35:48] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.28 - - [2025-01-27 02:35:48] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 2174 0.074383 10.0.0.28 - - [2025-01-27 02:35:48] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2337 0.005204 10.0.0.28 - - [2025-01-27 02:35:48] "GET /obj-perms HTTP/1.1" 200 5054 0.043493 10.0.0.28 - - [2025-01-27 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.28 - - [2025-01-27 02:35:48] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.28 - - [2025-01-27 02:35:49] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026936 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 117 0.009566 10.0.0.28 - - [2025-01-27 02:35:49] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 619 0.063799 10.0.0.28 - - [2025-01-27 02:35:49] "POST /route-targets HTTP/1.1" 200 327 0.008523 10.0.0.28 - - [2025-01-27 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.013716 10.0.0.28 - - [2025-01-27 02:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003228 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.127803 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 835 0.005107 10.0.0.28 - - [2025-01-27 02:35:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001066 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004712 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 835 0.005429 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004941 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 835 0.005563 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.007046 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domains HTTP/1.1" 200 280 0.002113 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.006192 10.0.0.28 - - [2025-01-27 02:35:49] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.28 - - [2025-01-27 02:35:49] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 2402 0.075500 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2 HTTP/1.1" 200 2331 0.005853 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2 HTTP/1.1" 200 2331 0.004678 10.0.0.28 - - [2025-01-27 02:35:49] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 200 1492 0.003204 10.0.0.28 - - [2025-01-27 02:35:49] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 200 1492 0.004333 10.0.0.28 - - [2025-01-27 02:35:49] "GET /route-target/24c390a8-438e-4fc7-bc2e-c4c59b43b075 HTTP/1.1" 200 1218 0.003065 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2 HTTP/1.1" 200 2331 0.005778 10.0.0.28 - - [2025-01-27 02:35:49] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 200 1492 0.003372 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004593 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2 HTTP/1.1" 200 2331 0.004902 10.0.0.28 - - [2025-01-27 02:35:49] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 200 1492 0.003196 10.0.0.28 - - [2025-01-27 02:35:49] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 200 1492 0.003778 10.0.0.28 - - [2025-01-27 02:35:49] "GET /route-target/24c390a8-438e-4fc7-bc2e-c4c59b43b075 HTTP/1.1" 200 1218 0.002972 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domains HTTP/1.1" 200 280 0.002495 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.28 - - [2025-01-27 02:35:49] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.007441 10.0.0.28 - - [2025-01-27 02:35:49] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001546 10.0.0.28 - - [2025-01-27 02:35:49] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 2402 0.069358 10.0.0.28 - - [2025-01-27 02:35:49] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2 HTTP/1.1" 200 2331 0.004787 10.0.0.28 - - [2025-01-27 02:35:49] "GET /obj-perms HTTP/1.1" 200 5054 0.004970 10.0.0.28 - - [2025-01-27 02:35:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001272 10.0.0.28 - - [2025-01-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 845 0.005432 10.0.0.28 - - [2025-01-27 02:35:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.28 - - [2025-01-27 02:35:50] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.28 - - [2025-01-27 02:35:50] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.28 - - [2025-01-27 02:35:50] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.28 - - [2025-01-27 02:35:50] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049443 10.0.0.28 - - [2025-01-27 02:35:50] "POST /neutron/network HTTP/1.1" 200 835 0.006086 10.0.0.28 - - [2025-01-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.005792 10.0.0.28 - - [2025-01-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.006710 10.0.0.28 - - [2025-01-27 02:35:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001589 10.0.0.28 - - [2025-01-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.006255 10.0.0.28 - - [2025-01-27 02:35:50] "POST /neutron/network HTTP/1.1" 200 847 0.006107 10.0.0.28 - - [2025-01-27 02:35:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/network HTTP/1.1" 200 845 0.006462 10.0.0.28 - - [2025-01-27 02:35:51] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001926 10.0.0.28 - - [2025-01-27 02:35:51] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.28 - - [2025-01-27 02:35:51] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1069 0.245355 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1069 0.009127 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1069 0.007709 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1123 0.073107 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1097 0.017137 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005530 10.0.0.28 - - [2025-01-27 02:35:51] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.014227 10.0.0.28 - - [2025-01-27 02:35:51] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047781 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/network HTTP/1.1" 200 835 0.005518 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/network HTTP/1.1" 200 837 0.004440 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 1097 0.016750 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008909 10.0.0.28 - - [2025-01-27 02:35:51] "POST /neutron/port HTTP/1.1" 200 117 0.004436 10.0.0.28 - - [2025-01-27 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.28 - - [2025-01-27 02:35:51] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002151 10.0.0.28 - - [2025-01-27 02:35:51] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038352 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006263 10.0.0.28 - - [2025-01-27 02:35:52] "GET /floating-ip-pools?parent_id=48836e03-32fe-4940-aab7-dfbe9ec11b36&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003758 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008625 10.0.0.28 - - [2025-01-27 02:35:52] "POST /floating-ip-pools HTTP/1.1" 200 609 0.022730 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 847 0.009035 10.0.0.28 - - [2025-01-27 02:35:52] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.28 - - [2025-01-27 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.027564 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.022408 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domains HTTP/1.1" 200 280 0.004506 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.027508 10.0.0.28 - - [2025-01-27 02:35:52] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.28 - - [2025-01-27 02:35:52] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 3244 0.085794 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 2928 0.008570 10.0.0.28 - - [2025-01-27 02:35:52] "GET /floating-ip-pool/86c1c329-aeea-4ea4-9989-16dc25fd2364 HTTP/1.1" 200 1441 0.003200 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domains HTTP/1.1" 200 280 0.002066 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.28 - - [2025-01-27 02:35:52] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.023271 10.0.0.28 - - [2025-01-27 02:35:52] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1071 0.350832 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1071 0.016814 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1071 0.024028 10.0.0.28 - - [2025-01-27 02:35:52] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 3244 0.111827 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36 HTTP/1.1" 200 3149 0.010419 10.0.0.28 - - [2025-01-27 02:35:52] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006721 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1125 0.088027 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1097 0.027847 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011669 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 1099 0.012642 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003269 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.011007 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.28 - - [2025-01-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 837 0.019181 10.0.0.28 - - [2025-01-27 02:35:52] "GET /obj-perms HTTP/1.1" 200 5056 0.050657 10.0.0.28 - - [2025-01-27 02:35:53] "GET /obj-perms HTTP/1.1" 200 5056 0.046783 10.0.0.28 - - [2025-01-27 02:35:57] "POST /neutron/port HTTP/1.1" 200 1097 0.014852 10.0.0.28 - - [2025-01-27 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006298 10.0.0.28 - - [2025-01-27 02:35:57] "POST /neutron/port HTTP/1.1" 200 1097 0.013855 10.0.0.28 - - [2025-01-27 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006276 10.0.0.28 - - [2025-01-27 02:35:58] "POST /neutron/port HTTP/1.1" 200 1097 0.013267 10.0.0.28 - - [2025-01-27 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007258 10.0.0.28 - - [2025-01-27 02:35:58] "GET /virtual-machine/a7484333-69dd-4d49-8755-76089b04239f HTTP/1.1" 200 1304 0.004431 10.0.0.28 - - [2025-01-27 02:35:58] "GET /virtual-machine-interface/5730a63a-5efa-4ec9-84fc-83b8bcb3e1e7 HTTP/1.1" 200 3003 0.004844 10.0.0.28 - - [2025-01-27 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.28 - - [2025-01-27 02:35:58] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003605 10.0.0.28 - - [2025-01-27 02:35:58] "GET /virtual-networks?parent_id=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003046 10.0.0.28 - - [2025-01-27 02:35:58] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005584 10.0.0.28 - - [2025-01-27 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.28 - - [2025-01-27 02:36:01] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004792 10.0.0.28 - - [2025-01-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.28 - - [2025-01-27 02:36:03] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003214 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/port HTTP/1.1" 200 1097 0.055688 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005105 10.0.0.28 - - [2025-01-27 02:36:03] "GET /virtual-networks?parent_id=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005054 10.0.0.28 - - [2025-01-27 02:36:03] "GET /virtual-network/59a55846-4aae-485d-b482-4ac6421b84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006934 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/port HTTP/1.1" 200 1099 0.018792 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005588 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/port HTTP/1.1" 200 1097 0.017430 10.0.0.28 - - [2025-01-27 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006820 10.0.0.28 - - [2025-01-27 02:36:08] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/floatingip HTTP/1.1" 200 529 0.067185 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/port HTTP/1.1" 200 1097 0.016621 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008389 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/floatingip HTTP/1.1" 200 573 0.042846 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/port HTTP/1.1" 200 1099 0.017433 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005729 10.0.0.28 - - [2025-01-27 02:36:08] "POST /neutron/port HTTP/1.1" 200 1099 0.013568 10.0.0.28 - - [2025-01-27 02:36:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005727 10.0.0.28 - - [2025-01-27 02:36:09] "POST /neutron/port HTTP/1.1" 200 1099 0.012557 10.0.0.28 - - [2025-01-27 02:36:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007018 10.0.0.28 - - [2025-01-27 02:36:09] "GET /virtual-machine/38af1729-354e-42a8-bd06-a3dbf794c1a5 HTTP/1.1" 200 1304 0.006199 10.0.0.28 - - [2025-01-27 02:36:09] "GET /virtual-machine-interface/ef8a0ab6-9146-44ae-b2cd-505c2596381c HTTP/1.1" 200 3005 0.012553 10.0.0.28 - - [2025-01-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.28 - - [2025-01-27 02:36:09] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005461 10.0.0.28 - - [2025-01-27 02:36:09] "GET /virtual-networks?parent_id=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004757 10.0.0.28 - - [2025-01-27 02:36:09] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005121 10.0.0.28 - - [2025-01-27 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.28 - - [2025-01-27 02:36:10] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002770 10.0.0.28 - - [2025-01-27 02:36:10] "GET /virtual-networks?parent_id=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003283 10.0.0.28 - - [2025-01-27 02:36:10] "GET /virtual-network/48836e03-32fe-4940-aab7-dfbe9ec11b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005090 10.0.0.28 - - [2025-01-27 02:36:10] "POST /neutron/floatingip HTTP/1.1" 200 573 0.009715 10.0.0.28 - - [2025-01-27 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.28 - - [2025-01-27 02:36:10] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004055 10.0.0.28 - - [2025-01-27 02:36:10] "GET /route-target/23fc085f-5ff4-4483-8839-a8937ff68740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003428 10.0.0.28 - - [2025-01-27 02:36:10] "GET /floating-ip/7976721d-00f4-44d7-825a-abb4a8b6eb3e HTTP/1.1" 200 1884 0.005386 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/floatingip HTTP/1.1" 200 573 0.008913 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.015881 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004993 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031431 10.0.0.28 - - [2025-01-27 02:36:13] "GET /floating-ip-pool/86c1c329-aeea-4ea4-9989-16dc25fd2364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003248 10.0.0.28 - - [2025-01-27 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.28 - - [2025-01-27 02:36:13] "DELETE /floating-ip-pool/86c1c329-aeea-4ea4-9989-16dc25fd2364 HTTP/1.1" 200 115 0.022502 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/network HTTP/1.1" 200 835 0.007272 10.0.0.28 - - [2025-01-27 02:36:13] "POST /neutron/network HTTP/1.1" 400 204 0.013678 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1099 0.023639 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1125 0.009494 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1097 0.017384 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1123 0.009235 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 151 0.175055 10.0.0.28 - - [2025-01-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 151 0.168247 10.0.0.28 - - [2025-01-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 835 0.006110 10.0.0.28 - - [2025-01-27 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006463 10.0.0.28 - - [2025-01-27 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.28 - - [2025-01-27 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003303 10.0.0.28 - - [2025-01-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 151 0.090417 10.0.0.28 - - [2025-01-27 02:36:15] "DELETE /route-target/24c390a8-438e-4fc7-bc2e-c4c59b43b075 HTTP/1.1" 200 115 0.014498 10.0.0.28 - - [2025-01-27 02:36:15] "GET /routing-instance/e7a3c27d-f8c0-45e9-934a-b89e33144b06 HTTP/1.1" 404 171 0.003196 10.0.0.28 - - [2025-01-27 02:36:15] "GET /domains HTTP/1.1" 200 280 0.002039 10.0.0.28 - - [2025-01-27 02:36:15] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.28 - - [2025-01-27 02:36:15] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.049950 10.0.0.28 - - [2025-01-27 02:36:15] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.28 - - [2025-01-27 02:36:15] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 2174 0.068468 10.0.0.28 - - [2025-01-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 837 0.005477 10.0.0.28 - - [2025-01-27 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.28 - - [2025-01-27 02:36:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002087 10.0.0.28 - - [2025-01-27 02:36:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002473 10.0.0.28 - - [2025-01-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 151 0.079685 10.0.0.28 - - [2025-01-27 02:36:16] "DELETE /route-target/23fc085f-5ff4-4483-8839-a8937ff68740 HTTP/1.1" 200 115 0.015102 10.0.0.28 - - [2025-01-27 02:36:16] "GET /routing-instance/b8fa8781-2f59-40a8-a130-2da6226fe6e2 HTTP/1.1" 404 171 0.002563 10.0.0.28 - - [2025-01-27 02:36:16] "GET /domains HTTP/1.1" 200 280 0.003052 10.0.0.28 - - [2025-01-27 02:36:16] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.28 - - [2025-01-27 02:36:16] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2586 0.047666 10.0.0.28 - - [2025-01-27 02:36:16] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001415 10.0.0.28 - - [2025-01-27 02:36:16] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 1924 0.068436 10.0.0.28 - - [2025-01-27 02:36:16] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.28 - - [2025-01-27 02:36:16] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025031 10.0.0.28 - - [2025-01-27 02:36:16] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.28 - - [2025-01-27 02:36:16] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?fields=virtual_networks HTTP/1.1" 200 1056 0.072068 10.0.0.28 - - [2025-01-27 02:36:16] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.28 - - [2025-01-27 02:36:16] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.027200 10.0.0.28 - - [2025-01-27 02:36:16] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.28 - - [2025-01-27 02:36:16] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?fields=security_groups HTTP/1.1" 200 1294 0.023905 10.0.0.28 - - [2025-01-27 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.021238 10.0.0.28 - - [2025-01-27 02:36:17] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002574 10.0.0.28 - - [2025-01-27 02:36:17] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.28 - - [2025-01-27 02:36:17] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007952 10.0.0.28 - - [2025-01-27 02:36:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.003922 10.0.0.28 - - [2025-01-27 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002279 10.0.0.28 - - [2025-01-27 02:36:17] "POST /security-groups HTTP/1.1" 200 586 0.060228 10.0.0.28 - - [2025-01-27 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002307 10.0.0.28 - - [2025-01-27 02:36:17] "POST /projects HTTP/1.1" 200 575 0.218235 10.0.0.28 - - [2025-01-27 02:36:17] "POST /access-control-lists HTTP/1.1" 200 591 0.062233 10.0.0.28 - - [2025-01-27 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.289173 10.0.0.28 - - [2025-01-27 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002807 10.0.0.28 - - [2025-01-27 02:36:17] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.409729 10.0.0.28 - - [2025-01-27 02:36:18] "POST /access-control-lists HTTP/1.1" 200 589 0.059870 10.0.0.28 - - [2025-01-27 02:36:18] "GET / HTTP/1.1" 200 35931 0.002110 10.0.0.28 - - [2025-01-27 02:36:20] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001294 10.0.0.28 - - [2025-01-27 02:36:20] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.027536 10.0.0.28 - - [2025-01-27 02:36:20] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.28 - - [2025-01-27 02:36:20] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?fields=virtual_networks HTTP/1.1" 200 1023 0.073866 10.0.0.28 - - [2025-01-27 02:36:20] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.28 - - [2025-01-27 02:36:20] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023739 10.0.0.28 - - [2025-01-27 02:36:20] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001265 10.0.0.28 - - [2025-01-27 02:36:20] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?fields=security_groups HTTP/1.1" 200 1244 0.023886 10.0.0.28 - - [2025-01-27 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.022795 10.0.0.28 - - [2025-01-27 02:36:21] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002345 10.0.0.28 - - [2025-01-27 02:36:21] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.28 - - [2025-01-27 02:36:21] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006924 10.0.0.28 - - [2025-01-27 02:36:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.001156 10.0.0.28 - - [2025-01-27 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003591 10.0.0.28 - - [2025-01-27 02:36:21] "POST /security-groups HTTP/1.1" 200 594 0.059830 10.0.0.28 - - [2025-01-27 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.003247 10.0.0.28 - - [2025-01-27 02:36:21] "POST /projects HTTP/1.1" 200 591 0.218436 10.0.0.28 - - [2025-01-27 02:36:21] "POST /access-control-lists HTTP/1.1" 200 599 0.061370 10.0.0.28 - - [2025-01-27 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.291910 10.0.0.28 - - [2025-01-27 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.002804 10.0.0.28 - - [2025-01-27 02:36:21] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.411169 10.0.0.28 - - [2025-01-27 02:36:21] "POST /access-control-lists HTTP/1.1" 200 597 0.196275 10.0.0.28 - - [2025-01-27 02:36:22] "GET / HTTP/1.1" 200 35931 0.003227 10.0.0.28 - - [2025-01-27 02:36:23] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.28 - - [2025-01-27 02:36:23] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001042 10.0.0.28 - - [2025-01-27 02:36:23] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048285 10.0.0.28 - - [2025-01-27 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.28 - - [2025-01-27 02:36:24] "GET /security-group/1fe09547-3c23-40c2-b22d-83bc50e3486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004935 10.0.0.28 - - [2025-01-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.28 - - [2025-01-27 02:36:24] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.28 - - [2025-01-27 02:36:24] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023989 10.0.0.28 - - [2025-01-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.28 - - [2025-01-27 02:36:24] "GET /security-group/1fe09547-3c23-40c2-b22d-83bc50e3486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004032 10.0.0.28 - - [2025-01-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.28 - - [2025-01-27 02:36:24] "PUT /security-group/1fe09547-3c23-40c2-b22d-83bc50e3486c HTTP/1.1" 200 262 0.015620 10.0.0.28 - - [2025-01-27 02:36:24] "PUT /access-control-list/8289d15a-1eef-43c4-a323-788320dd19c3 HTTP/1.1" 200 272 0.009233 10.0.0.28 - - [2025-01-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.002141 10.0.0.28 - - [2025-01-27 02:36:24] "PUT /access-control-list/fecd9864-6682-4642-9ce5-3335a03d20bc HTTP/1.1" 200 272 0.018393 10.0.0.28 - - [2025-01-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.28 - - [2025-01-27 02:36:24] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001557 10.0.0.28 - - [2025-01-27 02:36:24] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028991 10.0.0.28 - - [2025-01-27 02:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.030051 10.0.0.28 - - [2025-01-27 02:36:24] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001008 10.0.0.28 - - [2025-01-27 02:36:24] "POST /neutron/network HTTP/1.1" 200 608 0.062667 10.0.0.28 - - [2025-01-27 02:36:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003412 10.0.0.28 - - [2025-01-27 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.186032 10.0.0.28 - - [2025-01-27 02:36:24] "POST /neutron/network HTTP/1.1" 200 827 0.005410 10.0.0.28 - - [2025-01-27 02:36:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001221 10.0.0.28 - - [2025-01-27 02:36:24] "GET /virtual-network/991d9cd0-6f19-44c1-a1f1-898105030f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004861 10.0.0.28 - - [2025-01-27 02:36:24] "POST /neutron/network HTTP/1.1" 200 827 0.004738 10.0.0.28 - - [2025-01-27 02:36:24] "POST /route-targets HTTP/1.1" 200 327 0.011981 10.0.0.28 - - [2025-01-27 02:36:24] "GET /virtual-network/991d9cd0-6f19-44c1-a1f1-898105030f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006433 10.0.0.28 - - [2025-01-27 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.016028 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 827 0.005364 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.007256 10.0.0.28 - - [2025-01-27 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.28 - - [2025-01-27 02:36:25] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000972 10.0.0.28 - - [2025-01-27 02:36:25] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020214 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 117 0.009606 10.0.0.28 - - [2025-01-27 02:36:25] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001406 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 615 0.090291 10.0.0.28 - - [2025-01-27 02:36:25] "POST /route-targets HTTP/1.1" 200 327 0.013172 10.0.0.28 - - [2025-01-27 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.018521 10.0.0.28 - - [2025-01-27 02:36:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004362 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.200530 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 834 0.005164 10.0.0.28 - - [2025-01-27 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001076 10.0.0.28 - - [2025-01-27 02:36:25] "GET /virtual-network/630a74be-beef-41ce-80c7-49de9ffab3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004469 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 834 0.005775 10.0.0.28 - - [2025-01-27 02:36:25] "GET /virtual-network/630a74be-beef-41ce-80c7-49de9ffab3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005406 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 834 0.009781 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.008720 10.0.0.28 - - [2025-01-27 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001216 10.0.0.28 - - [2025-01-27 02:36:25] "POST /neutron/network HTTP/1.1" 200 837 0.005322 10.0.0.28 - - [2025-01-27 02:36:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.28 - - [2025-01-27 02:36:26] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.28 - - [2025-01-27 02:36:26] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.28 - - [2025-01-27 02:36:26] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001034 10.0.0.28 - - [2025-01-27 02:36:26] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048436 10.0.0.28 - - [2025-01-27 02:36:26] "POST /neutron/network HTTP/1.1" 200 827 0.007731 10.0.0.28 - - [2025-01-27 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.004959 10.0.0.28 - - [2025-01-27 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.004912 10.0.0.28 - - [2025-01-27 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001218 10.0.0.28 - - [2025-01-27 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.006049 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/network HTTP/1.1" 200 844 0.005643 10.0.0.28 - - [2025-01-27 02:36:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/network HTTP/1.1" 200 837 0.006495 10.0.0.28 - - [2025-01-27 02:36:27] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001553 10.0.0.28 - - [2025-01-27 02:36:27] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.28 - - [2025-01-27 02:36:27] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1063 0.223470 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1063 0.010002 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1063 0.009240 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1117 0.062086 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1091 0.023143 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.015004 10.0.0.28 - - [2025-01-27 02:36:27] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001086 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.000869 10.0.0.28 - - [2025-01-27 02:36:27] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.060117 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/network HTTP/1.1" 200 827 0.004761 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/network HTTP/1.1" 200 834 0.005497 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 1091 0.021472 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006474 10.0.0.28 - - [2025-01-27 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.005218 10.0.0.28 - - [2025-01-27 02:36:27] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/router HTTP/1.1" 200 585 0.059380 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/router HTTP/1.1" 200 585 0.005408 10.0.0.28 - - [2025-01-27 02:36:28] "POST /route-targets HTTP/1.1" 200 327 0.018269 10.0.0.28 - - [2025-01-27 02:36:28] "PUT /logical-router/b78253ed-c333-43dd-80ed-be713ac35231 HTTP/1.1" 200 262 0.033377 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/router HTTP/1.1" 200 656 0.043832 10.0.0.28 - - [2025-01-27 02:36:28] "GET /logical-router/b78253ed-c333-43dd-80ed-be713ac35231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.007827 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/router HTTP/1.1" 200 656 0.010292 10.0.0.28 - - [2025-01-27 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005515 10.0.0.28 - - [2025-01-27 02:36:28] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001752 10.0.0.28 - - [2025-01-27 02:36:28] "GET /service-template/09f7f151-c39b-4c09-8c6e-4edc5a210767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006021 10.0.0.28 - - [2025-01-27 02:36:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002739 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/network HTTP/1.1" 200 844 0.007606 10.0.0.28 - - [2025-01-27 02:36:28] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001153 10.0.0.28 - - [2025-01-27 02:36:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008970 10.0.0.28 - - [2025-01-27 02:36:28] "POST /virtual-networks HTTP/1.1" 200 694 0.185224 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/router HTTP/1.1" 200 344 0.347011 10.0.0.28 - - [2025-01-27 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.019564 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/port HTTP/1.1" 200 1091 0.084690 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.031625 10.0.0.28 - - [2025-01-27 02:36:28] "POST /service-instances HTTP/1.1" 200 670 0.155888 10.0.0.28 - - [2025-01-27 02:36:28] "POST /route-targets HTTP/1.1" 200 327 0.086611 10.0.0.28 - - [2025-01-27 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.054033 10.0.0.28 - - [2025-01-27 02:36:28] "POST /route-tables HTTP/1.1" 200 582 0.045084 10.0.0.28 - - [2025-01-27 02:36:28] "PUT /logical-router/b78253ed-c333-43dd-80ed-be713ac35231 HTTP/1.1" 200 262 0.028136 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/port HTTP/1.1" 200 1063 0.510987 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/port HTTP/1.1" 200 1063 0.008564 10.0.0.28 - - [2025-01-27 02:36:28] "POST /neutron/port HTTP/1.1" 200 1063 0.013605 10.0.0.28 - - [2025-01-27 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.021919 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/port HTTP/1.1" 200 1117 0.095978 10.0.0.28 - - [2025-01-27 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.28 - - [2025-01-27 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/port HTTP/1.1" 200 1091 0.016080 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004052 10.0.0.28 - - [2025-01-27 02:36:29] "POST /virtual-machines HTTP/1.1" 200 553 0.028570 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.019295 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.28 - - [2025-01-27 02:36:29] "POST /neutron/network HTTP/1.1" 200 834 0.005977 10.0.0.28 - - [2025-01-27 02:36:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096112 10.0.0.28 - - [2025-01-27 02:36:29] "POST /chown HTTP/1.1" 200 109 0.008255 10.0.0.28 - - [2025-01-27 02:36:29] "POST /instance-ips HTTP/1.1" 200 551 0.023477 10.0.0.28 - - [2025-01-27 02:36:29] "POST /instance-ips HTTP/1.1" 400 246 0.031451 10.0.0.28 - - [2025-01-27 02:36:29] "POST /chown HTTP/1.1" 200 109 0.009145 10.0.0.28 - - [2025-01-27 02:36:29] "PUT /virtual-machine-interface/983bf78f-92d4-4e77-9547-0c31a0996140 HTTP/1.1" 200 284 0.014994 10.0.0.28 - - [2025-01-27 02:36:29] "PUT /instance-ip/1f354635-3f31-412b-89ff-2294ced36cfe HTTP/1.1" 200 256 0.012472 10.0.0.28 - - [2025-01-27 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.013399 10.0.0.28 - - [2025-01-27 02:36:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.094465 10.0.0.28 - - [2025-01-27 02:36:29] "POST /chown HTTP/1.1" 200 109 0.007149 10.0.0.28 - - [2025-01-27 02:36:29] "POST /instance-ips HTTP/1.1" 200 549 0.032288 10.0.0.28 - - [2025-01-27 02:36:30] "POST /instance-ips HTTP/1.1" 400 316 0.025202 10.0.0.28 - - [2025-01-27 02:36:30] "POST /chown HTTP/1.1" 200 109 0.011880 10.0.0.28 - - [2025-01-27 02:36:30] "PUT /virtual-machine-interface/33af8b71-d691-4c6d-a9df-ae3e61ad9244 HTTP/1.1" 200 284 0.012065 10.0.0.28 - - [2025-01-27 02:36:30] "PUT /instance-ip/89411b05-5d58-460e-8476-9774a91afb21 HTTP/1.1" 200 256 0.012727 10.0.0.28 - - [2025-01-27 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.014349 10.0.0.28 - - [2025-01-27 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.011801 10.0.0.28 - - [2025-01-27 02:36:30] "PUT /routing-instance/f02c8262-c124-4722-8dd2-e4c2ccfd9367 HTTP/1.1" 200 266 0.011051 10.0.0.28 - - [2025-01-27 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.008624 10.0.0.28 - - [2025-01-27 02:36:30] "POST /virtual-machines HTTP/1.1" 200 553 0.305433 10.0.0.28 - - [2025-01-27 02:36:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097640 10.0.0.28 - - [2025-01-27 02:36:30] "POST /chown HTTP/1.1" 200 109 0.008550 10.0.0.28 - - [2025-01-27 02:36:30] "POST /instance-ips HTTP/1.1" 400 246 0.019145 10.0.0.28 - - [2025-01-27 02:36:31] "POST /chown HTTP/1.1" 200 109 0.008337 10.0.0.28 - - [2025-01-27 02:36:31] "PUT /virtual-machine-interface/e774deb3-625b-447e-8ae9-5bcc2546827b HTTP/1.1" 200 284 0.012011 10.0.0.28 - - [2025-01-27 02:36:31] "PUT /instance-ip/1f354635-3f31-412b-89ff-2294ced36cfe HTTP/1.1" 200 256 0.011576 10.0.0.28 - - [2025-01-27 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.014296 10.0.0.28 - - [2025-01-27 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.28 - - [2025-01-27 02:36:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093077 10.0.0.28 - - [2025-01-27 02:36:31] "POST /chown HTTP/1.1" 200 109 0.008610 10.0.0.28 - - [2025-01-27 02:36:31] "POST /instance-ips HTTP/1.1" 400 316 0.014320 10.0.0.28 - - [2025-01-27 02:36:31] "POST /chown HTTP/1.1" 200 109 0.017544 10.0.0.28 - - [2025-01-27 02:36:31] "PUT /virtual-machine-interface/9b0b26df-7614-4ee6-90db-70defc0728ef HTTP/1.1" 200 284 0.012953 10.0.0.28 - - [2025-01-27 02:36:31] "PUT /instance-ip/89411b05-5d58-460e-8476-9774a91afb21 HTTP/1.1" 200 256 0.014219 10.0.0.28 - - [2025-01-27 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.013126 10.0.0.28 - - [2025-01-27 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.011699 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1091 0.019087 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006526 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1091 0.014364 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007557 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1091 0.021338 10.0.0.28 - - [2025-01-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006739 10.0.0.28 - - [2025-01-27 02:36:33] "GET /virtual-machine/001cc46d-3933-4506-89e5-60fb9743adf8 HTTP/1.1" 401 292 0.000517 10.0.0.28 - - [2025-01-27 02:36:34] "GET /virtual-machine/001cc46d-3933-4506-89e5-60fb9743adf8 HTTP/1.1" 200 1291 0.026599 10.0.0.28 - - [2025-01-27 02:36:34] "GET /virtual-machine-interface/65545fc6-7b2d-4c35-966c-04655af0a31a HTTP/1.1" 200 2956 0.005377 10.0.0.28 - - [2025-01-27 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.28 - - [2025-01-27 02:36:34] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003652 10.0.0.28 - - [2025-01-27 02:36:34] "GET /virtual-networks?parent_id=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002975 10.0.0.28 - - [2025-01-27 02:36:34] "GET /virtual-network/991d9cd0-6f19-44c1-a1f1-898105030f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005818 10.0.0.28 - - [2025-01-27 02:36:36] "POST /neutron/port HTTP/1.1" 200 1091 0.014832 10.0.0.28 - - [2025-01-27 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004953 10.0.0.28 - - [2025-01-27 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.28 - - [2025-01-27 02:36:37] "GET /virtual-network/991d9cd0-6f19-44c1-a1f1-898105030f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004530 10.0.0.28 - - [2025-01-27 02:36:37] "POST /neutron/port HTTP/1.1" 200 1091 0.013819 10.0.0.28 - - [2025-01-27 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004987 10.0.0.28 - - [2025-01-27 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.28 - - [2025-01-27 02:36:39] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004255 10.0.0.28 - - [2025-01-27 02:36:39] "GET /virtual-networks?parent_id=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002942 10.0.0.28 - - [2025-01-27 02:36:39] "GET /virtual-network/991d9cd0-6f19-44c1-a1f1-898105030f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005187 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1091 0.018646 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005680 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1091 0.014051 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006329 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 1091 0.013427 10.0.0.28 - - [2025-01-27 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005347 10.0.0.28 - - [2025-01-27 02:36:40] "GET /virtual-machine/1013d8f1-ea1b-49e1-92f2-abb1af1733c2 HTTP/1.1" 200 1295 0.005606 10.0.0.28 - - [2025-01-27 02:36:40] "GET /virtual-machine-interface/b665ee93-e06e-4290-a80a-bf8aa76eba7f HTTP/1.1" 200 2969 0.004526 10.0.0.28 - - [2025-01-27 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.28 - - [2025-01-27 02:36:40] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002731 10.0.0.28 - - [2025-01-27 02:36:40] "GET /virtual-networks?parent_id=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002827 10.0.0.28 - - [2025-01-27 02:36:40] "GET /virtual-network/630a74be-beef-41ce-80c7-49de9ffab3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006143 10.0.0.28 - - [2025-01-27 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.28 - - [2025-01-27 02:36:41] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004323 10.0.0.28 - - [2025-01-27 02:36:41] "GET /virtual-networks?parent_id=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002801 10.0.0.28 - - [2025-01-27 02:36:41] "GET /virtual-network/630a74be-beef-41ce-80c7-49de9ffab3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005312 10.0.0.28 - - [2025-01-27 02:36:45] "POST /neutron/router HTTP/1.1" 200 656 0.004002 10.0.0.28 - - [2025-01-27 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.010603 10.0.0.28 - - [2025-01-27 02:36:45] "POST /neutron/router HTTP/1.1" 200 344 0.111737 10.0.0.28 - - [2025-01-27 02:36:45] "POST /neutron/router HTTP/1.1" 200 656 0.006290 10.0.0.28 - - [2025-01-27 02:36:45] "GET /logical-router/b78253ed-c333-43dd-80ed-be713ac35231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004099 10.0.0.28 - - [2025-01-27 02:36:45] "GET /service-instance/b21a0d55-cd50-4cfb-af94-ed4d73c23c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003324 10.0.0.28 - - [2025-01-27 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/router HTTP/1.1" 200 151 0.079841 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /route-target/82ccdb97-f876-4645-bd8e-10e25e937323 HTTP/1.1" 409 239 0.007725 10.0.0.28 - - [2025-01-27 02:36:46] "PUT /logical-router/b78253ed-c333-43dd-80ed-be713ac35231 HTTP/1.1" 404 171 0.002423 10.0.0.28 - - [2025-01-27 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.019436 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /route-table/4f0179bd-796d-42fe-b86a-bf9e517296fe HTTP/1.1" 200 115 0.056539 10.0.0.28 - - [2025-01-27 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.28 - - [2025-01-27 02:36:46] "PUT /routing-instance/f02c8262-c124-4722-8dd2-e4c2ccfd9367 HTTP/1.1" 200 266 0.018580 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/network HTTP/1.1" 200 834 0.009728 10.0.0.28 - - [2025-01-27 02:36:46] "GET /virtual-network/fa266e82-17fc-4785-b5db-6a2690ac23ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010842 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/network HTTP/1.1" 400 204 0.038140 10.0.0.28 - - [2025-01-27 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.010061 10.0.0.28 - - [2025-01-27 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /instance-ip/89411b05-5d58-460e-8476-9774a91afb21 HTTP/1.1" 200 115 0.046754 10.0.0.28 - - [2025-01-27 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.28 - - [2025-01-27 02:36:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002062 10.0.0.28 - - [2025-01-27 02:36:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002019 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /virtual-network/fa266e82-17fc-4785-b5db-6a2690ac23ec HTTP/1.1" 200 115 0.116564 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /route-target/77133fce-a5b3-4c48-846e-483bd7c8b99c HTTP/1.1" 200 115 0.032894 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /service-instance/b21a0d55-cd50-4cfb-af94-ed4d73c23c2f HTTP/1.1" 200 115 0.048094 10.0.0.28 - - [2025-01-27 02:36:46] "GET /logical-router/b78253ed-c333-43dd-80ed-be713ac35231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003423 10.0.0.28 - - [2025-01-27 02:36:46] "GET /service-instance/b21a0d55-cd50-4cfb-af94-ed4d73c23c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002565 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 1091 0.016848 10.0.0.28 - - [2025-01-27 02:36:46] "GET /virtual-machine-interface/983bf78f-92d4-4e77-9547-0c31a0996140?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.008572 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 1117 0.022503 10.0.0.28 - - [2025-01-27 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.024949 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 1091 0.030962 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 1117 0.010114 10.0.0.28 - - [2025-01-27 02:36:46] "GET /instance-ip/1f354635-3f31-412b-89ff-2294ced36cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004240 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 151 0.155581 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /virtual-machine-interface/983bf78f-92d4-4e77-9547-0c31a0996140 HTTP/1.1" 200 115 0.061068 10.0.0.28 - - [2025-01-27 02:36:46] "GET /virtual-machine-interface/33af8b71-d691-4c6d-a9df-ae3e61ad9244?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.007949 10.0.0.28 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 151 0.150106 10.0.0.28 - - [2025-01-27 02:36:46] "DELETE /virtual-machine-interface/33af8b71-d691-4c6d-a9df-ae3e61ad9244 HTTP/1.1" 200 115 0.029157 10.0.0.28 - - [2025-01-27 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.012616 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /virtual-machine/34e44ae6-49f1-4e13-a486-489165d1f799 HTTP/1.1" 200 115 0.020422 10.0.0.28 - - [2025-01-27 02:36:47] "GET /virtual-machine-interface/e774deb3-625b-447e-8ae9-5bcc2546827b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.005755 10.0.0.28 - - [2025-01-27 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.030980 10.0.0.28 - - [2025-01-27 02:36:47] "GET /instance-ip/1f354635-3f31-412b-89ff-2294ced36cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005245 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /instance-ip/1f354635-3f31-412b-89ff-2294ced36cfe HTTP/1.1" 200 115 0.034504 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /virtual-machine-interface/e774deb3-625b-447e-8ae9-5bcc2546827b HTTP/1.1" 200 115 0.056391 10.0.0.28 - - [2025-01-27 02:36:47] "GET /virtual-machine-interface/9b0b26df-7614-4ee6-90db-70defc0728ef?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.006106 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /virtual-machine-interface/9b0b26df-7614-4ee6-90db-70defc0728ef HTTP/1.1" 200 115 0.027701 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /virtual-machine/b69f889c-fdcc-4334-9141-b39316495e09 HTTP/1.1" 200 115 0.017706 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /project/f4b61617ff6d43ab945cbdaf393a1f5f HTTP/1.1" 404 173 0.013444 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /project/50417048a00e42fc906219d6e42a28fd HTTP/1.1" 404 173 0.012889 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.28 - - [2025-01-27 02:36:47] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.031055 10.0.0.28 - - [2025-01-27 02:36:47] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.038648 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.28 - - [2025-01-27 02:36:47] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?fields=security_groups HTTP/1.1" 200 1399 0.030278 10.0.0.28 - - [2025-01-27 02:36:47] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?fields=security_groups HTTP/1.1" 200 1349 0.032821 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /security-group/99f43392-7c51-4b73-8aeb-55abbf08f950 HTTP/1.1" 200 115 0.062210 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /security-group/512c47d8-20d9-46a8-833e-2e64debe3a21 HTTP/1.1" 200 115 0.064342 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=3ef13bbb-fdda-4900-ab59-1913726bab93&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.28 - - [2025-01-27 02:36:47] "DELETE /access-control-list/80cf8e2b-14e7-47a5-ae87-6a810279179c HTTP/1.1" 200 115 0.040701 10.0.0.28 - - [2025-01-27 02:36:47] "GET /projects?obj_uuids=f4b61617-ff6d-43ab-945c-bdaf393a1f5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/3ef13bbb-fdda-4900-ab59-1913726bab93?fields=application_policy_sets HTTP/1.1" 200 1438 0.046066 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f?fields=application_policy_sets HTTP/1.1" 200 1388 0.047111 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /access-control-list/bffb89ed-6a68-459f-8d38-4891d5450130 HTTP/1.1" 200 115 0.048570 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /access-control-list/e7a685f4-7534-4f82-bbc7-454d7f826d60 HTTP/1.1" 200 115 0.019609 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /access-control-list/1be27c94-602d-4ce1-bb25-c95fad0d4760 HTTP/1.1" 200 115 0.047761 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /project/3ef13bbb-fdda-4900-ab59-1913726bab93 HTTP/1.1" 200 115 0.376049 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /project/f4b61617-ff6d-43ab-945c-bdaf393a1f5f HTTP/1.1" 200 115 0.374938 10.0.0.28 - - [2025-01-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 834 0.005278 10.0.0.28 - - [2025-01-27 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004657 10.0.0.28 - - [2025-01-27 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.28 - - [2025-01-27 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.28 - - [2025-01-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 151 0.080032 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /route-target/fd3ac613-d336-40ac-bc43-3dc7e9dd9129 HTTP/1.1" 200 115 0.028184 10.0.0.28 - - [2025-01-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 827 0.008723 10.0.0.28 - - [2025-01-27 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001991 10.0.0.28 - - [2025-01-27 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006828 10.0.0.28 - - [2025-01-27 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003566 10.0.0.28 - - [2025-01-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 151 0.083854 10.0.0.28 - - [2025-01-27 02:36:48] "DELETE /route-target/a2e52a46-86ae-44b5-a3f9-c94add69378b HTTP/1.1" 200 115 0.017032 10.0.0.28 - - [2025-01-27 02:36:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001042 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030038 10.0.0.28 - - [2025-01-27 02:36:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000941 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?fields=virtual_networks HTTP/1.1" 200 1038 0.064847 10.0.0.28 - - [2025-01-27 02:36:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024880 10.0.0.28 - - [2025-01-27 02:36:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001057 10.0.0.28 - - [2025-01-27 02:36:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?fields=security_groups HTTP/1.1" 200 1267 0.024115 10.0.0.28 - - [2025-01-27 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.021625 10.0.0.28 - - [2025-01-27 02:36:49] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002820 10.0.0.28 - - [2025-01-27 02:36:49] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.28 - - [2025-01-27 02:36:49] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007020 10.0.0.28 - - [2025-01-27 02:36:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.001128 10.0.0.28 - - [2025-01-27 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002881 10.0.0.28 - - [2025-01-27 02:36:50] "POST /security-groups HTTP/1.1" 200 599 0.063571 10.0.0.28 - - [2025-01-27 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.002510 10.0.0.28 - - [2025-01-27 02:36:50] "POST /projects HTTP/1.1" 200 601 0.223337 10.0.0.28 - - [2025-01-27 02:36:50] "POST /access-control-lists HTTP/1.1" 200 604 0.058672 10.0.0.28 - - [2025-01-27 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.289778 10.0.0.28 - - [2025-01-27 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.002671 10.0.0.28 - - [2025-01-27 02:36:50] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.412950 10.0.0.28 - - [2025-01-27 02:36:50] "POST /access-control-lists HTTP/1.1" 200 602 0.057048 10.0.0.28 - - [2025-01-27 02:36:51] "GET / HTTP/1.1" 200 35931 0.003064 10.0.0.28 - - [2025-01-27 02:36:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.28 - - [2025-01-27 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.051720 10.0.0.28 - - [2025-01-27 02:36:52] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.28 - - [2025-01-27 02:36:52] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026872 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 117 0.030771 10.0.0.28 - - [2025-01-27 02:36:52] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001449 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 613 0.070809 10.0.0.28 - - [2025-01-27 02:36:52] "POST /route-targets HTTP/1.1" 200 327 0.012324 10.0.0.28 - - [2025-01-27 02:36:52] "POST /ref-update HTTP/1.1" 200 156 0.013644 10.0.0.28 - - [2025-01-27 02:36:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005091 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.183107 10.0.0.28 - - [2025-01-27 02:36:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.28 - - [2025-01-27 02:36:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.178044 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 1007 0.006476 10.0.0.28 - - [2025-01-27 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001098 10.0.0.28 - - [2025-01-27 02:36:52] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004601 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 1007 0.007467 10.0.0.28 - - [2025-01-27 02:36:52] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005931 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/network HTTP/1.1" 200 1007 0.006365 10.0.0.28 - - [2025-01-27 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.006088 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.006074 10.0.0.28 - - [2025-01-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.28 - - [2025-01-27 02:36:53] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.28 - - [2025-01-27 02:36:53] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024049 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 117 0.009278 10.0.0.28 - - [2025-01-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.024622 10.0.0.28 - - [2025-01-27 02:36:53] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 613 0.066457 10.0.0.28 - - [2025-01-27 02:36:53] "POST /route-targets HTTP/1.1" 200 327 0.011445 10.0.0.28 - - [2025-01-27 02:36:53] "POST /ref-update HTTP/1.1" 200 156 0.015344 10.0.0.28 - - [2025-01-27 02:36:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004993 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.196000 10.0.0.28 - - [2025-01-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006634 10.0.0.28 - - [2025-01-27 02:36:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006252 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.181810 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 1005 0.006954 10.0.0.28 - - [2025-01-27 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001151 10.0.0.28 - - [2025-01-27 02:36:53] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004595 10.0.0.28 - - [2025-01-27 02:36:53] "GET /obj-perms HTTP/1.1" 200 5056 0.042977 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 1005 0.007473 10.0.0.28 - - [2025-01-27 02:36:53] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004323 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 1005 0.006868 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.005935 10.0.0.28 - - [2025-01-27 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.006453 10.0.0.28 - - [2025-01-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002052 10.0.0.28 - - [2025-01-27 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.28 - - [2025-01-27 02:36:53] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.28 - - [2025-01-27 02:36:53] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029752 10.0.0.28 - - [2025-01-27 02:36:53] "POST /network-policys HTTP/1.1" 200 577 0.068182 10.0.0.28 - - [2025-01-27 02:36:54] "GET /obj-perms HTTP/1.1" 200 5056 0.051336 10.0.0.28 - - [2025-01-27 02:36:54] "GET /network-policy/ce68abfa-61ce-4d0e-a425-172c616c5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004579 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1007 0.007348 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.005170 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.004044 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1115 0.051306 10.0.0.28 - - [2025-01-27 02:36:54] "POST /access-control-lists HTTP/1.1" 200 596 0.071787 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1115 0.050125 10.0.0.28 - - [2025-01-27 02:36:54] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004761 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.28 - - [2025-01-27 02:36:54] "GET /network-policy/ce68abfa-61ce-4d0e-a425-172c616c5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003896 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1005 0.008226 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004690 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1113 0.044776 10.0.0.28 - - [2025-01-27 02:36:54] "PUT /access-control-list/55e02c8f-e658-43de-923c-7f133f7821bd HTTP/1.1" 200 272 0.059517 10.0.0.28 - - [2025-01-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 1113 0.037017 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003469 10.0.0.28 - - [2025-01-27 02:36:54] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004486 10.0.0.28 - - [2025-01-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.28 - - [2025-01-27 02:36:54] "GET /network-policy/ce68abfa-61ce-4d0e-a425-172c616c5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003032 10.0.0.28 - - [2025-01-27 02:36:54] "GET /domains HTTP/1.1" 401 292 0.000580 10.0.0.28 - - [2025-01-27 02:36:54] "POST /access-control-lists HTTP/1.1" 200 596 0.062006 10.0.0.28 - - [2025-01-27 02:36:54] "POST /ref-update HTTP/1.1" 200 156 0.009762 10.0.0.28 - - [2025-01-27 02:36:54] "GET /domains HTTP/1.1" 200 280 0.028458 10.0.0.28 - - [2025-01-27 02:36:54] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.28 - - [2025-01-27 02:36:54] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.008157 10.0.0.28 - - [2025-01-27 02:36:54] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.28 - - [2025-01-27 02:36:54] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 2625 0.064245 10.0.0.28 - - [2025-01-27 02:36:54] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32 HTTP/1.1" 200 3509 0.005885 10.0.0.28 - - [2025-01-27 02:36:54] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32 HTTP/1.1" 200 3509 0.004386 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 200 1795 0.004044 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 200 1795 0.003181 10.0.0.28 - - [2025-01-27 02:36:55] "GET /route-target/3a126e56-60f6-4912-8eac-ee66f2e01531 HTTP/1.1" 200 1212 0.002716 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32 HTTP/1.1" 200 3509 0.004245 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 200 1795 0.003436 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004525 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32 HTTP/1.1" 200 3509 0.004293 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 200 1795 0.002932 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 200 1795 0.003841 10.0.0.28 - - [2025-01-27 02:36:55] "GET /route-target/3a126e56-60f6-4912-8eac-ee66f2e01531 HTTP/1.1" 200 1212 0.002781 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains HTTP/1.1" 200 280 0.002430 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.006603 10.0.0.28 - - [2025-01-27 02:36:55] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.28 - - [2025-01-27 02:36:55] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 2625 0.064889 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32 HTTP/1.1" 200 3509 0.004327 10.0.0.28 - - [2025-01-27 02:36:55] "GET /obj-perms HTTP/1.1" 200 5046 0.041278 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains HTTP/1.1" 200 280 0.002540 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.006790 10.0.0.28 - - [2025-01-27 02:36:55] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.28 - - [2025-01-27 02:36:55] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 2625 0.088518 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f HTTP/1.1" 200 3501 0.006516 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f HTTP/1.1" 200 3501 0.004589 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 200 1796 0.003849 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 200 1796 0.003258 10.0.0.28 - - [2025-01-27 02:36:55] "GET /route-target/2b38fa0d-a6d7-4f32-a272-005d511be77d HTTP/1.1" 200 1212 0.002823 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f HTTP/1.1" 200 3501 0.004567 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 200 1796 0.003314 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005284 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f HTTP/1.1" 200 3501 0.004555 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 200 1796 0.003266 10.0.0.28 - - [2025-01-27 02:36:55] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 200 1796 0.003635 10.0.0.28 - - [2025-01-27 02:36:55] "GET /route-target/2b38fa0d-a6d7-4f32-a272-005d511be77d HTTP/1.1" 200 1212 0.003198 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains HTTP/1.1" 200 280 0.002749 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.28 - - [2025-01-27 02:36:55] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.006936 10.0.0.28 - - [2025-01-27 02:36:55] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.28 - - [2025-01-27 02:36:55] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 2625 0.066337 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f HTTP/1.1" 200 3501 0.008024 10.0.0.28 - - [2025-01-27 02:36:55] "GET /obj-perms HTTP/1.1" 200 5046 0.003226 10.0.0.28 - - [2025-01-27 02:36:55] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004815 10.0.0.28 - - [2025-01-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 1113 0.006542 10.0.0.28 - - [2025-01-27 02:36:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003782 10.0.0.28 - - [2025-01-27 02:36:55] "POST /neutron/network HTTP/1.1" 200 1005 0.074715 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1005 0.008668 10.0.0.28 - - [2025-01-27 02:36:56] "DELETE /access-control-list/aaa81520-3ff6-4862-b4fa-2ed011faf4c7 HTTP/1.1" 200 115 0.054253 10.0.0.28 - - [2025-01-27 02:36:56] "GET /virtual-network/0963917e-eb62-4bd9-9096-a90405d78c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008532 10.0.0.28 - - [2025-01-27 02:36:56] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007329 10.0.0.28 - - [2025-01-27 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.019636 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1115 0.007701 10.0.0.28 - - [2025-01-27 02:36:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.006904 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1007 0.050060 10.0.0.28 - - [2025-01-27 02:36:56] "DELETE /access-control-list/55e02c8f-e658-43de-923c-7f133f7821bd HTTP/1.1" 200 115 0.027273 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1007 0.010473 10.0.0.28 - - [2025-01-27 02:36:56] "GET /virtual-network/e9393681-51f5-4dd3-9bc5-f62d7b73bb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005209 10.0.0.28 - - [2025-01-27 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.018970 10.0.0.28 - - [2025-01-27 02:36:56] "DELETE /network-policy/ce68abfa-61ce-4d0e-a425-172c616c5ce7 HTTP/1.1" 200 115 0.019268 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1005 0.006500 10.0.0.28 - - [2025-01-27 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001993 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 151 0.109326 10.0.0.28 - - [2025-01-27 02:36:56] "DELETE /route-target/2b38fa0d-a6d7-4f32-a272-005d511be77d HTTP/1.1" 200 115 0.028658 10.0.0.28 - - [2025-01-27 02:36:56] "GET /routing-instance/d75472a3-42f3-42ea-b26e-efc244383b00 HTTP/1.1" 404 171 0.002737 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domains HTTP/1.1" 200 280 0.002279 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.048738 10.0.0.28 - - [2025-01-27 02:36:56] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.28 - - [2025-01-27 02:36:56] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 2145 0.066847 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 1007 0.007103 10.0.0.28 - - [2025-01-27 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001915 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002626 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002078 10.0.0.28 - - [2025-01-27 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.28 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 151 0.084274 10.0.0.28 - - [2025-01-27 02:36:56] "DELETE /route-target/3a126e56-60f6-4912-8eac-ee66f2e01531 HTTP/1.1" 200 115 0.023260 10.0.0.28 - - [2025-01-27 02:36:56] "GET /routing-instance/29e771b1-f4e7-499c-8be4-3edb8535b278 HTTP/1.1" 404 171 0.002742 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domains HTTP/1.1" 200 280 0.002285 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.28 - - [2025-01-27 02:36:56] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2771 0.051407 10.0.0.28 - - [2025-01-27 02:36:56] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.28 - - [2025-01-27 02:36:56] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 1900 0.071859 10.0.0.28 - - [2025-01-27 02:36:57] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.28 - - [2025-01-27 02:36:57] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022676 10.0.0.28 - - [2025-01-27 02:36:57] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.28 - - [2025-01-27 02:36:57] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?fields=virtual_networks HTTP/1.1" 200 1048 0.070497 10.0.0.28 - - [2025-01-27 02:36:57] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001869 10.0.0.28 - - [2025-01-27 02:36:57] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.026423 10.0.0.28 - - [2025-01-27 02:36:57] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.28 - - [2025-01-27 02:36:57] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?fields=security_groups HTTP/1.1" 200 1282 0.026373 10.0.0.28 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.022738 10.0.0.28 - - [2025-01-27 02:36:58] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.28 - - [2025-01-27 02:36:58] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.28 - - [2025-01-27 02:36:58] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006721 10.0.0.28 - - [2025-01-27 02:36:58] "POST /id-to-fqname HTTP/1.1" 200 192 0.001184 10.0.0.28 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.006001 10.0.0.28 - - [2025-01-27 02:36:58] "POST /security-groups HTTP/1.1" 200 593 0.059772 10.0.0.28 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.002434 10.0.0.28 - - [2025-01-27 02:36:58] "POST /projects HTTP/1.1" 200 589 0.208699 10.0.0.28 - - [2025-01-27 02:36:58] "POST /access-control-lists HTTP/1.1" 200 598 0.059317 10.0.0.28 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.279802 10.0.0.28 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.002882 10.0.0.28 - - [2025-01-27 02:36:58] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.392538 10.0.0.28 - - [2025-01-27 02:36:58] "POST /access-control-lists HTTP/1.1" 200 596 0.060295 10.0.0.28 - - [2025-01-27 02:36:59] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.28 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.28 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.050989 10.0.0.28 - - [2025-01-27 02:37:00] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.28 - - [2025-01-27 02:37:00] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025758 10.0.0.28 - - [2025-01-27 02:37:00] "POST /neutron/network HTTP/1.1" 200 117 0.028496 10.0.0.28 - - [2025-01-27 02:37:00] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.28 - - [2025-01-27 02:37:00] "POST /neutron/network HTTP/1.1" 200 607 0.087874 10.0.0.28 - - [2025-01-27 02:37:00] "POST /route-targets HTTP/1.1" 200 327 0.013590 10.0.0.28 - - [2025-01-27 02:37:00] "POST /ref-update HTTP/1.1" 200 156 0.017620 10.0.0.28 - - [2025-01-27 02:37:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002316 10.0.0.28 - - [2025-01-27 02:37:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.145698 10.0.0.28 - - [2025-01-27 02:37:00] "POST /neutron/network HTTP/1.1" 200 826 0.006933 10.0.0.28 - - [2025-01-27 02:37:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.28 - - [2025-01-27 02:37:00] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005908 10.0.0.28 - - [2025-01-27 02:37:00] "POST /neutron/network HTTP/1.1" 200 826 0.005363 10.0.0.28 - - [2025-01-27 02:37:00] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004694 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 826 0.005489 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.006636 10.0.0.28 - - [2025-01-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.28 - - [2025-01-27 02:37:01] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.28 - - [2025-01-27 02:37:01] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028100 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 117 0.008111 10.0.0.28 - - [2025-01-27 02:37:01] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 607 0.060370 10.0.0.28 - - [2025-01-27 02:37:01] "POST /route-targets HTTP/1.1" 200 327 0.010596 10.0.0.28 - - [2025-01-27 02:37:01] "POST /ref-update HTTP/1.1" 200 156 0.011053 10.0.0.28 - - [2025-01-27 02:37:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.188045 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 827 0.005435 10.0.0.28 - - [2025-01-27 02:37:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001232 10.0.0.28 - - [2025-01-27 02:37:01] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004436 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 827 0.005185 10.0.0.28 - - [2025-01-27 02:37:01] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004786 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 827 0.006072 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.006005 10.0.0.28 - - [2025-01-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002019 10.0.0.28 - - [2025-01-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.28 - - [2025-01-27 02:37:01] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.28 - - [2025-01-27 02:37:01] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023067 10.0.0.28 - - [2025-01-27 02:37:01] "POST /network-policys HTTP/1.1" 200 571 0.018693 10.0.0.28 - - [2025-01-27 02:37:01] "GET /network-policy/24a43992-7ee7-4615-9efe-624ce2d99d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004653 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 826 0.005784 10.0.0.28 - - [2025-01-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003741 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 928 0.047119 10.0.0.28 - - [2025-01-27 02:37:01] "POST /neutron/network HTTP/1.1" 200 928 0.005365 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004454 10.0.0.28 - - [2025-01-27 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.28 - - [2025-01-27 02:37:02] "GET /network-policy/24a43992-7ee7-4615-9efe-624ce2d99d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003659 10.0.0.28 - - [2025-01-27 02:37:02] "POST /neutron/network HTTP/1.1" 200 827 0.011259 10.0.0.28 - - [2025-01-27 02:37:02] "POST /access-control-lists HTTP/1.1" 200 590 0.153663 10.0.0.28 - - [2025-01-27 02:37:02] "POST /neutron/network HTTP/1.1" 200 929 0.036676 10.0.0.28 - - [2025-01-27 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.002307 10.0.0.28 - - [2025-01-27 02:37:02] "POST /neutron/network HTTP/1.1" 200 929 0.005387 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004240 10.0.0.28 - - [2025-01-27 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.28 - - [2025-01-27 02:37:02] "GET /network-policy/24a43992-7ee7-4615-9efe-624ce2d99d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.032418 10.0.0.28 - - [2025-01-27 02:37:02] "POST /access-control-lists HTTP/1.1" 200 590 0.061360 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domains HTTP/1.1" 401 292 0.001255 10.0.0.28 - - [2025-01-27 02:37:02] "POST /ref-update HTTP/1.1" 200 156 0.011184 10.0.0.28 - - [2025-01-27 02:37:02] "PUT /access-control-list/fef7241b-b97a-4c4d-aaa1-85507cf895c0 HTTP/1.1" 200 272 0.059195 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domains HTTP/1.1" 200 280 0.029996 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.009567 10.0.0.28 - - [2025-01-27 02:37:02] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001976 10.0.0.28 - - [2025-01-27 02:37:02] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 2572 0.068463 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c HTTP/1.1" 200 2890 0.005379 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c HTTP/1.1" 200 2890 0.004207 10.0.0.28 - - [2025-01-27 02:37:02] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 200 1782 0.003263 10.0.0.28 - - [2025-01-27 02:37:02] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 200 1782 0.002706 10.0.0.28 - - [2025-01-27 02:37:02] "GET /route-target/cb4bc7cf-d64e-4a38-8996-ab30bc81a035 HTTP/1.1" 200 1206 0.002611 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c HTTP/1.1" 200 2890 0.004564 10.0.0.28 - - [2025-01-27 02:37:02] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 200 1782 0.004724 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006453 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c HTTP/1.1" 200 2890 0.005054 10.0.0.28 - - [2025-01-27 02:37:02] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 200 1782 0.003383 10.0.0.28 - - [2025-01-27 02:37:02] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 200 1782 0.003140 10.0.0.28 - - [2025-01-27 02:37:02] "GET /route-target/cb4bc7cf-d64e-4a38-8996-ab30bc81a035 HTTP/1.1" 200 1206 0.002872 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domains HTTP/1.1" 200 280 0.002715 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.28 - - [2025-01-27 02:37:02] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.006654 10.0.0.28 - - [2025-01-27 02:37:02] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002460 10.0.0.28 - - [2025-01-27 02:37:02] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 2572 0.065809 10.0.0.28 - - [2025-01-27 02:37:02] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c HTTP/1.1" 200 2890 0.004354 10.0.0.28 - - [2025-01-27 02:37:03] "GET /obj-perms HTTP/1.1" 200 5034 0.045241 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domains HTTP/1.1" 200 280 0.002538 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.006480 10.0.0.28 - - [2025-01-27 02:37:03] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001301 10.0.0.28 - - [2025-01-27 02:37:03] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 2572 0.068624 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4 HTTP/1.1" 200 2894 0.006359 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4 HTTP/1.1" 200 2894 0.004374 10.0.0.28 - - [2025-01-27 02:37:03] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 200 1784 0.003180 10.0.0.28 - - [2025-01-27 02:37:03] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 200 1784 0.002806 10.0.0.28 - - [2025-01-27 02:37:03] "GET /route-target/7dd6b2d1-15c9-4d65-8126-4e09d4228d52 HTTP/1.1" 200 1205 0.002600 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4 HTTP/1.1" 200 2894 0.004165 10.0.0.28 - - [2025-01-27 02:37:03] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 200 1784 0.002819 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004341 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4 HTTP/1.1" 200 2894 0.004712 10.0.0.28 - - [2025-01-27 02:37:03] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 200 1784 0.003601 10.0.0.28 - - [2025-01-27 02:37:03] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 200 1784 0.002753 10.0.0.28 - - [2025-01-27 02:37:03] "GET /route-target/7dd6b2d1-15c9-4d65-8126-4e09d4228d52 HTTP/1.1" 200 1205 0.002560 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domains HTTP/1.1" 200 280 0.002408 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.28 - - [2025-01-27 02:37:03] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.006293 10.0.0.28 - - [2025-01-27 02:37:03] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.28 - - [2025-01-27 02:37:03] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 2572 0.067788 10.0.0.28 - - [2025-01-27 02:37:03] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4 HTTP/1.1" 200 2894 0.004457 10.0.0.28 - - [2025-01-27 02:37:03] "GET /obj-perms HTTP/1.1" 200 5034 0.003059 10.0.0.28 - - [2025-01-27 02:37:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356 10.0.0.28 - - [2025-01-27 02:37:03] "POST /neutron/network HTTP/1.1" 200 938 0.005658 10.0.0.28 - - [2025-01-27 02:37:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.28 - - [2025-01-27 02:37:04] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.28 - - [2025-01-27 02:37:04] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.28 - - [2025-01-27 02:37:04] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.28 - - [2025-01-27 02:37:04] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046080 10.0.0.28 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 928 0.008362 10.0.0.28 - - [2025-01-27 02:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.004763 10.0.0.28 - - [2025-01-27 02:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.004610 10.0.0.28 - - [2025-01-27 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001362 10.0.0.28 - - [2025-01-27 02:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.005650 10.0.0.28 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 939 0.005569 10.0.0.28 - - [2025-01-27 02:37:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/network HTTP/1.1" 200 938 0.005233 10.0.0.28 - - [2025-01-27 02:37:05] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1062 0.196023 10.0.0.28 - - [2025-01-27 02:37:05] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.28 - - [2025-01-27 02:37:05] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1062 0.009348 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1062 0.007991 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1116 0.056716 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1090 0.014020 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003836 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.011377 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/network HTTP/1.1" 200 928 0.006894 10.0.0.28 - - [2025-01-27 02:37:05] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.28 - - [2025-01-27 02:37:05] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043598 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/network HTTP/1.1" 200 929 0.005126 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 1090 0.040366 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013575 10.0.0.28 - - [2025-01-27 02:37:05] "POST /neutron/port HTTP/1.1" 200 117 0.006167 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1090 0.016422 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007359 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 939 0.006439 10.0.0.28 - - [2025-01-27 02:37:06] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.28 - - [2025-01-27 02:37:06] "PUT /access-control-list/5ab62889-5d09-4b74-852e-102336660f58 HTTP/1.1" 200 272 0.022368 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1063 0.233354 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1063 0.009239 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1063 0.008826 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1117 0.112395 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 1091 0.019787 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002725 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011535 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.28 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 929 0.010583 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015109 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008525 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015500 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006445 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.019996 10.0.0.28 - - [2025-01-27 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006488 10.0.0.28 - - [2025-01-27 02:37:11] "GET /virtual-machine/66ac112b-0ce7-45e0-ba61-1faceaa99500 HTTP/1.1" 200 1294 0.008651 10.0.0.28 - - [2025-01-27 02:37:11] "GET /virtual-machine-interface/c874d053-69cf-4ae9-9a9e-0d18cd0d9988 HTTP/1.1" 200 2952 0.004616 10.0.0.28 - - [2025-01-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.28 - - [2025-01-27 02:37:11] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004050 10.0.0.28 - - [2025-01-27 02:37:11] "GET /virtual-networks?parent_id=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003618 10.0.0.28 - - [2025-01-27 02:37:11] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007798 10.0.0.28 - - [2025-01-27 02:37:14] "POST /neutron/port HTTP/1.1" 200 1090 0.015787 10.0.0.28 - - [2025-01-27 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005610 10.0.0.28 - - [2025-01-27 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.28 - - [2025-01-27 02:37:14] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004695 10.0.0.28 - - [2025-01-27 02:37:15] "POST /neutron/port HTTP/1.1" 200 1091 0.015529 10.0.0.28 - - [2025-01-27 02:37:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006189 10.0.0.28 - - [2025-01-27 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.28 - - [2025-01-27 02:37:16] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003345 10.0.0.28 - - [2025-01-27 02:37:16] "GET /virtual-networks?parent_id=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003501 10.0.0.28 - - [2025-01-27 02:37:16] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005708 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/port HTTP/1.1" 200 1091 0.016324 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007607 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/port HTTP/1.1" 200 1091 0.018580 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007453 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/port HTTP/1.1" 200 1091 0.015738 10.0.0.28 - - [2025-01-27 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010720 10.0.0.28 - - [2025-01-27 02:37:17] "GET /virtual-machine/66bf4e7d-b18c-4cf0-96b0-5cd73032c592 HTTP/1.1" 200 1294 0.008698 10.0.0.28 - - [2025-01-27 02:37:17] "GET /virtual-machine-interface/8527c507-5557-413f-8e6f-9e3664ceb9ff HTTP/1.1" 200 2951 0.008920 10.0.0.28 - - [2025-01-27 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.28 - - [2025-01-27 02:37:17] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002691 10.0.0.28 - - [2025-01-27 02:37:17] "GET /virtual-networks?parent_id=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002815 10.0.0.28 - - [2025-01-27 02:37:17] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005109 10.0.0.28 - - [2025-01-27 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.28 - - [2025-01-27 02:37:18] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002886 10.0.0.28 - - [2025-01-27 02:37:18] "GET /virtual-networks?parent_id=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003104 10.0.0.28 - - [2025-01-27 02:37:18] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005417 10.0.0.28 - - [2025-01-27 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.28 - - [2025-01-27 02:37:22] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.28 - - [2025-01-27 02:37:22] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027014 10.0.0.28 - - [2025-01-27 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.28 - - [2025-01-27 02:37:22] "PUT /network-policy/24a43992-7ee7-4615-9efe-624ce2d99d8a HTTP/1.1" 200 262 0.010802 10.0.0.28 - - [2025-01-27 02:37:22] "PUT /access-control-list/5ab62889-5d09-4b74-852e-102336660f58 HTTP/1.1" 200 272 0.051702 10.0.0.28 - - [2025-01-27 02:37:22] "POST /ref-update HTTP/1.1" 200 156 0.012289 10.0.0.28 - - [2025-01-27 02:37:22] "PUT /access-control-list/fef7241b-b97a-4c4d-aaa1-85507cf895c0 HTTP/1.1" 200 272 0.049631 10.0.0.28 - - [2025-01-27 02:37:22] "POST /ref-update HTTP/1.1" 200 156 0.009936 10.0.0.28 - - [2025-01-27 02:37:26] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005195 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 929 0.005615 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 827 0.041641 10.0.0.28 - - [2025-01-27 02:37:26] "DELETE /access-control-list/5ab62889-5d09-4b74-852e-102336660f58 HTTP/1.1" 200 115 0.037000 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 827 0.009248 10.0.0.28 - - [2025-01-27 02:37:26] "GET /virtual-network/36d8fe87-80ed-48a7-8fed-6ca1fcf309b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007979 10.0.0.28 - - [2025-01-27 02:37:26] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004668 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 928 0.007147 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 826 0.060878 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 826 0.005507 10.0.0.28 - - [2025-01-27 02:37:26] "GET /virtual-network/36f36b01-d5a5-4190-844b-7c265152313c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004535 10.0.0.28 - - [2025-01-27 02:37:26] "DELETE /network-policy/24a43992-7ee7-4615-9efe-624ce2d99d8a HTTP/1.1" 200 115 0.028706 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 827 0.008149 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 400 204 0.013001 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1091 0.015064 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1117 0.010397 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1090 0.021811 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1116 0.007657 10.0.0.28 - - [2025-01-27 02:37:26] "DELETE /access-control-list/fef7241b-b97a-4c4d-aaa1-85507cf895c0 HTTP/1.1" 200 115 0.049669 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 151 0.151351 10.0.0.28 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 151 0.149753 10.0.0.28 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 827 0.005296 10.0.0.28 - - [2025-01-27 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.28 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001965 10.0.0.28 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003046 10.0.0.28 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 151 0.072467 10.0.0.28 - - [2025-01-27 02:37:28] "DELETE /route-target/7dd6b2d1-15c9-4d65-8126-4e09d4228d52 HTTP/1.1" 200 115 0.016539 10.0.0.28 - - [2025-01-27 02:37:28] "GET /routing-instance/daff7069-b8a4-4284-8ac7-cdd8e9420a63 HTTP/1.1" 404 171 0.002487 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domains HTTP/1.1" 200 280 0.002368 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.049764 10.0.0.28 - - [2025-01-27 02:37:28] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001033 10.0.0.28 - - [2025-01-27 02:37:28] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 2104 0.069549 10.0.0.28 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 826 0.005330 10.0.0.28 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.28 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003173 10.0.0.28 - - [2025-01-27 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.28 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 151 0.073842 10.0.0.28 - - [2025-01-27 02:37:28] "GET /routing-instance/0c908ce7-6592-475e-9405-bb96fb38fab4 HTTP/1.1" 404 171 0.002038 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domains HTTP/1.1" 200 280 0.004216 10.0.0.28 - - [2025-01-27 02:37:28] "DELETE /route-target/cb4bc7cf-d64e-4a38-8996-ab30bc81a035 HTTP/1.1" 200 115 0.017815 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.28 - - [2025-01-27 02:37:28] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.049537 10.0.0.28 - - [2025-01-27 02:37:28] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001526 10.0.0.28 - - [2025-01-27 02:37:28] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 1865 0.071845 10.0.0.28 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.28 - - [2025-01-27 02:37:29] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026054 10.0.0.28 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.28 - - [2025-01-27 02:37:29] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?fields=virtual_networks HTTP/1.1" 200 1037 0.065504 10.0.0.28 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001033 10.0.0.28 - - [2025-01-27 02:37:29] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023767 10.0.0.28 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.28 - - [2025-01-27 02:37:29] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?fields=security_groups HTTP/1.1" 200 1265 0.025465 10.0.0.28 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.023678 10.0.0.28 - - [2025-01-27 02:37:30] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002527 10.0.0.28 - - [2025-01-27 02:37:30] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.28 - - [2025-01-27 02:37:30] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006576 10.0.0.28 - - [2025-01-27 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.001324 10.0.0.28 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.003870 10.0.0.28 - - [2025-01-27 02:37:30] "POST /security-groups HTTP/1.1" 200 589 0.059329 10.0.0.28 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.003205 10.0.0.28 - - [2025-01-27 02:37:30] "POST /projects HTTP/1.1" 200 581 0.205787 10.0.0.28 - - [2025-01-27 02:37:30] "POST /access-control-lists HTTP/1.1" 200 594 0.056506 10.0.0.28 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.271942 10.0.0.28 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.002647 10.0.0.28 - - [2025-01-27 02:37:30] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.392834 10.0.0.28 - - [2025-01-27 02:37:30] "POST /access-control-lists HTTP/1.1" 200 592 0.060206 10.0.0.28 - - [2025-01-27 02:37:31] "GET / HTTP/1.1" 200 35931 0.002850 10.0.0.28 - - [2025-01-27 02:37:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.28 - - [2025-01-27 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.050961 10.0.0.28 - - [2025-01-27 02:37:32] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.28 - - [2025-01-27 02:37:32] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025916 10.0.0.28 - - [2025-01-27 02:37:32] "POST /neutron/network HTTP/1.1" 200 117 0.026040 10.0.0.28 - - [2025-01-27 02:37:32] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003819 10.0.0.28 - - [2025-01-27 02:37:32] "POST /neutron/network HTTP/1.1" 200 613 0.075814 10.0.0.28 - - [2025-01-27 02:37:32] "POST /route-targets HTTP/1.1" 200 327 0.013051 10.0.0.28 - - [2025-01-27 02:37:32] "POST /ref-update HTTP/1.1" 200 156 0.016159 10.0.0.28 - - [2025-01-27 02:37:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008359 10.0.0.28 - - [2025-01-27 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.193067 10.0.0.28 - - [2025-01-27 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.005592 10.0.0.28 - - [2025-01-27 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001475 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004586 10.0.0.28 - - [2025-01-27 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.005364 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004631 10.0.0.28 - - [2025-01-27 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.006038 10.0.0.28 - - [2025-01-27 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.005960 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domains HTTP/1.1" 401 292 0.000340 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domains HTTP/1.1" 200 280 0.024890 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.009323 10.0.0.28 - - [2025-01-27 02:37:33] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.28 - - [2025-01-27 02:37:33] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2081 0.069046 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b HTTP/1.1" 200 2317 0.006600 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b HTTP/1.1" 200 2317 0.004627 10.0.0.28 - - [2025-01-27 02:37:33] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 200 1493 0.003995 10.0.0.28 - - [2025-01-27 02:37:33] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 200 1493 0.003518 10.0.0.28 - - [2025-01-27 02:37:33] "GET /route-target/c28df3ae-103e-428f-ae01-7fa630d8ec2c HTTP/1.1" 200 1213 0.003497 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b HTTP/1.1" 200 2317 0.004811 10.0.0.28 - - [2025-01-27 02:37:33] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 200 1493 0.002951 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004148 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b HTTP/1.1" 200 2317 0.004280 10.0.0.28 - - [2025-01-27 02:37:33] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 200 1493 0.002937 10.0.0.28 - - [2025-01-27 02:37:33] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 200 1493 0.002985 10.0.0.28 - - [2025-01-27 02:37:33] "GET /route-target/c28df3ae-103e-428f-ae01-7fa630d8ec2c HTTP/1.1" 200 1213 0.003441 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domains HTTP/1.1" 200 280 0.002580 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001714 10.0.0.28 - - [2025-01-27 02:37:33] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.008977 10.0.0.28 - - [2025-01-27 02:37:33] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.28 - - [2025-01-27 02:37:33] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2081 0.066705 10.0.0.28 - - [2025-01-27 02:37:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b HTTP/1.1" 200 2317 0.005683 10.0.0.28 - - [2025-01-27 02:37:34] "GET /obj-perms HTTP/1.1" 200 5026 0.049148 10.0.0.28 - - [2025-01-27 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.28 - - [2025-01-27 02:37:34] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.28 - - [2025-01-27 02:37:34] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022024 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/network HTTP/1.1" 200 117 0.009442 10.0.0.28 - - [2025-01-27 02:37:34] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/network HTTP/1.1" 200 613 0.070285 10.0.0.28 - - [2025-01-27 02:37:34] "POST /route-targets HTTP/1.1" 200 327 0.009916 10.0.0.28 - - [2025-01-27 02:37:34] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.28 - - [2025-01-27 02:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005857 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.146101 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/network HTTP/1.1" 200 832 0.004568 10.0.0.28 - - [2025-01-27 02:37:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001058 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004666 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/network HTTP/1.1" 200 832 0.005725 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005317 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/network HTTP/1.1" 200 832 0.006019 10.0.0.28 - - [2025-01-27 02:37:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007129 10.0.0.28 - - [2025-01-27 02:37:34] "GET /domains HTTP/1.1" 200 280 0.002402 10.0.0.28 - - [2025-01-27 02:37:34] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.28 - - [2025-01-27 02:37:34] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.006857 10.0.0.28 - - [2025-01-27 02:37:34] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.28 - - [2025-01-27 02:37:34] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2299 0.071727 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135 HTTP/1.1" 200 2318 0.008380 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135 HTTP/1.1" 200 2318 0.008309 10.0.0.28 - - [2025-01-27 02:37:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 200 1493 0.005399 10.0.0.28 - - [2025-01-27 02:37:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 200 1493 0.003171 10.0.0.28 - - [2025-01-27 02:37:34] "GET /route-target/561d6bc2-0e92-4714-8198-f772ef652463 HTTP/1.1" 200 1211 0.002924 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135 HTTP/1.1" 200 2318 0.004660 10.0.0.28 - - [2025-01-27 02:37:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 200 1493 0.003288 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004412 10.0.0.28 - - [2025-01-27 02:37:34] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135 HTTP/1.1" 200 2318 0.006485 10.0.0.28 - - [2025-01-27 02:37:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 200 1493 0.004015 10.0.0.28 - - [2025-01-27 02:37:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 200 1493 0.003082 10.0.0.28 - - [2025-01-27 02:37:34] "GET /route-target/561d6bc2-0e92-4714-8198-f772ef652463 HTTP/1.1" 200 1211 0.002732 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains HTTP/1.1" 200 280 0.002522 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.007445 10.0.0.28 - - [2025-01-27 02:37:35] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.28 - - [2025-01-27 02:37:35] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2299 0.074034 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135 HTTP/1.1" 200 2318 0.008190 10.0.0.28 - - [2025-01-27 02:37:35] "GET /obj-perms HTTP/1.1" 200 5026 0.003273 10.0.0.28 - - [2025-01-27 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.28 - - [2025-01-27 02:37:35] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.28 - - [2025-01-27 02:37:35] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027335 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/network HTTP/1.1" 200 117 0.011939 10.0.0.28 - - [2025-01-27 02:37:35] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/network HTTP/1.1" 200 615 0.079756 10.0.0.28 - - [2025-01-27 02:37:35] "POST /ref-update HTTP/1.1" 200 156 0.012129 10.0.0.28 - - [2025-01-27 02:37:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003580 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.142915 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/network HTTP/1.1" 200 833 0.005847 10.0.0.28 - - [2025-01-27 02:37:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001374 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005300 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/network HTTP/1.1" 200 833 0.005691 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004324 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/network HTTP/1.1" 200 833 0.005548 10.0.0.28 - - [2025-01-27 02:37:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.006263 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains HTTP/1.1" 200 280 0.002280 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.007348 10.0.0.28 - - [2025-01-27 02:37:35] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.28 - - [2025-01-27 02:37:35] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2518 0.067691 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6 HTTP/1.1" 200 2321 0.005811 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6 HTTP/1.1" 200 2321 0.004399 10.0.0.28 - - [2025-01-27 02:37:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 200 1496 0.003161 10.0.0.28 - - [2025-01-27 02:37:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 200 1496 0.002893 10.0.0.28 - - [2025-01-27 02:37:35] "GET /route-target/82ccdb97-f876-4645-bd8e-10e25e937323 HTTP/1.1" 200 1214 0.003324 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6 HTTP/1.1" 200 2321 0.004258 10.0.0.28 - - [2025-01-27 02:37:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 200 1496 0.002944 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004400 10.0.0.28 - - [2025-01-27 02:37:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6 HTTP/1.1" 200 2321 0.004325 10.0.0.28 - - [2025-01-27 02:37:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 200 1496 0.002891 10.0.0.28 - - [2025-01-27 02:37:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 200 1496 0.002650 10.0.0.28 - - [2025-01-27 02:37:35] "GET /route-target/82ccdb97-f876-4645-bd8e-10e25e937323 HTTP/1.1" 200 1214 0.002590 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains HTTP/1.1" 200 280 0.002726 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.28 - - [2025-01-27 02:37:35] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 3143 0.006655 10.0.0.28 - - [2025-01-27 02:37:35] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.28 - - [2025-01-27 02:37:35] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2518 0.086198 10.0.0.28 - - [2025-01-27 02:37:36] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6 HTTP/1.1" 200 2321 0.005051 10.0.0.28 - - [2025-01-27 02:37:36] "GET /obj-perms HTTP/1.1" 200 5026 0.002879 10.0.0.28 - - [2025-01-27 02:37:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001432 10.0.0.28 - - [2025-01-27 02:37:36] "POST /neutron/network HTTP/1.1" 200 842 0.005700 10.0.0.28 - - [2025-01-27 02:37:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.28 - - [2025-01-27 02:37:36] "GET / HTTP/1.1" 200 35931 0.001639 10.0.0.28 - - [2025-01-27 02:37:36] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.28 - - [2025-01-27 02:37:36] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.28 - - [2025-01-27 02:37:36] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069249 10.0.0.28 - - [2025-01-27 02:37:36] "POST /neutron/network HTTP/1.1" 200 832 0.005490 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.005424 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.005178 10.0.0.28 - - [2025-01-27 02:37:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001324 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.009314 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/network HTTP/1.1" 200 843 0.006037 10.0.0.28 - - [2025-01-27 02:37:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/network HTTP/1.1" 200 842 0.006147 10.0.0.28 - - [2025-01-27 02:37:37] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.28 - - [2025-01-27 02:37:37] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.28 - - [2025-01-27 02:37:37] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 1058 0.214015 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 1058 0.009874 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 1058 0.007761 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 1112 0.069634 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 1086 0.069004 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005574 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.010418 10.0.0.28 - - [2025-01-27 02:37:37] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.28 - - [2025-01-27 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.000834 10.0.0.28 - - [2025-01-27 02:37:38] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059282 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 832 0.012398 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 833 0.006219 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1086 0.017069 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007470 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 117 0.004571 10.0.0.28 - - [2025-01-27 02:37:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003055 10.0.0.28 - - [2025-01-27 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.28 - - [2025-01-27 02:37:38] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.28 - - [2025-01-27 02:37:38] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007908 10.0.0.28 - - [2025-01-27 02:37:38] "POST /service-templates HTTP/1.1" 200 543 0.020347 10.0.0.28 - - [2025-01-27 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.28 - - [2025-01-27 02:37:38] "GET /service-template/0b5e5441-f04e-4938-ade5-e93d1c32dabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005192 10.0.0.28 - - [2025-01-27 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 843 0.005931 10.0.0.28 - - [2025-01-27 02:37:38] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.28 - - [2025-01-27 02:37:38] "GET /service-template/0b5e5441-f04e-4938-ade5-e93d1c32dabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004058 10.0.0.28 - - [2025-01-27 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001336 10.0.0.28 - - [2025-01-27 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001770 10.0.0.28 - - [2025-01-27 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001173 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1057 0.250225 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1057 0.010693 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1057 0.009052 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 2001 0.034427 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014808 10.0.0.28 - - [2025-01-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1111 0.108325 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/port HTTP/1.1" 200 1085 0.020002 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.014237 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/network HTTP/1.1" 200 833 0.006762 10.0.0.28 - - [2025-01-27 02:37:39] "POST /neutron/network HTTP/1.1" 200 2222 0.016816 10.0.0.28 - - [2025-01-27 02:37:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.28 - - [2025-01-27 02:37:40] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.28 - - [2025-01-27 02:37:40] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000610 10.0.0.28 - - [2025-01-27 02:37:40] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001581 10.0.0.28 - - [2025-01-27 02:37:40] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054148 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 832 0.005535 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 832 0.006036 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 833 0.005175 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 2055 0.027543 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005283 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.005672 10.0.0.28 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.004422 10.0.0.28 - - [2025-01-27 02:37:41] "POST /neutron/network HTTP/1.1" 200 2222 0.015336 10.0.0.28 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002102 10.0.0.28 - - [2025-01-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1058 0.276551 10.0.0.28 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.28 - - [2025-01-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1058 0.225223 10.0.0.28 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1057 0.202125 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1058 0.011181 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1058 0.014847 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1112 0.067838 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1058 0.010931 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008531 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1112 0.086105 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1057 0.009904 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1057 0.008102 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1111 0.058134 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 3024 0.022395 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007571 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.024952 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/network HTTP/1.1" 200 832 0.005068 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003164 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.011168 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/network HTTP/1.1" 200 832 0.005456 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003021 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.013639 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.28 - - [2025-01-27 02:37:42] "POST /neutron/network HTTP/1.1" 200 833 0.006829 10.0.0.28 - - [2025-01-27 02:37:45] "POST /neutron/port HTTP/1.1" 200 3024 0.024084 10.0.0.28 - - [2025-01-27 02:37:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005846 10.0.0.28 - - [2025-01-27 02:37:45] "POST /neutron/port HTTP/1.1" 200 3024 0.023925 10.0.0.28 - - [2025-01-27 02:37:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007106 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 3024 0.020465 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006122 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 3024 0.018663 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006365 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 3024 0.022398 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009614 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-machine/13bfec65-c1ae-4c2a-8d42-ed1724629458 HTTP/1.1" 200 1802 0.005102 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88 HTTP/1.1" 200 2946 0.007483 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952 HTTP/1.1" 200 2945 0.004999 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94 HTTP/1.1" 200 2950 0.005185 10.0.0.28 - - [2025-01-27 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.28 - - [2025-01-27 02:37:46] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003061 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003893 10.0.0.28 - - [2025-01-27 02:37:46] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007980 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 1086 0.021672 10.0.0.28 - - [2025-01-27 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005620 10.0.0.28 - - [2025-01-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 1085 0.017223 10.0.0.28 - - [2025-01-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005460 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /project/5a1fe295c66c40088e9b214d11a5b588 HTTP/1.1" 404 173 0.012883 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /project/b1b909aeec2646d2bbb4f018752505df HTTP/1.1" 404 173 0.008918 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /project/a6b80d0ef37940b7ab01de4f50113078 HTTP/1.1" 404 173 0.005614 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001686 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001573 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002093 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.088575 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.092159 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.100326 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001559 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?fields=security_groups HTTP/1.1" 200 1370 0.080904 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?fields=security_groups HTTP/1.1" 200 1387 0.085944 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?fields=security_groups HTTP/1.1" 200 1372 0.086174 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /access-control-list/66c6cade-e17b-41fe-89e7-238b1a232aef HTTP/1.1" 200 115 0.055034 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /security-group/a3e9a84d-beec-498c-b846-97aba416bf1b HTTP/1.1" 200 115 0.128170 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=b1b909ae-ec26-46d2-bbb4-f018752505df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001568 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /security-group/d1a01274-c82d-4153-8438-9dce0542a9d4 HTTP/1.1" 200 115 0.156111 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /security-group/1fe09547-3c23-40c2-b22d-83bc50e3486c HTTP/1.1" 200 115 0.159311 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=5a1fe295-c66c-4008-8e9b-214d11a5b588&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001530 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/b1b909ae-ec26-46d2-bbb4-f018752505df?fields=application_policy_sets HTTP/1.1" 200 1409 0.072088 10.0.0.28 - - [2025-01-27 02:37:48] "GET /projects?obj_uuids=50417048-a00e-42fc-9062-19d6e42a28fd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002308 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /access-control-list/39c6703b-30f2-4446-b703-a6c32f2f9e60 HTTP/1.1" 200 115 0.091738 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/50417048-a00e-42fc-9062-19d6e42a28fd?fields=application_policy_sets HTTP/1.1" 200 1411 0.063359 10.0.0.28 - - [2025-01-27 02:37:48] "GET /project/5a1fe295-c66c-4008-8e9b-214d11a5b588?fields=application_policy_sets HTTP/1.1" 200 1426 0.121782 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /access-control-list/ebccb5e2-6abf-44ad-b951-663cdce73f8d HTTP/1.1" 200 115 0.088515 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /access-control-list/e36335c8-872e-4ca0-9d4a-7e8774a8f06f HTTP/1.1" 200 115 0.095322 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /access-control-list/8289d15a-1eef-43c4-a323-788320dd19c3 HTTP/1.1" 200 115 0.044209 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /project/b1b909ae-ec26-46d2-bbb4-f018752505df HTTP/1.1" 200 115 0.753227 10.0.0.28 - - [2025-01-27 02:37:48] "DELETE /project/50417048-a00e-42fc-9062-19d6e42a28fd HTTP/1.1" 200 115 0.774581 10.0.0.28 - - [2025-01-27 02:37:49] "DELETE /access-control-list/fecd9864-6682-4642-9ce5-3335a03d20bc HTTP/1.1" 200 115 0.054984 10.0.0.28 - - [2025-01-27 02:37:49] "DELETE /project/5a1fe295-c66c-4008-8e9b-214d11a5b588 HTTP/1.1" 200 115 0.814171 10.0.0.28 - - [2025-01-27 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.28 - - [2025-01-27 02:37:49] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009537 10.0.0.28 - - [2025-01-27 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.28 - - [2025-01-27 02:37:53] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004873 10.0.0.28 - - [2025-01-27 02:37:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015289 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/port HTTP/1.1" 200 1086 0.019960 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/network HTTP/1.1" 200 842 0.006585 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.011226 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.28 - - [2025-01-27 02:37:54] "POST /neutron/network HTTP/1.1" 200 832 0.006327 10.0.0.28 - - [2025-01-27 02:37:54] "GET /obj-perms HTTP/1.1" 200 5056 0.048584 10.0.0.28 - - [2025-01-27 02:37:54] "GET /obj-perms HTTP/1.1" 200 5056 0.058477 10.0.0.28 - - [2025-01-27 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.28 - - [2025-01-27 02:37:57] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004719 10.0.0.28 - - [2025-01-27 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.28 - - [2025-01-27 02:38:01] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003253 10.0.0.28 - - [2025-01-27 02:38:02] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003549 10.0.0.28 - - [2025-01-27 02:38:02] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005722 10.0.0.28 - - [2025-01-27 02:38:02] "POST /neutron/port HTTP/1.1" 200 3024 0.021452 10.0.0.28 - - [2025-01-27 02:38:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006278 10.0.0.28 - - [2025-01-27 02:38:07] "POST /neutron/port HTTP/1.1" 200 3024 0.045132 10.0.0.28 - - [2025-01-27 02:38:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006697 10.0.0.28 - - [2025-01-27 02:38:12] "POST /neutron/port HTTP/1.1" 200 3024 0.023545 10.0.0.28 - - [2025-01-27 02:38:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005561 10.0.0.28 - - [2025-01-27 02:38:12] "POST /neutron/port HTTP/1.1" 200 3024 0.019755 10.0.0.28 - - [2025-01-27 02:38:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006798 10.0.0.28 - - [2025-01-27 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.019004 10.0.0.28 - - [2025-01-27 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006671 10.0.0.28 - - [2025-01-27 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.28 - - [2025-01-27 02:38:22] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003132 10.0.0.28 - - [2025-01-27 02:38:22] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003031 10.0.0.28 - - [2025-01-27 02:38:22] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005098 10.0.0.28 - - [2025-01-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.28 - - [2025-01-27 02:38:23] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003351 10.0.0.28 - - [2025-01-27 02:38:23] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002967 10.0.0.28 - - [2025-01-27 02:38:23] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005982 10.0.0.28 - - [2025-01-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002848 10.0.0.28 - - [2025-01-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.28 - - [2025-01-27 02:38:23] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002029 10.0.0.28 - - [2025-01-27 02:38:23] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043383 10.0.0.28 - - [2025-01-27 02:38:23] "POST /service-instances HTTP/1.1" 200 543 0.066218 10.0.0.28 - - [2025-01-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.28 - - [2025-01-27 02:38:23] "GET /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005236 10.0.0.28 - - [2025-01-27 02:38:23] "POST /port-tuples HTTP/1.1" 200 586 0.022544 10.0.0.28 - - [2025-01-27 02:38:23] "GET /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005329 10.0.0.28 - - [2025-01-27 02:38:23] "PUT /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952 HTTP/1.1" 200 284 0.010310 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.009983 10.0.0.28 - - [2025-01-27 02:38:24] "POST /instance-ips HTTP/1.1" 200 385 0.026173 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006920 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.015312 10.0.0.28 - - [2025-01-27 02:38:24] "PUT /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88 HTTP/1.1" 200 284 0.021179 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.014098 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002701 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.010229 10.0.0.28 - - [2025-01-27 02:38:24] "POST /instance-ips HTTP/1.1" 200 385 0.027114 10.0.0.28 - - [2025-01-27 02:38:24] "PUT /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94 HTTP/1.1" 200 284 0.009912 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.009942 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.008650 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003113 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015282 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005621 10.0.0.28 - - [2025-01-27 02:38:24] "POST /instance-ips HTTP/1.1" 200 373 0.018105 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014090 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007642 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.011164 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/port HTTP/1.1" 200 1086 0.019714 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.010641 10.0.0.28 - - [2025-01-27 02:38:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005939 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-machine/25c1fb2f-57f0-4a64-9ba7-f74566231629 HTTP/1.1" 200 1290 0.005886 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-machine-interface/c01b8820-4b4f-4a8d-9bda-e12dd0df836d HTTP/1.1" 200 2947 0.004338 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002578 10.0.0.28 - - [2025-01-27 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.28 - - [2025-01-27 02:38:24] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003317 10.0.0.28 - - [2025-01-27 02:38:24] "POST /instance-ips HTTP/1.1" 200 373 0.013986 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002635 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.008251 10.0.0.28 - - [2025-01-27 02:38:24] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007278 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-update HTTP/1.1" 200 156 0.012235 10.0.0.28 - - [2025-01-27 02:38:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002640 10.0.0.28 - - [2025-01-27 02:38:25] "POST /instance-ips HTTP/1.1" 200 375 0.303160 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.009266 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004631 10.0.0.28 - - [2025-01-27 02:38:25] "POST /instance-ips HTTP/1.1" 200 375 0.015518 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.010657 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.28 - - [2025-01-27 02:38:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003104 10.0.0.28 - - [2025-01-27 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.28 - - [2025-01-27 02:38:25] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002968 10.0.0.28 - - [2025-01-27 02:38:25] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.28 - - [2025-01-27 02:38:26] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005211 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/port HTTP/1.1" 200 1085 0.015773 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005842 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/port HTTP/1.1" 200 1085 0.016983 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008289 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/port HTTP/1.1" 200 1085 0.014525 10.0.0.28 - - [2025-01-27 02:38:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006246 10.0.0.28 - - [2025-01-27 02:38:26] "GET /virtual-machine/86f53711-3654-4948-a6fc-a8f2ac4d7b95 HTTP/1.1" 200 1290 0.005092 10.0.0.28 - - [2025-01-27 02:38:26] "GET /virtual-machine-interface/714236d3-07eb-4bf4-8a43-37d040b70249 HTTP/1.1" 200 2948 0.005935 10.0.0.28 - - [2025-01-27 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.28 - - [2025-01-27 02:38:26] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004020 10.0.0.28 - - [2025-01-27 02:38:26] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004345 10.0.0.28 - - [2025-01-27 02:38:26] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006047 10.0.0.28 - - [2025-01-27 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.28 - - [2025-01-27 02:38:27] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002727 10.0.0.28 - - [2025-01-27 02:38:27] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002879 10.0.0.28 - - [2025-01-27 02:38:27] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005444 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.003125 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.28 - - [2025-01-27 02:38:28] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.28 - - [2025-01-27 02:38:28] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025470 10.0.0.28 - - [2025-01-27 02:38:28] "POST /network-policys HTTP/1.1" 200 547 0.034854 10.0.0.28 - - [2025-01-27 02:38:28] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004931 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.28 - - [2025-01-27 02:38:28] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005392 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.28 - - [2025-01-27 02:38:28] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004730 10.0.0.28 - - [2025-01-27 02:38:28] "POST /ref-update HTTP/1.1" 200 156 0.028226 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.28 - - [2025-01-27 02:38:28] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003611 10.0.0.28 - - [2025-01-27 02:38:28] "POST /neutron/network HTTP/1.1" 200 920 0.008526 10.0.0.28 - - [2025-01-27 02:38:28] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004244 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.002495 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.28 - - [2025-01-27 02:38:28] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004499 10.0.0.28 - - [2025-01-27 02:38:28] "POST /access-control-lists HTTP/1.1" 200 601 0.059606 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.28 - - [2025-01-27 02:38:28] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005933 10.0.0.28 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.28 - - [2025-01-27 02:38:28] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003638 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.004089 10.0.0.28 - - [2025-01-27 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.033010 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.28 - - [2025-01-27 02:38:29] "POST /access-control-lists HTTP/1.1" 200 604 0.060548 10.0.0.28 - - [2025-01-27 02:38:29] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003667 10.0.0.28 - - [2025-01-27 02:38:29] "POST /routing-instances HTTP/1.1" 200 759 0.016680 10.0.0.28 - - [2025-01-27 02:38:29] "POST /neutron/network HTTP/1.1" 200 921 0.006575 10.0.0.28 - - [2025-01-27 02:38:29] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004280 10.0.0.28 - - [2025-01-27 02:38:29] "POST /route-targets HTTP/1.1" 200 327 0.008824 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.28 - - [2025-01-27 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.28 - - [2025-01-27 02:38:29] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003265 10.0.0.28 - - [2025-01-27 02:38:29] "GET /routing-instance/7becd156-d0a2-42a5-8f9d-b67855fc1d4f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004177 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.28 - - [2025-01-27 02:38:29] "GET /routing-instance/7becd156-d0a2-42a5-8f9d-b67855fc1d4f?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003370 10.0.0.28 - - [2025-01-27 02:38:29] "GET /service-template/0b5e5441-f04e-4938-ade5-e93d1c32dabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003382 10.0.0.28 - - [2025-01-27 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.009565 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.28 - - [2025-01-27 02:38:29] "POST /routing-instances HTTP/1.1" 200 760 0.016381 10.0.0.28 - - [2025-01-27 02:38:29] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.28 - - [2025-01-27 02:38:29] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025635 10.0.0.28 - - [2025-01-27 02:38:29] "POST /route-targets HTTP/1.1" 200 327 0.009243 10.0.0.28 - - [2025-01-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.28 - - [2025-01-27 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.010033 10.0.0.28 - - [2025-01-27 02:38:29] "GET /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005075 10.0.0.28 - - [2025-01-27 02:38:29] "GET /routing-instance/fb4232ef-44fd-4441-a61e-386440eed767?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.006956 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domains HTTP/1.1" 200 280 0.002643 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2772 0.008126 10.0.0.28 - - [2025-01-27 02:38:29] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.28 - - [2025-01-27 02:38:29] "GET /routing-instance/fb4232ef-44fd-4441-a61e-386440eed767?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003165 10.0.0.28 - - [2025-01-27 02:38:29] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 4234 0.078175 10.0.0.28 - - [2025-01-27 02:38:29] "PUT /routing-instance/7becd156-d0a2-42a5-8f9d-b67855fc1d4f HTTP/1.1" 200 266 0.020344 10.0.0.28 - - [2025-01-27 02:38:29] "GET /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6 HTTP/1.1" 200 3783 0.005892 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domains HTTP/1.1" 200 280 0.002185 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.28 - - [2025-01-27 02:38:29] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2772 0.006616 10.0.0.28 - - [2025-01-27 02:38:29] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.28 - - [2025-01-27 02:38:29] "PUT /routing-instance/fb4232ef-44fd-4441-a61e-386440eed767 HTTP/1.1" 200 266 0.010222 10.0.0.28 - - [2025-01-27 02:38:29] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 4234 0.065706 10.0.0.28 - - [2025-01-27 02:38:29] "GET /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6 HTTP/1.1" 200 3783 0.004647 10.0.0.28 - - [2025-01-27 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.014286 10.0.0.28 - - [2025-01-27 02:38:29] "GET /port-tuple/ea0a4ccd-aedb-412e-b259-ecbbc9a46783 HTTP/1.1" 200 1980 0.004019 10.0.0.28 - - [2025-01-27 02:38:29] "GET /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88 HTTP/1.1" 200 3798 0.005000 10.0.0.28 - - [2025-01-27 02:38:29] "GET /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952 HTTP/1.1" 200 3815 0.005291 10.0.0.28 - - [2025-01-27 02:38:29] "GET /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94 HTTP/1.1" 200 3805 0.005712 10.0.0.28 - - [2025-01-27 02:38:29] "PUT /access-control-list/515e26f0-5c6f-490a-9999-e2eda9eca4ad HTTP/1.1" 200 272 0.010047 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.045424 10.0.0.28 - - [2025-01-27 02:38:30] "PUT /access-control-list/7d72a64d-8526-4522-aa0e-313cf3ddaeb6 HTTP/1.1" 200 272 0.009722 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008120 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030812 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005964 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.034989 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006316 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.029932 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005172 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 894 0.015564 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 920 0.006245 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 806 0.013199 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 832 0.005891 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 895 0.013175 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/network HTTP/1.1" 200 921 0.005960 10.0.0.28 - - [2025-01-27 02:38:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001186 10.0.0.28 - - [2025-01-27 02:38:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001052 10.0.0.28 - - [2025-01-27 02:38:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001318 10.0.0.28 - - [2025-01-27 02:38:30] "GET /virtual-machine/13bfec65-c1ae-4c2a-8d42-ed1724629458 HTTP/1.1" 200 1802 0.003671 10.0.0.28 - - [2025-01-27 02:38:30] "GET /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88 HTTP/1.1" 200 3798 0.004843 10.0.0.28 - - [2025-01-27 02:38:30] "GET /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952 HTTP/1.1" 200 3815 0.006322 10.0.0.28 - - [2025-01-27 02:38:30] "GET /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94 HTTP/1.1" 200 3805 0.004966 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/10355b02-952b-4799-9c8c-31ce125b1781 HTTP/1.1" 200 1621 0.004260 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/c78d59b5-2bd5-485a-be41-8fd97209d629 HTTP/1.1" 200 1957 0.003363 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/f2c21baa-1dab-4ddb-97d0-11215b19fd45 HTTP/1.1" 200 1955 0.003045 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/1165e6cf-7a2e-45a8-9ec2-57b0db333cb8 HTTP/1.1" 200 1978 0.003000 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/cb35c524-8403-478a-a747-1d6103b3a8db HTTP/1.1" 200 1622 0.004547 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/d14e48ce-f66f-444c-8488-bbdabf79e965 HTTP/1.1" 200 1980 0.004230 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/37fb393d-f0b4-47b4-8716-9bb6347706da HTTP/1.1" 200 1620 0.005264 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/4c3eebb3-de33-4d12-b3c2-47408f3ec958 HTTP/1.1" 200 1960 0.003173 10.0.0.28 - - [2025-01-27 02:38:30] "GET /instance-ip/b3034b8e-bb29-419e-b0e6-8d50ee1e00fa HTTP/1.1" 200 1959 0.003510 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.035146 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006268 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030378 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005388 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 3831 0.032587 10.0.0.28 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005260 10.0.0.28 - - [2025-01-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 3831 0.028964 10.0.0.28 - - [2025-01-27 02:38:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005692 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-machine/13bfec65-c1ae-4c2a-8d42-ed1724629458 HTTP/1.1" 200 1802 0.002965 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-machine-interface/279fcb8f-332d-40a4-b882-fde68e676e88 HTTP/1.1" 200 3798 0.005391 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-machine-interface/3331c1e2-3ec9-4fc2-88dc-54374ec67952 HTTP/1.1" 200 3815 0.005130 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-machine-interface/eb701589-c107-4780-8ba5-8ad23c0fef94 HTTP/1.1" 200 3805 0.004830 10.0.0.28 - - [2025-01-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.28 - - [2025-01-27 02:38:31] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002661 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002773 10.0.0.28 - - [2025-01-27 02:38:31] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005455 10.0.0.28 - - [2025-01-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.28 - - [2025-01-27 02:38:32] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003017 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002987 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005468 10.0.0.28 - - [2025-01-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.28 - - [2025-01-27 02:38:32] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003476 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002998 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005868 10.0.0.28 - - [2025-01-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.28 - - [2025-01-27 02:38:32] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003971 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002882 10.0.0.28 - - [2025-01-27 02:38:32] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004968 10.0.0.28 - - [2025-01-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.28 - - [2025-01-27 02:38:33] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003544 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003102 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005036 10.0.0.28 - - [2025-01-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.28 - - [2025-01-27 02:38:33] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003509 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003213 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005181 10.0.0.28 - - [2025-01-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.28 - - [2025-01-27 02:38:33] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004649 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003061 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005416 10.0.0.28 - - [2025-01-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.28 - - [2025-01-27 02:38:33] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003268 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002896 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005056 10.0.0.28 - - [2025-01-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.28 - - [2025-01-27 02:38:33] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005505 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003226 10.0.0.28 - - [2025-01-27 02:38:33] "GET /virtual-network/47a08b7d-ec35-4673-8032-4ee82e0b383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008895 10.0.0.28 - - [2025-01-27 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.28 - - [2025-01-27 02:38:34] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002881 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002922 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005358 10.0.0.28 - - [2025-01-27 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.28 - - [2025-01-27 02:38:34] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003628 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003295 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005210 10.0.0.28 - - [2025-01-27 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.28 - - [2025-01-27 02:38:34] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003364 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003146 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005372 10.0.0.28 - - [2025-01-27 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.28 - - [2025-01-27 02:38:34] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003588 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-networks?parent_id=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003510 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007527 10.0.0.28 - - [2025-01-27 02:38:34] "GET /virtual-machine/13bfec65-c1ae-4c2a-8d42-ed1724629458 HTTP/1.1" 200 1802 0.005941 10.0.0.28 - - [2025-01-27 02:38:34] "GET /domains HTTP/1.1" 200 280 0.002879 10.0.0.28 - - [2025-01-27 02:38:34] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001477 10.0.0.28 - - [2025-01-27 02:38:34] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2772 0.009735 10.0.0.28 - - [2025-01-27 02:38:34] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.28 - - [2025-01-27 02:38:34] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 4234 0.072096 10.0.0.28 - - [2025-01-27 02:38:34] "GET /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6 HTTP/1.1" 200 3783 0.004702 10.0.0.28 - - [2025-01-27 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.28 - - [2025-01-27 02:38:34] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003563 10.0.0.28 - - [2025-01-27 02:38:35] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005235 10.0.0.28 - - [2025-01-27 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.28 - - [2025-01-27 02:38:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003986 10.0.0.28 - - [2025-01-27 02:38:35] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005450 10.0.0.28 - - [2025-01-27 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.28 - - [2025-01-27 02:38:35] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005579 10.0.0.28 - - [2025-01-27 02:38:35] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?fields=routing_instances HTTP/1.1" 200 1683 0.006958 10.0.0.28 - - [2025-01-27 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.28 - - [2025-01-27 02:38:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006637 10.0.0.28 - - [2025-01-27 02:38:35] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?fields=routing_instances HTTP/1.1" 200 1688 0.006722 10.0.0.28 - - [2025-01-27 02:38:39] "POST /ref-update HTTP/1.1" 200 156 0.030043 10.0.0.28 - - [2025-01-27 02:38:39] "POST /neutron/network HTTP/1.1" 200 833 0.006525 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /access-control-list/7d72a64d-8526-4522-aa0e-313cf3ddaeb6 HTTP/1.1" 200 115 0.034029 10.0.0.28 - - [2025-01-27 02:38:39] "GET /virtual-network/6efcd1a9-9b37-46ef-9ec2-3eb314a068a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004771 10.0.0.28 - - [2025-01-27 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /routing-instance/7becd156-d0a2-42a5-8f9d-b67855fc1d4f HTTP/1.1" 200 115 0.023754 10.0.0.28 - - [2025-01-27 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.28 - - [2025-01-27 02:38:39] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003187 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /route-target/c6e248cd-11de-4b53-a71b-fa02a108c857 HTTP/1.1" 200 115 0.021788 10.0.0.28 - - [2025-01-27 02:38:39] "POST /ref-update HTTP/1.1" 200 156 0.038867 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /routing-instance/fb4232ef-44fd-4441-a61e-386440eed767 HTTP/1.1" 200 115 0.037070 10.0.0.28 - - [2025-01-27 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.28 - - [2025-01-27 02:38:39] "POST /neutron/network HTTP/1.1" 200 832 0.006531 10.0.0.28 - - [2025-01-27 02:38:39] "GET /virtual-network/60eb6772-48ff-420b-b7d3-f51280f38135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004480 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /route-target/48540daf-6487-4a38-820d-7bbf20bee0e7 HTTP/1.1" 200 115 0.018598 10.0.0.28 - - [2025-01-27 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /access-control-list/515e26f0-5c6f-490a-9999-e2eda9eca4ad HTTP/1.1" 200 115 0.025444 10.0.0.28 - - [2025-01-27 02:38:39] "GET /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003778 10.0.0.28 - - [2025-01-27 02:38:39] "DELETE /network-policy/473b306a-5fb1-474f-8120-f0c9b03ef45b HTTP/1.1" 200 115 0.021198 10.0.0.28 - - [2025-01-27 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /service-instance/77cf204f-8f71-497d-ae9c-f77788608ee6 HTTP/1.1" 200 115 0.041336 10.0.0.28 - - [2025-01-27 02:38:40] "GET /domains HTTP/1.1" 200 280 0.002696 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.011050 10.0.0.28 - - [2025-01-27 02:38:40] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.28 - - [2025-01-27 02:38:40] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2772 0.010674 10.0.0.28 - - [2025-01-27 02:38:40] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002552 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/c78d59b5-2bd5-485a-be41-8fd97209d629 HTTP/1.1" 200 115 0.030738 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.28 - - [2025-01-27 02:38:40] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 3760 0.068874 10.0.0.28 - - [2025-01-27 02:38:40] "GET /virtual-machine/13bfec65-c1ae-4c2a-8d42-ed1724629458 HTTP/1.1" 200 1802 0.003788 10.0.0.28 - - [2025-01-27 02:38:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001935 10.0.0.28 - - [2025-01-27 02:38:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003320 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/4c3eebb3-de33-4d12-b3c2-47408f3ec958 HTTP/1.1" 200 115 0.023736 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.008366 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/d14e48ce-f66f-444c-8488-bbdabf79e965 HTTP/1.1" 200 115 0.021877 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.28 - - [2025-01-27 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006584 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /service-template/0b5e5441-f04e-4938-ade5-e93d1c32dabe HTTP/1.1" 200 115 0.033281 10.0.0.28 - - [2025-01-27 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.005789 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/1165e6cf-7a2e-45a8-9ec2-57b0db333cb8 HTTP/1.1" 200 115 0.037412 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.010358 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/f2c21baa-1dab-4ddb-97d0-11215b19fd45 HTTP/1.1" 200 115 0.026551 10.0.0.28 - - [2025-01-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.016635 10.0.0.28 - - [2025-01-27 02:38:40] "DELETE /instance-ip/b3034b8e-bb29-419e-b0e6-8d50ee1e00fa HTTP/1.1" 200 115 0.026794 10.0.0.28 - - [2025-01-27 02:38:40] "POST /neutron/network HTTP/1.1" 200 833 0.007456 10.0.0.28 - - [2025-01-27 02:38:40] "POST /neutron/network HTTP/1.1" 400 204 0.016734 10.0.0.28 - - [2025-01-27 02:38:40] "POST /neutron/port HTTP/1.1" 200 1085 0.016624 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1111 0.012206 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1086 0.018036 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010376 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 151 0.132318 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 151 0.114160 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 3024 0.022755 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1111 0.014704 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 151 0.119586 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1112 0.009859 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 151 0.092946 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 1112 0.008328 10.0.0.28 - - [2025-01-27 02:38:41] "POST /neutron/port HTTP/1.1" 200 151 0.101255 10.0.0.28 - - [2025-01-27 02:38:42] "POST /neutron/network HTTP/1.1" 200 833 0.006691 10.0.0.28 - - [2025-01-27 02:38:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003359 10.0.0.28 - - [2025-01-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.28 - - [2025-01-27 02:38:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002107 10.0.0.28 - - [2025-01-27 02:38:42] "POST /neutron/network HTTP/1.1" 200 151 0.101811 10.0.0.28 - - [2025-01-27 02:38:42] "GET /routing-instance/831b5783-d5a2-4f1f-808b-d993d8b2bf47 HTTP/1.1" 404 171 0.004797 10.0.0.28 - - [2025-01-27 02:38:42] "DELETE /route-target/82ccdb97-f876-4645-bd8e-10e25e937323 HTTP/1.1" 200 115 0.020809 10.0.0.28 - - [2025-01-27 02:38:42] "GET /domains HTTP/1.1" 200 280 0.002507 10.0.0.28 - - [2025-01-27 02:38:42] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.28 - - [2025-01-27 02:38:42] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2572 0.054857 10.0.0.28 - - [2025-01-27 02:38:42] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.28 - - [2025-01-27 02:38:42] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2299 0.071788 10.0.0.28 - - [2025-01-27 02:38:42] "POST /neutron/network HTTP/1.1" 200 832 0.005553 10.0.0.28 - - [2025-01-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048 10.0.0.28 - - [2025-01-27 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.28 - - [2025-01-27 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003859 10.0.0.28 - - [2025-01-27 02:38:43] "POST /neutron/network HTTP/1.1" 200 151 0.086887 10.0.0.28 - - [2025-01-27 02:38:43] "DELETE /route-target/561d6bc2-0e92-4714-8198-f772ef652463 HTTP/1.1" 200 115 0.024093 10.0.0.28 - - [2025-01-27 02:38:43] "GET /routing-instance/6c211c99-297a-4f1e-9a00-fd7df67fbffa HTTP/1.1" 404 171 0.005670 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domains HTTP/1.1" 200 280 0.003914 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2572 0.048613 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 2081 0.067548 10.0.0.28 - - [2025-01-27 02:38:43] "POST /neutron/network HTTP/1.1" 200 832 0.005597 10.0.0.28 - - [2025-01-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.28 - - [2025-01-27 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003485 10.0.0.28 - - [2025-01-27 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.28 - - [2025-01-27 02:38:43] "POST /neutron/network HTTP/1.1" 200 151 0.079749 10.0.0.28 - - [2025-01-27 02:38:43] "DELETE /route-target/c28df3ae-103e-428f-ae01-7fa630d8ec2c HTTP/1.1" 200 115 0.017102 10.0.0.28 - - [2025-01-27 02:38:43] "GET /routing-instance/439538ad-bfda-4715-9e82-98fefe299d6f HTTP/1.1" 404 171 0.003743 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domains HTTP/1.1" 200 280 0.002196 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.28 - - [2025-01-27 02:38:43] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2572 0.050352 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001603 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 1841 0.069353 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001678 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026952 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?fields=virtual_networks HTTP/1.1" 200 1029 0.067056 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.025121 10.0.0.28 - - [2025-01-27 02:38:43] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.28 - - [2025-01-27 02:38:43] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?fields=security_groups HTTP/1.1" 200 1253 0.026858 10.0.0.28 - - [2025-01-27 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.023197 10.0.0.28 - - [2025-01-27 02:38:44] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002538 10.0.0.28 - - [2025-01-27 02:38:44] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.28 - - [2025-01-27 02:38:44] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007239 10.0.0.28 - - [2025-01-27 02:38:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.001148 10.0.0.28 - - [2025-01-27 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.002232 10.0.0.28 - - [2025-01-27 02:38:45] "POST /security-groups HTTP/1.1" 200 592 0.060077 10.0.0.28 - - [2025-01-27 02:38:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.003192 10.0.0.28 - - [2025-01-27 02:38:45] "POST /projects HTTP/1.1" 200 587 0.205122 10.0.0.28 - - [2025-01-27 02:38:45] "POST /access-control-lists HTTP/1.1" 200 597 0.057124 10.0.0.28 - - [2025-01-27 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.276591 10.0.0.28 - - [2025-01-27 02:38:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002614 10.0.0.28 - - [2025-01-27 02:38:45] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.391931 10.0.0.28 - - [2025-01-27 02:38:45] "POST /access-control-lists HTTP/1.1" 200 595 0.060305 10.0.0.28 - - [2025-01-27 02:38:46] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.28 - - [2025-01-27 02:38:47] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.28 - - [2025-01-27 02:38:47] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.28 - - [2025-01-27 02:38:47] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051267 10.0.0.28 - - [2025-01-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002601 10.0.0.28 - - [2025-01-27 02:38:47] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014795 10.0.0.28 - - [2025-01-27 02:38:47] "GET /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004639 10.0.0.28 - - [2025-01-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.28 - - [2025-01-27 02:38:47] "GET /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003515 10.0.0.28 - - [2025-01-27 02:38:48] "GET /domains HTTP/1.1" 401 292 0.000443 10.0.0.28 - - [2025-01-27 02:38:48] "GET /domains HTTP/1.1" 200 280 0.023269 10.0.0.28 - - [2025-01-27 02:38:48] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.28 - - [2025-01-27 02:38:48] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2959 0.008267 10.0.0.28 - - [2025-01-27 02:38:48] "GET /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99 HTTP/1.1" 200 1439 0.004164 10.0.0.28 - - [2025-01-27 02:38:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001979 10.0.0.28 - - [2025-01-27 02:38:48] "POST /network-ipams HTTP/1.1" 200 514 0.015161 10.0.0.28 - - [2025-01-27 02:38:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002500 10.0.0.28 - - [2025-01-27 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.28 - - [2025-01-27 02:38:48] "GET /network-ipam/3cdd1c3e-3310-4bc2-acb3-03be47bc2fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004879 10.0.0.28 - - [2025-01-27 02:38:48] "PUT /network-ipam/3cdd1c3e-3310-4bc2-acb3-03be47bc2fda HTTP/1.1" 200 258 0.010120 10.0.0.28 - - [2025-01-27 02:38:48] "POST /ref-update HTTP/1.1" 200 156 0.008091 10.0.0.28 - - [2025-01-27 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.28 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001469 10.0.0.28 - - [2025-01-27 02:38:48] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023833 10.0.0.28 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 117 0.027722 10.0.0.28 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.28 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 618 0.069376 10.0.0.28 - - [2025-01-27 02:38:48] "POST /route-targets HTTP/1.1" 200 327 0.009217 10.0.0.28 - - [2025-01-27 02:38:48] "POST /ref-update HTTP/1.1" 200 156 0.010017 10.0.0.28 - - [2025-01-27 02:38:49] "DELETE /project/25791223ef7841c99b24be2ee709b61c HTTP/1.1" 404 173 0.009008 10.0.0.28 - - [2025-01-27 02:38:49] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.28 - - [2025-01-27 02:38:49] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.027003 10.0.0.28 - - [2025-01-27 02:38:49] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001630 10.0.0.28 - - [2025-01-27 02:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.28 - - [2025-01-27 02:38:49] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?fields=security_groups HTTP/1.1" 200 1358 0.072442 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.323647 10.0.0.28 - - [2025-01-27 02:38:49] "DELETE /access-control-list/99768847-1b74-4630-ac68-6ecb735852a7 HTTP/1.1" 200 115 0.029222 10.0.0.28 - - [2025-01-27 02:38:49] "DELETE /security-group/4aed52a3-218c-4403-8ad9-cfda174c14f7 HTTP/1.1" 200 115 0.069561 10.0.0.28 - - [2025-01-27 02:38:49] "GET /projects?obj_uuids=a6b80d0e-f379-40b7-ab01-de4f50113078&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 833 0.011201 10.0.0.28 - - [2025-01-27 02:38:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001091 10.0.0.28 - - [2025-01-27 02:38:49] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006494 10.0.0.28 - - [2025-01-27 02:38:49] "DELETE /access-control-list/80ed2466-5bd3-462f-9f60-32e11aca023b HTTP/1.1" 200 115 0.046101 10.0.0.28 - - [2025-01-27 02:38:49] "GET /project/a6b80d0e-f379-40b7-ab01-de4f50113078?fields=application_policy_sets HTTP/1.1" 200 1397 0.042314 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 833 0.008173 10.0.0.28 - - [2025-01-27 02:38:49] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004344 10.0.0.28 - - [2025-01-27 02:38:49] "DELETE /project/a6b80d0e-f379-40b7-ab01-de4f50113078 HTTP/1.1" 200 115 0.391892 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 833 0.006458 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.006154 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 807 0.010259 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 833 0.005231 10.0.0.28 - - [2025-01-27 02:38:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001225 10.0.0.28 - - [2025-01-27 02:38:49] "POST /neutron/network HTTP/1.1" 200 843 0.005891 10.0.0.28 - - [2025-01-27 02:38:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.28 - - [2025-01-27 02:38:50] "GET / HTTP/1.1" 200 35931 0.003277 10.0.0.28 - - [2025-01-27 02:38:50] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.28 - - [2025-01-27 02:38:50] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.28 - - [2025-01-27 02:38:50] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045954 10.0.0.28 - - [2025-01-27 02:38:50] "POST /neutron/network HTTP/1.1" 200 833 0.005545 10.0.0.28 - - [2025-01-27 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.005602 10.0.0.28 - - [2025-01-27 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.007835 10.0.0.28 - - [2025-01-27 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.005109 10.0.0.28 - - [2025-01-27 02:38:50] "POST /neutron/network HTTP/1.1" 200 843 0.005718 10.0.0.28 - - [2025-01-27 02:38:50] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001503 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 1058 0.190255 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 1058 0.011019 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 1058 0.012730 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 1112 0.057519 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016319 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003161 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.017210 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.28 - - [2025-01-27 02:38:51] "POST /neutron/network HTTP/1.1" 200 833 0.005018 10.0.0.28 - - [2025-01-27 02:38:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056238 10.0.0.28 - - [2025-01-27 02:38:55] "GET /obj-perms HTTP/1.1" 200 5056 0.039635 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/port HTTP/1.1" 200 1086 0.016231 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006399 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/port HTTP/1.1" 200 1086 0.016441 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013486 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/port HTTP/1.1" 200 1086 0.020156 10.0.0.28 - - [2025-01-27 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006004 10.0.0.28 - - [2025-01-27 02:38:55] "GET /virtual-machine/4ca9e037-bdf0-4097-8506-a1edb8038b1e HTTP/1.1" 200 1292 0.007360 10.0.0.28 - - [2025-01-27 02:38:55] "GET /virtual-machine-interface/1dd864ef-ee18-4069-8af5-50a0386cd7df HTTP/1.1" 200 2964 0.005366 10.0.0.28 - - [2025-01-27 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.28 - - [2025-01-27 02:38:55] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003155 10.0.0.28 - - [2025-01-27 02:38:55] "GET /virtual-networks?parent_id=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002717 10.0.0.28 - - [2025-01-27 02:38:56] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005020 10.0.0.28 - - [2025-01-27 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.28 - - [2025-01-27 02:38:59] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006161 10.0.0.28 - - [2025-01-27 02:39:00] "POST /neutron/port HTTP/1.1" 200 1086 0.016531 10.0.0.28 - - [2025-01-27 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009100 10.0.0.28 - - [2025-01-27 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.28 - - [2025-01-27 02:39:01] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003945 10.0.0.28 - - [2025-01-27 02:39:01] "GET /virtual-networks?parent_id=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002999 10.0.0.28 - - [2025-01-27 02:39:01] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005281 10.0.0.28 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014304 10.0.0.28 - - [2025-01-27 02:39:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005607 10.0.0.28 - - [2025-01-27 02:39:10] "POST /neutron/network HTTP/1.1" 200 807 0.009499 10.0.0.28 - - [2025-01-27 02:39:10] "POST /neutron/network HTTP/1.1" 200 833 0.005253 10.0.0.28 - - [2025-01-27 02:39:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001869 10.0.0.28 - - [2025-01-27 02:39:10] "POST /neutron/port HTTP/1.1" 200 1086 0.014264 10.0.0.28 - - [2025-01-27 02:39:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006474 10.0.0.28 - - [2025-01-27 02:39:11] "POST /neutron/network HTTP/1.1" 200 843 0.004999 10.0.0.28 - - [2025-01-27 02:39:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.28 - - [2025-01-27 02:39:11] "GET / HTTP/1.1" 200 35931 0.001533 10.0.0.28 - - [2025-01-27 02:39:11] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.28 - - [2025-01-27 02:39:11] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.28 - - [2025-01-27 02:39:11] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046931 10.0.0.28 - - [2025-01-27 02:39:11] "POST /neutron/network HTTP/1.1" 200 833 0.010755 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1086 0.020114 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007614 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.008021 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.005918 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/network HTTP/1.1" 200 843 0.007706 10.0.0.28 - - [2025-01-27 02:39:12] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.191285 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.009402 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1058 0.008058 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1112 0.056494 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 1086 0.020283 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003211 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 685 0.010588 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.28 - - [2025-01-27 02:39:12] "POST /neutron/network HTTP/1.1" 200 833 0.005740 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015285 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006377 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017562 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007548 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/port HTTP/1.1" 200 1086 0.019006 10.0.0.28 - - [2025-01-27 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006147 10.0.0.28 - - [2025-01-27 02:39:17] "GET /virtual-machine/ec2e51fe-aff7-47a5-85d6-b9ac1f4195e0 HTTP/1.1" 200 1293 0.004386 10.0.0.28 - - [2025-01-27 02:39:17] "GET /virtual-machine-interface/5261e682-93aa-45c8-989e-266bc885e130 HTTP/1.1" 200 2964 0.004210 10.0.0.28 - - [2025-01-27 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.28 - - [2025-01-27 02:39:17] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002658 10.0.0.28 - - [2025-01-27 02:39:17] "GET /virtual-networks?parent_id=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003117 10.0.0.28 - - [2025-01-27 02:39:17] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005341 10.0.0.28 - - [2025-01-27 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.28 - - [2025-01-27 02:39:20] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004571 10.0.0.28 - - [2025-01-27 02:39:20] "GET /global-system-configs HTTP/1.1" 200 322 0.031544 10.0.0.28 - - [2025-01-27 02:39:20] "GET /obj-perms HTTP/1.1" 200 5056 0.061482 10.0.0.28 - - [2025-01-27 02:39:21] "POST /neutron/port HTTP/1.1" 200 1086 0.013917 10.0.0.28 - - [2025-01-27 02:39:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006480 10.0.0.28 - - [2025-01-27 02:39:22] "GET /global-system-configs HTTP/1.1" 200 322 0.035200 10.0.0.28 - - [2025-01-27 02:39:22] "GET /obj-perms HTTP/1.1" 200 5056 0.068067 10.0.0.28 - - [2025-01-27 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.28 - - [2025-01-27 02:39:22] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003130 10.0.0.28 - - [2025-01-27 02:39:22] "GET /virtual-networks?parent_id=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002741 10.0.0.28 - - [2025-01-27 02:39:22] "GET /virtual-network/154ff5b5-4e21-4968-b80d-687b7b04004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008673 10.0.0.28 - - [2025-01-27 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.28 - - [2025-01-27 02:39:28] "DELETE /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99 HTTP/1.1" 409 235 0.007038 10.0.0.28 - - [2025-01-27 02:39:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.003531 10.0.0.28 - - [2025-01-27 02:39:28] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.020734 10.0.0.28 - - [2025-01-27 02:39:28] "GET /virtual-DNS-record/9ed1e1eb-5640-4e4f-b930-c7580071816c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006562 10.0.0.28 - - [2025-01-27 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.28 - - [2025-01-27 02:39:28] "GET /virtual-DNS-record/9ed1e1eb-5640-4e4f-b930-c7580071816c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004503 10.0.0.28 - - [2025-01-27 02:39:28] "GET /domains HTTP/1.1" 200 280 0.003983 10.0.0.28 - - [2025-01-27 02:39:28] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.28 - - [2025-01-27 02:39:28] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2775 0.015558 10.0.0.28 - - [2025-01-27 02:39:28] "GET /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99 HTTP/1.1" 200 1908 0.004211 10.0.0.28 - - [2025-01-27 02:39:28] "GET /virtual-DNS-record/9ed1e1eb-5640-4e4f-b930-c7580071816c HTTP/1.1" 200 1337 0.002658 10.0.0.28 - - [2025-01-27 02:39:34] "DELETE /virtual-DNS-record/9ed1e1eb-5640-4e4f-b930-c7580071816c HTTP/1.1" 200 115 0.018044 10.0.0.28 - - [2025-01-27 02:39:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.003486 10.0.0.28 - - [2025-01-27 02:39:34] "POST /neutron/network HTTP/1.1" 200 833 0.005746 10.0.0.28 - - [2025-01-27 02:39:34] "POST /neutron/network HTTP/1.1" 400 204 0.010468 10.0.0.28 - - [2025-01-27 02:39:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018624 10.0.0.28 - - [2025-01-27 02:39:34] "POST /neutron/port HTTP/1.1" 200 1112 0.012218 10.0.0.28 - - [2025-01-27 02:39:35] "POST /neutron/port HTTP/1.1" 200 1086 0.017143 10.0.0.28 - - [2025-01-27 02:39:35] "POST /neutron/port HTTP/1.1" 200 1112 0.013168 10.0.0.28 - - [2025-01-27 02:39:35] "POST /neutron/port HTTP/1.1" 200 151 0.166151 10.0.0.28 - - [2025-01-27 02:39:35] "POST /neutron/port HTTP/1.1" 200 151 0.156236 10.0.0.28 - - [2025-01-27 02:39:36] "POST /neutron/network HTTP/1.1" 200 833 0.005156 10.0.0.28 - - [2025-01-27 02:39:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002312 10.0.0.28 - - [2025-01-27 02:39:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001833 10.0.0.28 - - [2025-01-27 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.029259 10.0.0.28 - - [2025-01-27 02:39:36] "POST /neutron/network HTTP/1.1" 200 151 0.182010 10.0.0.28 - - [2025-01-27 02:39:36] "DELETE /route-target/2b7d4f73-6fe8-4eb9-b33c-bf9b0855b4f4 HTTP/1.1" 200 115 0.025738 10.0.0.28 - - [2025-01-27 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.28 - - [2025-01-27 02:39:36] "DELETE /network-ipam/3cdd1c3e-3310-4bc2-acb3-03be47bc2fda HTTP/1.1" 200 115 0.022667 10.0.0.28 - - [2025-01-27 02:39:36] "DELETE /virtual-DNS/ecce84e6-3bb0-438a-bd0c-7dea966a9f99 HTTP/1.1" 200 115 0.022574 10.0.0.28 - - [2025-01-27 02:39:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.003129 10.0.0.28 - - [2025-01-27 02:39:36] "GET /domains HTTP/1.1" 200 280 0.002558 10.0.0.28 - - [2025-01-27 02:39:36] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.28 - - [2025-01-27 02:39:36] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2575 0.014324 10.0.0.28 - - [2025-01-27 02:39:37] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.28 - - [2025-01-27 02:39:37] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025903 10.0.0.28 - - [2025-01-27 02:39:37] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.28 - - [2025-01-27 02:39:37] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?fields=virtual_networks HTTP/1.1" 200 1034 0.067834 10.0.0.28 - - [2025-01-27 02:39:37] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.28 - - [2025-01-27 02:39:37] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024371 10.0.0.28 - - [2025-01-27 02:39:37] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.28 - - [2025-01-27 02:39:37] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?fields=security_groups HTTP/1.1" 200 1261 0.025884 10.0.0.28 - - [2025-01-27 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.024777 10.0.0.28 - - [2025-01-27 02:39:38] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.28 - - [2025-01-27 02:39:38] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.28 - - [2025-01-27 02:39:38] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007565 10.0.0.28 - - [2025-01-27 02:39:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.001213 10.0.0.28 - - [2025-01-27 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.003817 10.0.0.28 - - [2025-01-27 02:39:38] "POST /security-groups HTTP/1.1" 200 592 0.064460 10.0.0.28 - - [2025-01-27 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 235 0.004250 10.0.0.28 - - [2025-01-27 02:39:38] "POST /projects HTTP/1.1" 200 587 0.216381 10.0.0.28 - - [2025-01-27 02:39:38] "POST /access-control-lists HTTP/1.1" 200 597 0.059495 10.0.0.28 - - [2025-01-27 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.289407 10.0.0.28 - - [2025-01-27 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002781 10.0.0.28 - - [2025-01-27 02:39:38] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.411721 10.0.0.28 - - [2025-01-27 02:39:38] "POST /access-control-lists HTTP/1.1" 200 595 0.060217 10.0.0.28 - - [2025-01-27 02:39:39] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.28 - - [2025-01-27 02:39:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.28 - - [2025-01-27 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.060829 10.0.0.28 - - [2025-01-27 02:39:40] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002366 10.0.0.28 - - [2025-01-27 02:39:40] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.034400 10.0.0.28 - - [2025-01-27 02:39:40] "POST /neutron/network HTTP/1.1" 200 117 0.033561 10.0.0.28 - - [2025-01-27 02:39:40] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002050 10.0.0.28 - - [2025-01-27 02:39:40] "POST /neutron/network HTTP/1.1" 200 606 0.069671 10.0.0.28 - - [2025-01-27 02:39:40] "POST /route-targets HTTP/1.1" 200 327 0.013430 10.0.0.28 - - [2025-01-27 02:39:40] "POST /ref-update HTTP/1.1" 200 156 0.014224 10.0.0.28 - - [2025-01-27 02:39:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003951 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.158864 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 826 0.006694 10.0.0.28 - - [2025-01-27 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001467 10.0.0.28 - - [2025-01-27 02:39:41] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006074 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 826 0.005692 10.0.0.28 - - [2025-01-27 02:39:41] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005004 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 826 0.005390 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.006729 10.0.0.28 - - [2025-01-27 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001214 10.0.0.28 - - [2025-01-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 836 0.007717 10.0.0.28 - - [2025-01-27 02:39:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000581 10.0.0.28 - - [2025-01-27 02:39:41] "GET / HTTP/1.1" 200 35931 0.002588 10.0.0.28 - - [2025-01-27 02:39:41] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.28 - - [2025-01-27 02:39:42] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.28 - - [2025-01-27 02:39:42] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046613 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/network HTTP/1.1" 200 826 0.006818 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.004696 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.004868 10.0.0.28 - - [2025-01-27 02:39:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001266 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.011764 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/network HTTP/1.1" 200 836 0.007356 10.0.0.28 - - [2025-01-27 02:39:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/network HTTP/1.1" 200 836 0.005811 10.0.0.28 - - [2025-01-27 02:39:42] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.28 - - [2025-01-27 02:39:42] "GET / HTTP/1.1" 200 35931 0.004203 10.0.0.28 - - [2025-01-27 02:39:42] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 1062 0.228454 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 1062 0.009453 10.0.0.28 - - [2025-01-27 02:39:42] "POST /neutron/port HTTP/1.1" 200 1062 0.007632 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 1116 0.062347 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 1090 0.016208 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.014011 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.28 - - [2025-01-27 02:39:43] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/network HTTP/1.1" 200 826 0.007030 10.0.0.28 - - [2025-01-27 02:39:43] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059043 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/network HTTP/1.1" 200 826 0.005805 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 1090 0.024179 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009144 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.004921 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 1090 0.019939 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008069 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/network HTTP/1.1" 200 836 0.006003 10.0.0.28 - - [2025-01-27 02:39:43] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001213 10.0.0.28 - - [2025-01-27 02:39:43] "POST /neutron/port HTTP/1.1" 200 1062 0.230192 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/port HTTP/1.1" 200 1062 0.009153 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/port HTTP/1.1" 200 1062 0.008919 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/port HTTP/1.1" 200 1116 0.076314 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/port HTTP/1.1" 200 1090 0.015160 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003198 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.012733 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.28 - - [2025-01-27 02:39:44] "POST /neutron/network HTTP/1.1" 200 826 0.006474 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1090 0.013809 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005439 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1090 0.014441 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005588 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1090 0.015608 10.0.0.28 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005299 10.0.0.28 - - [2025-01-27 02:39:48] "GET /virtual-machine/ec12efa5-82ec-4bb5-bc7b-819e6946ab2f HTTP/1.1" 401 292 0.000385 10.0.0.28 - - [2025-01-27 02:39:49] "GET /virtual-machine/ec12efa5-82ec-4bb5-bc7b-819e6946ab2f HTTP/1.1" 200 1294 0.027284 10.0.0.28 - - [2025-01-27 02:39:49] "GET /virtual-machine-interface/938e95b1-e6fe-4de4-9f8b-89eff6afc321 HTTP/1.1" 200 2947 0.006976 10.0.0.28 - - [2025-01-27 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.28 - - [2025-01-27 02:39:49] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002984 10.0.0.28 - - [2025-01-27 02:39:49] "GET /virtual-networks?parent_id=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003094 10.0.0.28 - - [2025-01-27 02:39:49] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005557 10.0.0.28 - - [2025-01-27 02:39:49] "DELETE /project/10043253c48d4031b3aece555e203d7c HTTP/1.1" 404 173 0.008616 10.0.0.28 - - [2025-01-27 02:39:49] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.28 - - [2025-01-27 02:39:49] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031459 10.0.0.28 - - [2025-01-27 02:39:49] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.28 - - [2025-01-27 02:39:49] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?fields=security_groups HTTP/1.1" 200 1366 0.070251 10.0.0.28 - - [2025-01-27 02:39:49] "DELETE /security-group/73395a99-d9f4-498f-afe1-8971e1d515ec HTTP/1.1" 200 115 0.052240 10.0.0.28 - - [2025-01-27 02:39:49] "GET /projects?obj_uuids=25791223-ef78-41c9-9b24-be2ee709b61c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001211 10.0.0.28 - - [2025-01-27 02:39:49] "DELETE /access-control-list/7585fc9e-0310-4f04-be17-cc87bc401da5 HTTP/1.1" 200 115 0.040177 10.0.0.28 - - [2025-01-27 02:39:49] "GET /project/25791223-ef78-41c9-9b24-be2ee709b61c?fields=application_policy_sets HTTP/1.1" 200 1405 0.042444 10.0.0.28 - - [2025-01-27 02:39:49] "DELETE /access-control-list/37858666-8dab-49c7-995f-15223aae54e8 HTTP/1.1" 200 115 0.043413 10.0.0.28 - - [2025-01-27 02:39:49] "DELETE /project/25791223-ef78-41c9-9b24-be2ee709b61c HTTP/1.1" 200 115 0.353155 10.0.0.28 - - [2025-01-27 02:39:51] "POST /neutron/port HTTP/1.1" 200 1090 0.014994 10.0.0.28 - - [2025-01-27 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005078 10.0.0.28 - - [2025-01-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.28 - - [2025-01-27 02:39:52] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004697 10.0.0.28 - - [2025-01-27 02:39:52] "POST /neutron/port HTTP/1.1" 200 1090 0.014636 10.0.0.28 - - [2025-01-27 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005790 10.0.0.28 - - [2025-01-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.28 - - [2025-01-27 02:39:54] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003065 10.0.0.28 - - [2025-01-27 02:39:54] "GET /virtual-networks?parent_id=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003238 10.0.0.28 - - [2025-01-27 02:39:54] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005554 10.0.0.28 - - [2025-01-27 02:39:54] "POST /neutron/port HTTP/1.1" 200 1090 0.014428 10.0.0.28 - - [2025-01-27 02:39:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005619 10.0.0.28 - - [2025-01-27 02:39:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015603 10.0.0.28 - - [2025-01-27 02:39:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005651 10.0.0.28 - - [2025-01-27 02:39:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015886 10.0.0.28 - - [2025-01-27 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005685 10.0.0.28 - - [2025-01-27 02:39:55] "GET /virtual-machine/f30eb65f-4d92-4f20-a55b-de4762342363 HTTP/1.1" 200 1294 0.004329 10.0.0.28 - - [2025-01-27 02:39:55] "GET /virtual-machine-interface/8f1fdd74-fa70-475f-a234-f2291ab7d57b HTTP/1.1" 200 2947 0.004523 10.0.0.28 - - [2025-01-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.28 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003061 10.0.0.28 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002832 10.0.0.28 - - [2025-01-27 02:39:55] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005343 10.0.0.28 - - [2025-01-27 02:39:55] "GET /obj-perms HTTP/1.1" 200 5056 0.047156 10.0.0.28 - - [2025-01-27 02:39:55] "POST /neutron/port HTTP/1.1" 200 1090 0.015341 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/port HTTP/1.1" 200 1090 0.016348 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/network HTTP/1.1" 200 836 0.005342 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003192 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.016974 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.28 - - [2025-01-27 02:39:56] "POST /neutron/network HTTP/1.1" 200 826 0.009521 10.0.0.28 - - [2025-01-27 02:39:56] "GET /obj-perms HTTP/1.1" 200 5056 0.048243 10.0.0.28 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.28 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003023 10.0.0.28 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002821 10.0.0.28 - - [2025-01-27 02:39:56] "GET /virtual-network/43c532e3-6d24-4d8f-82ec-253174938dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005456 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/network HTTP/1.1" 200 826 0.005031 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/network HTTP/1.1" 400 204 0.008944 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016125 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 1116 0.012281 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 1090 0.024505 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 1116 0.011442 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 151 0.142730 10.0.0.28 - - [2025-01-27 02:40:01] "POST /neutron/port HTTP/1.1" 200 151 0.130668 10.0.0.28 - - [2025-01-27 02:40:03] "POST /neutron/network HTTP/1.1" 200 826 0.005475 10.0.0.28 - - [2025-01-27 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.28 - - [2025-01-27 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.28 - - [2025-01-27 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.28 - - [2025-01-27 02:40:03] "POST /neutron/network HTTP/1.1" 200 151 0.089451 10.0.0.28 - - [2025-01-27 02:40:03] "DELETE /route-target/304abba1-62a0-49e1-848f-7a38fcbbe4a7 HTTP/1.1" 200 115 0.021545 10.0.0.28 - - [2025-01-27 02:40:03] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001713 10.0.0.28 - - [2025-01-27 02:40:03] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050384 10.0.0.28 - - [2025-01-27 02:40:03] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.28 - - [2025-01-27 02:40:03] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?fields=virtual_networks HTTP/1.1" 200 1034 0.025856 10.0.0.28 - - [2025-01-27 02:40:03] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.28 - - [2025-01-27 02:40:03] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027114 10.0.0.28 - - [2025-01-27 02:40:03] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.28 - - [2025-01-27 02:40:03] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?fields=security_groups HTTP/1.1" 200 1261 0.027656 10.0.0.28 - - [2025-01-27 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.022275 10.0.0.28 - - [2025-01-27 02:40:04] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002639 10.0.0.28 - - [2025-01-27 02:40:04] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.28 - - [2025-01-27 02:40:04] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008065 10.0.0.28 - - [2025-01-27 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.001181 10.0.0.28 - - [2025-01-27 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.003722 10.0.0.28 - - [2025-01-27 02:40:04] "POST /security-groups HTTP/1.1" 200 591 0.063884 10.0.0.28 - - [2025-01-27 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002259 10.0.0.28 - - [2025-01-27 02:40:05] "POST /projects HTTP/1.1" 200 585 0.216650 10.0.0.28 - - [2025-01-27 02:40:05] "POST /access-control-lists HTTP/1.1" 200 596 0.060843 10.0.0.28 - - [2025-01-27 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.288680 10.0.0.28 - - [2025-01-27 02:40:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.002558 10.0.0.28 - - [2025-01-27 02:40:05] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.409014 10.0.0.28 - - [2025-01-27 02:40:05] "POST /access-control-lists HTTP/1.1" 200 594 0.060131 10.0.0.28 - - [2025-01-27 02:40:06] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.28 - - [2025-01-27 02:40:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.28 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052047 10.0.0.28 - - [2025-01-27 02:40:07] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.28 - - [2025-01-27 02:40:07] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026311 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 117 0.032842 10.0.0.28 - - [2025-01-27 02:40:07] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 625 0.093025 10.0.0.28 - - [2025-01-27 02:40:07] "POST /route-targets HTTP/1.1" 200 327 0.008622 10.0.0.28 - - [2025-01-27 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.011680 10.0.0.28 - - [2025-01-27 02:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009602 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.166474 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 839 0.005485 10.0.0.28 - - [2025-01-27 02:40:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.001270 10.0.0.28 - - [2025-01-27 02:40:07] "GET /virtual-network/0eadfe06-54f9-4ba3-afe8-9e5bd43e87bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004840 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 839 0.005335 10.0.0.28 - - [2025-01-27 02:40:07] "GET /virtual-network/0eadfe06-54f9-4ba3-afe8-9e5bd43e87bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004920 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 839 0.005294 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.006072 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 839 0.004518 10.0.0.28 - - [2025-01-27 02:40:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.003685 10.0.0.28 - - [2025-01-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 849 0.006996 10.0.0.28 - - [2025-01-27 02:40:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.28 - - [2025-01-27 02:40:08] "GET / HTTP/1.1" 200 35931 0.002020 10.0.0.28 - - [2025-01-27 02:40:08] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000521 10.0.0.28 - - [2025-01-27 02:40:08] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.28 - - [2025-01-27 02:40:08] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045910 10.0.0.28 - - [2025-01-27 02:40:08] "POST /neutron/network HTTP/1.1" 200 839 0.005013 10.0.0.28 - - [2025-01-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.005121 10.0.0.28 - - [2025-01-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.28 - - [2025-01-27 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.28 - - [2025-01-27 02:40:08] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002695 10.0.0.28 - - [2025-01-27 02:40:08] "PUT /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 276 0.009267 10.0.0.28 - - [2025-01-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.004871 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/network HTTP/1.1" 200 849 0.005179 10.0.0.28 - - [2025-01-27 02:40:09] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 1055 0.224434 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 1055 0.009689 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 1055 0.009933 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 1109 0.069831 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 1083 0.020931 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.012204 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.28 - - [2025-01-27 02:40:09] "POST /neutron/network HTTP/1.1" 200 839 0.005390 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1083 0.015317 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006555 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1083 0.014106 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006658 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1083 0.014727 10.0.0.28 - - [2025-01-27 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005870 10.0.0.28 - - [2025-01-27 02:40:14] "GET /virtual-machine/487f96de-1eae-4be7-881a-9d735fe0b591 HTTP/1.1" 401 292 0.000419 10.0.0.28 - - [2025-01-27 02:40:14] "GET /virtual-machine/487f96de-1eae-4be7-881a-9d735fe0b591 HTTP/1.1" 200 1291 0.028016 10.0.0.28 - - [2025-01-27 02:40:14] "GET /virtual-machine-interface/15c01abe-5329-4e88-9909-cb2e0237cd83 HTTP/1.1" 200 2971 0.005093 10.0.0.28 - - [2025-01-27 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.28 - - [2025-01-27 02:40:14] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004691 10.0.0.28 - - [2025-01-27 02:40:14] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002988 10.0.0.28 - - [2025-01-27 02:40:14] "GET /virtual-network/0eadfe06-54f9-4ba3-afe8-9e5bd43e87bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006208 10.0.0.28 - - [2025-01-27 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.28 - - [2025-01-27 02:40:17] "GET /virtual-network/0eadfe06-54f9-4ba3-afe8-9e5bd43e87bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004948 10.0.0.28 - - [2025-01-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014847 10.0.0.28 - - [2025-01-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004914 10.0.0.28 - - [2025-01-27 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.28 - - [2025-01-27 02:40:20] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003559 10.0.0.28 - - [2025-01-27 02:40:20] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002836 10.0.0.28 - - [2025-01-27 02:40:20] "GET /virtual-network/0eadfe06-54f9-4ba3-afe8-9e5bd43e87bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005238 10.0.0.28 - - [2025-01-27 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.28 - - [2025-01-27 02:40:22] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003191 10.0.0.28 - - [2025-01-27 02:40:22] "PUT /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 276 0.008648 10.0.0.28 - - [2025-01-27 02:40:22] "POST /neutron/network HTTP/1.1" 200 839 0.005763 10.0.0.28 - - [2025-01-27 02:40:22] "POST /neutron/network HTTP/1.1" 400 204 0.010882 10.0.0.28 - - [2025-01-27 02:40:22] "POST /neutron/port HTTP/1.1" 200 1083 0.016844 10.0.0.28 - - [2025-01-27 02:40:22] "POST /neutron/port HTTP/1.1" 200 1109 0.009262 10.0.0.28 - - [2025-01-27 02:40:22] "POST /neutron/port HTTP/1.1" 200 151 0.106695 10.0.0.28 - - [2025-01-27 02:40:24] "POST /neutron/network HTTP/1.1" 200 839 0.005327 10.0.0.28 - - [2025-01-27 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.28 - - [2025-01-27 02:40:24] "DELETE /route-target/4a572679-cdcf-46a6-a89f-17462221d109 HTTP/1.1" 200 115 0.018456 10.0.0.28 - - [2025-01-27 02:40:24] "POST /useragent-kv HTTP/1.1" 200 115 0.033633 10.0.0.28 - - [2025-01-27 02:40:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002839 10.0.0.28 - - [2025-01-27 02:40:24] "POST /neutron/network HTTP/1.1" 200 151 0.108172 10.0.0.28 - - [2025-01-27 02:40:25] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002915 10.0.0.28 - - [2025-01-27 02:40:25] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c HTTP/1.1" 200 1826 0.003139 10.0.0.28 - - [2025-01-27 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.28 - - [2025-01-27 02:40:25] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.28 - - [2025-01-27 02:40:25] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033639 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 117 0.008994 10.0.0.28 - - [2025-01-27 02:40:25] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001702 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 605 0.082164 10.0.0.28 - - [2025-01-27 02:40:25] "POST /route-targets HTTP/1.1" 200 327 0.014918 10.0.0.28 - - [2025-01-27 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.013578 10.0.0.28 - - [2025-01-27 02:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.139282 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 824 0.005624 10.0.0.28 - - [2025-01-27 02:40:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001350 10.0.0.28 - - [2025-01-27 02:40:25] "GET /virtual-network/e84154f7-3853-469c-b097-b8664bd04210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005230 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 824 0.005858 10.0.0.28 - - [2025-01-27 02:40:25] "GET /virtual-network/e84154f7-3853-469c-b097-b8664bd04210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007583 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 824 0.006402 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.008210 10.0.0.28 - - [2025-01-27 02:40:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001286 10.0.0.28 - - [2025-01-27 02:40:25] "POST /neutron/network HTTP/1.1" 200 834 0.005756 10.0.0.28 - - [2025-01-27 02:40:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.28 - - [2025-01-27 02:40:26] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.28 - - [2025-01-27 02:40:26] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.28 - - [2025-01-27 02:40:26] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.28 - - [2025-01-27 02:40:26] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052774 10.0.0.28 - - [2025-01-27 02:40:26] "POST /neutron/network HTTP/1.1" 200 824 0.005192 10.0.0.28 - - [2025-01-27 02:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.004748 10.0.0.28 - - [2025-01-27 02:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.004879 10.0.0.28 - - [2025-01-27 02:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.006704 10.0.0.28 - - [2025-01-27 02:40:26] "POST /neutron/network HTTP/1.1" 200 834 0.016818 10.0.0.28 - - [2025-01-27 02:40:26] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 1060 0.218583 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 1060 0.008510 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 1060 0.009331 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 1114 0.064880 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 1088 0.014080 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003238 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.010347 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.28 - - [2025-01-27 02:40:27] "POST /neutron/network HTTP/1.1" 200 824 0.007440 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/port HTTP/1.1" 200 1088 0.014798 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006189 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/port HTTP/1.1" 200 1088 0.024541 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005549 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/port HTTP/1.1" 200 1088 0.014570 10.0.0.28 - - [2025-01-27 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012254 10.0.0.28 - - [2025-01-27 02:40:31] "GET /virtual-machine/205f3dd3-5036-46be-b0fd-7d90606ee5a8 HTTP/1.1" 200 1292 0.004212 10.0.0.28 - - [2025-01-27 02:40:31] "GET /virtual-machine-interface/0418925e-30b7-4f38-a816-e4bb6aff606f HTTP/1.1" 200 2940 0.004380 10.0.0.28 - - [2025-01-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.28 - - [2025-01-27 02:40:32] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002725 10.0.0.28 - - [2025-01-27 02:40:32] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003300 10.0.0.28 - - [2025-01-27 02:40:32] "GET /virtual-network/e84154f7-3853-469c-b097-b8664bd04210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005243 10.0.0.28 - - [2025-01-27 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.28 - - [2025-01-27 02:40:35] "GET /virtual-network/e84154f7-3853-469c-b097-b8664bd04210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011163 10.0.0.28 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1088 0.015312 10.0.0.28 - - [2025-01-27 02:40:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005489 10.0.0.28 - - [2025-01-27 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.28 - - [2025-01-27 02:40:37] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002805 10.0.0.28 - - [2025-01-27 02:40:37] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002704 10.0.0.28 - - [2025-01-27 02:40:37] "GET /virtual-network/e84154f7-3853-469c-b097-b8664bd04210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007429 10.0.0.28 - - [2025-01-27 02:40:37] "POST /neutron/port HTTP/1.1" 200 1088 0.015042 10.0.0.28 - - [2025-01-27 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005919 10.0.0.28 - - [2025-01-27 02:40:44] "POST /neutron/network HTTP/1.1" 200 824 0.007554 10.0.0.28 - - [2025-01-27 02:40:44] "POST /neutron/network HTTP/1.1" 400 204 0.010282 10.0.0.28 - - [2025-01-27 02:40:45] "POST /neutron/port HTTP/1.1" 200 1088 0.015054 10.0.0.28 - - [2025-01-27 02:40:45] "POST /neutron/port HTTP/1.1" 200 1114 0.009640 10.0.0.28 - - [2025-01-27 02:40:45] "POST /neutron/port HTTP/1.1" 200 151 0.088114 10.0.0.28 - - [2025-01-27 02:40:46] "POST /neutron/network HTTP/1.1" 200 824 0.005502 10.0.0.28 - - [2025-01-27 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.28 - - [2025-01-27 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002663 10.0.0.28 - - [2025-01-27 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002302 10.0.0.28 - - [2025-01-27 02:40:46] "POST /neutron/network HTTP/1.1" 200 151 0.085005 10.0.0.28 - - [2025-01-27 02:40:46] "DELETE /route-target/0cadc860-ecbb-46c1-bd5d-24ec813874b5 HTTP/1.1" 200 115 0.022243 10.0.0.28 - - [2025-01-27 02:40:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002884 10.0.0.28 - - [2025-01-27 02:40:47] "POST /network-ipams HTTP/1.1" 200 541 0.015330 10.0.0.28 - - [2025-01-27 02:40:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002795 10.0.0.28 - - [2025-01-27 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.28 - - [2025-01-27 02:40:47] "GET /network-ipam/5d4d1641-c93e-4263-b805-e6468f1bf75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004503 10.0.0.28 - - [2025-01-27 02:40:47] "PUT /network-ipam/5d4d1641-c93e-4263-b805-e6468f1bf75b HTTP/1.1" 200 258 0.010834 10.0.0.28 - - [2025-01-27 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.28 - - [2025-01-27 02:40:47] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.28 - - [2025-01-27 02:40:47] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025393 10.0.0.28 - - [2025-01-27 02:40:47] "POST /neutron/network HTTP/1.1" 200 117 0.013953 10.0.0.28 - - [2025-01-27 02:40:47] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.28 - - [2025-01-27 02:40:47] "POST /neutron/network HTTP/1.1" 200 605 0.065233 10.0.0.28 - - [2025-01-27 02:40:47] "POST /route-targets HTTP/1.1" 200 327 0.015431 10.0.0.28 - - [2025-01-27 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.013978 10.0.0.28 - - [2025-01-27 02:40:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.28 - - [2025-01-27 02:40:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.208803 10.0.0.28 - - [2025-01-27 02:40:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005078 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.177208 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 994 0.006948 10.0.0.28 - - [2025-01-27 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001165 10.0.0.28 - - [2025-01-27 02:40:48] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004702 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 994 0.006484 10.0.0.28 - - [2025-01-27 02:40:48] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005889 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 994 0.007162 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.010225 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.006814 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 994 0.006806 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.006544 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.006244 10.0.0.28 - - [2025-01-27 02:40:48] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/port HTTP/1.1" 200 1017 0.149516 10.0.0.28 - - [2025-01-27 02:40:48] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/port HTTP/1.1" 200 1017 0.152315 10.0.0.28 - - [2025-01-27 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001310 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/port HTTP/1.1" 200 1017 0.007017 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/port HTTP/1.1" 200 1017 0.029373 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 994 0.006825 10.0.0.28 - - [2025-01-27 02:40:48] "POST /neutron/port HTTP/1.1" 200 1017 0.007462 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.005588 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.005690 10.0.0.28 - - [2025-01-27 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001230 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007875 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007206 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/network HTTP/1.1" 200 994 0.006849 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007034 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007365 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007053 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.007679 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.004499 10.0.0.28 - - [2025-01-27 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001169 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.010917 10.0.0.28 - - [2025-01-27 02:40:49] "POST /neutron/network HTTP/1.1" 200 1004 0.006991 10.0.0.28 - - [2025-01-27 02:40:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000544 10.0.0.28 - - [2025-01-27 02:40:49] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.28 - - [2025-01-27 02:40:49] "DELETE /project/a01c3bf511494b6798d01083ee7c60b7 HTTP/1.1" 404 173 0.040972 10.0.0.28 - - [2025-01-27 02:40:49] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031931 10.0.0.28 - - [2025-01-27 02:40:49] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.28 - - [2025-01-27 02:40:49] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000319 10.0.0.28 - - [2025-01-27 02:40:49] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.032834 10.0.0.28 - - [2025-01-27 02:40:50] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?fields=security_groups HTTP/1.1" 200 1366 0.088672 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 1004 0.011054 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.057602 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.008188 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.015811 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 1004 0.014904 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.020008 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1017 0.008664 10.0.0.28 - - [2025-01-27 02:40:50] "DELETE /access-control-list/37ae5d7f-6f19-4a8c-912c-606ea20429bd HTTP/1.1" 200 115 0.045153 10.0.0.28 - - [2025-01-27 02:40:50] "DELETE /security-group/178c0983-bf38-4fe1-8a59-303f8e2ae9ce HTTP/1.1" 200 115 0.111541 10.0.0.28 - - [2025-01-27 02:40:50] "GET /projects?obj_uuids=10043253-c48d-4031-b3ae-ce555e203d7c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1109 0.115332 10.0.0.28 - - [2025-01-27 02:40:50] "DELETE /access-control-list/12774991-0a76-47e8-b148-ff91e96e611e HTTP/1.1" 200 115 0.052695 10.0.0.28 - - [2025-01-27 02:40:50] "GET /project/10043253-c48d-4031-b3ae-ce555e203d7c?fields=application_policy_sets HTTP/1.1" 200 1405 0.057272 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1109 0.161169 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1083 0.041020 10.0.0.28 - - [2025-01-27 02:40:50] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.28 - - [2025-01-27 02:40:50] "DELETE /project/10043253-c48d-4031-b3ae-ce555e203d7c HTTP/1.1" 200 115 0.510348 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003521 10.0.0.28 - - [2025-01-27 02:40:50] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072723 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 1083 0.027783 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 994 0.010004 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.024335 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003319 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 994 0.007793 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.015825 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 994 0.006894 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 2050 0.025275 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006419 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.004717 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domains HTTP/1.1" 200 280 0.002329 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2574 0.007554 10.0.0.28 - - [2025-01-27 02:40:50] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001656 10.0.0.28 - - [2025-01-27 02:40:50] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7 HTTP/1.1" 200 2843 0.087512 10.0.0.28 - - [2025-01-27 02:40:50] "GET /network-ipam/5d4d1641-c93e-4263-b805-e6468f1bf75b HTTP/1.1" 200 2601 0.005386 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domains HTTP/1.1" 200 280 0.003941 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.28 - - [2025-01-27 02:40:50] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2574 0.007007 10.0.0.28 - - [2025-01-27 02:40:50] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.28 - - [2025-01-27 02:40:50] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7 HTTP/1.1" 200 2843 0.066287 10.0.0.28 - - [2025-01-27 02:40:50] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2 HTTP/1.1" 200 3779 0.007437 10.0.0.28 - - [2025-01-27 02:40:50] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2 HTTP/1.1" 200 3779 0.005128 10.0.0.28 - - [2025-01-27 02:40:50] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 200 2381 0.003911 10.0.0.28 - - [2025-01-27 02:40:50] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 200 2381 0.005184 10.0.0.28 - - [2025-01-27 02:40:50] "GET /route-target/50fc3c16-ec80-4565-bd7b-a605a7d75740 HTTP/1.1" 200 1204 0.004168 10.0.0.28 - - [2025-01-27 02:40:50] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2 HTTP/1.1" 200 3779 0.004482 10.0.0.28 - - [2025-01-27 02:40:50] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 200 2381 0.006494 10.0.0.28 - - [2025-01-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 1004 0.012696 10.0.0.28 - - [2025-01-27 02:40:51] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004697 10.0.0.28 - - [2025-01-27 02:40:51] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2 HTTP/1.1" 200 3779 0.010953 10.0.0.28 - - [2025-01-27 02:40:51] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 200 2381 0.009912 10.0.0.28 - - [2025-01-27 02:40:51] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.28 - - [2025-01-27 02:40:51] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 200 2381 0.003609 10.0.0.28 - - [2025-01-27 02:40:51] "GET /route-target/50fc3c16-ec80-4565-bd7b-a605a7d75740 HTTP/1.1" 200 1204 0.003290 10.0.0.28 - - [2025-01-27 02:40:51] "GET /domains HTTP/1.1" 200 280 0.010078 10.0.0.28 - - [2025-01-27 02:40:51] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001772 10.0.0.28 - - [2025-01-27 02:40:51] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2574 0.021055 10.0.0.28 - - [2025-01-27 02:40:51] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002309 10.0.0.28 - - [2025-01-27 02:40:51] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7 HTTP/1.1" 200 3087 0.136848 10.0.0.28 - - [2025-01-27 02:40:51] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2 HTTP/1.1" 200 4037 0.014492 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1055 0.379328 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1055 0.009681 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1055 0.015890 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1109 0.097535 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1083 0.016375 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006348 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/subnet HTTP/1.1" 200 673 0.018823 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 117 0.001817 10.0.0.28 - - [2025-01-27 02:40:51] "GET /obj-perms HTTP/1.1" 200 5030 0.071274 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/network HTTP/1.1" 200 994 0.008872 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/port HTTP/1.1" 200 1083 0.016085 10.0.0.28 - - [2025-01-27 02:40:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006194 10.0.0.28 - - [2025-01-27 02:40:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054888 10.0.0.28 - - [2025-01-27 02:40:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052170 10.0.0.28 - - [2025-01-27 02:40:56] "POST /neutron/port HTTP/1.1" 200 1083 0.015532 10.0.0.28 - - [2025-01-27 02:40:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008689 10.0.0.28 - - [2025-01-27 02:40:56] "POST /neutron/port HTTP/1.1" 200 1083 0.014926 10.0.0.28 - - [2025-01-27 02:40:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006717 10.0.0.28 - - [2025-01-27 02:40:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018747 10.0.0.28 - - [2025-01-27 02:40:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009334 10.0.0.28 - - [2025-01-27 02:40:57] "GET /virtual-machine/7dd44f97-9ff8-4285-bad6-e1fb7175b57e HTTP/1.1" 200 1288 0.007916 10.0.0.28 - - [2025-01-27 02:40:57] "GET /virtual-machine-interface/1fb776e2-23f4-425f-9b6f-6cc24a908831 HTTP/1.1" 200 2941 0.009150 10.0.0.28 - - [2025-01-27 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.28 - - [2025-01-27 02:40:57] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003247 10.0.0.28 - - [2025-01-27 02:40:57] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004282 10.0.0.28 - - [2025-01-27 02:40:57] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006822 10.0.0.28 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1083 0.015307 10.0.0.28 - - [2025-01-27 02:40:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005519 10.0.0.28 - - [2025-01-27 02:40:59] "POST /neutron/port HTTP/1.1" 200 1083 0.016649 10.0.0.28 - - [2025-01-27 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006679 10.0.0.28 - - [2025-01-27 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.28 - - [2025-01-27 02:41:00] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004687 10.0.0.28 - - [2025-01-27 02:41:00] "POST /neutron/port HTTP/1.1" 200 1083 0.020289 10.0.0.28 - - [2025-01-27 02:41:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007335 10.0.0.28 - - [2025-01-27 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.28 - - [2025-01-27 02:41:02] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002870 10.0.0.28 - - [2025-01-27 02:41:02] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002956 10.0.0.28 - - [2025-01-27 02:41:02] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005075 10.0.0.28 - - [2025-01-27 02:41:02] "POST /neutron/port HTTP/1.1" 200 1083 0.016345 10.0.0.28 - - [2025-01-27 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006120 10.0.0.28 - - [2025-01-27 02:41:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017060 10.0.0.28 - - [2025-01-27 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005543 10.0.0.28 - - [2025-01-27 02:41:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014161 10.0.0.28 - - [2025-01-27 02:41:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006180 10.0.0.28 - - [2025-01-27 02:41:03] "GET /virtual-machine/b8983bb2-eae0-42b5-85f2-3532a71aac4e HTTP/1.1" 200 1288 0.004515 10.0.0.28 - - [2025-01-27 02:41:03] "GET /virtual-machine-interface/694254ba-0e5b-4631-934d-83d1a1b7981c HTTP/1.1" 200 2941 0.005522 10.0.0.28 - - [2025-01-27 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.28 - - [2025-01-27 02:41:03] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002827 10.0.0.28 - - [2025-01-27 02:41:03] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003615 10.0.0.28 - - [2025-01-27 02:41:03] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005394 10.0.0.28 - - [2025-01-27 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.28 - - [2025-01-27 02:41:04] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003106 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002947 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005589 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014640 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006945 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/port HTTP/1.1" 200 1083 0.015367 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006660 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014128 10.0.0.28 - - [2025-01-27 02:41:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006037 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-machine/bd906ebf-54e2-448f-9307-f8a8f92a2cac HTTP/1.1" 200 1293 0.005384 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-machine-interface/52c47a8e-c480-4937-a654-75679143ad09 HTTP/1.1" 200 2941 0.005376 10.0.0.28 - - [2025-01-27 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.28 - - [2025-01-27 02:41:04] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002919 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003260 10.0.0.28 - - [2025-01-27 02:41:04] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005481 10.0.0.28 - - [2025-01-27 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.28 - - [2025-01-27 02:41:06] "GET /global-vrouter-config/fa7205a4-9a9f-49c4-8262-4b20fff75d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003675 10.0.0.28 - - [2025-01-27 02:41:06] "GET /virtual-networks?parent_id=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003294 10.0.0.28 - - [2025-01-27 02:41:06] "GET /virtual-network/b5e204c5-c889-4b53-883a-776058277ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005331 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1109 0.013458 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1109 0.018006 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1083 0.025272 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 151 0.125645 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1109 0.013172 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1109 0.013216 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1109 0.010312 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1004 0.033828 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 1030 0.011752 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 151 0.179219 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/network HTTP/1.1" 200 994 0.012217 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 400 205 0.010249 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/port HTTP/1.1" 200 151 0.197675 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/network HTTP/1.1" 200 994 0.007241 10.0.0.28 - - [2025-01-27 02:41:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.28 - - [2025-01-27 02:41:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001798 10.0.0.28 - - [2025-01-27 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.28 - - [2025-01-27 02:41:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001570 10.0.0.28 - - [2025-01-27 02:41:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003022 10.0.0.28 - - [2025-01-27 02:41:22] "POST /neutron/network HTTP/1.1" 200 151 0.102341 10.0.0.28 - - [2025-01-27 02:41:22] "GET /routing-instance/fef5026e-892c-4110-b2d5-4969813fecef HTTP/1.1" 404 171 0.002240 10.0.0.28 - - [2025-01-27 02:41:22] "GET /domains HTTP/1.1" 200 280 0.003472 10.0.0.28 - - [2025-01-27 02:41:22] "DELETE /route-target/50fc3c16-ec80-4565-bd7b-a605a7d75740 HTTP/1.1" 200 115 0.025451 10.0.0.28 - - [2025-01-27 02:41:22] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.28 - - [2025-01-27 02:41:22] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e HTTP/1.1" 200 2574 0.051810 10.0.0.28 - - [2025-01-27 02:41:22] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.28 - - [2025-01-27 02:41:22] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7 HTTP/1.1" 200 2086 0.071292 10.0.0.28 - - [2025-01-27 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.28 - - [2025-01-27 02:41:23] "DELETE /network-ipam/5d4d1641-c93e-4263-b805-e6468f1bf75b HTTP/1.1" 200 115 0.019702 10.0.0.28 - - [2025-01-27 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003037 10.0.0.28 - - [2025-01-27 02:41:23] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.28 - - [2025-01-27 02:41:23] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056203 10.0.0.28 - - [2025-01-27 02:41:23] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002111 10.0.0.28 - - [2025-01-27 02:41:23] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?fields=virtual_networks HTTP/1.1" 200 1033 0.071018 10.0.0.28 - - [2025-01-27 02:41:23] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.28 - - [2025-01-27 02:41:23] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.031094 10.0.0.28 - - [2025-01-27 02:41:23] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.28 - - [2025-01-27 02:41:23] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?fields=security_groups HTTP/1.1" 200 1259 0.023749 10.0.0.28 - - [2025-01-27 02:41:27] "POST /neutron/port HTTP/1.1" 200 117 0.005297 10.0.0.28 - - [2025-01-27 02:41:27] "POST /neutron/port HTTP/1.1" 400 205 0.003755 10.0.0.28 - - [2025-01-27 02:41:31] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.28 - - [2025-01-27 02:41:31] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.28 - - [2025-01-27 02:41:32] "GET /projects?obj_uuids=eb131cb3-2a3c-4fe1-b10f-edb4e2da000b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001079 10.0.0.28 - - [2025-01-27 02:41:32] "GET /project/eb131cb3-2a3c-4fe1-b10f-edb4e2da000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.053291 [Introspect:8084]10.0.0.28 - - [2025-01-27 02:41:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001036 10.0.0.28 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.023225 10.0.0.28 - - [2025-01-27 02:41:33] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002306 10.0.0.28 - - [2025-01-27 02:41:33] "GET /domains?obj_uuids=e62501aa-9f5c-4649-8ee6-32e0d845289e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.28 - - [2025-01-27 02:41:33] "GET /domain/e62501aa-9f5c-4649-8ee6-32e0d845289e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006988 10.0.0.28 - - [2025-01-27 02:41:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.001179 10.0.0.28 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003225 10.0.0.28 - - [2025-01-27 02:41:33] "POST /security-groups HTTP/1.1" 200 587 0.063648 10.0.0.28 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 230 0.002352 10.0.0.28 - - [2025-01-27 02:41:33] "POST /projects HTTP/1.1" 200 577 0.218037 10.0.0.28 - - [2025-01-27 02:41:33] "POST /access-control-lists HTTP/1.1" 200 592 0.059304 10.0.0.28 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.292678 10.0.0.28 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.002889 10.0.0.28 - - [2025-01-27 02:41:33] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.414905 10.0.0.28 - - [2025-01-27 02:41:33] "POST /access-control-lists HTTP/1.1" 200 590 0.063648 10.0.0.28 - - [2025-01-27 02:41:34] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.28 - - [2025-01-27 02:41:35] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.28 - - [2025-01-27 02:41:35] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.028964 10.0.0.28 - - [2025-01-27 02:41:35] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.28 - - [2025-01-27 02:41:35] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?fields=virtual_networks HTTP/1.1" 200 1025 0.067476 10.0.0.28 - - [2025-01-27 02:41:35] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001129 10.0.0.28 - - [2025-01-27 02:41:35] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.026683 10.0.0.28 - - [2025-01-27 02:41:35] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001534 10.0.0.28 - - [2025-01-27 02:41:35] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?fields=security_groups HTTP/1.1" 200 1247 0.028852 10.0.0.28 - - [2025-01-27 02:41:50] "DELETE /project/f03caed77bf344929d6858903301f84b HTTP/1.1" 404 173 0.011557 10.0.0.28 - - [2025-01-27 02:41:50] "GET /projects?obj_uuids=a01c3bf5-1149-4b67-98d0-1083ee7c60b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.28 - - [2025-01-27 02:41:50] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000819 10.0.0.28 - - [2025-01-27 02:41:50] "GET /project/f03caed7-7bf3-4492-9d68-58903301f84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.033720 10.0.0.28 - - [2025-01-27 02:41:50] "GET /project/a01c3bf5-1149-4b67-98d0-1083ee7c60b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.038988 10.0.0.28 - - [2025-01-27 02:41:50] "GET /projects?obj_uuids=f03caed7-7bf3-4492-9d68-58903301f84b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149