++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jan 30 02:21:25 UTC 2025 ===================' INFO: =================== Thu Jan 30 02:21:25 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ 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.0.0.28 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.28 ++ 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 +++ local servers=10.0.0.28 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.28,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,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/30/2025 02:21:34.208 7fb2c0576b88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/30/2025 02:21:34.371 7fb2c0576b88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/30/2025 02:21:34.387 7fb2c0576b88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/30/2025 02:21:34.387 7fb2c0576b88 [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-30 02:21:37] "GET / HTTP/1.1" 503 181 0.000302 10.0.0.28 - - [2025-01-30 02:21:37] "GET / HTTP/1.1" 503 181 0.000730 10.0.0.28 - - [2025-01-30 02:21:37] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.28 - - [2025-01-30 02:21:38] "GET / HTTP/1.1" 200 45871 0.002074 10.0.0.28 - - [2025-01-30 02:21:38] "GET / HTTP/1.1" 200 45871 0.001162 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-30 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000822 10.0.0.28 - - [2025-01-30 02:21:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000296 10.0.0.28 - - [2025-01-30 02:21:39] "GET / HTTP/1.1" 200 35931 0.002944 10.0.0.28 - - [2025-01-30 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.615187 10.0.0.28 - - [2025-01-30 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.28 - - [2025-01-30 02:21:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.338780 10.0.0.28 - - [2025-01-30 02:21:39] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002391 10.0.0.28 - - [2025-01-30 02:21:40] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.28 - - [2025-01-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.28 - - [2025-01-30 02:21:40] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.28 - - [2025-01-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.28 - - [2025-01-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 /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-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.599012 10.0.0.28 - - [2025-01-30 02:21:41] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005641 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.338550 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.065058 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.004656 10.0.0.28 - - [2025-01-30 02:21:41] "GET /network-ipam/4feedc16-24aa-4ce3-ab7d-9fe823c916d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004479 10.0.0.28 - - [2025-01-30 02:21:41] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005841 10.0.0.28 - - [2025-01-30 02:21:41] "POST /config-nodes HTTP/1.1" 200 599 0.041088 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-appliance-sets HTTP/1.1" 200 553 0.039162 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.003488 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.28 - - [2025-01-30 02:21:41] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007036 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-appliance-sets HTTP/1.1" 200 541 0.021240 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.28 - - [2025-01-30 02:21:41] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.28 - - [2025-01-30 02:21:41] "GET /network-ipam/4feedc16-24aa-4ce3-ab7d-9fe823c916d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005452 10.0.0.28 - - [2025-01-30 02:21:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000349 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.004848 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-templates HTTP/1.1" 200 511 0.024829 10.0.0.28 - - [2025-01-30 02:21:41] "POST /access-control-lists HTTP/1.1" 200 587 0.025066 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-templates HTTP/1.1" 200 501 0.018189 10.0.0.28 - - [2025-01-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.003569 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-templates HTTP/1.1" 200 515 0.020804 10.0.0.28 - - [2025-01-30 02:21:41] "POST /access-control-lists HTTP/1.1" 200 585 0.023238 10.0.0.28 - - [2025-01-30 02:21:41] "POST /service-templates HTTP/1.1" 200 535 0.017113 10.0.0.28 - - [2025-01-30 02:21:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026812 10.0.0.28 - - [2025-01-30 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.012651 10.0.0.28 - - [2025-01-30 02:21:42] "POST /service-templates HTTP/1.1" 200 507 0.027757 10.0.0.28 - - [2025-01-30 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.013666 10.0.0.28 - - [2025-01-30 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.015201 10.0.0.28 - - [2025-01-30 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.013858 10.0.0.28 - - [2025-01-30 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.012690 10.0.0.28 - - [2025-01-30 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.012513 10.0.0.28 - - [2025-01-30 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.036841 10.0.0.28 - - [2025-01-30 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.013239 10.0.0.28 - - [2025-01-30 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.015179 10.0.0.28 - - [2025-01-30 02:21:42] "POST /access-control-lists HTTP/1.1" 200 551 0.074341 10.0.0.28 - - [2025-01-30 02:21:42] "PUT /access-control-list/cae0cc03-12e9-4a31-8564-7d03cfb896ea HTTP/1.1" 200 272 0.012542 10.0.0.28 - - [2025-01-30 02:21:42] "PUT /access-control-list/7d703011-bba2-44de-b652-049f6267df02 HTTP/1.1" 200 272 0.012274 10.0.0.28 - - [2025-01-30 02:21:44] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.28 - - [2025-01-30 02:21:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.28 - - [2025-01-30 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.025910 10.0.0.28 - - [2025-01-30 02:21:44] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005754 10.0.0.28 - - [2025-01-30 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.003395 10.0.0.28 - - [2025-01-30 02:21:44] "POST /config-database-nodes HTTP/1.1" 200 617 0.071908 10.0.0.28 - - [2025-01-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.28 - - [2025-01-30 02:21:47] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1160 0.005421 10.0.0.28 - - [2025-01-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.28 - - [2025-01-30 02:21:47] "PUT /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 276 0.011478 10.0.0.28 - - [2025-01-30 02:21:47] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.28 - - [2025-01-30 02:21:47] "POST /alarms HTTP/1.1" 401 292 0.000434 10.0.0.28 - - [2025-01-30 02:21:47] "POST /alarms HTTP/1.1" 200 581 0.038333 10.0.0.28 - - [2025-01-30 02:21:47] "POST /alarms HTTP/1.1" 200 575 0.018250 10.0.0.28 - - [2025-01-30 02:21:47] "POST /alarms HTTP/1.1" 200 575 0.018223 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 559 0.019566 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 555 0.020958 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 557 0.020827 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 565 0.018438 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 549 0.018350 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 557 0.021995 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 567 0.021252 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 555 0.021404 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 567 0.027252 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 575 0.065811 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 569 0.024519 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 561 0.020772 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 561 0.020835 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 561 0.022428 10.0.0.28 - - [2025-01-30 02:21:48] "POST /alarms HTTP/1.1" 200 547 0.020034 10.0.0.28 - - [2025-01-30 02:21:49] "POST /alarms HTTP/1.1" 200 595 0.021638 10.0.0.28 - - [2025-01-30 02:21:49] "POST /alarms HTTP/1.1" 200 575 0.020619 10.0.0.28 - - [2025-01-30 02:21:49] "POST /alarms HTTP/1.1" 200 571 0.025301 10.0.0.28 - - [2025-01-30 02:21:49] "POST /alarms HTTP/1.1" 200 583 0.021388 10.0.0.28 - - [2025-01-30 02:21:49] "POST /alarms HTTP/1.1" 200 609 0.022571 10.0.0.28 - - [2025-01-30 02:21:49] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.28 - - [2025-01-30 02:21:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000463 10.0.0.28 - - [2025-01-30 02:21:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027899 10.0.0.28 - - [2025-01-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.28 - - [2025-01-30 02:21:50] "PUT /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 276 0.011126 10.0.0.28 - - [2025-01-30 02:21:50] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.28 - - [2025-01-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.28 - - [2025-01-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.024612 10.0.0.28 - - [2025-01-30 02:21:50] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003756 10.0.0.28 - - [2025-01-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.28 - - [2025-01-30 02:21:50] "PUT /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 276 0.011848 10.0.0.28 - - [2025-01-30 02:21:51] "GET / HTTP/1.1" 200 35931 0.001934 10.0.0.28 - - [2025-01-30 02:21:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.28 - - [2025-01-30 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.024054 10.0.0.28 - - [2025-01-30 02:21:51] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007233 10.0.0.28 - - [2025-01-30 02:21:51] "PUT /global-system-config/76994b77-9ab0-49b4-903b-f38906137084 HTTP/1.1" 200 274 0.018062 10.0.0.28 - - [2025-01-30 02:22:18] "GET /global-system-configs HTTP/1.1" 200 322 0.590043 10.0.0.28 - - [2025-01-30 02:22:18] "GET /global-system-configs HTTP/1.1" 200 322 0.034923 10.0.0.28 - - [2025-01-30 02:23:07] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.28 - - [2025-01-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.28 - - [2025-01-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.023612 10.0.0.28 - - [2025-01-30 02:23:07] "GET /routing-instance/46bf5499-c543-4b65-8a53-5504703a0bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003623 10.0.0.28 - - [2025-01-30 02:23:08] "POST /bgp-routers HTTP/1.1" 200 622 0.050594 10.0.0.28 - - [2025-01-30 02:23:08] "GET /bgp-router/39546ae6-023d-41c7-b022-0af762ac52de?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005701 10.0.0.28 - - [2025-01-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.28 - - [2025-01-30 02:23:08] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006569 10.0.0.28 - - [2025-01-30 02:23:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003393 10.0.0.28 - - [2025-01-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.28 - - [2025-01-30 02:23:58] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.28 - - [2025-01-30 02:23:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.28 - - [2025-01-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.023004 10.0.0.28 - - [2025-01-30 02:23:59] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006434 10.0.0.28 - - [2025-01-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.002780 10.0.0.28 - - [2025-01-30 02:23:59] "POST /database-nodes HTTP/1.1" 200 603 0.018233 10.0.0.28 - - [2025-01-30 02:24:49] "GET / HTTP/1.1" 200 35931 0.002287 10.0.0.28 - - [2025-01-30 02:24:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.28 - - [2025-01-30 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.023913 10.0.0.28 - - [2025-01-30 02:24:49] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006423 10.0.0.28 - - [2025-01-30 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003248 10.0.0.28 - - [2025-01-30 02:24:49] "POST /analytics-nodes HTTP/1.1" 200 605 0.017847 10.0.0.28 - - [2025-01-30 02:24:55] "GET / HTTP/1.1" 200 35931 0.002311 10.0.0.28 - - [2025-01-30 02:25:06] "GET / HTTP/1.1" 200 35931 0.002805 10.0.0.28 - - [2025-01-30 02:25:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.28 - - [2025-01-30 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.036553 10.0.0.28 - - [2025-01-30 02:25:07] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008723 10.0.0.28 - - [2025-01-30 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003033 10.0.0.28 - - [2025-01-30 02:25:07] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024860 10.0.0.28 - - [2025-01-30 02:25:20] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.28 - - [2025-01-30 02:25:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.28 - - [2025-01-30 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.023391 10.0.0.28 - - [2025-01-30 02:25:20] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.011183 10.0.0.28 - - [2025-01-30 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.003240 10.0.0.28 - - [2025-01-30 02:25:20] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018655 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-30 02:25:43] "GET /obj-perms HTTP/1.1" 200 5056 0.368120 10.0.0.28 - - [2025-01-30 02:25:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054192 10.0.0.28 - - [2025-01-30 02:26:44] "GET /obj-perms HTTP/1.1" 200 5056 0.040443 10.0.0.28 - - [2025-01-30 02:26:44] "GET /obj-perms HTTP/1.1" 200 5056 0.040978 10.0.0.28 - - [2025-01-30 02:27:00] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.28 - - [2025-01-30 02:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.28 - - [2025-01-30 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.026614 10.0.0.28 - - [2025-01-30 02:27:00] "GET /global-system-config/76994b77-9ab0-49b4-903b-f38906137084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006294 10.0.0.28 - - [2025-01-30 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.28 - - [2025-01-30 02:27:00] "GET /routing-instance/46bf5499-c543-4b65-8a53-5504703a0bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004768 10.0.0.28 - - [2025-01-30 02:27:00] "PUT /global-system-config/76994b77-9ab0-49b4-903b-f38906137084 HTTP/1.1" 200 274 0.011148 10.0.0.28 - - [2025-01-30 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.004553 10.0.0.28 - - [2025-01-30 02:27:01] "POST /virtual-routers HTTP/1.1" 200 605 0.026409 10.0.0.28 - - [2025-01-30 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.28 - - [2025-01-30 02:27:01] "GET /virtual-router/bd73b31a-f816-40bc-a675-4c25575567ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005882 10.0.0.28 - - [2025-01-30 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.005032 10.0.0.28 - - [2025-01-30 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.28 - - [2025-01-30 02:27:01] "GET /virtual-network/82087e32-c235-4d03-b129-43eb103d2973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006530 10.0.0.28 - - [2025-01-30 02:27:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.061930 10.0.0.28 - - [2025-01-30 02:27:01] "PUT /access-control-list/344d6069-c3b1-49c4-ae0f-9e180e74e5d6 HTTP/1.1" 200 272 0.037357 10.0.0.28 - - [2025-01-30 02:27:14] "GET /global-system-configs HTTP/1.1" 200 322 0.003932 10.0.0.28 - - [2025-01-30 02:27:14] "GET /obj-perms HTTP/1.1" 200 5056 0.034031 10.0.0.28 - - [2025-01-30 02:27:15] "GET /global-system-configs HTTP/1.1" 200 322 0.006724 10.0.0.28 - - [2025-01-30 02:27:15] "GET /obj-perms HTTP/1.1" 200 5056 0.021724 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:27:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001061 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:27:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000804 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:27:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000807 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:27:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000892 10.0.0.28 - - [2025-01-30 02:27:45] "GET /obj-perms HTTP/1.1" 200 5056 0.056815 10.0.0.28 - - [2025-01-30 02:27:45] "GET /obj-perms HTTP/1.1" 200 5056 0.048157 10.0.0.28 - - [2025-01-30 02:28:17] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.28 - - [2025-01-30 02:28:18] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.28 - - [2025-01-30 02:28:19] "GET /projects?obj_uuids=d6f060f5-f5f9-4288-8c71-c411e50608a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.021416 10.0.0.28 - - [2025-01-30 02:28:19] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.28 - - [2025-01-30 02:28:19] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.068320 10.0.0.28 - - [2025-01-30 02:28:19] "POST /id-to-fqname HTTP/1.1" 200 167 0.001270 10.0.0.28 - - [2025-01-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 176 0.003759 10.0.0.28 - - [2025-01-30 02:28:19] "POST /security-groups HTTP/1.1" 200 568 0.065125 10.0.0.28 - - [2025-01-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.007720 10.0.0.28 - - [2025-01-30 02:28:19] "POST /projects HTTP/1.1" 200 539 0.223771 10.0.0.28 - - [2025-01-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.295761 10.0.0.28 - - [2025-01-30 02:28:19] "POST /access-control-lists HTTP/1.1" 200 573 0.061103 10.0.0.28 - - [2025-01-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002853 10.0.0.28 - - [2025-01-30 02:28:19] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.489867 10.0.0.28 - - [2025-01-30 02:28:19] "POST /access-control-lists HTTP/1.1" 200 571 0.068493 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:28:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001052 10.0.0.28 - - [2025-01-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.024180 10.0.0.28 - - [2025-01-30 02:28:20] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002676 10.0.0.28 - - [2025-01-30 02:28:20] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.28 - - [2025-01-30 02:28:20] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008393 10.0.0.28 - - [2025-01-30 02:28:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.001600 10.0.0.28 - - [2025-01-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.002793 10.0.0.28 - - [2025-01-30 02:28:20] "POST /security-groups HTTP/1.1" 200 602 0.064082 10.0.0.28 - - [2025-01-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002597 10.0.0.28 - - [2025-01-30 02:28:20] "POST /projects HTTP/1.1" 200 607 0.225041 10.0.0.28 - - [2025-01-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.295702 10.0.0.28 - - [2025-01-30 02:28:20] "POST /access-control-lists HTTP/1.1" 200 607 0.069679 10.0.0.28 - - [2025-01-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.003057 10.0.0.28 - - [2025-01-30 02:28:20] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.424868 10.0.0.28 - - [2025-01-30 02:28:20] "POST /access-control-lists HTTP/1.1" 200 605 0.064489 10.0.0.28 - - [2025-01-30 02:28:21] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.28 - - [2025-01-30 02:28:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.28 - - [2025-01-30 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.050814 10.0.0.28 - - [2025-01-30 02:28:22] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001460 10.0.0.28 - - [2025-01-30 02:28:22] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.028316 10.0.0.28 - - [2025-01-30 02:28:22] "POST /neutron/network HTTP/1.1" 200 117 0.045887 10.0.0.28 - - [2025-01-30 02:28:23] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002094 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/network HTTP/1.1" 200 620 0.078827 10.0.0.28 - - [2025-01-30 02:28:23] "POST /route-targets HTTP/1.1" 200 327 0.013111 10.0.0.28 - - [2025-01-30 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.022297 10.0.0.28 - - [2025-01-30 02:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006169 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.165521 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/network HTTP/1.1" 200 838 0.006149 10.0.0.28 - - [2025-01-30 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001233 10.0.0.28 - - [2025-01-30 02:28:23] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004785 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/network HTTP/1.1" 200 838 0.006135 10.0.0.28 - - [2025-01-30 02:28:23] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004390 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/network HTTP/1.1" 200 838 0.005770 10.0.0.28 - - [2025-01-30 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.006824 10.0.0.28 - - [2025-01-30 02:28:23] "GET /domains HTTP/1.1" 401 292 0.000360 10.0.0.28 - - [2025-01-30 02:28:23] "GET /domains HTTP/1.1" 200 280 0.025231 10.0.0.28 - - [2025-01-30 02:28:23] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.28 - - [2025-01-30 02:28:23] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2584 0.014362 10.0.0.28 - - [2025-01-30 02:28:23] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001135 10.0.0.28 - - [2025-01-30 02:28:23] "GET /project/53488e80-6854-48cf-856b-187521aea820 HTTP/1.1" 200 2177 0.082515 10.0.0.28 - - [2025-01-30 02:28:23] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393 HTTP/1.1" 200 2339 0.006791 10.0.0.28 - - [2025-01-30 02:28:23] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393 HTTP/1.1" 200 2339 0.005146 10.0.0.28 - - [2025-01-30 02:28:23] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 200 1495 0.004378 10.0.0.28 - - [2025-01-30 02:28:23] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 200 1495 0.003407 10.0.0.28 - - [2025-01-30 02:28:23] "GET /route-target/6b366fe2-71d9-460b-af6b-fac809fee8bb HTTP/1.1" 200 1219 0.003286 10.0.0.28 - - [2025-01-30 02:28:23] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393 HTTP/1.1" 200 2339 0.004183 10.0.0.28 - - [2025-01-30 02:28:23] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 200 1495 0.002669 10.0.0.28 - - [2025-01-30 02:28:24] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009393 10.0.0.28 - - [2025-01-30 02:28:24] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393 HTTP/1.1" 200 2339 0.004502 10.0.0.28 - - [2025-01-30 02:28:24] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 200 1495 0.003497 10.0.0.28 - - [2025-01-30 02:28:24] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 200 1495 0.003345 10.0.0.28 - - [2025-01-30 02:28:24] "GET /route-target/6b366fe2-71d9-460b-af6b-fac809fee8bb HTTP/1.1" 200 1219 0.003788 10.0.0.28 - - [2025-01-30 02:28:24] "GET /domains HTTP/1.1" 200 280 0.003717 10.0.0.28 - - [2025-01-30 02:28:24] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.28 - - [2025-01-30 02:28:24] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2584 0.007839 10.0.0.28 - - [2025-01-30 02:28:24] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001182 10.0.0.28 - - [2025-01-30 02:28:24] "GET /project/53488e80-6854-48cf-856b-187521aea820 HTTP/1.1" 200 2177 0.081423 10.0.0.28 - - [2025-01-30 02:28:24] "GET /virtual-network/42d601b2-76be-435c-b663-3330f880f393 HTTP/1.1" 200 2339 0.007348 10.0.0.28 - - [2025-01-30 02:28:24] "GET /obj-perms HTTP/1.1" 200 5052 0.048132 10.0.0.28 - - [2025-01-30 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.002061 10.0.0.28 - - [2025-01-30 02:28:26] "POST /neutron/network HTTP/1.1" 200 848 0.008416 10.0.0.28 - - [2025-01-30 02:28:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.28 - - [2025-01-30 02:28:26] "GET / HTTP/1.1" 200 35931 0.002649 10.0.0.28 - - [2025-01-30 02:28:26] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000597 10.0.0.28 - - [2025-01-30 02:28:27] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001552 10.0.0.28 - - [2025-01-30 02:28:27] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.056652 10.0.0.28 - - [2025-01-30 02:28:27] "POST /neutron/network HTTP/1.1" 200 838 0.027976 10.0.0.28 - - [2025-01-30 02:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.005600 10.0.0.28 - - [2025-01-30 02:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.006051 10.0.0.28 - - [2025-01-30 02:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.009460 10.0.0.28 - - [2025-01-30 02:28:28] "POST /neutron/network HTTP/1.1" 200 848 0.006925 10.0.0.28 - - [2025-01-30 02:28:29] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006541 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1070 0.231377 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1070 0.040376 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1070 0.011002 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1124 0.079506 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1098 0.015036 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.010912 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.28 - - [2025-01-30 02:28:29] "POST /neutron/network HTTP/1.1" 200 838 0.005985 10.0.0.28 - - [2025-01-30 02:28:33] "POST /neutron/port HTTP/1.1" 200 1098 0.014660 10.0.0.28 - - [2025-01-30 02:28:33] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007193 10.0.0.28 - - [2025-01-30 02:28:33] "GET /obj-perms HTTP/1.1" 200 5052 0.003846 10.0.0.28 - - [2025-01-30 02:28:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003554 10.0.0.28 - - [2025-01-30 02:28:35] "GET /obj-perms HTTP/1.1" 200 5052 0.004684 10.0.0.28 - - [2025-01-30 02:28:36] "GET /obj-perms HTTP/1.1" 200 5052 0.004317 10.0.0.28 - - [2025-01-30 02:28:37] "GET /obj-perms HTTP/1.1" 200 5052 0.003567 10.0.0.28 - - [2025-01-30 02:28:38] "POST /neutron/network HTTP/1.1" 200 838 0.006365 10.0.0.28 - - [2025-01-30 02:28:38] "POST /neutron/network HTTP/1.1" 400 204 0.020244 10.0.0.28 - - [2025-01-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 1098 0.014321 10.0.0.28 - - [2025-01-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 1124 0.009479 10.0.0.28 - - [2025-01-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.097995 10.0.0.28 - - [2025-01-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 838 0.005863 10.0.0.28 - - [2025-01-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.28 - - [2025-01-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.28 - - [2025-01-30 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.28 - - [2025-01-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 151 0.077506 10.0.0.28 - - [2025-01-30 02:28:40] "GET /routing-instance/c23e738f-83d6-4551-a60b-ac4dc1ac618a HTTP/1.1" 404 171 0.002401 10.0.0.28 - - [2025-01-30 02:28:40] "GET /domains HTTP/1.1" 200 280 0.002012 10.0.0.28 - - [2025-01-30 02:28:40] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.28 - - [2025-01-30 02:28:40] "DELETE /route-target/6b366fe2-71d9-460b-af6b-fac809fee8bb HTTP/1.1" 200 115 0.019730 10.0.0.28 - - [2025-01-30 02:28:40] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2584 0.047181 10.0.0.28 - - [2025-01-30 02:28:40] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000949 10.0.0.28 - - [2025-01-30 02:28:40] "GET /project/53488e80-6854-48cf-856b-187521aea820 HTTP/1.1" 200 1927 0.073439 10.0.0.28 - - [2025-01-30 02:28:40] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001889 10.0.0.28 - - [2025-01-30 02:28:40] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.034665 10.0.0.28 - - [2025-01-30 02:28:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001179 10.0.0.28 - - [2025-01-30 02:28:41] "GET /project/53488e80-6854-48cf-856b-187521aea820?fields=virtual_networks HTTP/1.1" 200 1063 0.070820 10.0.0.28 - - [2025-01-30 02:28:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.28 - - [2025-01-30 02:28:41] "GET /project/53488e80-6854-48cf-856b-187521aea820?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.028611 10.0.0.28 - - [2025-01-30 02:28:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001366 10.0.0.28 - - [2025-01-30 02:28:41] "GET /project/53488e80-6854-48cf-856b-187521aea820?fields=security_groups HTTP/1.1" 200 1300 0.032068 10.0.0.28 - - [2025-01-30 02:28:41] "DELETE /project/53488e80685448cf856b187521aea820 HTTP/1.1" 404 173 0.004802 10.0.0.28 - - [2025-01-30 02:28:41] "DELETE /project/d6f060f5f5f942888c71c411e50608a5 HTTP/1.1" 404 173 0.003916 10.0.0.28 - - [2025-01-30 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.022361 10.0.0.28 - - [2025-01-30 02:28:42] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005171 10.0.0.28 - - [2025-01-30 02:28:42] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.28 - - [2025-01-30 02:28:42] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008031 10.0.0.28 - - [2025-01-30 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.001953 10.0.0.28 - - [2025-01-30 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.006301 10.0.0.28 - - [2025-01-30 02:28:42] "POST /security-groups HTTP/1.1" 200 603 0.063913 10.0.0.28 - - [2025-01-30 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.004380 10.0.0.28 - - [2025-01-30 02:28:42] "POST /projects HTTP/1.1" 200 609 0.229976 10.0.0.28 - - [2025-01-30 02:28:42] "POST /access-control-lists HTTP/1.1" 200 608 0.059533 10.0.0.28 - - [2025-01-30 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.306727 10.0.0.28 - - [2025-01-30 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003148 10.0.0.28 - - [2025-01-30 02:28:42] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.436739 10.0.0.28 - - [2025-01-30 02:28:42] "POST /access-control-lists HTTP/1.1" 200 606 0.068895 10.0.0.28 - - [2025-01-30 02:28:43] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.28 - - [2025-01-30 02:28:43] "GET /projects?obj_uuids=d6f060f5-f5f9-4288-8c71-c411e50608a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001634 10.0.0.28 - - [2025-01-30 02:28:44] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.027313 10.0.0.28 - - [2025-01-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.28 - - [2025-01-30 02:28:44] "GET /security-group/5eb08520-064c-47d8-a0d2-db92f77c813d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.005538 10.0.0.28 - - [2025-01-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.28 - - [2025-01-30 02:28:44] "GET /projects?obj_uuids=d6f060f5-f5f9-4288-8c71-c411e50608a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001529 10.0.0.28 - - [2025-01-30 02:28:44] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.033681 10.0.0.28 - - [2025-01-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.28 - - [2025-01-30 02:28:44] "GET /security-group/5eb08520-064c-47d8-a0d2-db92f77c813d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004378 10.0.0.28 - - [2025-01-30 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.28 - - [2025-01-30 02:28:45] "PUT /security-group/5eb08520-064c-47d8-a0d2-db92f77c813d HTTP/1.1" 200 262 0.017804 10.0.0.28 - - [2025-01-30 02:28:45] "PUT /access-control-list/04eac7d8-1f2c-4ad9-825b-ae19b810ad66 HTTP/1.1" 200 272 0.012948 10.0.0.28 - - [2025-01-30 02:28:45] "PUT /access-control-list/6d82dea2-6097-47bb-a920-bc22c989866a HTTP/1.1" 200 272 0.015404 10.0.0.28 - - [2025-01-30 02:28:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.28 - - [2025-01-30 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058740 10.0.0.28 - - [2025-01-30 02:28:45] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001752 10.0.0.28 - - [2025-01-30 02:28:45] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038772 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 117 0.252323 10.0.0.28 - - [2025-01-30 02:28:46] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001491 10.0.0.28 - - [2025-01-30 02:28:46] "GET /obj-perms HTTP/1.1" 200 5056 0.073312 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 619 0.088883 10.0.0.28 - - [2025-01-30 02:28:46] "POST /route-targets HTTP/1.1" 200 327 0.012536 10.0.0.28 - - [2025-01-30 02:28:46] "POST /ref-update HTTP/1.1" 200 156 0.024840 10.0.0.28 - - [2025-01-30 02:28:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005439 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.164318 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 837 0.006349 10.0.0.28 - - [2025-01-30 02:28:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001201 10.0.0.28 - - [2025-01-30 02:28:46] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005162 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 837 0.011251 10.0.0.28 - - [2025-01-30 02:28:46] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006347 10.0.0.28 - - [2025-01-30 02:28:46] "GET /obj-perms HTTP/1.1" 200 5056 0.048743 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 837 0.010212 10.0.0.28 - - [2025-01-30 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.009122 10.0.0.28 - - [2025-01-30 02:28:46] "GET /domains HTTP/1.1" 401 292 0.000655 10.0.0.28 - - [2025-01-30 02:28:46] "GET /domains HTTP/1.1" 200 280 0.035467 10.0.0.28 - - [2025-01-30 02:28:46] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.28 - - [2025-01-30 02:28:46] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.009166 10.0.0.28 - - [2025-01-30 02:28:46] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001496 10.0.0.28 - - [2025-01-30 02:28:46] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 2185 0.079384 10.0.0.28 - - [2025-01-30 02:28:46] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 2337 0.006876 10.0.0.28 - - [2025-01-30 02:28:46] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 2337 0.005947 10.0.0.28 - - [2025-01-30 02:28:47] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 200 1492 0.004190 10.0.0.28 - - [2025-01-30 02:28:47] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 200 1492 0.003946 10.0.0.28 - - [2025-01-30 02:28:47] "GET /route-target/8c76303c-6849-485b-bc02-fa4f9d3ea49b HTTP/1.1" 200 1219 0.003989 10.0.0.28 - - [2025-01-30 02:28:47] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 2337 0.006212 10.0.0.28 - - [2025-01-30 02:28:47] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 200 1492 0.004672 10.0.0.28 - - [2025-01-30 02:28:47] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006049 10.0.0.28 - - [2025-01-30 02:28:47] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 2337 0.006406 10.0.0.28 - - [2025-01-30 02:28:47] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 200 1492 0.003819 10.0.0.28 - - [2025-01-30 02:28:47] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 200 1492 0.003810 10.0.0.28 - - [2025-01-30 02:28:47] "GET /route-target/8c76303c-6849-485b-bc02-fa4f9d3ea49b HTTP/1.1" 200 1219 0.003593 10.0.0.28 - - [2025-01-30 02:28:47] "GET /domains HTTP/1.1" 200 280 0.003336 10.0.0.28 - - [2025-01-30 02:28:47] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.28 - - [2025-01-30 02:28:47] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.007874 10.0.0.28 - - [2025-01-30 02:28:47] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001580 10.0.0.28 - - [2025-01-30 02:28:47] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 2185 0.073710 10.0.0.28 - - [2025-01-30 02:28:47] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 2337 0.005583 10.0.0.28 - - [2025-01-30 02:28:47] "GET /obj-perms HTTP/1.1" 200 5054 0.052868 10.0.0.28 - - [2025-01-30 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.28 - - [2025-01-30 02:28:47] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.28 - - [2025-01-30 02:28:47] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037135 10.0.0.28 - - [2025-01-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 117 0.010943 10.0.0.28 - - [2025-01-30 02:28:47] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001231 10.0.0.28 - - [2025-01-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 619 0.095586 10.0.0.28 - - [2025-01-30 02:28:47] "POST /route-targets HTTP/1.1" 200 327 0.015193 10.0.0.28 - - [2025-01-30 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.023968 10.0.0.28 - - [2025-01-30 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006407 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.178227 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/network HTTP/1.1" 200 839 0.005780 10.0.0.28 - - [2025-01-30 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001099 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005150 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/network HTTP/1.1" 200 839 0.006200 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005613 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/network HTTP/1.1" 200 839 0.006485 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.017866 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domains HTTP/1.1" 200 280 0.002746 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.009203 10.0.0.28 - - [2025-01-30 02:28:48] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.28 - - [2025-01-30 02:28:48] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 2413 0.079404 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049 HTTP/1.1" 200 2344 0.006506 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049 HTTP/1.1" 200 2344 0.005150 10.0.0.28 - - [2025-01-30 02:28:48] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 200 1491 0.003683 10.0.0.28 - - [2025-01-30 02:28:48] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 200 1491 0.003731 10.0.0.28 - - [2025-01-30 02:28:48] "GET /route-target/fad6cacc-6538-4686-99fa-c75e6e088d59 HTTP/1.1" 200 1219 0.002953 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049 HTTP/1.1" 200 2344 0.004980 10.0.0.28 - - [2025-01-30 02:28:48] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 200 1491 0.003614 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005157 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049 HTTP/1.1" 200 2344 0.004973 10.0.0.28 - - [2025-01-30 02:28:48] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 200 1491 0.003953 10.0.0.28 - - [2025-01-30 02:28:48] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 200 1491 0.004196 10.0.0.28 - - [2025-01-30 02:28:48] "GET /route-target/fad6cacc-6538-4686-99fa-c75e6e088d59 HTTP/1.1" 200 1219 0.003312 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domains HTTP/1.1" 200 280 0.003680 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.28 - - [2025-01-30 02:28:48] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.008014 10.0.0.28 - - [2025-01-30 02:28:48] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.28 - - [2025-01-30 02:28:48] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 2413 0.073208 10.0.0.28 - - [2025-01-30 02:28:48] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049 HTTP/1.1" 200 2344 0.005298 10.0.0.28 - - [2025-01-30 02:28:48] "GET /obj-perms HTTP/1.1" 200 5054 0.003518 10.0.0.28 - - [2025-01-30 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001257 10.0.0.28 - - [2025-01-30 02:28:48] "POST /neutron/network HTTP/1.1" 200 849 0.005867 10.0.0.28 - - [2025-01-30 02:28:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000571 10.0.0.28 - - [2025-01-30 02:28:49] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.28 - - [2025-01-30 02:28:49] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.28 - - [2025-01-30 02:28:49] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.28 - - [2025-01-30 02:28:49] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050589 10.0.0.28 - - [2025-01-30 02:28:49] "POST /neutron/network HTTP/1.1" 200 839 0.006076 10.0.0.28 - - [2025-01-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.006235 10.0.0.28 - - [2025-01-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.005820 10.0.0.28 - - [2025-01-30 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001316 10.0.0.28 - - [2025-01-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.28 - - [2025-01-30 02:28:49] "POST /neutron/network HTTP/1.1" 200 847 0.016293 10.0.0.28 - - [2025-01-30 02:28:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000595 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/network HTTP/1.1" 200 849 0.005940 10.0.0.28 - - [2025-01-30 02:28:50] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.28 - - [2025-01-30 02:28:50] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.28 - - [2025-01-30 02:28:50] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1073 0.259390 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1073 0.015860 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1073 0.012169 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1127 0.069958 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1101 0.013978 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003105 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.010014 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/network HTTP/1.1" 200 839 0.005686 10.0.0.28 - - [2025-01-30 02:28:50] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.28 - - [2025-01-30 02:28:50] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.060670 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/network HTTP/1.1" 200 837 0.006099 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1101 0.017912 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006659 10.0.0.28 - - [2025-01-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.005053 10.0.0.28 - - [2025-01-30 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.28 - - [2025-01-30 02:28:50] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001533 10.0.0.28 - - [2025-01-30 02:28:51] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.028371 10.0.0.28 - - [2025-01-30 02:28:51] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006095 10.0.0.28 - - [2025-01-30 02:28:51] "GET /floating-ip-pools?parent_id=7e61ebcc-8469-4440-995f-17c41aa4c03a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004807 10.0.0.28 - - [2025-01-30 02:28:51] "POST /neutron/network HTTP/1.1" 200 847 0.007507 10.0.0.28 - - [2025-01-30 02:28:51] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006979 10.0.0.28 - - [2025-01-30 02:28:51] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002316 10.0.0.28 - - [2025-01-30 02:28:51] "POST /floating-ip-pools HTTP/1.1" 200 609 0.060611 10.0.0.28 - - [2025-01-30 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.053131 10.0.0.28 - - [2025-01-30 02:28:51] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.011186 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domains HTTP/1.1" 200 280 0.002855 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.008719 10.0.0.28 - - [2025-01-30 02:28:51] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001760 10.0.0.28 - - [2025-01-30 02:28:51] "POST /neutron/port HTTP/1.1" 200 1071 0.739190 10.0.0.28 - - [2025-01-30 02:28:51] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 3255 0.101762 10.0.0.28 - - [2025-01-30 02:28:51] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 3149 0.012190 10.0.0.28 - - [2025-01-30 02:28:51] "POST /neutron/port HTTP/1.1" 200 1071 0.029921 10.0.0.28 - - [2025-01-30 02:28:51] "GET /floating-ip-pool/13dc96cb-506e-4124-a228-074e7573317d HTTP/1.1" 200 1441 0.008333 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domains HTTP/1.1" 200 280 0.003920 10.0.0.28 - - [2025-01-30 02:28:51] "POST /neutron/port HTTP/1.1" 200 1071 0.011323 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.28 - - [2025-01-30 02:28:51] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.007987 10.0.0.28 - - [2025-01-30 02:28:52] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1125 0.078030 10.0.0.28 - - [2025-01-30 02:28:52] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 3255 0.094850 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a HTTP/1.1" 200 3149 0.008307 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004584 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1099 0.028365 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.022417 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1101 0.027596 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011360 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/network HTTP/1.1" 200 837 0.015113 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1101 0.017424 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008505 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1101 0.015025 10.0.0.28 - - [2025-01-30 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006237 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-machine/39a7a96e-a294-46ab-a152-2d2783b66b3f HTTP/1.1" 200 1304 0.004558 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-machine-interface/7ae3791d-44ac-4ee9-8b8c-8502df2734e1 HTTP/1.1" 200 3004 0.005234 10.0.0.28 - - [2025-01-30 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010453 10.0.0.28 - - [2025-01-30 02:28:52] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003427 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-networks?parent_id=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003360 10.0.0.28 - - [2025-01-30 02:28:52] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007720 10.0.0.28 - - [2025-01-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.28 - - [2025-01-30 02:28:55] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005153 10.0.0.28 - - [2025-01-30 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.28 - - [2025-01-30 02:28:59] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007548 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/port HTTP/1.1" 200 1101 0.014362 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/port HTTP/1.1" 200 1101 0.014499 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/network HTTP/1.1" 200 849 0.005785 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003473 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.010025 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.28 - - [2025-01-30 02:29:00] "POST /neutron/network HTTP/1.1" 200 839 0.005677 10.0.0.28 - - [2025-01-30 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.28 - - [2025-01-30 02:29:01] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003508 10.0.0.28 - - [2025-01-30 02:29:01] "GET /virtual-networks?parent_id=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003493 10.0.0.28 - - [2025-01-30 02:29:01] "GET /virtual-network/ef168710-e670-4702-b21c-d4b81fb24049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005681 10.0.0.28 - - [2025-01-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 1101 0.016642 10.0.0.28 - - [2025-01-30 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006304 10.0.0.28 - - [2025-01-30 02:29:03] "POST /neutron/port HTTP/1.1" 200 1101 0.042422 10.0.0.28 - - [2025-01-30 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009806 10.0.0.28 - - [2025-01-30 02:29:03] "POST /neutron/port HTTP/1.1" 200 1099 0.015984 10.0.0.28 - - [2025-01-30 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007674 10.0.0.28 - - [2025-01-30 02:29:07] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 529 0.057864 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1101 0.016432 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004277 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 577 0.031956 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1099 0.013634 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005601 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1099 0.015241 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005093 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1099 0.013973 10.0.0.28 - - [2025-01-30 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005821 10.0.0.28 - - [2025-01-30 02:29:07] "GET /virtual-machine/3a491e84-0013-4e7d-af08-1a918a508d4d HTTP/1.1" 200 1304 0.004168 10.0.0.28 - - [2025-01-30 02:29:07] "GET /virtual-machine-interface/57cd8c7e-13bc-4824-b5ce-c660433b20ee HTTP/1.1" 200 3004 0.004262 10.0.0.28 - - [2025-01-30 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.28 - - [2025-01-30 02:29:07] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002641 10.0.0.28 - - [2025-01-30 02:29:07] "GET /virtual-networks?parent_id=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003708 10.0.0.28 - - [2025-01-30 02:29:07] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005755 10.0.0.28 - - [2025-01-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.28 - - [2025-01-30 02:29:08] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002672 10.0.0.28 - - [2025-01-30 02:29:08] "GET /virtual-networks?parent_id=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003191 10.0.0.28 - - [2025-01-30 02:29:08] "GET /virtual-network/7e61ebcc-8469-4440-995f-17c41aa4c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006025 10.0.0.28 - - [2025-01-30 02:29:09] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009252 10.0.0.28 - - [2025-01-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.28 - - [2025-01-30 02:29:09] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004153 10.0.0.28 - - [2025-01-30 02:29:09] "GET /route-target/8c76303c-6849-485b-bc02-fa4f9d3ea49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005006 10.0.0.28 - - [2025-01-30 02:29:09] "GET /floating-ip/1dcee0c0-aea9-43e4-add0-c495cec97f38 HTTP/1.1" 200 1889 0.005368 10.0.0.28 - - [2025-01-30 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009165 10.0.0.28 - - [2025-01-30 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 529 0.024079 10.0.0.28 - - [2025-01-30 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005436 10.0.0.28 - - [2025-01-30 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033542 10.0.0.28 - - [2025-01-30 02:29:11] "GET /floating-ip-pool/13dc96cb-506e-4124-a228-074e7573317d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003050 10.0.0.28 - - [2025-01-30 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.28 - - [2025-01-30 02:29:12] "DELETE /floating-ip-pool/13dc96cb-506e-4124-a228-074e7573317d HTTP/1.1" 200 115 0.022049 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 839 0.006740 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/network HTTP/1.1" 400 204 0.010782 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1099 0.015909 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1125 0.009307 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1101 0.025926 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1127 0.012256 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 151 0.125558 10.0.0.28 - - [2025-01-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 151 0.115792 10.0.0.28 - - [2025-01-30 02:29:14] "POST /neutron/network HTTP/1.1" 200 839 0.006009 10.0.0.28 - - [2025-01-30 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.28 - - [2025-01-30 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002005 10.0.0.28 - - [2025-01-30 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.28 - - [2025-01-30 02:29:14] "POST /neutron/network HTTP/1.1" 200 151 0.074050 10.0.0.28 - - [2025-01-30 02:29:14] "DELETE /route-target/fad6cacc-6538-4686-99fa-c75e6e088d59 HTTP/1.1" 200 115 0.017921 10.0.0.28 - - [2025-01-30 02:29:14] "GET /routing-instance/293c3b18-af08-431a-b531-238fbb3eba02 HTTP/1.1" 404 171 0.002722 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domains HTTP/1.1" 200 280 0.002084 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.050232 10.0.0.28 - - [2025-01-30 02:29:14] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.28 - - [2025-01-30 02:29:14] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 2185 0.068881 10.0.0.28 - - [2025-01-30 02:29:14] "POST /neutron/network HTTP/1.1" 200 837 0.006539 10.0.0.28 - - [2025-01-30 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004589 10.0.0.28 - - [2025-01-30 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.28 - - [2025-01-30 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001904 10.0.0.28 - - [2025-01-30 02:29:14] "POST /neutron/network HTTP/1.1" 200 151 0.083431 10.0.0.28 - - [2025-01-30 02:29:14] "GET /routing-instance/98264001-fcfe-4409-a080-d92931de7c02 HTTP/1.1" 404 171 0.002067 10.0.0.28 - - [2025-01-30 02:29:14] "DELETE /route-target/8c76303c-6849-485b-bc02-fa4f9d3ea49b HTTP/1.1" 200 115 0.016526 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domains HTTP/1.1" 200 280 0.002542 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.28 - - [2025-01-30 02:29:14] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2782 0.049171 10.0.0.28 - - [2025-01-30 02:29:14] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002254 10.0.0.28 - - [2025-01-30 02:29:14] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 1935 0.067302 10.0.0.28 - - [2025-01-30 02:29:15] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.28 - - [2025-01-30 02:29:15] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.031795 10.0.0.28 - - [2025-01-30 02:29:15] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.28 - - [2025-01-30 02:29:15] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?fields=virtual_networks HTTP/1.1" 200 1067 0.066544 10.0.0.28 - - [2025-01-30 02:29:15] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001733 10.0.0.28 - - [2025-01-30 02:29:15] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.038126 10.0.0.28 - - [2025-01-30 02:29:15] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.28 - - [2025-01-30 02:29:15] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?fields=security_groups HTTP/1.1" 200 1305 0.025210 10.0.0.28 - - [2025-01-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.022376 10.0.0.28 - - [2025-01-30 02:29:16] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002389 10.0.0.28 - - [2025-01-30 02:29:16] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.28 - - [2025-01-30 02:29:16] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007083 10.0.0.28 - - [2025-01-30 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.001173 10.0.0.28 - - [2025-01-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.001947 10.0.0.28 - - [2025-01-30 02:29:16] "POST /security-groups HTTP/1.1" 200 586 0.059634 10.0.0.28 - - [2025-01-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002276 10.0.0.28 - - [2025-01-30 02:29:16] "POST /projects HTTP/1.1" 200 575 0.209810 10.0.0.28 - - [2025-01-30 02:29:16] "POST /access-control-lists HTTP/1.1" 200 591 0.059552 10.0.0.28 - - [2025-01-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.274567 10.0.0.28 - - [2025-01-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.003211 10.0.0.28 - - [2025-01-30 02:29:16] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.391506 10.0.0.28 - - [2025-01-30 02:29:16] "POST /access-control-lists HTTP/1.1" 200 589 0.068269 10.0.0.28 - - [2025-01-30 02:29:17] "GET / HTTP/1.1" 200 35931 0.002881 10.0.0.28 - - [2025-01-30 02:29:18] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.28 - - [2025-01-30 02:29:18] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.026954 10.0.0.28 - - [2025-01-30 02:29:18] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.28 - - [2025-01-30 02:29:18] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?fields=virtual_networks HTTP/1.1" 200 1032 0.070836 10.0.0.28 - - [2025-01-30 02:29:18] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.28 - - [2025-01-30 02:29:18] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023647 10.0.0.28 - - [2025-01-30 02:29:18] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.28 - - [2025-01-30 02:29:18] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?fields=security_groups HTTP/1.1" 200 1253 0.021607 10.0.0.28 - - [2025-01-30 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 191 0.021219 10.0.0.28 - - [2025-01-30 02:29:19] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.28 - - [2025-01-30 02:29:19] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.28 - - [2025-01-30 02:29:19] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007188 10.0.0.28 - - [2025-01-30 02:29:19] "POST /id-to-fqname HTTP/1.1" 200 193 0.001242 10.0.0.28 - - [2025-01-30 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.004423 10.0.0.28 - - [2025-01-30 02:29:19] "POST /security-groups HTTP/1.1" 200 594 0.059944 10.0.0.28 - - [2025-01-30 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 237 0.002407 10.0.0.28 - - [2025-01-30 02:29:19] "POST /projects HTTP/1.1" 200 591 0.209931 10.0.0.28 - - [2025-01-30 02:29:20] "POST /access-control-lists HTTP/1.1" 200 599 0.057355 10.0.0.28 - - [2025-01-30 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.277685 10.0.0.28 - - [2025-01-30 02:29:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002994 10.0.0.28 - - [2025-01-30 02:29:20] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.393760 10.0.0.28 - - [2025-01-30 02:29:20] "POST /access-control-lists HTTP/1.1" 200 597 0.060149 10.0.0.28 - - [2025-01-30 02:29:21] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.28 - - [2025-01-30 02:29:22] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.28 - - [2025-01-30 02:29:22] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001088 10.0.0.28 - - [2025-01-30 02:29:22] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.048615 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.28 - - [2025-01-30 02:29:22] "GET /security-group/e5d25815-4bbb-47f3-b2fa-d83f1eb9b050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005068 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.28 - - [2025-01-30 02:29:22] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002769 10.0.0.28 - - [2025-01-30 02:29:22] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.027382 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.28 - - [2025-01-30 02:29:22] "GET /security-group/e5d25815-4bbb-47f3-b2fa-d83f1eb9b050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004170 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.28 - - [2025-01-30 02:29:22] "PUT /security-group/e5d25815-4bbb-47f3-b2fa-d83f1eb9b050 HTTP/1.1" 200 262 0.013630 10.0.0.28 - - [2025-01-30 02:29:22] "PUT /access-control-list/d435e9a3-2055-4fa1-85a1-8a980dbce1f8 HTTP/1.1" 200 272 0.008925 10.0.0.28 - - [2025-01-30 02:29:22] "PUT /access-control-list/765fc706-3c5a-4316-9b03-f9d769be3ce6 HTTP/1.1" 200 272 0.008517 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.002575 10.0.0.28 - - [2025-01-30 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.28 - - [2025-01-30 02:29:22] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001460 10.0.0.28 - - [2025-01-30 02:29:23] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.033275 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 117 0.030372 10.0.0.28 - - [2025-01-30 02:29:23] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001412 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 608 0.063738 10.0.0.28 - - [2025-01-30 02:29:23] "POST /route-targets HTTP/1.1" 200 327 0.008773 10.0.0.28 - - [2025-01-30 02:29:23] "POST /ref-update HTTP/1.1" 200 156 0.011152 10.0.0.28 - - [2025-01-30 02:29:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004672 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.172318 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 828 0.006029 10.0.0.28 - - [2025-01-30 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001072 10.0.0.28 - - [2025-01-30 02:29:23] "GET /virtual-network/77adfe57-946e-4dec-a8e4-ebf456384b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004259 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 828 0.005629 10.0.0.28 - - [2025-01-30 02:29:23] "GET /virtual-network/77adfe57-946e-4dec-a8e4-ebf456384b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006544 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 828 0.007424 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.007437 10.0.0.28 - - [2025-01-30 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002323 10.0.0.28 - - [2025-01-30 02:29:23] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001048 10.0.0.28 - - [2025-01-30 02:29:23] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.028803 10.0.0.28 - - [2025-01-30 02:29:23] "POST /neutron/network HTTP/1.1" 200 117 0.009467 10.0.0.28 - - [2025-01-30 02:29:23] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/network HTTP/1.1" 200 615 0.370909 10.0.0.28 - - [2025-01-30 02:29:24] "POST /route-targets HTTP/1.1" 200 327 0.015066 10.0.0.28 - - [2025-01-30 02:29:24] "POST /ref-update HTTP/1.1" 200 156 0.014768 10.0.0.28 - - [2025-01-30 02:29:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003273 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.206904 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/network HTTP/1.1" 200 832 0.005599 10.0.0.28 - - [2025-01-30 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001046 10.0.0.28 - - [2025-01-30 02:29:24] "GET /virtual-network/a1148482-780a-4e17-b5c9-f51ee9812be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004369 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/network HTTP/1.1" 200 832 0.005756 10.0.0.28 - - [2025-01-30 02:29:24] "GET /virtual-network/a1148482-780a-4e17-b5c9-f51ee9812be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005009 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/network HTTP/1.1" 200 832 0.007575 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.007330 10.0.0.28 - - [2025-01-30 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.002225 10.0.0.28 - - [2025-01-30 02:29:24] "POST /neutron/network HTTP/1.1" 200 838 0.005882 10.0.0.28 - - [2025-01-30 02:29:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.28 - - [2025-01-30 02:29:24] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.28 - - [2025-01-30 02:29:24] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.28 - - [2025-01-30 02:29:25] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.28 - - [2025-01-30 02:29:25] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051431 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/network HTTP/1.1" 200 828 0.014367 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.011254 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.004696 10.0.0.28 - - [2025-01-30 02:29:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001590 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.006526 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/network HTTP/1.1" 200 842 0.006216 10.0.0.28 - - [2025-01-30 02:29:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.28 - - [2025-01-30 02:29:25] "POST /neutron/network HTTP/1.1" 200 838 0.005943 10.0.0.28 - - [2025-01-30 02:29:25] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.28 - - [2025-01-30 02:29:26] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.28 - - [2025-01-30 02:29:26] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1064 0.247837 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1064 0.008368 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1064 0.009892 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1118 0.072392 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1092 0.015830 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004846 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.014889 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/network HTTP/1.1" 200 828 0.013021 10.0.0.28 - - [2025-01-30 02:29:26] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.28 - - [2025-01-30 02:29:26] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.066709 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/network HTTP/1.1" 200 832 0.005693 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1092 0.035520 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013646 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.005941 10.0.0.28 - - [2025-01-30 02:29:26] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001304 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/router HTTP/1.1" 200 585 0.079185 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/router HTTP/1.1" 200 585 0.008404 10.0.0.28 - - [2025-01-30 02:29:26] "POST /route-targets HTTP/1.1" 200 327 0.029375 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/router HTTP/1.1" 200 656 0.067924 10.0.0.28 - - [2025-01-30 02:29:26] "PUT /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e HTTP/1.1" 200 262 0.035126 10.0.0.28 - - [2025-01-30 02:29:26] "POST /neutron/router HTTP/1.1" 200 656 0.011740 10.0.0.28 - - [2025-01-30 02:29:26] "GET /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.008807 10.0.0.28 - - [2025-01-30 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.28 - - [2025-01-30 02:29:26] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.28 - - [2025-01-30 02:29:27] "GET /service-template/8e5b759f-fcaf-4b39-9423-c63dfa2b0d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.016278 10.0.0.28 - - [2025-01-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.002460 10.0.0.28 - - [2025-01-30 02:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.023471 10.0.0.28 - - [2025-01-30 02:29:27] "POST /neutron/network HTTP/1.1" 200 842 0.038543 10.0.0.28 - - [2025-01-30 02:29:27] "POST /virtual-networks HTTP/1.1" 200 694 0.198787 10.0.0.28 - - [2025-01-30 02:29:27] "POST /neutron/router HTTP/1.1" 200 344 0.372829 10.0.0.28 - - [2025-01-30 02:29:27] "POST /route-targets HTTP/1.1" 200 327 0.027110 10.0.0.28 - - [2025-01-30 02:29:27] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001470 10.0.0.28 - - [2025-01-30 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.085429 10.0.0.28 - - [2025-01-30 02:29:27] "POST /neutron/port HTTP/1.1" 200 1092 0.066044 10.0.0.28 - - [2025-01-30 02:29:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.056247 10.0.0.28 - - [2025-01-30 02:29:27] "POST /service-instances HTTP/1.1" 200 670 0.128625 10.0.0.28 - - [2025-01-30 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.052449 10.0.0.28 - - [2025-01-30 02:29:27] "POST /route-tables HTTP/1.1" 200 582 0.377813 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 1061 0.657440 10.0.0.28 - - [2025-01-30 02:29:28] "PUT /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e HTTP/1.1" 200 262 0.022930 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 1061 0.009916 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 1061 0.008431 10.0.0.28 - - [2025-01-30 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.022196 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 1115 0.078335 10.0.0.28 - - [2025-01-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.28 - - [2025-01-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 1089 0.016846 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003119 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.010386 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.28 - - [2025-01-30 02:29:28] "POST /virtual-machines HTTP/1.1" 200 553 0.015579 10.0.0.28 - - [2025-01-30 02:29:28] "POST /neutron/network HTTP/1.1" 200 832 0.013748 10.0.0.28 - - [2025-01-30 02:29:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094703 10.0.0.28 - - [2025-01-30 02:29:28] "POST /chown HTTP/1.1" 200 109 0.009352 10.0.0.28 - - [2025-01-30 02:29:28] "POST /instance-ips HTTP/1.1" 200 551 0.036881 10.0.0.28 - - [2025-01-30 02:29:28] "POST /instance-ips HTTP/1.1" 400 246 0.017276 10.0.0.28 - - [2025-01-30 02:29:28] "POST /chown HTTP/1.1" 200 109 0.008309 10.0.0.28 - - [2025-01-30 02:29:28] "PUT /virtual-machine-interface/26912e1a-83fe-4c28-ad58-0515c9dd560b HTTP/1.1" 200 284 0.011804 10.0.0.28 - - [2025-01-30 02:29:28] "PUT /instance-ip/75367f41-f030-42dd-81be-9765078c6ff2 HTTP/1.1" 200 256 0.014719 10.0.0.28 - - [2025-01-30 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.012730 10.0.0.28 - - [2025-01-30 02:29:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089097 10.0.0.28 - - [2025-01-30 02:29:29] "POST /chown HTTP/1.1" 200 109 0.007646 10.0.0.28 - - [2025-01-30 02:29:29] "POST /instance-ips HTTP/1.1" 200 549 0.025194 10.0.0.28 - - [2025-01-30 02:29:29] "POST /instance-ips HTTP/1.1" 400 316 0.022014 10.0.0.28 - - [2025-01-30 02:29:29] "POST /chown HTTP/1.1" 200 109 0.008849 10.0.0.28 - - [2025-01-30 02:29:29] "PUT /virtual-machine-interface/b512ffb8-e5d5-41a9-9242-23acf4c13dcc HTTP/1.1" 200 284 0.009973 10.0.0.28 - - [2025-01-30 02:29:29] "PUT /instance-ip/6e147154-fca9-4dd0-8e62-e9607527d69d HTTP/1.1" 200 256 0.011606 10.0.0.28 - - [2025-01-30 02:29:29] "POST /ref-update HTTP/1.1" 200 156 0.010316 10.0.0.28 - - [2025-01-30 02:29:29] "POST /ref-update HTTP/1.1" 200 156 0.015246 10.0.0.28 - - [2025-01-30 02:29:29] "POST /ref-update HTTP/1.1" 200 156 0.013859 10.0.0.28 - - [2025-01-30 02:29:29] "PUT /routing-instance/ccf5eb92-501e-42e3-b973-0654e9040bff HTTP/1.1" 200 266 0.029253 10.0.0.28 - - [2025-01-30 02:29:29] "POST /virtual-machines HTTP/1.1" 200 553 0.013589 10.0.0.28 - - [2025-01-30 02:29:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086153 10.0.0.28 - - [2025-01-30 02:29:29] "POST /chown HTTP/1.1" 200 109 0.007502 10.0.0.28 - - [2025-01-30 02:29:29] "POST /instance-ips HTTP/1.1" 400 246 0.016255 10.0.0.28 - - [2025-01-30 02:29:29] "POST /chown HTTP/1.1" 200 109 0.008278 10.0.0.28 - - [2025-01-30 02:29:29] "PUT /virtual-machine-interface/00630a79-d30f-415e-8c96-65e987b2de75 HTTP/1.1" 200 284 0.015667 10.0.0.28 - - [2025-01-30 02:29:29] "PUT /instance-ip/75367f41-f030-42dd-81be-9765078c6ff2 HTTP/1.1" 200 256 0.012994 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.013859 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.011373 10.0.0.28 - - [2025-01-30 02:29:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098933 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.016216 10.0.0.28 - - [2025-01-30 02:29:30] "PUT /routing-instance/ccf5eb92-501e-42e3-b973-0654e9040bff HTTP/1.1" 200 266 0.019135 10.0.0.28 - - [2025-01-30 02:29:30] "POST /chown HTTP/1.1" 200 109 0.007191 10.0.0.28 - - [2025-01-30 02:29:30] "POST /instance-ips HTTP/1.1" 400 316 0.023850 10.0.0.28 - - [2025-01-30 02:29:30] "POST /chown HTTP/1.1" 200 109 0.008181 10.0.0.28 - - [2025-01-30 02:29:30] "PUT /virtual-machine-interface/7dad57ea-e62f-49bf-b776-79383aea8b52 HTTP/1.1" 200 284 0.011896 10.0.0.28 - - [2025-01-30 02:29:30] "PUT /instance-ip/6e147154-fca9-4dd0-8e62-e9607527d69d HTTP/1.1" 200 256 0.013080 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.011116 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.012647 10.0.0.28 - - [2025-01-30 02:29:30] "POST /ref-update HTTP/1.1" 200 156 0.008925 10.0.0.28 - - [2025-01-30 02:29:30] "PUT /routing-instance/ccf5eb92-501e-42e3-b973-0654e9040bff HTTP/1.1" 200 266 0.015422 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1092 0.014458 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007032 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1092 0.015699 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007299 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1092 0.015874 10.0.0.28 - - [2025-01-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007338 10.0.0.28 - - [2025-01-30 02:29:32] "GET /virtual-machine/b27e5aba-e360-4649-8589-09e212aa36b5 HTTP/1.1" 401 292 0.000439 10.0.0.28 - - [2025-01-30 02:29:33] "GET /virtual-machine/b27e5aba-e360-4649-8589-09e212aa36b5 HTTP/1.1" 200 1295 0.026487 10.0.0.28 - - [2025-01-30 02:29:33] "GET /virtual-machine-interface/d09780de-af06-4f99-b356-040d4771fc03 HTTP/1.1" 200 2957 0.004641 10.0.0.28 - - [2025-01-30 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.28 - - [2025-01-30 02:29:33] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003233 10.0.0.28 - - [2025-01-30 02:29:33] "GET /virtual-networks?parent_id=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003163 10.0.0.28 - - [2025-01-30 02:29:33] "GET /virtual-network/77adfe57-946e-4dec-a8e4-ebf456384b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005191 10.0.0.28 - - [2025-01-30 02:29:35] "POST /neutron/port HTTP/1.1" 200 1092 0.015776 10.0.0.28 - - [2025-01-30 02:29:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006875 10.0.0.28 - - [2025-01-30 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704 10.0.0.28 - - [2025-01-30 02:29:36] "GET /virtual-network/77adfe57-946e-4dec-a8e4-ebf456384b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005213 10.0.0.28 - - [2025-01-30 02:29:36] "POST /neutron/port HTTP/1.1" 200 1089 0.017584 10.0.0.28 - - [2025-01-30 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005326 10.0.0.28 - - [2025-01-30 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.28 - - [2025-01-30 02:29:38] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003372 10.0.0.28 - - [2025-01-30 02:29:38] "GET /virtual-networks?parent_id=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003160 10.0.0.28 - - [2025-01-30 02:29:38] "GET /virtual-network/77adfe57-946e-4dec-a8e4-ebf456384b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005351 10.0.0.28 - - [2025-01-30 02:29:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014671 10.0.0.28 - - [2025-01-30 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006156 10.0.0.28 - - [2025-01-30 02:29:38] "POST /neutron/port HTTP/1.1" 200 1089 0.013445 10.0.0.28 - - [2025-01-30 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005838 10.0.0.28 - - [2025-01-30 02:29:39] "POST /neutron/port HTTP/1.1" 200 1089 0.014793 10.0.0.28 - - [2025-01-30 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005873 10.0.0.28 - - [2025-01-30 02:29:39] "GET /virtual-machine/8bde2be6-6e41-4189-9b76-2aa6f956f25c HTTP/1.1" 200 1296 0.004421 10.0.0.28 - - [2025-01-30 02:29:39] "GET /virtual-machine-interface/e8f1ffb0-ec33-4916-ad0d-40ac6a4c7620 HTTP/1.1" 200 2969 0.004981 10.0.0.28 - - [2025-01-30 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.28 - - [2025-01-30 02:29:39] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002903 10.0.0.28 - - [2025-01-30 02:29:39] "GET /virtual-networks?parent_id=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003169 10.0.0.28 - - [2025-01-30 02:29:39] "GET /virtual-network/a1148482-780a-4e17-b5c9-f51ee9812be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005214 10.0.0.28 - - [2025-01-30 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.28 - - [2025-01-30 02:29:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003324 10.0.0.28 - - [2025-01-30 02:29:40] "GET /virtual-networks?parent_id=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003691 10.0.0.28 - - [2025-01-30 02:29:40] "GET /virtual-network/a1148482-780a-4e17-b5c9-f51ee9812be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005941 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /project/6008fbcc7acd4f8b953c3fd2762a7fb7 HTTP/1.1" 404 173 0.014200 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /project/83c6b954ea5c46d09ac7d8e61be01473 HTTP/1.1" 404 173 0.013078 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /project/a8642d293b544343aa86e6e0f7aeec4e HTTP/1.1" 404 173 0.011117 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000859 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/53488e80-6854-48cf-856b-187521aea820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.041884 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.047765 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.068269 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001413 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000881 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000817 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/53488e80-6854-48cf-856b-187521aea820?fields=security_groups HTTP/1.1" 200 1405 0.065353 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?fields=security_groups HTTP/1.1" 200 1358 0.059757 10.0.0.28 - - [2025-01-30 02:29:41] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?fields=security_groups HTTP/1.1" 200 1410 0.072643 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /security-group/36fc767d-1f72-4070-812e-89347c546c7e HTTP/1.1" 200 115 0.094691 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /security-group/518c9836-6dbd-4c0d-bd37-6486e5eeba2a HTTP/1.1" 200 115 0.099504 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=53488e80-6854-48cf-856b-187521aea820&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000999 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /security-group/18c96bbe-aef1-435d-a03e-18053a3eb48e HTTP/1.1" 200 115 0.102197 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=6008fbcc-7acd-4f8b-953c-3fd2762a7fb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.28 - - [2025-01-30 02:29:41] "DELETE /access-control-list/d2d07c5d-66b2-4245-b0a1-5620bbceca3f HTTP/1.1" 200 115 0.061656 10.0.0.28 - - [2025-01-30 02:29:41] "GET /projects?obj_uuids=a8642d29-3b54-4343-aa86-e6e0f7aeec4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.28 - - [2025-01-30 02:29:42] "GET /project/53488e80-6854-48cf-856b-187521aea820?fields=application_policy_sets HTTP/1.1" 200 1444 0.045707 10.0.0.28 - - [2025-01-30 02:29:42] "GET /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e?fields=application_policy_sets HTTP/1.1" 200 1449 0.043484 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /access-control-list/6a9382be-8b40-468d-80a6-df05b11ad419 HTTP/1.1" 200 115 0.052067 10.0.0.28 - - [2025-01-30 02:29:42] "GET /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7?fields=application_policy_sets HTTP/1.1" 200 1397 0.095800 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /access-control-list/cd021b49-d238-47ff-90f2-b5a44d0efdf2 HTTP/1.1" 200 115 0.044712 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /access-control-list/92a705db-1626-4785-bd5c-7e2f0d811a81 HTTP/1.1" 200 115 0.058176 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /access-control-list/cb0e26b8-7a5b-4db6-98ce-adb1249b9e6a HTTP/1.1" 200 115 0.050813 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /project/53488e80-6854-48cf-856b-187521aea820 HTTP/1.1" 200 115 0.559024 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /project/a8642d29-3b54-4343-aa86-e6e0f7aeec4e HTTP/1.1" 200 115 0.560554 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /access-control-list/f6cb25ff-ca39-424f-9e47-c8c759275166 HTTP/1.1" 200 115 0.034368 10.0.0.28 - - [2025-01-30 02:29:42] "DELETE /project/6008fbcc-7acd-4f8b-953c-3fd2762a7fb7 HTTP/1.1" 200 115 0.584746 10.0.0.28 - - [2025-01-30 02:29:44] "POST /neutron/router HTTP/1.1" 200 656 0.005107 10.0.0.28 - - [2025-01-30 02:29:44] "POST /ref-update HTTP/1.1" 200 156 0.015766 10.0.0.28 - - [2025-01-30 02:29:44] "POST /neutron/router HTTP/1.1" 200 344 0.109303 10.0.0.28 - - [2025-01-30 02:29:44] "POST /neutron/router HTTP/1.1" 200 656 0.007650 10.0.0.28 - - [2025-01-30 02:29:44] "GET /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.007892 10.0.0.28 - - [2025-01-30 02:29:44] "GET /service-instance/7b1f108f-1f48-4a06-966c-506d48f62089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004906 10.0.0.28 - - [2025-01-30 02:29:44] "POST /neutron/router HTTP/1.1" 200 151 0.067803 10.0.0.28 - - [2025-01-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.28 - - [2025-01-30 02:29:44] "DELETE /route-target/f2e6da6f-2810-4468-87a8-3cb24382feb2 HTTP/1.1" 409 239 0.007119 10.0.0.28 - - [2025-01-30 02:29:44] "PUT /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e HTTP/1.1" 404 171 0.003131 10.0.0.28 - - [2025-01-30 02:29:44] "POST /ref-update HTTP/1.1" 200 156 0.025821 10.0.0.28 - - [2025-01-30 02:29:44] "DELETE /route-table/fb1d10ef-1613-4504-9647-e4767c4270b5 HTTP/1.1" 200 115 0.045083 10.0.0.28 - - [2025-01-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.28 - - [2025-01-30 02:29:44] "PUT /routing-instance/ccf5eb92-501e-42e3-b973-0654e9040bff HTTP/1.1" 200 266 0.009990 10.0.0.28 - - [2025-01-30 02:29:45] "GET /virtual-network/613abdfc-ff20-4a53-8c5e-930c672112ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005525 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/network HTTP/1.1" 200 832 0.007282 10.0.0.28 - - [2025-01-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.011370 10.0.0.28 - - [2025-01-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.011521 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/network HTTP/1.1" 400 204 0.099149 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /instance-ip/6e147154-fca9-4dd0-8e62-e9607527d69d HTTP/1.1" 200 115 0.043434 10.0.0.28 - - [2025-01-30 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003502 10.0.0.28 - - [2025-01-30 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010307 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /virtual-network/613abdfc-ff20-4a53-8c5e-930c672112ed HTTP/1.1" 200 115 0.127279 10.0.0.28 - - [2025-01-30 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.013218 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /service-instance/7b1f108f-1f48-4a06-966c-506d48f62089 HTTP/1.1" 200 115 0.044521 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /route-target/ffbb8f11-4e11-4b9e-90e5-5e5d2f5e657d HTTP/1.1" 200 115 0.036423 10.0.0.28 - - [2025-01-30 02:29:45] "GET /logical-router/ff6a01c9-6306-4880-b8cc-848d8a29733e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002379 10.0.0.28 - - [2025-01-30 02:29:45] "GET /service-instance/7b1f108f-1f48-4a06-966c-506d48f62089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003270 10.0.0.28 - - [2025-01-30 02:29:45] "GET /virtual-machine-interface/26912e1a-83fe-4c28-ad58-0515c9dd560b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1663 0.007404 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 1089 0.015590 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 1115 0.009969 10.0.0.28 - - [2025-01-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.025118 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 1092 0.033033 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 1118 0.012628 10.0.0.28 - - [2025-01-30 02:29:45] "GET /instance-ip/75367f41-f030-42dd-81be-9765078c6ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004697 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 151 0.176093 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /virtual-machine-interface/26912e1a-83fe-4c28-ad58-0515c9dd560b HTTP/1.1" 200 115 0.074506 10.0.0.28 - - [2025-01-30 02:29:45] "GET /virtual-machine-interface/b512ffb8-e5d5-41a9-9242-23acf4c13dcc?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1344 0.005750 10.0.0.28 - - [2025-01-30 02:29:45] "POST /neutron/port HTTP/1.1" 200 151 0.172391 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /virtual-machine-interface/b512ffb8-e5d5-41a9-9242-23acf4c13dcc HTTP/1.1" 200 115 0.021970 10.0.0.28 - - [2025-01-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.013958 10.0.0.28 - - [2025-01-30 02:29:45] "DELETE /virtual-machine/02d29c4b-6806-4da3-b846-a6a64f73e3f2 HTTP/1.1" 200 115 0.027693 10.0.0.28 - - [2025-01-30 02:29:45] "GET /virtual-machine-interface/00630a79-d30f-415e-8c96-65e987b2de75?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1661 0.007174 10.0.0.28 - - [2025-01-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.017587 10.0.0.28 - - [2025-01-30 02:29:46] "GET /instance-ip/75367f41-f030-42dd-81be-9765078c6ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.005945 10.0.0.28 - - [2025-01-30 02:29:46] "DELETE /instance-ip/75367f41-f030-42dd-81be-9765078c6ff2 HTTP/1.1" 200 115 0.118839 10.0.0.28 - - [2025-01-30 02:29:46] "DELETE /virtual-machine-interface/00630a79-d30f-415e-8c96-65e987b2de75 HTTP/1.1" 200 115 0.033032 10.0.0.28 - - [2025-01-30 02:29:46] "GET /virtual-machine-interface/7dad57ea-e62f-49bf-b776-79383aea8b52?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.006630 10.0.0.28 - - [2025-01-30 02:29:46] "DELETE /virtual-machine-interface/7dad57ea-e62f-49bf-b776-79383aea8b52 HTTP/1.1" 200 115 0.033890 10.0.0.28 - - [2025-01-30 02:29:46] "DELETE /virtual-machine/66e3eb40-174e-43c8-8c6d-9a706461706c HTTP/1.1" 200 115 0.015632 10.0.0.28 - - [2025-01-30 02:29:46] "GET /obj-perms HTTP/1.1" 200 5056 0.054500 10.0.0.28 - - [2025-01-30 02:29:47] "POST /neutron/network HTTP/1.1" 200 832 0.012199 10.0.0.28 - - [2025-01-30 02:29:47] "GET /obj-perms HTTP/1.1" 200 5056 0.058823 10.0.0.28 - - [2025-01-30 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.28 - - [2025-01-30 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.28 - - [2025-01-30 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002899 10.0.0.28 - - [2025-01-30 02:29:47] "POST /neutron/network HTTP/1.1" 200 151 0.097314 10.0.0.28 - - [2025-01-30 02:29:47] "DELETE /route-target/c3140361-b42f-4353-9da3-97c059b8b682 HTTP/1.1" 200 115 0.016674 10.0.0.28 - - [2025-01-30 02:29:47] "POST /neutron/network HTTP/1.1" 200 828 0.007906 10.0.0.28 - - [2025-01-30 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003384 10.0.0.28 - - [2025-01-30 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257 10.0.0.28 - - [2025-01-30 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002211 10.0.0.28 - - [2025-01-30 02:29:47] "POST /neutron/network HTTP/1.1" 200 151 0.085831 10.0.0.28 - - [2025-01-30 02:29:47] "DELETE /route-target/69c7ad7c-0971-4124-ba74-2bbd73b44353 HTTP/1.1" 200 115 0.017875 10.0.0.28 - - [2025-01-30 02:29:47] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.28 - - [2025-01-30 02:29:47] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.030949 10.0.0.28 - - [2025-01-30 02:29:47] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.28 - - [2025-01-30 02:29:47] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?fields=virtual_networks HTTP/1.1" 200 1048 0.066154 10.0.0.28 - - [2025-01-30 02:29:47] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001670 10.0.0.28 - - [2025-01-30 02:29:47] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.030395 10.0.0.28 - - [2025-01-30 02:29:47] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001303 10.0.0.28 - - [2025-01-30 02:29:47] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?fields=security_groups HTTP/1.1" 200 1277 0.026783 10.0.0.28 - - [2025-01-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.029811 10.0.0.28 - - [2025-01-30 02:29:48] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004122 10.0.0.28 - - [2025-01-30 02:29:48] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.28 - - [2025-01-30 02:29:48] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009233 10.0.0.28 - - [2025-01-30 02:29:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.002598 10.0.0.28 - - [2025-01-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.009157 10.0.0.28 - - [2025-01-30 02:29:49] "POST /security-groups HTTP/1.1" 200 599 0.082729 10.0.0.28 - - [2025-01-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.003172 10.0.0.28 - - [2025-01-30 02:29:49] "POST /projects HTTP/1.1" 200 601 0.250247 10.0.0.28 - - [2025-01-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.284896 10.0.0.28 - - [2025-01-30 02:29:49] "POST /access-control-lists HTTP/1.1" 200 604 0.069200 10.0.0.28 - - [2025-01-30 02:29:49] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.436110 10.0.0.28 - - [2025-01-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 241 0.003384 10.0.0.28 - - [2025-01-30 02:29:49] "POST /access-control-lists HTTP/1.1" 200 602 0.061092 10.0.0.28 - - [2025-01-30 02:29:50] "GET / HTTP/1.1" 200 35931 0.004228 10.0.0.28 - - [2025-01-30 02:29:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.28 - - [2025-01-30 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.057683 10.0.0.28 - - [2025-01-30 02:29:51] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.28 - - [2025-01-30 02:29:51] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.028694 10.0.0.28 - - [2025-01-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 117 0.030922 10.0.0.28 - - [2025-01-30 02:29:51] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002304 10.0.0.28 - - [2025-01-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 613 0.076020 10.0.0.28 - - [2025-01-30 02:29:51] "POST /route-targets HTTP/1.1" 200 327 0.010780 10.0.0.28 - - [2025-01-30 02:29:51] "POST /ref-update HTTP/1.1" 200 156 0.013635 10.0.0.28 - - [2025-01-30 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.28 - - [2025-01-30 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.206385 10.0.0.28 - - [2025-01-30 02:29:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.28 - - [2025-01-30 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006839 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.198202 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1006 0.008513 10.0.0.28 - - [2025-01-30 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001238 10.0.0.28 - - [2025-01-30 02:29:52] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004998 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1006 0.007742 10.0.0.28 - - [2025-01-30 02:29:52] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005158 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1006 0.006994 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.006316 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.007808 10.0.0.28 - - [2025-01-30 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.28 - - [2025-01-30 02:29:52] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.28 - - [2025-01-30 02:29:52] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.026963 10.0.0.28 - - [2025-01-30 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.025053 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 117 0.008603 10.0.0.28 - - [2025-01-30 02:29:52] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 613 0.064775 10.0.0.28 - - [2025-01-30 02:29:52] "POST /route-targets HTTP/1.1" 200 327 0.010174 10.0.0.28 - - [2025-01-30 02:29:52] "POST /ref-update HTTP/1.1" 200 156 0.013203 10.0.0.28 - - [2025-01-30 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.181157 10.0.0.28 - - [2025-01-30 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003445 10.0.0.28 - - [2025-01-30 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003974 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.172695 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1007 0.008541 10.0.0.28 - - [2025-01-30 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001206 10.0.0.28 - - [2025-01-30 02:29:52] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004394 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1007 0.010003 10.0.0.28 - - [2025-01-30 02:29:52] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006161 10.0.0.28 - - [2025-01-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 1007 0.008062 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.007928 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.008270 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003184 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.28 - - [2025-01-30 02:29:53] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.28 - - [2025-01-30 02:29:53] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.030858 10.0.0.28 - - [2025-01-30 02:29:53] "POST /network-policys HTTP/1.1" 200 577 0.064741 10.0.0.28 - - [2025-01-30 02:29:53] "GET /network-policy/54b4f05a-f7bc-48f3-b63c-5a69f0d3f4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004642 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1006 0.009919 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.005701 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006879 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1114 0.052214 10.0.0.28 - - [2025-01-30 02:29:53] "POST /access-control-lists HTTP/1.1" 200 596 0.069309 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1114 0.040772 10.0.0.28 - - [2025-01-30 02:29:53] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007403 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.28 - - [2025-01-30 02:29:53] "GET /network-policy/54b4f05a-f7bc-48f3-b63c-5a69f0d3f4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004472 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1007 0.008935 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.007008 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002733 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1115 0.047966 10.0.0.28 - - [2025-01-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 1115 0.008624 10.0.0.28 - - [2025-01-30 02:29:53] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005802 10.0.0.28 - - [2025-01-30 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.28 - - [2025-01-30 02:29:53] "GET /network-policy/54b4f05a-f7bc-48f3-b63c-5a69f0d3f4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004569 10.0.0.28 - - [2025-01-30 02:29:53] "GET /domains HTTP/1.1" 401 292 0.000616 10.0.0.28 - - [2025-01-30 02:29:53] "POST /access-control-lists HTTP/1.1" 200 596 0.171116 10.0.0.28 - - [2025-01-30 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.013547 10.0.0.28 - - [2025-01-30 02:29:53] "PUT /access-control-list/75f8c377-4153-4d0a-830b-f7c89f5d0d1e HTTP/1.1" 200 272 0.054505 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains HTTP/1.1" 200 280 0.024982 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.008573 10.0.0.28 - - [2025-01-30 02:29:54] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.28 - - [2025-01-30 02:29:54] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 2635 0.070501 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9 HTTP/1.1" 200 3505 0.006517 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9 HTTP/1.1" 200 3505 0.004608 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 200 1795 0.004649 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 200 1795 0.003649 10.0.0.28 - - [2025-01-30 02:29:54] "GET /route-target/1b4a55ea-3c1b-4908-a75a-2c5ce0cfcdc7 HTTP/1.1" 200 1212 0.003369 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9 HTTP/1.1" 200 3505 0.005211 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 200 1795 0.003258 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004900 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9 HTTP/1.1" 200 3505 0.013031 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 200 1795 0.014635 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 200 1795 0.004396 10.0.0.28 - - [2025-01-30 02:29:54] "GET /route-target/1b4a55ea-3c1b-4908-a75a-2c5ce0cfcdc7 HTTP/1.1" 200 1212 0.003725 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains HTTP/1.1" 200 280 0.002605 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.006888 10.0.0.28 - - [2025-01-30 02:29:54] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.28 - - [2025-01-30 02:29:54] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 2635 0.072241 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9 HTTP/1.1" 200 3505 0.005140 10.0.0.28 - - [2025-01-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 5046 0.049233 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains HTTP/1.1" 200 280 0.002594 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.28 - - [2025-01-30 02:29:54] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.006554 10.0.0.28 - - [2025-01-30 02:29:54] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.28 - - [2025-01-30 02:29:54] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 2635 0.080310 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3 HTTP/1.1" 200 3508 0.007721 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3 HTTP/1.1" 200 3508 0.004577 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 200 1795 0.003934 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 200 1795 0.002903 10.0.0.28 - - [2025-01-30 02:29:54] "GET /route-target/bd228f28-c79e-405b-b37e-3d31b7a065a3 HTTP/1.1" 200 1213 0.002790 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3 HTTP/1.1" 200 3508 0.004192 10.0.0.28 - - [2025-01-30 02:29:54] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 200 1795 0.003204 10.0.0.28 - - [2025-01-30 02:29:54] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005186 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3 HTTP/1.1" 200 3508 0.005323 10.0.0.28 - - [2025-01-30 02:29:55] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 200 1795 0.004055 10.0.0.28 - - [2025-01-30 02:29:55] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 200 1795 0.003718 10.0.0.28 - - [2025-01-30 02:29:55] "GET /route-target/bd228f28-c79e-405b-b37e-3d31b7a065a3 HTTP/1.1" 200 1213 0.002788 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains HTTP/1.1" 200 280 0.002382 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.007765 10.0.0.28 - - [2025-01-30 02:29:55] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.28 - - [2025-01-30 02:29:55] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 2635 0.069958 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3 HTTP/1.1" 200 3508 0.005253 10.0.0.28 - - [2025-01-30 02:29:55] "GET /obj-perms HTTP/1.1" 200 5046 0.003856 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005847 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1115 0.007301 10.0.0.28 - - [2025-01-30 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006656 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.047567 10.0.0.28 - - [2025-01-30 02:29:55] "DELETE /access-control-list/476d46b9-6ba3-4d8e-918c-df621cddd243 HTTP/1.1" 200 115 0.024548 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.012614 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/6b088359-c622-41bf-958a-cabf340494c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004630 10.0.0.28 - - [2025-01-30 02:29:55] "POST /ref-update HTTP/1.1" 200 156 0.024566 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.009007 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1114 0.007939 10.0.0.28 - - [2025-01-30 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002155 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1006 0.042157 10.0.0.28 - - [2025-01-30 02:29:55] "DELETE /access-control-list/75f8c377-4153-4d0a-830b-f7c89f5d0d1e HTTP/1.1" 200 115 0.024560 10.0.0.28 - - [2025-01-30 02:29:55] "POST /ref-update HTTP/1.1" 200 156 0.015646 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1006 0.014161 10.0.0.28 - - [2025-01-30 02:29:55] "GET /virtual-network/774a0ad8-2a9c-4d85-ae56-dc20bb5164c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004758 10.0.0.28 - - [2025-01-30 02:29:55] "DELETE /network-policy/54b4f05a-f7bc-48f3-b63c-5a69f0d3f4c3 HTTP/1.1" 200 115 0.027885 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.007490 10.0.0.28 - - [2025-01-30 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003712 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001866 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001826 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 151 0.097148 10.0.0.28 - - [2025-01-30 02:29:55] "DELETE /route-target/bd228f28-c79e-405b-b37e-3d31b7a065a3 HTTP/1.1" 200 115 0.022452 10.0.0.28 - - [2025-01-30 02:29:55] "GET /routing-instance/536404f8-272f-4a42-a592-f606342a524a HTTP/1.1" 404 171 0.002926 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains HTTP/1.1" 200 280 0.002903 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.048404 10.0.0.28 - - [2025-01-30 02:29:55] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.28 - - [2025-01-30 02:29:55] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 2155 0.071491 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006910 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.28 - - [2025-01-30 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.28 - - [2025-01-30 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001923 10.0.0.28 - - [2025-01-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 151 0.099765 10.0.0.28 - - [2025-01-30 02:29:55] "DELETE /route-target/1b4a55ea-3c1b-4908-a75a-2c5ce0cfcdc7 HTTP/1.1" 200 115 0.021421 10.0.0.28 - - [2025-01-30 02:29:55] "GET /routing-instance/db285b48-2550-42a4-8269-a1bb41483316 HTTP/1.1" 404 171 0.002776 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains HTTP/1.1" 200 280 0.002035 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.28 - - [2025-01-30 02:29:55] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2770 0.050776 10.0.0.28 - - [2025-01-30 02:29:55] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.28 - - [2025-01-30 02:29:56] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 1910 0.065161 10.0.0.28 - - [2025-01-30 02:29:56] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.28 - - [2025-01-30 02:29:56] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.021544 10.0.0.28 - - [2025-01-30 02:29:56] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.28 - - [2025-01-30 02:29:56] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?fields=virtual_networks HTTP/1.1" 200 1058 0.072432 10.0.0.28 - - [2025-01-30 02:29:56] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.28 - - [2025-01-30 02:29:56] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.042804 10.0.0.28 - - [2025-01-30 02:29:56] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.28 - - [2025-01-30 02:29:56] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?fields=security_groups HTTP/1.1" 200 1292 0.028867 10.0.0.28 - - [2025-01-30 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.021309 10.0.0.28 - - [2025-01-30 02:29:57] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.28 - - [2025-01-30 02:29:57] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.28 - - [2025-01-30 02:29:57] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008606 10.0.0.28 - - [2025-01-30 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.001136 10.0.0.28 - - [2025-01-30 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.002868 10.0.0.28 - - [2025-01-30 02:29:57] "POST /security-groups HTTP/1.1" 200 593 0.059640 10.0.0.28 - - [2025-01-30 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.003001 10.0.0.28 - - [2025-01-30 02:29:57] "POST /projects HTTP/1.1" 200 589 0.205334 10.0.0.28 - - [2025-01-30 02:29:57] "POST /access-control-lists HTTP/1.1" 200 598 0.058612 10.0.0.28 - - [2025-01-30 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.284342 10.0.0.28 - - [2025-01-30 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002716 10.0.0.28 - - [2025-01-30 02:29:57] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.406976 10.0.0.28 - - [2025-01-30 02:29:57] "POST /access-control-lists HTTP/1.1" 200 596 0.060549 10.0.0.28 - - [2025-01-30 02:29:58] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.28 - - [2025-01-30 02:29:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.28 - - [2025-01-30 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.050802 10.0.0.28 - - [2025-01-30 02:29:59] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.28 - - [2025-01-30 02:29:59] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026111 10.0.0.28 - - [2025-01-30 02:29:59] "POST /neutron/network HTTP/1.1" 200 117 0.031674 10.0.0.28 - - [2025-01-30 02:29:59] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 607 0.073847 10.0.0.28 - - [2025-01-30 02:30:00] "POST /route-targets HTTP/1.1" 200 327 0.015720 10.0.0.28 - - [2025-01-30 02:30:00] "POST /ref-update HTTP/1.1" 200 156 0.012966 10.0.0.28 - - [2025-01-30 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005806 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.203716 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.005697 10.0.0.28 - - [2025-01-30 02:30:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.002495 10.0.0.28 - - [2025-01-30 02:30:00] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005165 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.005606 10.0.0.28 - - [2025-01-30 02:30:00] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005310 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.005787 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.006775 10.0.0.28 - - [2025-01-30 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.28 - - [2025-01-30 02:30:00] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001409 10.0.0.28 - - [2025-01-30 02:30:00] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.036675 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 117 0.008353 10.0.0.28 - - [2025-01-30 02:30:00] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 607 0.068925 10.0.0.28 - - [2025-01-30 02:30:00] "POST /route-targets HTTP/1.1" 200 327 0.009553 10.0.0.28 - - [2025-01-30 02:30:00] "POST /ref-update HTTP/1.1" 200 156 0.011142 10.0.0.28 - - [2025-01-30 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008396 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.179188 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.004813 10.0.0.28 - - [2025-01-30 02:30:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.28 - - [2025-01-30 02:30:00] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006923 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.006497 10.0.0.28 - - [2025-01-30 02:30:00] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004594 10.0.0.28 - - [2025-01-30 02:30:00] "POST /neutron/network HTTP/1.1" 200 828 0.006661 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.008502 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.003528 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.28 - - [2025-01-30 02:30:01] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001743 10.0.0.28 - - [2025-01-30 02:30:01] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026036 10.0.0.28 - - [2025-01-30 02:30:01] "POST /network-policys HTTP/1.1" 200 571 0.029001 10.0.0.28 - - [2025-01-30 02:30:01] "GET /network-policy/cfcccc30-6f64-4ae8-b5de-82c6737391be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005693 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 828 0.005358 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.002596 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 930 0.043704 10.0.0.28 - - [2025-01-30 02:30:01] "POST /access-control-lists HTTP/1.1" 200 590 0.067651 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 930 0.057250 10.0.0.28 - - [2025-01-30 02:30:01] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005044 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.28 - - [2025-01-30 02:30:01] "GET /network-policy/cfcccc30-6f64-4ae8-b5de-82c6737391be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003780 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 828 0.007182 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003550 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 930 0.044368 10.0.0.28 - - [2025-01-30 02:30:01] "POST /neutron/network HTTP/1.1" 200 930 0.006254 10.0.0.28 - - [2025-01-30 02:30:01] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.042660 10.0.0.28 - - [2025-01-30 02:30:01] "POST /access-control-lists HTTP/1.1" 200 590 0.078968 10.0.0.28 - - [2025-01-30 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011741 10.0.0.28 - - [2025-01-30 02:30:01] "GET /network-policy/cfcccc30-6f64-4ae8-b5de-82c6737391be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003607 10.0.0.28 - - [2025-01-30 02:30:01] "POST /ref-update HTTP/1.1" 200 156 0.015059 10.0.0.28 - - [2025-01-30 02:30:01] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.28 - - [2025-01-30 02:30:01] "PUT /access-control-list/11f3f9d0-2819-4ba9-8357-6f8204ab1499 HTTP/1.1" 200 272 0.058294 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains HTTP/1.1" 200 280 0.026977 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.008711 10.0.0.28 - - [2025-01-30 02:30:02] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.28 - - [2025-01-30 02:30:02] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 2582 0.078595 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1 HTTP/1.1" 200 2897 0.011652 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1 HTTP/1.1" 200 2897 0.004470 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 200 1783 0.005398 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 200 1783 0.004058 10.0.0.28 - - [2025-01-30 02:30:02] "GET /route-target/032015f8-1787-47c6-bb3c-5e87ca903178 HTTP/1.1" 200 1205 0.005948 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1 HTTP/1.1" 200 2897 0.004864 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 200 1783 0.003419 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004467 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1 HTTP/1.1" 200 2897 0.004310 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 200 1783 0.003227 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 200 1783 0.003817 10.0.0.28 - - [2025-01-30 02:30:02] "GET /route-target/032015f8-1787-47c6-bb3c-5e87ca903178 HTTP/1.1" 200 1205 0.003214 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains HTTP/1.1" 200 280 0.004272 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.007476 10.0.0.28 - - [2025-01-30 02:30:02] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.28 - - [2025-01-30 02:30:02] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 2582 0.078250 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1 HTTP/1.1" 200 2897 0.004517 10.0.0.28 - - [2025-01-30 02:30:02] "GET /obj-perms HTTP/1.1" 200 5034 0.059270 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains HTTP/1.1" 200 280 0.003174 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005785 10.0.0.28 - - [2025-01-30 02:30:02] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.012073 10.0.0.28 - - [2025-01-30 02:30:02] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001228 10.0.0.28 - - [2025-01-30 02:30:02] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 2582 0.069490 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731 HTTP/1.1" 200 2898 0.006934 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731 HTTP/1.1" 200 2898 0.004179 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 200 1782 0.003370 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 200 1782 0.004435 10.0.0.28 - - [2025-01-30 02:30:02] "GET /route-target/70221a44-ffc4-415d-a16d-e556976c7f46 HTTP/1.1" 200 1206 0.002819 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731 HTTP/1.1" 200 2898 0.004457 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 200 1782 0.002925 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004252 10.0.0.28 - - [2025-01-30 02:30:02] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731 HTTP/1.1" 200 2898 0.004810 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 200 1782 0.003273 10.0.0.28 - - [2025-01-30 02:30:02] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 200 1782 0.002939 10.0.0.28 - - [2025-01-30 02:30:03] "GET /route-target/70221a44-ffc4-415d-a16d-e556976c7f46 HTTP/1.1" 200 1206 0.002986 10.0.0.28 - - [2025-01-30 02:30:03] "GET /domains HTTP/1.1" 200 280 0.002651 10.0.0.28 - - [2025-01-30 02:30:03] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.28 - - [2025-01-30 02:30:03] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.009531 10.0.0.28 - - [2025-01-30 02:30:03] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001401 10.0.0.28 - - [2025-01-30 02:30:03] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 2582 0.067955 10.0.0.28 - - [2025-01-30 02:30:03] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731 HTTP/1.1" 200 2898 0.004123 10.0.0.28 - - [2025-01-30 02:30:03] "GET /obj-perms HTTP/1.1" 200 5034 0.002867 10.0.0.28 - - [2025-01-30 02:30:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.28 - - [2025-01-30 02:30:03] "POST /neutron/network HTTP/1.1" 200 940 0.006009 10.0.0.28 - - [2025-01-30 02:30:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000387 10.0.0.28 - - [2025-01-30 02:30:03] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.28 - - [2025-01-30 02:30:03] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.28 - - [2025-01-30 02:30:04] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.28 - - [2025-01-30 02:30:04] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050468 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/network HTTP/1.1" 200 930 0.005941 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.004628 10.0.0.28 - - [2025-01-30 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001335 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/network HTTP/1.1" 200 940 0.006662 10.0.0.28 - - [2025-01-30 02:30:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/network HTTP/1.1" 200 940 0.006075 10.0.0.28 - - [2025-01-30 02:30:04] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001704 10.0.0.28 - - [2025-01-30 02:30:04] "GET / HTTP/1.1" 200 35931 0.008410 10.0.0.28 - - [2025-01-30 02:30:04] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000637 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 1064 0.222262 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 1064 0.010232 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 1064 0.008389 10.0.0.28 - - [2025-01-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 1118 0.062933 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/port HTTP/1.1" 200 1092 0.016525 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003201 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.010565 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/network HTTP/1.1" 200 930 0.005531 10.0.0.28 - - [2025-01-30 02:30:05] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001228 10.0.0.28 - - [2025-01-30 02:30:05] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.051270 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/network HTTP/1.1" 200 930 0.006222 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/port HTTP/1.1" 200 1092 0.020344 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005973 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.006130 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/port HTTP/1.1" 200 1092 0.017733 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014573 10.0.0.28 - - [2025-01-30 02:30:05] "POST /neutron/network HTTP/1.1" 200 940 0.006577 10.0.0.28 - - [2025-01-30 02:30:05] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.28 - - [2025-01-30 02:30:05] "PUT /access-control-list/95c7d774-d77c-4032-81c4-8ef0af485836 HTTP/1.1" 200 272 0.059021 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 1064 0.298946 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 1064 0.015727 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 1064 0.012195 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 1118 0.101507 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 1092 0.016218 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003447 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.010575 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.28 - - [2025-01-30 02:30:06] "POST /neutron/network HTTP/1.1" 200 930 0.005693 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/port HTTP/1.1" 200 1092 0.016995 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006039 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/port HTTP/1.1" 200 1092 0.015607 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006788 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/port HTTP/1.1" 200 1092 0.016716 10.0.0.28 - - [2025-01-30 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005945 10.0.0.28 - - [2025-01-30 02:30:10] "GET /virtual-machine/8a05b795-b73c-4b41-8818-1777bb51f9d1 HTTP/1.1" 200 1293 0.005213 10.0.0.28 - - [2025-01-30 02:30:10] "GET /virtual-machine-interface/e0404482-bf87-4578-be0a-db4a86d43878 HTTP/1.1" 200 2952 0.004756 10.0.0.28 - - [2025-01-30 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.28 - - [2025-01-30 02:30:10] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003884 10.0.0.28 - - [2025-01-30 02:30:10] "GET /virtual-networks?parent_id=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003621 10.0.0.28 - - [2025-01-30 02:30:10] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006082 10.0.0.28 - - [2025-01-30 02:30:13] "POST /neutron/port HTTP/1.1" 200 1092 0.019922 10.0.0.28 - - [2025-01-30 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008097 10.0.0.28 - - [2025-01-30 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.28 - - [2025-01-30 02:30:14] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007000 10.0.0.28 - - [2025-01-30 02:30:15] "POST /neutron/port HTTP/1.1" 200 1092 0.018837 10.0.0.28 - - [2025-01-30 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006287 10.0.0.28 - - [2025-01-30 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.28 - - [2025-01-30 02:30:16] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003618 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-networks?parent_id=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003062 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006162 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/port HTTP/1.1" 200 1092 0.014367 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005952 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/port HTTP/1.1" 200 1092 0.014916 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006984 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/port HTTP/1.1" 200 1092 0.018142 10.0.0.28 - - [2025-01-30 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006368 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-machine/8da0e756-8f14-42ad-956a-0010853b880a HTTP/1.1" 200 1295 0.004736 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-machine-interface/4649f423-c7fc-4251-8123-ad76949f07b0 HTTP/1.1" 200 2950 0.004328 10.0.0.28 - - [2025-01-30 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.28 - - [2025-01-30 02:30:16] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002929 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-networks?parent_id=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003066 10.0.0.28 - - [2025-01-30 02:30:16] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005279 10.0.0.28 - - [2025-01-30 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.28 - - [2025-01-30 02:30:17] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004525 10.0.0.28 - - [2025-01-30 02:30:18] "GET /virtual-networks?parent_id=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004480 10.0.0.28 - - [2025-01-30 02:30:18] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005202 10.0.0.28 - - [2025-01-30 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.28 - - [2025-01-30 02:30:22] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.28 - - [2025-01-30 02:30:22] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.029772 10.0.0.28 - - [2025-01-30 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.28 - - [2025-01-30 02:30:22] "PUT /network-policy/cfcccc30-6f64-4ae8-b5de-82c6737391be HTTP/1.1" 200 262 0.011953 10.0.0.28 - - [2025-01-30 02:30:22] "PUT /access-control-list/95c7d774-d77c-4032-81c4-8ef0af485836 HTTP/1.1" 200 272 0.052902 10.0.0.28 - - [2025-01-30 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.012547 10.0.0.28 - - [2025-01-30 02:30:22] "PUT /access-control-list/11f3f9d0-2819-4ba9-8357-6f8204ab1499 HTTP/1.1" 200 272 0.052879 10.0.0.28 - - [2025-01-30 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.012909 10.0.0.28 - - [2025-01-30 02:30:25] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005200 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 930 0.005627 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 828 0.045534 10.0.0.28 - - [2025-01-30 02:30:25] "DELETE /access-control-list/95c7d774-d77c-4032-81c4-8ef0af485836 HTTP/1.1" 200 115 0.041524 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 828 0.007455 10.0.0.28 - - [2025-01-30 02:30:25] "GET /virtual-network/dcc1fe05-115a-402a-97f5-0b174cb4d731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005184 10.0.0.28 - - [2025-01-30 02:30:25] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004744 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 930 0.011917 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 828 0.063619 10.0.0.28 - - [2025-01-30 02:30:25] "DELETE /access-control-list/11f3f9d0-2819-4ba9-8357-6f8204ab1499 HTTP/1.1" 200 115 0.047879 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 828 0.016709 10.0.0.28 - - [2025-01-30 02:30:25] "GET /virtual-network/5c1417fb-a095-4798-b04b-b5db6933b6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009237 10.0.0.28 - - [2025-01-30 02:30:25] "DELETE /network-policy/cfcccc30-6f64-4ae8-b5de-82c6737391be HTTP/1.1" 200 115 0.025956 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 200 828 0.014256 10.0.0.28 - - [2025-01-30 02:30:25] "POST /neutron/network HTTP/1.1" 400 204 0.009218 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 1092 0.014829 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 1118 0.010672 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 1092 0.037286 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 1118 0.010624 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.155809 10.0.0.28 - - [2025-01-30 02:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.135126 10.0.0.28 - - [2025-01-30 02:30:27] "POST /neutron/network HTTP/1.1" 200 828 0.005674 10.0.0.28 - - [2025-01-30 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003649 10.0.0.28 - - [2025-01-30 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.28 - - [2025-01-30 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006770 10.0.0.28 - - [2025-01-30 02:30:28] "POST /neutron/network HTTP/1.1" 200 151 0.073974 10.0.0.28 - - [2025-01-30 02:30:28] "GET /routing-instance/12e41b4c-f864-4861-879a-a1976d008826 HTTP/1.1" 404 171 0.001770 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domains HTTP/1.1" 200 280 0.004451 10.0.0.28 - - [2025-01-30 02:30:28] "DELETE /route-target/70221a44-ffc4-415d-a16d-e556976c7f46 HTTP/1.1" 200 115 0.018233 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.050183 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 2114 0.066443 10.0.0.28 - - [2025-01-30 02:30:28] "POST /neutron/network HTTP/1.1" 200 828 0.020525 10.0.0.28 - - [2025-01-30 02:30:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002039 10.0.0.28 - - [2025-01-30 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008796 10.0.0.28 - - [2025-01-30 02:30:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.28 - - [2025-01-30 02:30:28] "POST /neutron/network HTTP/1.1" 200 151 0.097030 10.0.0.28 - - [2025-01-30 02:30:28] "DELETE /route-target/032015f8-1787-47c6-bb3c-5e87ca903178 HTTP/1.1" 200 115 0.013599 10.0.0.28 - - [2025-01-30 02:30:28] "GET /routing-instance/87a046b7-2d96-4fb2-aadf-32c54d7ff14c HTTP/1.1" 404 171 0.003310 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domains HTTP/1.1" 200 280 0.002153 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.28 - - [2025-01-30 02:30:28] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.048352 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 1875 0.067278 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002837 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.030114 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?fields=virtual_networks HTTP/1.1" 200 1047 0.067177 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023228 10.0.0.28 - - [2025-01-30 02:30:28] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.28 - - [2025-01-30 02:30:28] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?fields=security_groups HTTP/1.1" 200 1275 0.025185 10.0.0.28 - - [2025-01-30 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.024017 10.0.0.28 - - [2025-01-30 02:30:29] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002357 10.0.0.28 - - [2025-01-30 02:30:29] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.28 - - [2025-01-30 02:30:29] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007690 10.0.0.28 - - [2025-01-30 02:30:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.001176 10.0.0.28 - - [2025-01-30 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003425 10.0.0.28 - - [2025-01-30 02:30:30] "POST /security-groups HTTP/1.1" 200 589 0.063786 10.0.0.28 - - [2025-01-30 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.002369 10.0.0.28 - - [2025-01-30 02:30:30] "POST /projects HTTP/1.1" 200 581 0.207063 10.0.0.28 - - [2025-01-30 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.272882 10.0.0.28 - - [2025-01-30 02:30:30] "POST /access-control-lists HTTP/1.1" 200 594 0.061356 10.0.0.28 - - [2025-01-30 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.002639 10.0.0.28 - - [2025-01-30 02:30:30] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.391794 10.0.0.28 - - [2025-01-30 02:30:30] "POST /access-control-lists HTTP/1.1" 200 592 0.064341 10.0.0.28 - - [2025-01-30 02:30:31] "GET / HTTP/1.1" 200 35931 0.002087 10.0.0.28 - - [2025-01-30 02:30:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.28 - - [2025-01-30 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.061176 10.0.0.28 - - [2025-01-30 02:30:32] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.28 - - [2025-01-30 02:30:32] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025114 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/network HTTP/1.1" 200 117 0.029613 10.0.0.28 - - [2025-01-30 02:30:32] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001431 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/network HTTP/1.1" 200 613 0.074797 10.0.0.28 - - [2025-01-30 02:30:32] "POST /route-targets HTTP/1.1" 200 327 0.013661 10.0.0.28 - - [2025-01-30 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.017090 10.0.0.28 - - [2025-01-30 02:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.181067 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.006299 10.0.0.28 - - [2025-01-30 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001427 10.0.0.28 - - [2025-01-30 02:30:32] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005317 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.005718 10.0.0.28 - - [2025-01-30 02:30:32] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004661 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.005054 10.0.0.28 - - [2025-01-30 02:30:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.007069 10.0.0.28 - - [2025-01-30 02:30:32] "GET /domains HTTP/1.1" 401 292 0.000393 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domains HTTP/1.1" 200 280 0.027240 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.009254 10.0.0.28 - - [2025-01-30 02:30:33] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.28 - - [2025-01-30 02:30:33] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2090 0.072041 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e HTTP/1.1" 200 2322 0.005915 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e HTTP/1.1" 200 2322 0.004242 10.0.0.28 - - [2025-01-30 02:30:33] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 200 1493 0.002789 10.0.0.28 - - [2025-01-30 02:30:33] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 200 1493 0.003284 10.0.0.28 - - [2025-01-30 02:30:33] "GET /route-target/415af84d-1d14-4ce7-a2fb-9cfacc17def3 HTTP/1.1" 200 1212 0.002598 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e HTTP/1.1" 200 2322 0.004476 10.0.0.28 - - [2025-01-30 02:30:33] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 200 1493 0.002880 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004307 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e HTTP/1.1" 200 2322 0.004039 10.0.0.28 - - [2025-01-30 02:30:33] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 200 1493 0.003517 10.0.0.28 - - [2025-01-30 02:30:33] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 200 1493 0.003230 10.0.0.28 - - [2025-01-30 02:30:33] "GET /route-target/415af84d-1d14-4ce7-a2fb-9cfacc17def3 HTTP/1.1" 200 1212 0.002947 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domains HTTP/1.1" 200 280 0.002271 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.28 - - [2025-01-30 02:30:33] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.007133 10.0.0.28 - - [2025-01-30 02:30:33] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.28 - - [2025-01-30 02:30:33] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2090 0.079438 10.0.0.28 - - [2025-01-30 02:30:33] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e HTTP/1.1" 200 2322 0.004870 10.0.0.28 - - [2025-01-30 02:30:33] "GET /obj-perms HTTP/1.1" 200 5026 0.051959 10.0.0.28 - - [2025-01-30 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.28 - - [2025-01-30 02:30:33] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002499 10.0.0.28 - - [2025-01-30 02:30:33] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028521 10.0.0.28 - - [2025-01-30 02:30:33] "POST /neutron/network HTTP/1.1" 200 117 0.008334 10.0.0.28 - - [2025-01-30 02:30:33] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 613 0.117332 10.0.0.28 - - [2025-01-30 02:30:34] "POST /route-targets HTTP/1.1" 200 327 0.009870 10.0.0.28 - - [2025-01-30 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.011832 10.0.0.28 - - [2025-01-30 02:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.154159 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 832 0.005108 10.0.0.28 - - [2025-01-30 02:30:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001130 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004953 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 832 0.005446 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004896 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 832 0.005705 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.006964 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.007164 10.0.0.28 - - [2025-01-30 02:30:34] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.28 - - [2025-01-30 02:30:34] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2308 0.070563 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991 HTTP/1.1" 200 2318 0.006601 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991 HTTP/1.1" 200 2318 0.004678 10.0.0.28 - - [2025-01-30 02:30:34] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 200 1493 0.003558 10.0.0.28 - - [2025-01-30 02:30:34] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 200 1493 0.003290 10.0.0.28 - - [2025-01-30 02:30:34] "GET /route-target/d7d49ed6-04d1-4c28-822b-2191219e4ee9 HTTP/1.1" 200 1212 0.005019 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991 HTTP/1.1" 200 2318 0.007174 10.0.0.28 - - [2025-01-30 02:30:34] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 200 1493 0.003746 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006846 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991 HTTP/1.1" 200 2318 0.004911 10.0.0.28 - - [2025-01-30 02:30:34] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 200 1493 0.003395 10.0.0.28 - - [2025-01-30 02:30:34] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 200 1493 0.003102 10.0.0.28 - - [2025-01-30 02:30:34] "GET /route-target/d7d49ed6-04d1-4c28-822b-2191219e4ee9 HTTP/1.1" 200 1212 0.002750 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domains HTTP/1.1" 200 280 0.003619 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.28 - - [2025-01-30 02:30:34] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.007311 10.0.0.28 - - [2025-01-30 02:30:34] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.28 - - [2025-01-30 02:30:34] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2308 0.076574 10.0.0.28 - - [2025-01-30 02:30:34] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991 HTTP/1.1" 200 2318 0.005684 10.0.0.28 - - [2025-01-30 02:30:34] "GET /obj-perms HTTP/1.1" 200 5026 0.003111 10.0.0.28 - - [2025-01-30 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.28 - - [2025-01-30 02:30:34] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.28 - - [2025-01-30 02:30:34] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032083 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 117 0.010774 10.0.0.28 - - [2025-01-30 02:30:34] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.28 - - [2025-01-30 02:30:34] "POST /neutron/network HTTP/1.1" 200 615 0.076311 10.0.0.28 - - [2025-01-30 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.28 - - [2025-01-30 02:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004046 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.133768 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/network HTTP/1.1" 200 834 0.004748 10.0.0.28 - - [2025-01-30 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001387 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004472 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/network HTTP/1.1" 200 834 0.006775 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004786 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/network HTTP/1.1" 200 834 0.005642 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.006581 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domains HTTP/1.1" 200 280 0.002056 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.006980 10.0.0.28 - - [2025-01-30 02:30:35] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.28 - - [2025-01-30 02:30:35] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2527 0.065567 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673 HTTP/1.1" 200 2325 0.005595 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673 HTTP/1.1" 200 2325 0.004403 10.0.0.28 - - [2025-01-30 02:30:35] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 200 1497 0.003150 10.0.0.28 - - [2025-01-30 02:30:35] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 200 1497 0.003030 10.0.0.28 - - [2025-01-30 02:30:35] "GET /route-target/f2e6da6f-2810-4468-87a8-3cb24382feb2 HTTP/1.1" 200 1214 0.002905 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673 HTTP/1.1" 200 2325 0.004384 10.0.0.28 - - [2025-01-30 02:30:35] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 200 1497 0.004541 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004278 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673 HTTP/1.1" 200 2325 0.004315 10.0.0.28 - - [2025-01-30 02:30:35] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 200 1497 0.003179 10.0.0.28 - - [2025-01-30 02:30:35] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 200 1497 0.002951 10.0.0.28 - - [2025-01-30 02:30:35] "GET /route-target/f2e6da6f-2810-4468-87a8-3cb24382feb2 HTTP/1.1" 200 1214 0.002697 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domains HTTP/1.1" 200 280 0.002616 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002216 10.0.0.28 - - [2025-01-30 02:30:35] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 3142 0.007859 10.0.0.28 - - [2025-01-30 02:30:35] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.28 - - [2025-01-30 02:30:35] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2527 0.066992 10.0.0.28 - - [2025-01-30 02:30:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673 HTTP/1.1" 200 2325 0.004650 10.0.0.28 - - [2025-01-30 02:30:35] "GET /obj-perms HTTP/1.1" 200 5026 0.002811 10.0.0.28 - - [2025-01-30 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001380 10.0.0.28 - - [2025-01-30 02:30:35] "POST /neutron/network HTTP/1.1" 200 842 0.007256 10.0.0.28 - - [2025-01-30 02:30:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.28 - - [2025-01-30 02:30:36] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.28 - - [2025-01-30 02:30:36] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.28 - - [2025-01-30 02:30:36] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001665 10.0.0.28 - - [2025-01-30 02:30:36] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053214 10.0.0.28 - - [2025-01-30 02:30:36] "POST /neutron/network HTTP/1.1" 200 832 0.004941 10.0.0.28 - - [2025-01-30 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.28 - - [2025-01-30 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.006820 10.0.0.28 - - [2025-01-30 02:30:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001303 10.0.0.28 - - [2025-01-30 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.005817 10.0.0.28 - - [2025-01-30 02:30:36] "POST /neutron/network HTTP/1.1" 200 844 0.005498 10.0.0.28 - - [2025-01-30 02:30:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.28 - - [2025-01-30 02:30:37] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.28 - - [2025-01-30 02:30:37] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/network HTTP/1.1" 200 842 0.006645 10.0.0.28 - - [2025-01-30 02:30:37] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.28 - - [2025-01-30 02:30:37] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.28 - - [2025-01-30 02:30:37] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.067310 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/network HTTP/1.1" 200 834 0.033909 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.239423 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.019398 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1032 0.023511 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.009217 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006753 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.007897 10.0.0.28 - - [2025-01-30 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002835 10.0.0.28 - - [2025-01-30 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1112 0.083189 10.0.0.28 - - [2025-01-30 02:30:37] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.28 - - [2025-01-30 02:30:37] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007936 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 1086 0.021570 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003581 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.014463 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.28 - - [2025-01-30 02:30:37] "POST /service-templates HTTP/1.1" 200 543 0.033984 10.0.0.28 - - [2025-01-30 02:30:37] "POST /neutron/network HTTP/1.1" 200 832 0.006371 10.0.0.28 - - [2025-01-30 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.28 - - [2025-01-30 02:30:38] "GET /service-template/cbd1a1ad-18b8-4f7d-a9cd-cd9d20170d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004515 10.0.0.28 - - [2025-01-30 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/network HTTP/1.1" 200 844 0.006715 10.0.0.28 - - [2025-01-30 02:30:38] "GET /service-template/cbd1a1ad-18b8-4f7d-a9cd-cd9d20170d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005290 10.0.0.28 - - [2025-01-30 02:30:38] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002016 10.0.0.28 - - [2025-01-30 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001587 10.0.0.28 - - [2025-01-30 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.007928 10.0.0.28 - - [2025-01-30 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001471 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 1058 0.252442 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 1058 0.010168 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 1058 0.015133 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 2002 0.035403 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006840 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 1112 0.092313 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 1086 0.015758 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002814 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.011589 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.28 - - [2025-01-30 02:30:38] "POST /neutron/network HTTP/1.1" 200 834 0.006038 10.0.0.28 - - [2025-01-30 02:30:39] "POST /neutron/network HTTP/1.1" 200 2224 0.016619 10.0.0.28 - - [2025-01-30 02:30:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.28 - - [2025-01-30 02:30:39] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.28 - - [2025-01-30 02:30:39] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.28 - - [2025-01-30 02:30:39] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.28 - - [2025-01-30 02:30:39] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044577 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/network HTTP/1.1" 200 833 0.006337 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/network HTTP/1.1" 200 832 0.005522 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/network HTTP/1.1" 200 834 0.004880 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/port HTTP/1.1" 200 2056 0.020041 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006361 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.007837 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.007189 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/network HTTP/1.1" 200 2224 0.012866 10.0.0.28 - - [2025-01-30 02:30:40] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.28 - - [2025-01-30 02:30:40] "POST /neutron/port HTTP/1.1" 200 1059 0.305664 10.0.0.28 - - [2025-01-30 02:30:40] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.199438 10.0.0.28 - - [2025-01-30 02:30:41] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.179600 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1059 0.010805 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1059 0.008120 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1113 0.074977 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.011731 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.008493 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1112 0.076762 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.011381 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1058 0.008927 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 1112 0.098362 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 3026 0.025719 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003821 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.017317 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001610 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/network HTTP/1.1" 200 833 0.006817 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004935 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.012630 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001897 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/network HTTP/1.1" 200 832 0.007774 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004639 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.013357 10.0.0.28 - - [2025-01-30 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001604 10.0.0.28 - - [2025-01-30 02:30:42] "POST /neutron/network HTTP/1.1" 200 834 0.006697 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /project/c553f681154e4c398fac609a0c5262cc HTTP/1.1" 404 173 0.029044 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /project/70fe0d2a122c4b81a070c3c75089c6ee HTTP/1.1" 404 173 0.020614 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /project/30bf5180871c4d7cbde9900fae1b215b HTTP/1.1" 404 173 0.019398 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000956 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.061938 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.065579 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.076256 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001625 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?fields=security_groups HTTP/1.1" 200 1397 0.072725 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?fields=security_groups HTTP/1.1" 200 1380 0.068586 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?fields=security_groups HTTP/1.1" 200 1382 0.069899 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /security-group/b2146d3d-667b-4bbc-bd80-f82ee3dd94aa HTTP/1.1" 200 115 0.078584 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=70fe0d2a-122c-4b81-a070-c3c75089c6ee&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /security-group/e5d25815-4bbb-47f3-b2fa-d83f1eb9b050 HTTP/1.1" 200 115 0.099753 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /security-group/768d8f31-f184-466c-8beb-c5976cf92f15 HTTP/1.1" 200 115 0.116627 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=83c6b954-ea5c-46d0-9ac7-d8e61be01473&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee?fields=application_policy_sets HTTP/1.1" 200 1436 0.039609 10.0.0.28 - - [2025-01-30 02:30:42] "GET /projects?obj_uuids=c553f681-154e-4c39-8fac-609a0c5262cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /access-control-list/b255986c-5117-4820-9960-49996f4e2cfe HTTP/1.1" 200 115 0.083845 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/c553f681-154e-4c39-8fac-609a0c5262cc?fields=application_policy_sets HTTP/1.1" 200 1419 0.051548 10.0.0.28 - - [2025-01-30 02:30:42] "GET /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473?fields=application_policy_sets HTTP/1.1" 200 1421 0.095498 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /access-control-list/1379b315-1cef-47ea-be42-28db5a029a64 HTTP/1.1" 200 115 0.060635 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /access-control-list/d435e9a3-2055-4fa1-85a1-8a980dbce1f8 HTTP/1.1" 200 115 0.082425 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /project/70fe0d2a-122c-4b81-a070-c3c75089c6ee HTTP/1.1" 200 115 0.597489 10.0.0.28 - - [2025-01-30 02:30:42] "DELETE /access-control-list/765fc706-3c5a-4316-9b03-f9d769be3ce6 HTTP/1.1" 200 115 0.063438 10.0.0.28 - - [2025-01-30 02:30:43] "DELETE /project/c553f681-154e-4c39-8fac-609a0c5262cc HTTP/1.1" 200 115 0.683538 10.0.0.28 - - [2025-01-30 02:30:43] "DELETE /access-control-list/d0512d3d-3b92-422c-b827-5eecfd58c66f HTTP/1.1" 200 115 0.070875 10.0.0.28 - - [2025-01-30 02:30:43] "DELETE /project/83c6b954-ea5c-46d0-9ac7-d8e61be01473 HTTP/1.1" 200 115 0.727995 10.0.0.28 - - [2025-01-30 02:30:43] "DELETE /access-control-list/cba5de88-48ac-41ce-8515-91375d2e49b6 HTTP/1.1" 200 115 0.039932 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/port HTTP/1.1" 200 3026 0.030988 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012720 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/port HTTP/1.1" 200 3026 0.026215 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006817 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/port HTTP/1.1" 200 3026 0.026412 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007687 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/port HTTP/1.1" 200 3026 0.022987 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008805 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/port HTTP/1.1" 200 3026 0.032028 10.0.0.28 - - [2025-01-30 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011484 10.0.0.28 - - [2025-01-30 02:30:45] "GET /virtual-machine/9e36825c-1797-4d4f-ab52-6a462eea0ea8 HTTP/1.1" 200 1803 0.010736 10.0.0.28 - - [2025-01-30 02:30:45] "GET /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4 HTTP/1.1" 200 2946 0.007582 10.0.0.28 - - [2025-01-30 02:30:45] "GET /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de HTTP/1.1" 200 2946 0.014244 10.0.0.28 - - [2025-01-30 02:30:45] "GET /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8 HTTP/1.1" 200 2950 0.013269 10.0.0.28 - - [2025-01-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.28 - - [2025-01-30 02:30:46] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004462 10.0.0.28 - - [2025-01-30 02:30:46] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003646 10.0.0.28 - - [2025-01-30 02:30:46] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008688 10.0.0.28 - - [2025-01-30 02:30:47] "POST /neutron/port HTTP/1.1" 200 1086 0.020000 10.0.0.28 - - [2025-01-30 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011032 10.0.0.28 - - [2025-01-30 02:30:47] "GET /obj-perms HTTP/1.1" 200 5056 0.048351 10.0.0.28 - - [2025-01-30 02:30:47] "POST /neutron/port HTTP/1.1" 200 1086 0.017448 10.0.0.28 - - [2025-01-30 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006034 10.0.0.28 - - [2025-01-30 02:30:47] "GET /obj-perms HTTP/1.1" 200 5056 0.051238 10.0.0.28 - - [2025-01-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.28 - - [2025-01-30 02:30:49] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005233 10.0.0.28 - - [2025-01-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.28 - - [2025-01-30 02:30:53] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006382 10.0.0.28 - - [2025-01-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.28 - - [2025-01-30 02:30:57] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006330 10.0.0.28 - - [2025-01-30 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.28 - - [2025-01-30 02:31:01] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007146 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016273 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/port HTTP/1.1" 200 1086 0.019415 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/network HTTP/1.1" 200 842 0.006830 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004923 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.015561 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.28 - - [2025-01-30 02:31:02] "POST /neutron/network HTTP/1.1" 200 832 0.006880 10.0.0.28 - - [2025-01-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.28 - - [2025-01-30 02:31:03] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004685 10.0.0.28 - - [2025-01-30 02:31:03] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004329 10.0.0.28 - - [2025-01-30 02:31:03] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005950 10.0.0.28 - - [2025-01-30 02:31:04] "POST /neutron/port HTTP/1.1" 200 3026 0.024023 10.0.0.28 - - [2025-01-30 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007373 10.0.0.28 - - [2025-01-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 3026 0.019364 10.0.0.28 - - [2025-01-30 02:31:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006568 10.0.0.28 - - [2025-01-30 02:31:12] "POST /neutron/port HTTP/1.1" 200 3026 0.023056 10.0.0.28 - - [2025-01-30 02:31:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005423 10.0.0.28 - - [2025-01-30 02:31:14] "POST /neutron/port HTTP/1.1" 200 3026 0.021335 10.0.0.28 - - [2025-01-30 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006951 10.0.0.28 - - [2025-01-30 02:31:19] "POST /neutron/port HTTP/1.1" 200 3026 0.020453 10.0.0.28 - - [2025-01-30 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005816 10.0.0.28 - - [2025-01-30 02:31:24] "POST /neutron/port HTTP/1.1" 200 3026 0.025135 10.0.0.28 - - [2025-01-30 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006260 10.0.0.28 - - [2025-01-30 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.28 - - [2025-01-30 02:31:29] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002839 10.0.0.28 - - [2025-01-30 02:31:29] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003395 10.0.0.28 - - [2025-01-30 02:31:30] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005222 10.0.0.28 - - [2025-01-30 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.28 - - [2025-01-30 02:31:30] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003133 10.0.0.28 - - [2025-01-30 02:31:30] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003150 10.0.0.28 - - [2025-01-30 02:31:30] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005730 10.0.0.28 - - [2025-01-30 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.002709 10.0.0.28 - - [2025-01-30 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.28 - - [2025-01-30 02:31:30] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.28 - - [2025-01-30 02:31:30] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023648 10.0.0.28 - - [2025-01-30 02:31:30] "POST /service-instances HTTP/1.1" 200 543 0.063558 10.0.0.28 - - [2025-01-30 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.28 - - [2025-01-30 02:31:30] "GET /service-instance/53e1e708-9872-451d-84fa-498f1e78720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005435 10.0.0.28 - - [2025-01-30 02:31:30] "POST /port-tuples HTTP/1.1" 200 586 0.028929 10.0.0.28 - - [2025-01-30 02:31:30] "GET /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005023 10.0.0.28 - - [2025-01-30 02:31:31] "PUT /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de HTTP/1.1" 200 284 0.010516 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.28 - - [2025-01-30 02:31:31] "POST /instance-ips HTTP/1.1" 200 385 0.023236 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.009919 10.0.0.28 - - [2025-01-30 02:31:31] "GET /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006029 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.28 - - [2025-01-30 02:31:31] "PUT /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4 HTTP/1.1" 200 284 0.013306 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003392 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.28 - - [2025-01-30 02:31:31] "POST /instance-ips HTTP/1.1" 200 385 0.023686 10.0.0.28 - - [2025-01-30 02:31:31] "GET /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.005690 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.012485 10.0.0.28 - - [2025-01-30 02:31:31] "PUT /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8 HTTP/1.1" 200 284 0.016822 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.010644 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.011501 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002712 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/port HTTP/1.1" 200 1086 0.024858 10.0.0.28 - - [2025-01-30 02:31:31] "POST /instance-ips HTTP/1.1" 200 373 0.016841 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009664 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.014073 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/port HTTP/1.1" 200 1086 0.023311 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006506 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.012014 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003006 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/port HTTP/1.1" 200 1086 0.023097 10.0.0.28 - - [2025-01-30 02:31:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006530 10.0.0.28 - - [2025-01-30 02:31:31] "GET /virtual-machine/fea0d4c2-a267-430b-bec9-006c48d8e0be HTTP/1.1" 200 1291 0.004232 10.0.0.28 - - [2025-01-30 02:31:31] "GET /virtual-machine-interface/16f75c22-9026-4d2d-b1d7-c40d4c89da81 HTTP/1.1" 200 2946 0.004665 10.0.0.28 - - [2025-01-30 02:31:31] "POST /instance-ips HTTP/1.1" 200 373 0.018844 10.0.0.28 - - [2025-01-30 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.28 - - [2025-01-30 02:31:31] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003864 10.0.0.28 - - [2025-01-30 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.28 - - [2025-01-30 02:31:31] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005598 10.0.0.28 - - [2025-01-30 02:31:32] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004856 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.011157 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003189 10.0.0.28 - - [2025-01-30 02:31:32] "POST /instance-ips HTTP/1.1" 200 375 0.014419 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002876 10.0.0.28 - - [2025-01-30 02:31:32] "POST /instance-ips HTTP/1.1" 200 375 0.014188 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.28 - - [2025-01-30 02:31:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002933 10.0.0.28 - - [2025-01-30 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.28 - - [2025-01-30 02:31:33] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002829 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003036 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004981 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/port HTTP/1.1" 200 1086 0.019399 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005576 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/port HTTP/1.1" 200 1086 0.015637 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005322 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/port HTTP/1.1" 200 1086 0.015423 10.0.0.28 - - [2025-01-30 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005333 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-machine/af318da0-608b-4d8c-a3bf-aff6339b8e41 HTTP/1.1" 200 1291 0.003834 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-machine-interface/0e9d6358-a840-44dc-bd00-b136cecdd8fc HTTP/1.1" 200 2949 0.004106 10.0.0.28 - - [2025-01-30 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.28 - - [2025-01-30 02:31:33] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003414 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003071 10.0.0.28 - - [2025-01-30 02:31:33] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005322 10.0.0.28 - - [2025-01-30 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.28 - - [2025-01-30 02:31:34] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002723 10.0.0.28 - - [2025-01-30 02:31:34] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.28 - - [2025-01-30 02:31:35] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007710 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.002678 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.28 - - [2025-01-30 02:31:35] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.28 - - [2025-01-30 02:31:35] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028265 10.0.0.28 - - [2025-01-30 02:31:35] "POST /network-policys HTTP/1.1" 200 547 0.019010 10.0.0.28 - - [2025-01-30 02:31:35] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004675 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.28 - - [2025-01-30 02:31:35] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005207 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.28 - - [2025-01-30 02:31:35] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003857 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.003687 10.0.0.28 - - [2025-01-30 02:31:35] "POST /ref-update HTTP/1.1" 200 156 0.031081 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.28 - - [2025-01-30 02:31:35] "POST /access-control-lists HTTP/1.1" 200 601 0.062669 10.0.0.28 - - [2025-01-30 02:31:35] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004511 10.0.0.28 - - [2025-01-30 02:31:35] "POST /neutron/network HTTP/1.1" 200 920 0.008064 10.0.0.28 - - [2025-01-30 02:31:35] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004846 10.0.0.28 - - [2025-01-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.28 - - [2025-01-30 02:31:35] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004279 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.28 - - [2025-01-30 02:31:36] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005245 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.28 - - [2025-01-30 02:31:36] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003700 10.0.0.28 - - [2025-01-30 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.032321 10.0.0.28 - - [2025-01-30 02:31:36] "PUT /access-control-list/94815812-d86a-446d-b76d-d544528177a6 HTTP/1.1" 200 272 0.015206 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.003078 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.28 - - [2025-01-30 02:31:36] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.024708 10.0.0.28 - - [2025-01-30 02:31:36] "POST /access-control-lists HTTP/1.1" 200 604 0.060963 10.0.0.28 - - [2025-01-30 02:31:36] "POST /neutron/network HTTP/1.1" 200 922 0.006913 10.0.0.28 - - [2025-01-30 02:31:36] "POST /routing-instances HTTP/1.1" 200 759 0.022207 10.0.0.28 - - [2025-01-30 02:31:36] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006444 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.28 - - [2025-01-30 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.011338 10.0.0.28 - - [2025-01-30 02:31:36] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004010 10.0.0.28 - - [2025-01-30 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.28 - - [2025-01-30 02:31:36] "GET /routing-instance/af4cccb7-0466-4985-93b2-624800b6224e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003662 10.0.0.28 - - [2025-01-30 02:31:36] "GET /service-template/cbd1a1ad-18b8-4f7d-a9cd-cd9d20170d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003736 10.0.0.28 - - [2025-01-30 02:31:36] "GET /routing-instance/af4cccb7-0466-4985-93b2-624800b6224e?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003155 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.28 - - [2025-01-30 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.28 - - [2025-01-30 02:31:36] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.28 - - [2025-01-30 02:31:36] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033276 10.0.0.28 - - [2025-01-30 02:31:36] "POST /routing-instances HTTP/1.1" 200 760 0.030823 10.0.0.28 - - [2025-01-30 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.28 - - [2025-01-30 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.009421 10.0.0.28 - - [2025-01-30 02:31:36] "GET /service-instance/53e1e708-9872-451d-84fa-498f1e78720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005341 10.0.0.28 - - [2025-01-30 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.010409 10.0.0.28 - - [2025-01-30 02:31:36] "GET /domains HTTP/1.1" 200 280 0.003240 10.0.0.28 - - [2025-01-30 02:31:36] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.28 - - [2025-01-30 02:31:36] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2771 0.008431 10.0.0.28 - - [2025-01-30 02:31:36] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.28 - - [2025-01-30 02:31:36] "GET /routing-instance/4c1b480f-d5a8-4e99-a9da-416bd0d71b74?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003954 10.0.0.28 - - [2025-01-30 02:31:36] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 4243 0.065475 10.0.0.28 - - [2025-01-30 02:31:36] "GET /routing-instance/4c1b480f-d5a8-4e99-a9da-416bd0d71b74?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.004826 10.0.0.28 - - [2025-01-30 02:31:36] "GET /service-instance/53e1e708-9872-451d-84fa-498f1e78720c HTTP/1.1" 200 3782 0.004715 10.0.0.28 - - [2025-01-30 02:31:37] "GET /domains HTTP/1.1" 200 280 0.001880 10.0.0.28 - - [2025-01-30 02:31:37] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.28 - - [2025-01-30 02:31:37] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2771 0.005939 10.0.0.28 - - [2025-01-30 02:31:37] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.28 - - [2025-01-30 02:31:37] "PUT /routing-instance/af4cccb7-0466-4985-93b2-624800b6224e HTTP/1.1" 200 266 0.009956 10.0.0.28 - - [2025-01-30 02:31:37] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 4243 0.067696 10.0.0.28 - - [2025-01-30 02:31:37] "GET /service-instance/53e1e708-9872-451d-84fa-498f1e78720c HTTP/1.1" 200 3782 0.003847 10.0.0.28 - - [2025-01-30 02:31:37] "GET /port-tuple/e50e37c8-23fd-4a00-bbed-5f163af37200 HTTP/1.1" 200 1980 0.002961 10.0.0.28 - - [2025-01-30 02:31:37] "PUT /routing-instance/4c1b480f-d5a8-4e99-a9da-416bd0d71b74 HTTP/1.1" 200 266 0.011532 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4 HTTP/1.1" 200 3798 0.009627 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de HTTP/1.1" 200 3816 0.005426 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8 HTTP/1.1" 200 3805 0.005621 10.0.0.28 - - [2025-01-30 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.012127 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/port HTTP/1.1" 200 3833 0.037313 10.0.0.28 - - [2025-01-30 02:31:37] "PUT /access-control-list/0d03f9d6-f067-4358-a768-d2ca0e407b80 HTTP/1.1" 200 272 0.009707 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007125 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/port HTTP/1.1" 200 3833 0.031104 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007274 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/port HTTP/1.1" 200 3833 0.031957 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005418 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/port HTTP/1.1" 200 3833 0.032427 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005821 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 894 0.012280 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 920 0.006013 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 807 0.012003 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 833 0.004478 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 896 0.010887 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/network HTTP/1.1" 200 922 0.004524 10.0.0.28 - - [2025-01-30 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001226 10.0.0.28 - - [2025-01-30 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.000977 10.0.0.28 - - [2025-01-30 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001543 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine/9e36825c-1797-4d4f-ab52-6a462eea0ea8 HTTP/1.1" 200 1803 0.003963 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4 HTTP/1.1" 200 3798 0.005989 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de HTTP/1.1" 200 3816 0.005195 10.0.0.28 - - [2025-01-30 02:31:37] "GET /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8 HTTP/1.1" 200 3805 0.004839 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/02c790c4-4a9b-45c9-8ec4-5a586c23dc40 HTTP/1.1" 200 1955 0.003466 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/923ca157-2b53-4310-9a59-fafc370ce270 HTTP/1.1" 200 1622 0.004648 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/a5c33814-fd0b-43d9-9852-6e17c83a923c HTTP/1.1" 200 1955 0.003485 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/0e4e9bd8-1751-49ea-aa98-b5cedc85b3c5 HTTP/1.1" 200 1980 0.003330 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/9f6fdf57-66e6-49fc-94c5-5fa21dda7bc9 HTTP/1.1" 200 1979 0.003459 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/cf036113-1f74-47c7-81dd-10c4c7f6ab05 HTTP/1.1" 200 1622 0.005833 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/2d169a66-0eaf-4df0-b2f4-4b48c0d92e0e HTTP/1.1" 200 1622 0.005185 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/82f8ab64-1395-48ee-8048-b7abfbccfecd HTTP/1.1" 200 1959 0.003185 10.0.0.28 - - [2025-01-30 02:31:37] "GET /instance-ip/b6355a42-0dbc-4cd7-b632-3e6042a5a650 HTTP/1.1" 200 1959 0.003543 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/port HTTP/1.1" 200 3833 0.045006 10.0.0.28 - - [2025-01-30 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005962 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/port HTTP/1.1" 200 3833 0.033238 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005941 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/port HTTP/1.1" 200 3833 0.030773 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005276 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/port HTTP/1.1" 200 3833 0.038228 10.0.0.28 - - [2025-01-30 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006737 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-machine/9e36825c-1797-4d4f-ab52-6a462eea0ea8 HTTP/1.1" 200 1803 0.003699 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-machine-interface/26976f96-0c90-4f94-9a6e-e9bdc942f8e4 HTTP/1.1" 200 3798 0.004320 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-machine-interface/793fe49d-bd12-42f3-b5ee-f1490fe2f9de HTTP/1.1" 200 3816 0.004902 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-machine-interface/ca6856e5-e702-4276-b429-6cc4781a2cb8 HTTP/1.1" 200 3805 0.004720 10.0.0.28 - - [2025-01-30 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.28 - - [2025-01-30 02:31:38] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003423 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003037 10.0.0.28 - - [2025-01-30 02:31:38] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005922 10.0.0.28 - - [2025-01-30 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.28 - - [2025-01-30 02:31:39] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002604 10.0.0.28 - - [2025-01-30 02:31:39] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003024 10.0.0.28 - - [2025-01-30 02:31:39] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005451 10.0.0.28 - - [2025-01-30 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.28 - - [2025-01-30 02:31:39] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003610 10.0.0.28 - - [2025-01-30 02:31:39] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002986 10.0.0.28 - - [2025-01-30 02:31:39] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004973 10.0.0.28 - - [2025-01-30 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.28 - - [2025-01-30 02:31:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003984 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003042 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005311 10.0.0.28 - - [2025-01-30 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.28 - - [2025-01-30 02:31:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003508 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002854 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005382 10.0.0.28 - - [2025-01-30 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.28 - - [2025-01-30 02:31:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003183 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005757 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008438 10.0.0.28 - - [2025-01-30 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.28 - - [2025-01-30 02:31:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004015 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003022 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005325 10.0.0.28 - - [2025-01-30 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.28 - - [2025-01-30 02:31:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003837 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003184 10.0.0.28 - - [2025-01-30 02:31:40] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005841 10.0.0.28 - - [2025-01-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.28 - - [2025-01-30 02:31:41] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003574 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003068 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-network/e4f3cc23-2dee-4f66-aa2e-3b439245ec2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005442 10.0.0.28 - - [2025-01-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.28 - - [2025-01-30 02:31:41] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003051 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003073 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005133 10.0.0.28 - - [2025-01-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.28 - - [2025-01-30 02:31:41] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003818 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003896 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005276 10.0.0.28 - - [2025-01-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.28 - - [2025-01-30 02:31:41] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004500 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003293 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005531 10.0.0.28 - - [2025-01-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.28 - - [2025-01-30 02:31:41] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003471 10.0.0.28 - - [2025-01-30 02:31:41] "GET /virtual-networks?parent_id=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003174 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005674 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-machine/9e36825c-1797-4d4f-ab52-6a462eea0ea8 HTTP/1.1" 200 1803 0.003768 10.0.0.28 - - [2025-01-30 02:31:42] "GET /domains HTTP/1.1" 200 280 0.002669 10.0.0.28 - - [2025-01-30 02:31:42] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.28 - - [2025-01-30 02:31:42] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2771 0.007427 10.0.0.28 - - [2025-01-30 02:31:42] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.28 - - [2025-01-30 02:31:42] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 4243 0.069891 10.0.0.28 - - [2025-01-30 02:31:42] "GET /service-instance/53e1e708-9872-451d-84fa-498f1e78720c HTTP/1.1" 200 3782 0.004161 10.0.0.28 - - [2025-01-30 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.28 - - [2025-01-30 02:31:42] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003252 10.0.0.28 - - [2025-01-30 02:31:42] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005257 10.0.0.28 - - [2025-01-30 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.28 - - [2025-01-30 02:31:42] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004054 10.0.0.28 - - [2025-01-30 02:31:42] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004975 10.0.0.28 - - [2025-01-30 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006376 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?fields=routing_instances HTTP/1.1" 200 1683 0.007914 10.0.0.28 - - [2025-01-30 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006510 10.0.0.28 - - [2025-01-30 02:31:42] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?fields=routing_instances HTTP/1.1" 200 1689 0.007266 10.0.0.28 - - [2025-01-30 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.038347 10.0.0.28 - - [2025-01-30 02:31:46] "DELETE /access-control-list/0d03f9d6-f067-4358-a768-d2ca0e407b80 HTTP/1.1" 200 115 0.025270 10.0.0.28 - - [2025-01-30 02:31:46] "POST /neutron/network HTTP/1.1" 200 834 0.007603 10.0.0.28 - - [2025-01-30 02:31:46] "GET /virtual-network/9a70d684-5f5b-4ba9-9cbe-b96bead92673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005548 10.0.0.28 - - [2025-01-30 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.28 - - [2025-01-30 02:31:46] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003522 10.0.0.28 - - [2025-01-30 02:31:46] "DELETE /routing-instance/af4cccb7-0466-4985-93b2-624800b6224e HTTP/1.1" 200 115 0.033284 10.0.0.28 - - [2025-01-30 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.034862 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /route-target/f9dac882-f8ae-4bed-b219-bb10e878ec4e HTTP/1.1" 200 115 0.026609 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /routing-instance/4c1b480f-d5a8-4e99-a9da-416bd0d71b74 HTTP/1.1" 200 115 0.030840 10.0.0.28 - - [2025-01-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.28 - - [2025-01-30 02:31:47] "POST /neutron/network HTTP/1.1" 200 832 0.007766 10.0.0.28 - - [2025-01-30 02:31:47] "GET /virtual-network/fe5dde88-dbd5-47ff-86cc-8c2af0a01991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004665 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /route-target/976dae36-873f-4a78-ba20-a16de2cf6c3a HTTP/1.1" 200 115 0.019839 10.0.0.28 - - [2025-01-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /access-control-list/94815812-d86a-446d-b76d-d544528177a6 HTTP/1.1" 200 115 0.029853 10.0.0.28 - - [2025-01-30 02:31:47] "GET /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005012 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /network-policy/21f7a1f3-2a79-4bd6-877d-b7d440bb7e45 HTTP/1.1" 200 115 0.023175 10.0.0.28 - - [2025-01-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /service-instance/53e1e708-9872-451d-84fa-498f1e78720c HTTP/1.1" 200 115 0.053685 10.0.0.28 - - [2025-01-30 02:31:47] "GET /domains HTTP/1.1" 200 280 0.002014 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.013872 10.0.0.28 - - [2025-01-30 02:31:47] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.28 - - [2025-01-30 02:31:47] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2771 0.009135 10.0.0.28 - - [2025-01-30 02:31:47] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/a5c33814-fd0b-43d9-9852-6e17c83a923c HTTP/1.1" 200 115 0.026503 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.009944 10.0.0.28 - - [2025-01-30 02:31:47] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 3769 0.063443 10.0.0.28 - - [2025-01-30 02:31:47] "GET /virtual-machine/9e36825c-1797-4d4f-ab52-6a462eea0ea8 HTTP/1.1" 200 1803 0.003081 10.0.0.28 - - [2025-01-30 02:31:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003216 10.0.0.28 - - [2025-01-30 02:31:47] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004598 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/0e4e9bd8-1751-49ea-aa98-b5cedc85b3c5 HTTP/1.1" 200 115 0.028877 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.015118 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/b6355a42-0dbc-4cd7-b632-3e6042a5a650 HTTP/1.1" 200 115 0.023836 10.0.0.28 - - [2025-01-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.042364 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /service-template/cbd1a1ad-18b8-4f7d-a9cd-cd9d20170d85 HTTP/1.1" 200 115 0.043454 10.0.0.28 - - [2025-01-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.009080 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/02c790c4-4a9b-45c9-8ec4-5a586c23dc40 HTTP/1.1" 200 115 0.023762 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.019075 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/82f8ab64-1395-48ee-8048-b7abfbccfecd HTTP/1.1" 200 115 0.036943 10.0.0.28 - - [2025-01-30 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.012514 10.0.0.28 - - [2025-01-30 02:31:47] "DELETE /instance-ip/9f6fdf57-66e6-49fc-94c5-5fa21dda7bc9 HTTP/1.1" 200 115 0.025298 10.0.0.28 - - [2025-01-30 02:31:47] "POST /neutron/network HTTP/1.1" 200 834 0.009721 10.0.0.28 - - [2025-01-30 02:31:47] "POST /neutron/network HTTP/1.1" 400 204 0.012095 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.021036 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.009763 10.0.0.28 - - [2025-01-30 02:31:48] "GET /obj-perms HTTP/1.1" 200 5056 0.047225 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.102333 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.014632 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.008325 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 3026 0.032728 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1113 0.012089 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.133996 10.0.0.28 - - [2025-01-30 02:31:48] "GET /obj-perms HTTP/1.1" 200 5056 0.054939 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.147702 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.011792 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.094560 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.009681 10.0.0.28 - - [2025-01-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.092674 10.0.0.28 - - [2025-01-30 02:31:49] "POST /neutron/network HTTP/1.1" 200 834 0.005296 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.28 - - [2025-01-30 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001676 10.0.0.28 - - [2025-01-30 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.076841 10.0.0.28 - - [2025-01-30 02:31:50] "GET /routing-instance/0e4a566e-db9d-40e8-9123-a0ecf57280c6 HTTP/1.1" 404 171 0.003446 10.0.0.28 - - [2025-01-30 02:31:50] "DELETE /route-target/f2e6da6f-2810-4468-87a8-3cb24382feb2 HTTP/1.1" 200 115 0.016608 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains HTTP/1.1" 200 280 0.002034 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2571 0.051671 10.0.0.28 - - [2025-01-30 02:31:50] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.28 - - [2025-01-30 02:31:50] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2308 0.073516 10.0.0.28 - - [2025-01-30 02:31:50] "POST /neutron/network HTTP/1.1" 200 832 0.005537 10.0.0.28 - - [2025-01-30 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004498 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.28 - - [2025-01-30 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.102296 10.0.0.28 - - [2025-01-30 02:31:50] "DELETE /route-target/d7d49ed6-04d1-4c28-822b-2191219e4ee9 HTTP/1.1" 200 115 0.023884 10.0.0.28 - - [2025-01-30 02:31:50] "GET /routing-instance/79b4cafd-32ba-460d-a759-8b03662be986 HTTP/1.1" 404 171 0.002989 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains HTTP/1.1" 200 280 0.003422 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2571 0.049036 10.0.0.28 - - [2025-01-30 02:31:50] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001309 10.0.0.28 - - [2025-01-30 02:31:50] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 2090 0.068834 10.0.0.28 - - [2025-01-30 02:31:50] "POST /neutron/network HTTP/1.1" 200 833 0.005403 10.0.0.28 - - [2025-01-30 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.28 - - [2025-01-30 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001868 10.0.0.28 - - [2025-01-30 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.082488 10.0.0.28 - - [2025-01-30 02:31:50] "DELETE /route-target/415af84d-1d14-4ce7-a2fb-9cfacc17def3 HTTP/1.1" 200 115 0.019499 10.0.0.28 - - [2025-01-30 02:31:50] "GET /routing-instance/799b8134-de1f-4944-90c4-52039c50d565 HTTP/1.1" 404 171 0.002201 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains HTTP/1.1" 200 280 0.001700 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.28 - - [2025-01-30 02:31:50] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2571 0.052499 10.0.0.28 - - [2025-01-30 02:31:50] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.28 - - [2025-01-30 02:31:50] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 1850 0.076433 10.0.0.28 - - [2025-01-30 02:31:51] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.28 - - [2025-01-30 02:31:51] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026696 10.0.0.28 - - [2025-01-30 02:31:51] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.28 - - [2025-01-30 02:31:51] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?fields=virtual_networks HTTP/1.1" 200 1038 0.074211 10.0.0.28 - - [2025-01-30 02:31:51] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.28 - - [2025-01-30 02:31:51] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.027791 10.0.0.28 - - [2025-01-30 02:31:51] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.28 - - [2025-01-30 02:31:51] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?fields=security_groups HTTP/1.1" 200 1262 0.027184 10.0.0.28 - - [2025-01-30 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.021771 10.0.0.28 - - [2025-01-30 02:31:52] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.28 - - [2025-01-30 02:31:52] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.28 - - [2025-01-30 02:31:52] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007243 10.0.0.28 - - [2025-01-30 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001249 10.0.0.28 - - [2025-01-30 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003695 10.0.0.28 - - [2025-01-30 02:31:52] "POST /security-groups HTTP/1.1" 200 592 0.063860 10.0.0.28 - - [2025-01-30 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.003080 10.0.0.28 - - [2025-01-30 02:31:52] "POST /projects HTTP/1.1" 200 587 0.225740 10.0.0.28 - - [2025-01-30 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.293413 10.0.0.28 - - [2025-01-30 02:31:52] "POST /access-control-lists HTTP/1.1" 200 597 0.063993 10.0.0.28 - - [2025-01-30 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002718 10.0.0.28 - - [2025-01-30 02:31:52] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.420050 10.0.0.28 - - [2025-01-30 02:31:52] "POST /access-control-lists HTTP/1.1" 200 595 0.068344 10.0.0.28 - - [2025-01-30 02:31:53] "GET / HTTP/1.1" 200 35931 0.001982 10.0.0.28 - - [2025-01-30 02:31:54] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.28 - - [2025-01-30 02:31:55] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.28 - - [2025-01-30 02:31:55] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052442 10.0.0.28 - - [2025-01-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002739 10.0.0.28 - - [2025-01-30 02:31:55] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014989 10.0.0.28 - - [2025-01-30 02:31:55] "GET /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005685 10.0.0.28 - - [2025-01-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.28 - - [2025-01-30 02:31:55] "GET /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003988 10.0.0.28 - - [2025-01-30 02:31:55] "GET /domains HTTP/1.1" 401 292 0.000532 10.0.0.28 - - [2025-01-30 02:31:55] "GET /domains HTTP/1.1" 200 280 0.026463 10.0.0.28 - - [2025-01-30 02:31:55] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.28 - - [2025-01-30 02:31:55] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.009039 10.0.0.28 - - [2025-01-30 02:31:55] "GET /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd HTTP/1.1" 200 1439 0.003474 10.0.0.28 - - [2025-01-30 02:31:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002317 10.0.0.28 - - [2025-01-30 02:31:55] "POST /network-ipams HTTP/1.1" 200 514 0.018773 10.0.0.28 - - [2025-01-30 02:31:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002821 10.0.0.28 - - [2025-01-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.28 - - [2025-01-30 02:31:55] "GET /network-ipam/0c4a6cf2-08c3-4e57-aae1-3b52cf132248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004819 10.0.0.28 - - [2025-01-30 02:31:55] "PUT /network-ipam/0c4a6cf2-08c3-4e57-aae1-3b52cf132248 HTTP/1.1" 200 258 0.009168 10.0.0.28 - - [2025-01-30 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.009514 10.0.0.28 - - [2025-01-30 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.28 - - [2025-01-30 02:31:56] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001831 10.0.0.28 - - [2025-01-30 02:31:56] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026277 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 117 0.031460 10.0.0.28 - - [2025-01-30 02:31:56] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 618 0.080383 10.0.0.28 - - [2025-01-30 02:31:56] "POST /route-targets HTTP/1.1" 200 327 0.011547 10.0.0.28 - - [2025-01-30 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.013829 10.0.0.28 - - [2025-01-30 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 711 0.209894 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 833 0.006202 10.0.0.28 - - [2025-01-30 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001371 10.0.0.28 - - [2025-01-30 02:31:56] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005997 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 833 0.006706 10.0.0.28 - - [2025-01-30 02:31:56] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006424 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 833 0.030671 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 711 0.007092 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 807 0.010584 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 833 0.005340 10.0.0.28 - - [2025-01-30 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001484 10.0.0.28 - - [2025-01-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 843 0.005345 10.0.0.28 - - [2025-01-30 02:31:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.28 - - [2025-01-30 02:31:57] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.28 - - [2025-01-30 02:31:57] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.28 - - [2025-01-30 02:31:57] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.28 - - [2025-01-30 02:31:57] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048386 10.0.0.28 - - [2025-01-30 02:31:57] "POST /neutron/network HTTP/1.1" 200 833 0.006668 10.0.0.28 - - [2025-01-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.005637 10.0.0.28 - - [2025-01-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.005505 10.0.0.28 - - [2025-01-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.008085 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 843 0.007734 10.0.0.28 - - [2025-01-30 02:31:58] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 1058 0.201810 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 1058 0.015001 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 1058 0.013648 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 1112 0.074455 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 1086 0.026539 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 685 0.011027 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.28 - - [2025-01-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 833 0.005728 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/port HTTP/1.1" 200 1086 0.019474 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018517 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/port HTTP/1.1" 200 1086 0.020755 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006248 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/port HTTP/1.1" 200 1086 0.017165 10.0.0.28 - - [2025-01-30 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006018 10.0.0.28 - - [2025-01-30 02:32:03] "GET /virtual-machine/91f31156-0b00-4f83-b102-cac919a73d6d HTTP/1.1" 200 1294 0.004188 10.0.0.28 - - [2025-01-30 02:32:03] "GET /virtual-machine-interface/015d5b9f-cd94-4e77-8ac1-05016c6d425d HTTP/1.1" 200 2961 0.005232 10.0.0.28 - - [2025-01-30 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.28 - - [2025-01-30 02:32:03] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002658 10.0.0.28 - - [2025-01-30 02:32:03] "GET /virtual-networks?parent_id=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003510 10.0.0.28 - - [2025-01-30 02:32:03] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005591 10.0.0.28 - - [2025-01-30 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.28 - - [2025-01-30 02:32:06] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004833 10.0.0.28 - - [2025-01-30 02:32:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017717 10.0.0.28 - - [2025-01-30 02:32:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005565 10.0.0.28 - - [2025-01-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.28 - - [2025-01-30 02:32:08] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002977 10.0.0.28 - - [2025-01-30 02:32:08] "GET /virtual-networks?parent_id=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002879 10.0.0.28 - - [2025-01-30 02:32:08] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007884 10.0.0.28 - - [2025-01-30 02:32:13] "POST /neutron/network HTTP/1.1" 200 807 0.009847 10.0.0.28 - - [2025-01-30 02:32:13] "POST /neutron/network HTTP/1.1" 200 833 0.005498 10.0.0.28 - - [2025-01-30 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001893 10.0.0.28 - - [2025-01-30 02:32:13] "POST /neutron/port HTTP/1.1" 200 1086 0.019740 10.0.0.28 - - [2025-01-30 02:32:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006440 10.0.0.28 - - [2025-01-30 02:32:13] "POST /neutron/network HTTP/1.1" 200 843 0.019424 10.0.0.28 - - [2025-01-30 02:32:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.28 - - [2025-01-30 02:32:13] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.28 - - [2025-01-30 02:32:13] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.28 - - [2025-01-30 02:32:14] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.28 - - [2025-01-30 02:32:14] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061779 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/network HTTP/1.1" 200 833 0.006506 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1086 0.019979 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005892 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.006034 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.004920 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/network HTTP/1.1" 200 843 0.005949 10.0.0.28 - - [2025-01-30 02:32:14] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001678 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.216684 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.012730 10.0.0.28 - - [2025-01-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.009018 10.0.0.28 - - [2025-01-30 02:32:14] "GET /global-system-configs HTTP/1.1" 200 322 0.039719 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 1112 0.094374 10.0.0.28 - - [2025-01-30 02:32:15] "GET /obj-perms HTTP/1.1" 200 5056 0.086213 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 1086 0.021120 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003190 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.009973 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.28 - - [2025-01-30 02:32:15] "POST /neutron/network HTTP/1.1" 200 833 0.005499 10.0.0.28 - - [2025-01-30 02:32:15] "GET /global-system-configs HTTP/1.1" 200 322 0.039948 10.0.0.28 - - [2025-01-30 02:32:15] "GET /obj-perms HTTP/1.1" 200 5056 0.106880 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016406 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006738 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014788 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009793 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016577 10.0.0.28 - - [2025-01-30 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006248 10.0.0.28 - - [2025-01-30 02:32:19] "GET /virtual-machine/90b06e63-e78f-47c2-bcd3-b36660ea5ae6 HTTP/1.1" 200 1294 0.003787 10.0.0.28 - - [2025-01-30 02:32:19] "GET /virtual-machine-interface/096b4c83-6db1-4e7c-a50b-ad4fc11ef7dc HTTP/1.1" 200 2963 0.004187 10.0.0.28 - - [2025-01-30 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.28 - - [2025-01-30 02:32:19] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003400 10.0.0.28 - - [2025-01-30 02:32:19] "GET /virtual-networks?parent_id=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003145 10.0.0.28 - - [2025-01-30 02:32:19] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005344 10.0.0.28 - - [2025-01-30 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.28 - - [2025-01-30 02:32:22] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005624 10.0.0.28 - - [2025-01-30 02:32:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016341 10.0.0.28 - - [2025-01-30 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005347 10.0.0.28 - - [2025-01-30 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.28 - - [2025-01-30 02:32:25] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003728 10.0.0.28 - - [2025-01-30 02:32:25] "GET /virtual-networks?parent_id=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004133 10.0.0.28 - - [2025-01-30 02:32:25] "GET /virtual-network/f72334b9-4d6c-48c0-9b28-3d39f5b08cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008677 10.0.0.28 - - [2025-01-30 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.28 - - [2025-01-30 02:32:31] "DELETE /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd HTTP/1.1" 409 235 0.005714 10.0.0.28 - - [2025-01-30 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.002862 10.0.0.28 - - [2025-01-30 02:32:31] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014889 10.0.0.28 - - [2025-01-30 02:32:31] "GET /virtual-DNS-record/fe1d0e14-4854-4f13-909b-1b1f016318d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004380 10.0.0.28 - - [2025-01-30 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.28 - - [2025-01-30 02:32:31] "GET /virtual-DNS-record/fe1d0e14-4854-4f13-909b-1b1f016318d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003383 10.0.0.28 - - [2025-01-30 02:32:31] "GET /domains HTTP/1.1" 200 280 0.003324 10.0.0.28 - - [2025-01-30 02:32:31] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.28 - - [2025-01-30 02:32:31] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2958 0.006585 10.0.0.28 - - [2025-01-30 02:32:31] "GET /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd HTTP/1.1" 200 1908 0.003841 10.0.0.28 - - [2025-01-30 02:32:31] "GET /virtual-DNS-record/fe1d0e14-4854-4f13-909b-1b1f016318d7 HTTP/1.1" 200 1337 0.002638 10.0.0.28 - - [2025-01-30 02:32:36] "DELETE /virtual-DNS-record/fe1d0e14-4854-4f13-909b-1b1f016318d7 HTTP/1.1" 200 115 0.023465 10.0.0.28 - - [2025-01-30 02:32:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.009826 10.0.0.28 - - [2025-01-30 02:32:36] "POST /neutron/network HTTP/1.1" 200 833 0.011145 10.0.0.28 - - [2025-01-30 02:32:36] "POST /neutron/network HTTP/1.1" 400 204 0.013462 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 1086 0.020623 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 1112 0.010716 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 1086 0.020050 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 1112 0.008477 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 151 0.110092 10.0.0.28 - - [2025-01-30 02:32:37] "POST /neutron/port HTTP/1.1" 200 151 0.111058 10.0.0.28 - - [2025-01-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 833 0.005301 10.0.0.28 - - [2025-01-30 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.025237 10.0.0.28 - - [2025-01-30 02:32:39] "DELETE /route-target/bed0f510-9668-4b9c-b10e-a40d57937c7d HTTP/1.1" 200 115 0.019891 10.0.0.28 - - [2025-01-30 02:32:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002318 10.0.0.28 - - [2025-01-30 02:32:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002941 10.0.0.28 - - [2025-01-30 02:32:39] "POST /neutron/network HTTP/1.1" 200 151 0.219492 10.0.0.28 - - [2025-01-30 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.28 - - [2025-01-30 02:32:39] "DELETE /network-ipam/0c4a6cf2-08c3-4e57-aae1-3b52cf132248 HTTP/1.1" 200 115 0.035114 10.0.0.28 - - [2025-01-30 02:32:39] "DELETE /virtual-DNS/e076e385-a843-4576-96ae-ec23b6e185fd HTTP/1.1" 200 115 0.019607 10.0.0.28 - - [2025-01-30 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.003198 10.0.0.28 - - [2025-01-30 02:32:39] "GET /domains HTTP/1.1" 200 280 0.005943 10.0.0.28 - - [2025-01-30 02:32:39] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.28 - - [2025-01-30 02:32:39] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2758 0.010742 10.0.0.28 - - [2025-01-30 02:32:39] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.28 - - [2025-01-30 02:32:39] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032823 10.0.0.28 - - [2025-01-30 02:32:39] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.28 - - [2025-01-30 02:32:39] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?fields=virtual_networks HTTP/1.1" 200 1044 0.069744 10.0.0.28 - - [2025-01-30 02:32:39] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.28 - - [2025-01-30 02:32:39] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.027639 10.0.0.28 - - [2025-01-30 02:32:39] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.28 - - [2025-01-30 02:32:39] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?fields=security_groups HTTP/1.1" 200 1271 0.027439 10.0.0.28 - - [2025-01-30 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.021585 10.0.0.28 - - [2025-01-30 02:32:40] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002517 10.0.0.28 - - [2025-01-30 02:32:40] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.28 - - [2025-01-30 02:32:40] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009747 10.0.0.28 - - [2025-01-30 02:32:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001724 10.0.0.28 - - [2025-01-30 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.001894 10.0.0.28 - - [2025-01-30 02:32:40] "POST /security-groups HTTP/1.1" 200 592 0.059922 10.0.0.28 - - [2025-01-30 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002336 10.0.0.28 - - [2025-01-30 02:32:40] "POST /projects HTTP/1.1" 200 587 0.212797 10.0.0.28 - - [2025-01-30 02:32:40] "POST /access-control-lists HTTP/1.1" 200 597 0.058215 10.0.0.28 - - [2025-01-30 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.285731 10.0.0.28 - - [2025-01-30 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002682 10.0.0.28 - - [2025-01-30 02:32:40] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.408747 10.0.0.28 - - [2025-01-30 02:32:41] "POST /access-control-lists HTTP/1.1" 200 595 0.059213 10.0.0.28 - - [2025-01-30 02:32:41] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.28 - - [2025-01-30 02:32:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.28 - - [2025-01-30 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.057988 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.032961 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /project/c90499ae270e40bbb5ef983f723fd40e HTTP/1.1" 404 173 0.016635 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /project/5d51b0e16f9f43c9b66bbc515ca22c14 HTTP/1.1" 404 173 0.010750 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 117 0.046216 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.035654 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.043385 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001416 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?fields=security_groups HTTP/1.1" 200 1376 0.047727 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?fields=security_groups HTTP/1.1" 200 1367 0.053531 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 606 0.120148 10.0.0.28 - - [2025-01-30 02:32:43] "POST /route-targets HTTP/1.1" 200 327 0.021017 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /security-group/cfe21292-c166-4d0e-898d-4124307b8bf4 HTTP/1.1" 200 115 0.077293 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /security-group/f275d7ce-8aff-40cd-8b57-ab072a2aef95 HTTP/1.1" 200 115 0.077975 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=5d51b0e1-6f9f-43c9-b66b-bc515ca22c14&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.28 - - [2025-01-30 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.021497 10.0.0.28 - - [2025-01-30 02:32:43] "GET /projects?obj_uuids=30bf5180-871c-4d7c-bde9-900fae1b215b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001620 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14?fields=application_policy_sets HTTP/1.1" 200 1415 0.038394 10.0.0.28 - - [2025-01-30 02:32:43] "GET /project/30bf5180-871c-4d7c-bde9-900fae1b215b?fields=application_policy_sets HTTP/1.1" 200 1406 0.070390 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /access-control-list/c90917cf-4188-4a83-8c81-a38e04747c0c HTTP/1.1" 200 115 0.032309 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /access-control-list/a2ffe031-0d89-4434-aa8c-0bab09953450 HTTP/1.1" 200 115 0.046431 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /access-control-list/f0a5b3cc-6736-4dac-86f2-5ef73d6776c8 HTTP/1.1" 200 115 0.027943 10.0.0.28 - - [2025-01-30 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002564 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /access-control-list/84e92315-ca79-4e53-9dec-cb18b65a0b61 HTTP/1.1" 200 115 0.053258 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.272519 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /project/5d51b0e1-6f9f-43c9-b66b-bc515ca22c14 HTTP/1.1" 200 115 0.464027 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 825 0.008555 10.0.0.28 - - [2025-01-30 02:32:43] "DELETE /project/30bf5180-871c-4d7c-bde9-900fae1b215b HTTP/1.1" 200 115 0.486966 10.0.0.28 - - [2025-01-30 02:32:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.002008 10.0.0.28 - - [2025-01-30 02:32:43] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005647 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 825 0.005477 10.0.0.28 - - [2025-01-30 02:32:43] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006171 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 825 0.005734 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.007183 10.0.0.28 - - [2025-01-30 02:32:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001547 10.0.0.28 - - [2025-01-30 02:32:43] "POST /neutron/network HTTP/1.1" 200 835 0.005627 10.0.0.28 - - [2025-01-30 02:32:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.28 - - [2025-01-30 02:32:44] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.28 - - [2025-01-30 02:32:44] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000673 10.0.0.28 - - [2025-01-30 02:32:44] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.28 - - [2025-01-30 02:32:44] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.054220 10.0.0.28 - - [2025-01-30 02:32:44] "POST /neutron/network HTTP/1.1" 200 825 0.005885 10.0.0.28 - - [2025-01-30 02:32:44] "POST /neutron/port HTTP/1.1" 200 117 0.006357 10.0.0.28 - - [2025-01-30 02:32:44] "POST /neutron/port HTTP/1.1" 200 117 0.005723 10.0.0.28 - - [2025-01-30 02:32:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001702 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/network HTTP/1.1" 200 835 0.008039 10.0.0.28 - - [2025-01-30 02:32:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000481 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/network HTTP/1.1" 200 835 0.007830 10.0.0.28 - - [2025-01-30 02:32:45] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.28 - - [2025-01-30 02:32:45] "GET / HTTP/1.1" 200 35931 0.002739 10.0.0.28 - - [2025-01-30 02:32:45] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1061 0.251239 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1061 0.012409 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1061 0.010694 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1115 0.070839 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1089 0.020764 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004830 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.012566 10.0.0.28 - - [2025-01-30 02:32:45] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.28 - - [2025-01-30 02:32:45] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066614 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.005121 10.0.0.28 - - [2025-01-30 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.008515 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1089 0.023715 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012784 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.009429 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1089 0.025811 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007404 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/network HTTP/1.1" 200 835 0.012043 10.0.0.28 - - [2025-01-30 02:32:46] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004172 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1061 0.240270 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1061 0.014020 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1061 0.015355 10.0.0.28 - - [2025-01-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1115 0.091113 10.0.0.28 - - [2025-01-30 02:32:47] "POST /neutron/port HTTP/1.1" 200 1089 0.023166 10.0.0.28 - - [2025-01-30 02:32:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003192 10.0.0.28 - - [2025-01-30 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.011598 10.0.0.28 - - [2025-01-30 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.28 - - [2025-01-30 02:32:47] "POST /neutron/network HTTP/1.1" 200 825 0.008287 10.0.0.28 - - [2025-01-30 02:32:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051757 10.0.0.28 - - [2025-01-30 02:32:49] "GET /obj-perms HTTP/1.1" 200 5056 0.052515 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.015985 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008187 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.015182 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006250 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.014607 10.0.0.28 - - [2025-01-30 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007042 10.0.0.28 - - [2025-01-30 02:32:51] "GET /virtual-machine/8795eafd-2a93-461c-a5dd-3cfb059ae224 HTTP/1.1" 401 292 0.000412 10.0.0.28 - - [2025-01-30 02:32:51] "GET /virtual-machine/8795eafd-2a93-461c-a5dd-3cfb059ae224 HTTP/1.1" 200 1293 0.025882 10.0.0.28 - - [2025-01-30 02:32:51] "GET /virtual-machine-interface/8fadd7b0-ab18-4c30-a8fa-a3e41ab28904 HTTP/1.1" 200 2947 0.004785 10.0.0.28 - - [2025-01-30 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.28 - - [2025-01-30 02:32:51] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002807 10.0.0.28 - - [2025-01-30 02:32:51] "GET /virtual-networks?parent_id=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002858 10.0.0.28 - - [2025-01-30 02:32:52] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005200 10.0.0.28 - - [2025-01-30 02:32:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015497 10.0.0.28 - - [2025-01-30 02:32:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006167 10.0.0.28 - - [2025-01-30 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.28 - - [2025-01-30 02:32:55] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004500 10.0.0.28 - - [2025-01-30 02:32:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015400 10.0.0.28 - - [2025-01-30 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005402 10.0.0.28 - - [2025-01-30 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.28 - - [2025-01-30 02:32:57] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004097 10.0.0.28 - - [2025-01-30 02:32:57] "GET /virtual-networks?parent_id=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003551 10.0.0.28 - - [2025-01-30 02:32:57] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006842 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1089 0.015048 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005827 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016080 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007416 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016995 10.0.0.28 - - [2025-01-30 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005217 10.0.0.28 - - [2025-01-30 02:32:57] "GET /virtual-machine/8c7aadec-7fdf-425a-a05b-4053648850a1 HTTP/1.1" 200 1294 0.003946 10.0.0.28 - - [2025-01-30 02:32:57] "GET /virtual-machine-interface/79ef30f9-0591-427c-9a34-9222ec48cbbf HTTP/1.1" 200 2946 0.004641 10.0.0.28 - - [2025-01-30 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.28 - - [2025-01-30 02:32:57] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002748 10.0.0.28 - - [2025-01-30 02:32:57] "GET /virtual-networks?parent_id=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003113 10.0.0.28 - - [2025-01-30 02:32:58] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005155 10.0.0.28 - - [2025-01-30 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.28 - - [2025-01-30 02:32:59] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003304 10.0.0.28 - - [2025-01-30 02:32:59] "GET /virtual-networks?parent_id=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003042 10.0.0.28 - - [2025-01-30 02:32:59] "GET /virtual-network/e8a6d306-7479-42a1-b45d-c3ed00309cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006536 10.0.0.28 - - [2025-01-30 02:33:03] "POST /neutron/port HTTP/1.1" 200 1089 0.014916 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 1089 0.018164 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/network HTTP/1.1" 200 835 0.005801 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004522 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.022946 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/network HTTP/1.1" 200 825 0.008913 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/network HTTP/1.1" 200 825 0.006952 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/network HTTP/1.1" 400 204 0.013045 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 1089 0.020495 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 1115 0.008924 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 1089 0.018764 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 1115 0.020831 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 151 0.121378 10.0.0.28 - - [2025-01-30 02:33:04] "POST /neutron/port HTTP/1.1" 200 151 0.111759 10.0.0.28 - - [2025-01-30 02:33:06] "POST /neutron/network HTTP/1.1" 200 825 0.005869 10.0.0.28 - - [2025-01-30 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003158 10.0.0.28 - - [2025-01-30 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.28 - - [2025-01-30 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001694 10.0.0.28 - - [2025-01-30 02:33:06] "POST /neutron/network HTTP/1.1" 200 151 0.075546 10.0.0.28 - - [2025-01-30 02:33:06] "DELETE /route-target/6d0b0803-efd8-4496-a55b-5c4317142f39 HTTP/1.1" 200 115 0.017257 10.0.0.28 - - [2025-01-30 02:33:06] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.28 - - [2025-01-30 02:33:06] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025405 10.0.0.28 - - [2025-01-30 02:33:06] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.28 - - [2025-01-30 02:33:06] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?fields=virtual_networks HTTP/1.1" 200 1045 0.067946 10.0.0.28 - - [2025-01-30 02:33:06] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.28 - - [2025-01-30 02:33:06] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025114 10.0.0.28 - - [2025-01-30 02:33:06] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.28 - - [2025-01-30 02:33:06] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?fields=security_groups HTTP/1.1" 200 1272 0.033628 10.0.0.28 - - [2025-01-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.021913 10.0.0.28 - - [2025-01-30 02:33:07] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002429 10.0.0.28 - - [2025-01-30 02:33:07] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.28 - - [2025-01-30 02:33:07] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007367 10.0.0.28 - - [2025-01-30 02:33:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001776 10.0.0.28 - - [2025-01-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002290 10.0.0.28 - - [2025-01-30 02:33:07] "POST /security-groups HTTP/1.1" 200 591 0.059376 10.0.0.28 - - [2025-01-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002507 10.0.0.28 - - [2025-01-30 02:33:07] "POST /projects HTTP/1.1" 200 585 0.199497 10.0.0.28 - - [2025-01-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.264813 10.0.0.28 - - [2025-01-30 02:33:07] "POST /access-control-lists HTTP/1.1" 200 596 0.059754 10.0.0.28 - - [2025-01-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002532 10.0.0.28 - - [2025-01-30 02:33:07] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.381422 10.0.0.28 - - [2025-01-30 02:33:08] "POST /access-control-lists HTTP/1.1" 200 594 0.059771 10.0.0.28 - - [2025-01-30 02:33:08] "GET / HTTP/1.1" 200 35931 0.002014 10.0.0.28 - - [2025-01-30 02:33:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.28 - - [2025-01-30 02:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.053843 10.0.0.28 - - [2025-01-30 02:33:10] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.28 - - [2025-01-30 02:33:10] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023809 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 117 0.028304 10.0.0.28 - - [2025-01-30 02:33:10] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 625 0.123732 10.0.0.28 - - [2025-01-30 02:33:10] "POST /route-targets HTTP/1.1" 200 327 0.010540 10.0.0.28 - - [2025-01-30 02:33:10] "POST /ref-update HTTP/1.1" 200 156 0.012735 10.0.0.28 - - [2025-01-30 02:33:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.184344 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 839 0.004959 10.0.0.28 - - [2025-01-30 02:33:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001218 10.0.0.28 - - [2025-01-30 02:33:10] "GET /virtual-network/b9af2267-3317-45f2-adf4-b8f01bfc0440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005159 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 839 0.005289 10.0.0.28 - - [2025-01-30 02:33:10] "GET /virtual-network/b9af2267-3317-45f2-adf4-b8f01bfc0440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004314 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 839 0.005604 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.006622 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 839 0.005807 10.0.0.28 - - [2025-01-30 02:33:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001357 10.0.0.28 - - [2025-01-30 02:33:10] "POST /neutron/network HTTP/1.1" 200 849 0.005689 10.0.0.28 - - [2025-01-30 02:33:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000361 10.0.0.28 - - [2025-01-30 02:33:11] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.28 - - [2025-01-30 02:33:11] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.28 - - [2025-01-30 02:33:11] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.28 - - [2025-01-30 02:33:11] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042593 10.0.0.28 - - [2025-01-30 02:33:11] "POST /neutron/network HTTP/1.1" 200 839 0.004895 10.0.0.28 - - [2025-01-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.011468 10.0.0.28 - - [2025-01-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.005151 10.0.0.28 - - [2025-01-30 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.28 - - [2025-01-30 02:33:11] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002890 10.0.0.28 - - [2025-01-30 02:33:11] "PUT /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 276 0.008789 10.0.0.28 - - [2025-01-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.005835 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/network HTTP/1.1" 200 849 0.005469 10.0.0.28 - - [2025-01-30 02:33:12] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1055 0.206056 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1055 0.009191 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1055 0.008802 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1109 0.066736 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1083 0.019609 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003154 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.010488 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.28 - - [2025-01-30 02:33:12] "POST /neutron/network HTTP/1.1" 200 839 0.005234 10.0.0.28 - - [2025-01-30 02:33:16] "POST /neutron/port HTTP/1.1" 200 1083 0.014388 10.0.0.28 - - [2025-01-30 02:33:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005159 10.0.0.28 - - [2025-01-30 02:33:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014512 10.0.0.28 - - [2025-01-30 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005517 10.0.0.28 - - [2025-01-30 02:33:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015565 10.0.0.28 - - [2025-01-30 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005304 10.0.0.28 - - [2025-01-30 02:33:17] "GET /virtual-machine/6d83bd3b-59d9-4c4d-9637-ba89626f8887 HTTP/1.1" 401 292 0.000393 10.0.0.28 - - [2025-01-30 02:33:17] "GET /virtual-machine/6d83bd3b-59d9-4c4d-9637-ba89626f8887 HTTP/1.1" 200 1292 0.030470 10.0.0.28 - - [2025-01-30 02:33:17] "GET /virtual-machine-interface/84bd8117-b325-417f-8353-1a363a2e47e5 HTTP/1.1" 200 2970 0.004733 10.0.0.28 - - [2025-01-30 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.28 - - [2025-01-30 02:33:17] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002718 10.0.0.28 - - [2025-01-30 02:33:17] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003353 10.0.0.28 - - [2025-01-30 02:33:17] "GET /virtual-network/b9af2267-3317-45f2-adf4-b8f01bfc0440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005470 10.0.0.28 - - [2025-01-30 02:33:20] "POST /neutron/port HTTP/1.1" 200 1083 0.017241 10.0.0.28 - - [2025-01-30 02:33:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005574 10.0.0.28 - - [2025-01-30 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.28 - - [2025-01-30 02:33:20] "GET /virtual-network/b9af2267-3317-45f2-adf4-b8f01bfc0440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005534 10.0.0.28 - - [2025-01-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.28 - - [2025-01-30 02:33:22] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003181 10.0.0.28 - - [2025-01-30 02:33:22] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002946 10.0.0.28 - - [2025-01-30 02:33:23] "GET /virtual-network/b9af2267-3317-45f2-adf4-b8f01bfc0440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005373 10.0.0.28 - - [2025-01-30 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.28 - - [2025-01-30 02:33:24] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003011 10.0.0.28 - - [2025-01-30 02:33:25] "PUT /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 276 0.008848 10.0.0.28 - - [2025-01-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 839 0.005661 10.0.0.28 - - [2025-01-30 02:33:25] "POST /neutron/network HTTP/1.1" 400 204 0.010160 10.0.0.28 - - [2025-01-30 02:33:25] "POST /neutron/port HTTP/1.1" 200 1083 0.014195 10.0.0.28 - - [2025-01-30 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.009787 10.0.0.28 - - [2025-01-30 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.094567 10.0.0.28 - - [2025-01-30 02:33:27] "POST /neutron/network HTTP/1.1" 200 839 0.005671 10.0.0.28 - - [2025-01-30 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.28 - - [2025-01-30 02:33:27] "DELETE /route-target/1610d2c6-b560-4fa6-89e0-9f38877a9193 HTTP/1.1" 200 115 0.018977 10.0.0.28 - - [2025-01-30 02:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.026591 10.0.0.28 - - [2025-01-30 02:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.28 - - [2025-01-30 02:33:27] "POST /neutron/network HTTP/1.1" 200 151 0.110172 10.0.0.28 - - [2025-01-30 02:33:27] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002963 10.0.0.28 - - [2025-01-30 02:33:27] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0 HTTP/1.1" 200 1825 0.003630 10.0.0.28 - - [2025-01-30 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.28 - - [2025-01-30 02:33:27] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.28 - - [2025-01-30 02:33:27] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.030108 10.0.0.28 - - [2025-01-30 02:33:27] "POST /neutron/network HTTP/1.1" 200 117 0.007628 10.0.0.28 - - [2025-01-30 02:33:28] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001669 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 605 0.088352 10.0.0.28 - - [2025-01-30 02:33:28] "POST /route-targets HTTP/1.1" 200 327 0.010233 10.0.0.28 - - [2025-01-30 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.012092 10.0.0.28 - - [2025-01-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003506 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.158917 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 823 0.005165 10.0.0.28 - - [2025-01-30 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001125 10.0.0.28 - - [2025-01-30 02:33:28] "GET /virtual-network/a6b307ef-2b0d-44d0-8971-fad7974cad4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004530 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 823 0.005902 10.0.0.28 - - [2025-01-30 02:33:28] "GET /virtual-network/a6b307ef-2b0d-44d0-8971-fad7974cad4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005767 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 823 0.005888 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.005681 10.0.0.28 - - [2025-01-30 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001054 10.0.0.28 - - [2025-01-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 833 0.005795 10.0.0.28 - - [2025-01-30 02:33:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000365 10.0.0.28 - - [2025-01-30 02:33:28] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.28 - - [2025-01-30 02:33:28] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.28 - - [2025-01-30 02:33:29] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.28 - - [2025-01-30 02:33:29] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052091 10.0.0.28 - - [2025-01-30 02:33:29] "POST /neutron/network HTTP/1.1" 200 823 0.024935 10.0.0.28 - - [2025-01-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.004683 10.0.0.28 - - [2025-01-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.004513 10.0.0.28 - - [2025-01-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.28 - - [2025-01-30 02:33:29] "POST /neutron/network HTTP/1.1" 200 833 0.005667 10.0.0.28 - - [2025-01-30 02:33:29] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 1059 0.178125 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 1059 0.030041 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 1059 0.007000 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 1113 0.064465 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015460 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003274 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.010295 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.28 - - [2025-01-30 02:33:30] "POST /neutron/network HTTP/1.1" 200 823 0.005006 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015358 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006063 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/port HTTP/1.1" 200 1087 0.014535 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006166 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015966 10.0.0.28 - - [2025-01-30 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005880 10.0.0.28 - - [2025-01-30 02:33:34] "GET /virtual-machine/b969248e-288c-414c-b556-d591a7364d91 HTTP/1.1" 200 1293 0.006775 10.0.0.28 - - [2025-01-30 02:33:34] "GET /virtual-machine-interface/b9ae6203-2a52-4773-b12c-ae28db6d26c6 HTTP/1.1" 200 2942 0.004563 10.0.0.28 - - [2025-01-30 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.28 - - [2025-01-30 02:33:34] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002838 10.0.0.28 - - [2025-01-30 02:33:34] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004741 10.0.0.28 - - [2025-01-30 02:33:35] "GET /virtual-network/a6b307ef-2b0d-44d0-8971-fad7974cad4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005353 10.0.0.28 - - [2025-01-30 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.28 - - [2025-01-30 02:33:38] "GET /virtual-network/a6b307ef-2b0d-44d0-8971-fad7974cad4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004817 10.0.0.28 - - [2025-01-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1087 0.015020 10.0.0.28 - - [2025-01-30 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005722 10.0.0.28 - - [2025-01-30 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.28 - - [2025-01-30 02:33:40] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002893 10.0.0.28 - - [2025-01-30 02:33:40] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002778 10.0.0.28 - - [2025-01-30 02:33:40] "GET /virtual-network/a6b307ef-2b0d-44d0-8971-fad7974cad4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005552 10.0.0.28 - - [2025-01-30 02:33:42] "POST /neutron/network HTTP/1.1" 200 823 0.014687 10.0.0.28 - - [2025-01-30 02:33:42] "POST /neutron/network HTTP/1.1" 400 204 0.011305 10.0.0.28 - - [2025-01-30 02:33:42] "POST /neutron/port HTTP/1.1" 200 1087 0.013860 10.0.0.28 - - [2025-01-30 02:33:42] "POST /neutron/port HTTP/1.1" 200 1113 0.009161 10.0.0.28 - - [2025-01-30 02:33:42] "POST /neutron/port HTTP/1.1" 200 151 0.091363 10.0.0.28 - - [2025-01-30 02:33:43] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001497 10.0.0.28 - - [2025-01-30 02:33:43] "DELETE /project/47d37b935eab45c58ecaa2279c9dc5f5 HTTP/1.1" 404 173 0.045718 10.0.0.28 - - [2025-01-30 02:33:43] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.029893 10.0.0.28 - - [2025-01-30 02:33:43] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001467 10.0.0.28 - - [2025-01-30 02:33:43] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?fields=security_groups HTTP/1.1" 200 1377 0.066696 10.0.0.28 - - [2025-01-30 02:33:43] "DELETE /security-group/61f076e9-77c9-45c8-8479-c0e603f14e96 HTTP/1.1" 200 115 0.035962 10.0.0.28 - - [2025-01-30 02:33:43] "GET /projects?obj_uuids=c90499ae-270e-40bb-b5ef-983f723fd40e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.28 - - [2025-01-30 02:33:43] "GET /project/c90499ae-270e-40bb-b5ef-983f723fd40e?fields=application_policy_sets HTTP/1.1" 200 1416 0.028299 10.0.0.28 - - [2025-01-30 02:33:43] "DELETE /access-control-list/77cd3e7a-8ab4-437b-8226-c4290b4b544f HTTP/1.1" 200 115 0.036101 10.0.0.28 - - [2025-01-30 02:33:43] "DELETE /access-control-list/dc558034-e1f8-4dbe-a6ee-b44345a1a296 HTTP/1.1" 200 115 0.024094 10.0.0.28 - - [2025-01-30 02:33:44] "DELETE /project/c90499ae-270e-40bb-b5ef-983f723fd40e HTTP/1.1" 200 115 0.347809 10.0.0.28 - - [2025-01-30 02:33:44] "POST /neutron/network HTTP/1.1" 200 823 0.005684 10.0.0.28 - - [2025-01-30 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.28 - - [2025-01-30 02:33:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001994 10.0.0.28 - - [2025-01-30 02:33:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002539 10.0.0.28 - - [2025-01-30 02:33:44] "POST /neutron/network HTTP/1.1" 200 151 0.076225 10.0.0.28 - - [2025-01-30 02:33:44] "DELETE /route-target/818abe21-0363-4054-8e6a-0c67c8e9b4d5 HTTP/1.1" 200 115 0.016366 10.0.0.28 - - [2025-01-30 02:33:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002946 10.0.0.28 - - [2025-01-30 02:33:44] "POST /network-ipams HTTP/1.1" 200 541 0.016348 10.0.0.28 - - [2025-01-30 02:33:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003493 10.0.0.28 - - [2025-01-30 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.28 - - [2025-01-30 02:33:45] "GET /network-ipam/fa20066a-9aea-4b59-81cf-9ef8474772e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006791 10.0.0.28 - - [2025-01-30 02:33:45] "PUT /network-ipam/fa20066a-9aea-4b59-81cf-9ef8474772e3 HTTP/1.1" 200 258 0.012064 10.0.0.28 - - [2025-01-30 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.28 - - [2025-01-30 02:33:45] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001586 10.0.0.28 - - [2025-01-30 02:33:45] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.032577 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/network HTTP/1.1" 200 117 0.009075 10.0.0.28 - - [2025-01-30 02:33:45] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/network HTTP/1.1" 200 605 0.067012 10.0.0.28 - - [2025-01-30 02:33:45] "POST /route-targets HTTP/1.1" 200 327 0.028963 10.0.0.28 - - [2025-01-30 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.011500 10.0.0.28 - - [2025-01-30 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.219209 10.0.0.28 - - [2025-01-30 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003078 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.158485 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/network HTTP/1.1" 200 994 0.008860 10.0.0.28 - - [2025-01-30 02:33:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001344 10.0.0.28 - - [2025-01-30 02:33:45] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006492 10.0.0.28 - - [2025-01-30 02:33:45] "POST /neutron/network HTTP/1.1" 200 994 0.009317 10.0.0.28 - - [2025-01-30 02:33:45] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005804 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/network HTTP/1.1" 200 994 0.008242 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.008134 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010463 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/network HTTP/1.1" 200 994 0.008728 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.007921 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.006235 10.0.0.28 - - [2025-01-30 02:33:46] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1017 0.176466 10.0.0.28 - - [2025-01-30 02:33:46] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1017 0.171244 10.0.0.28 - - [2025-01-30 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001784 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008600 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1017 0.009362 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/network HTTP/1.1" 200 994 0.008251 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008128 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.005879 10.0.0.28 - - [2025-01-30 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001819 10.0.0.28 - - [2025-01-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.006944 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.013151 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009557 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/network HTTP/1.1" 200 994 0.014266 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009527 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009159 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010401 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.007518 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.006106 10.0.0.28 - - [2025-01-30 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001857 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.013571 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/network HTTP/1.1" 200 1004 0.007997 10.0.0.28 - - [2025-01-30 02:33:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000512 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008086 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/network HTTP/1.1" 200 1004 0.011708 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.007944 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009515 10.0.0.28 - - [2025-01-30 02:33:47] "POST /neutron/port HTTP/1.1" 200 1109 0.081899 10.0.0.28 - - [2025-01-30 02:33:47] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.28 - - [2025-01-30 02:33:47] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1017 0.015613 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1083 0.024376 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/network HTTP/1.1" 200 1004 0.010373 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004403 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1017 0.007790 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1017 0.010432 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.020340 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.001444 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1109 0.087095 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/network HTTP/1.1" 200 994 0.017283 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 1083 0.015293 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005018 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.021393 10.0.0.28 - - [2025-01-30 02:33:48] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.28 - - [2025-01-30 02:33:48] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059000 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/network HTTP/1.1" 200 994 0.009012 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/network HTTP/1.1" 200 994 0.008344 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 2050 0.026563 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008412 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.006435 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domains HTTP/1.1" 200 280 0.003903 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2573 0.008481 10.0.0.28 - - [2025-01-30 02:33:48] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.28 - - [2025-01-30 02:33:48] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5 HTTP/1.1" 200 2852 0.081241 10.0.0.28 - - [2025-01-30 02:33:48] "GET /network-ipam/fa20066a-9aea-4b59-81cf-9ef8474772e3 HTTP/1.1" 200 2601 0.005328 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domains HTTP/1.1" 200 280 0.002926 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.28 - - [2025-01-30 02:33:48] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2573 0.008455 10.0.0.28 - - [2025-01-30 02:33:48] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.28 - - [2025-01-30 02:33:48] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5 HTTP/1.1" 200 2852 0.081694 10.0.0.28 - - [2025-01-30 02:33:48] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2 HTTP/1.1" 200 3778 0.009687 10.0.0.28 - - [2025-01-30 02:33:48] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2 HTTP/1.1" 200 3778 0.006677 10.0.0.28 - - [2025-01-30 02:33:48] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 200 2381 0.008388 10.0.0.28 - - [2025-01-30 02:33:48] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 200 2381 0.008143 10.0.0.28 - - [2025-01-30 02:33:48] "GET /route-target/4902fb88-1325-404c-b8c4-345a229c72b7 HTTP/1.1" 200 1204 0.004397 10.0.0.28 - - [2025-01-30 02:33:48] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2 HTTP/1.1" 200 3778 0.009746 10.0.0.28 - - [2025-01-30 02:33:48] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 200 2381 0.010103 10.0.0.28 - - [2025-01-30 02:33:48] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009076 10.0.0.28 - - [2025-01-30 02:33:48] "POST /neutron/network HTTP/1.1" 200 1004 0.023695 10.0.0.28 - - [2025-01-30 02:33:48] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2 HTTP/1.1" 200 3778 0.007921 10.0.0.28 - - [2025-01-30 02:33:48] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 200 2381 0.009975 10.0.0.28 - - [2025-01-30 02:33:49] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.28 - - [2025-01-30 02:33:49] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 200 2381 0.003225 10.0.0.28 - - [2025-01-30 02:33:49] "GET /route-target/4902fb88-1325-404c-b8c4-345a229c72b7 HTTP/1.1" 200 1204 0.010345 10.0.0.28 - - [2025-01-30 02:33:49] "GET /domains HTTP/1.1" 200 280 0.006648 10.0.0.28 - - [2025-01-30 02:33:49] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001753 10.0.0.28 - - [2025-01-30 02:33:49] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2573 0.018343 10.0.0.28 - - [2025-01-30 02:33:49] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001775 10.0.0.28 - - [2025-01-30 02:33:49] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5 HTTP/1.1" 200 3096 0.095986 10.0.0.28 - - [2025-01-30 02:33:49] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2 HTTP/1.1" 200 4036 0.017026 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1055 0.359162 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1055 0.009460 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1055 0.012571 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1109 0.088183 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1083 0.031289 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003951 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.022402 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.28 - - [2025-01-30 02:33:49] "POST /neutron/network HTTP/1.1" 200 994 0.008619 10.0.0.28 - - [2025-01-30 02:33:50] "GET /obj-perms HTTP/1.1" 200 5030 0.403953 10.0.0.28 - - [2025-01-30 02:33:50] "GET /obj-perms HTTP/1.1" 200 5056 0.123905 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/port HTTP/1.1" 200 1083 0.027507 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009612 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/port HTTP/1.1" 200 1083 0.025177 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012516 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/port HTTP/1.1" 200 1083 0.021811 10.0.0.28 - - [2025-01-30 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012450 10.0.0.28 - - [2025-01-30 02:33:50] "GET /virtual-machine/e1389eed-42f4-452f-adf1-6219ffe5c988 HTTP/1.1" 200 1289 0.006470 10.0.0.28 - - [2025-01-30 02:33:50] "GET /virtual-machine-interface/29b18192-e754-4068-b292-e6803cf8dc02 HTTP/1.1" 200 2941 0.008376 10.0.0.28 - - [2025-01-30 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.28 - - [2025-01-30 02:33:50] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004710 10.0.0.28 - - [2025-01-30 02:33:50] "GET /obj-perms HTTP/1.1" 200 5056 0.061038 10.0.0.28 - - [2025-01-30 02:33:50] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003347 10.0.0.28 - - [2025-01-30 02:33:50] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009120 10.0.0.28 - - [2025-01-30 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.28 - - [2025-01-30 02:33:53] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005188 10.0.0.28 - - [2025-01-30 02:33:57] "POST /neutron/port HTTP/1.1" 200 1083 0.024826 10.0.0.28 - - [2025-01-30 02:33:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005403 10.0.0.28 - - [2025-01-30 02:33:57] "POST /neutron/port HTTP/1.1" 200 1083 0.016567 10.0.0.28 - - [2025-01-30 02:33:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008370 10.0.0.28 - - [2025-01-30 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.28 - - [2025-01-30 02:33:57] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005635 10.0.0.28 - - [2025-01-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 1083 0.021371 10.0.0.28 - - [2025-01-30 02:33:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005762 10.0.0.28 - - [2025-01-30 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.28 - - [2025-01-30 02:33:59] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002928 10.0.0.28 - - [2025-01-30 02:33:59] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003031 10.0.0.28 - - [2025-01-30 02:34:00] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005368 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/port HTTP/1.1" 200 1083 0.017065 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006044 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/port HTTP/1.1" 200 1083 0.017869 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006272 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/port HTTP/1.1" 200 1083 0.020026 10.0.0.28 - - [2025-01-30 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008266 10.0.0.28 - - [2025-01-30 02:34:00] "GET /virtual-machine/c1e1626e-4126-4c3b-9672-8dde186a1df5 HTTP/1.1" 200 1289 0.005078 10.0.0.28 - - [2025-01-30 02:34:00] "GET /virtual-machine-interface/fdb871b6-0d4e-4edd-9872-ae9d27f2c999 HTTP/1.1" 200 2942 0.005508 10.0.0.28 - - [2025-01-30 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.28 - - [2025-01-30 02:34:00] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002759 10.0.0.28 - - [2025-01-30 02:34:00] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003574 10.0.0.28 - - [2025-01-30 02:34:00] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005395 10.0.0.28 - - [2025-01-30 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.28 - - [2025-01-30 02:34:01] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002909 10.0.0.28 - - [2025-01-30 02:34:01] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003318 10.0.0.28 - - [2025-01-30 02:34:01] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006476 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017578 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006552 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017007 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008604 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/port HTTP/1.1" 200 1083 0.016412 10.0.0.28 - - [2025-01-30 02:34:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007950 10.0.0.28 - - [2025-01-30 02:34:02] "GET /virtual-machine/7fa1accc-a36c-41e8-a11a-629f3ccb6a00 HTTP/1.1" 200 1292 0.005046 10.0.0.28 - - [2025-01-30 02:34:02] "GET /virtual-machine-interface/6faaa26b-7d14-45e9-bf7e-d6e420587446 HTTP/1.1" 200 2941 0.004385 10.0.0.28 - - [2025-01-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.28 - - [2025-01-30 02:34:02] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003258 10.0.0.28 - - [2025-01-30 02:34:02] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002927 10.0.0.28 - - [2025-01-30 02:34:02] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005740 10.0.0.28 - - [2025-01-30 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.28 - - [2025-01-30 02:34:03] "GET /global-vrouter-config/56618078-0113-4d47-8301-5b42b8829db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003396 10.0.0.28 - - [2025-01-30 02:34:03] "GET /virtual-networks?parent_id=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003444 10.0.0.28 - - [2025-01-30 02:34:03] "GET /virtual-network/73d5ee2d-3a0d-4494-81de-78cfcd76a2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005463 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1109 0.015688 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1109 0.008677 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 151 0.120691 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1109 0.018830 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1109 0.010614 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 151 0.087141 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/network HTTP/1.1" 200 994 0.010847 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1083 0.022347 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/network HTTP/1.1" 400 204 0.012710 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 1109 0.008553 10.0.0.28 - - [2025-01-30 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.28 - - [2025-01-30 02:34:20] "POST /neutron/port HTTP/1.1" 200 151 0.099227 10.0.0.28 - - [2025-01-30 02:34:20] "POST /neutron/port HTTP/1.1" 400 205 0.002904 10.0.0.28 - - [2025-01-30 02:34:21] "POST /neutron/network HTTP/1.1" 200 994 0.007534 10.0.0.28 - - [2025-01-30 02:34:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003813 10.0.0.28 - - [2025-01-30 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.28 - - [2025-01-30 02:34:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.28 - - [2025-01-30 02:34:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001932 10.0.0.28 - - [2025-01-30 02:34:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001692 10.0.0.28 - - [2025-01-30 02:34:22] "POST /neutron/network HTTP/1.1" 200 151 0.099723 10.0.0.28 - - [2025-01-30 02:34:22] "DELETE /route-target/4902fb88-1325-404c-b8c4-345a229c72b7 HTTP/1.1" 200 115 0.021289 10.0.0.28 - - [2025-01-30 02:34:22] "GET /routing-instance/cd30f459-0f27-4b81-bea4-16b9d3f59799 HTTP/1.1" 404 171 0.003846 10.0.0.28 - - [2025-01-30 02:34:22] "GET /domains HTTP/1.1" 200 280 0.002147 10.0.0.28 - - [2025-01-30 02:34:22] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002209 10.0.0.28 - - [2025-01-30 02:34:22] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d HTTP/1.1" 200 2573 0.049480 10.0.0.28 - - [2025-01-30 02:34:22] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.28 - - [2025-01-30 02:34:22] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5 HTTP/1.1" 200 2095 0.071942 10.0.0.28 - - [2025-01-30 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.28 - - [2025-01-30 02:34:22] "DELETE /network-ipam/fa20066a-9aea-4b59-81cf-9ef8474772e3 HTTP/1.1" 200 115 0.023274 10.0.0.28 - - [2025-01-30 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.003138 10.0.0.28 - - [2025-01-30 02:34:22] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001720 10.0.0.28 - - [2025-01-30 02:34:22] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058810 10.0.0.28 - - [2025-01-30 02:34:22] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.28 - - [2025-01-30 02:34:22] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?fields=virtual_networks HTTP/1.1" 200 1042 0.074914 10.0.0.28 - - [2025-01-30 02:34:22] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.28 - - [2025-01-30 02:34:22] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.035672 10.0.0.28 - - [2025-01-30 02:34:22] "GET /projects?obj_uuids=47d37b93-5eab-45c5-8eca-a2279c9dc5f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.28 - - [2025-01-30 02:34:22] "GET /project/47d37b93-5eab-45c5-8eca-a2279c9dc5f5?fields=security_groups HTTP/1.1" 200 1268 0.028216 10.0.0.28 - - [2025-01-30 02:34:25] "POST /neutron/port HTTP/1.1" 200 117 0.005009 10.0.0.28 - - [2025-01-30 02:34:25] "POST /neutron/port HTTP/1.1" 400 205 0.003326 10.0.0.28 - - [2025-01-30 02:34:30] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.28 - - [2025-01-30 02:34:30] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.28 - - [2025-01-30 02:34:31] "GET /projects?obj_uuids=d6f060f5-f5f9-4288-8c71-c411e50608a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001233 10.0.0.28 - - [2025-01-30 02:34:31] "GET /project/d6f060f5-f5f9-4288-8c71-c411e50608a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.050942 [Introspect:8084]10.0.0.28 - - [2025-01-30 02:34:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001194 10.0.0.28 - - [2025-01-30 02:34:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.030961 10.0.0.28 - - [2025-01-30 02:34:32] "GET /projects?obj_uuids=841835cd-e82e-4ebc-a5e1-47162a3a06fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002260 10.0.0.28 - - [2025-01-30 02:34:32] "GET /domains?obj_uuids=312d7d96-6036-429e-b776-bbf9b792f41d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.28 - - [2025-01-30 02:34:32] "GET /domain/312d7d96-6036-429e-b776-bbf9b792f41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007622 10.0.0.28 - - [2025-01-30 02:34:32] "POST /id-to-fqname HTTP/1.1" 200 186 0.002413 10.0.0.28 - - [2025-01-30 02:34:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.002900 10.0.0.28 - - [2025-01-30 02:34:32] "POST /security-groups HTTP/1.1" 200 587 0.063698 10.0.0.28 - - [2025-01-30 02:34:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.002396 10.0.0.28 - - [2025-01-30 02:34:32] "POST /projects HTTP/1.1" 200 577 0.209316 10.0.0.28 - - [2025-01-30 02:34:32] "POST /access-control-lists HTTP/1.1" 200 592 0.058291 10.0.0.28 - - [2025-01-30 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.275901 10.0.0.28 - - [2025-01-30 02:34:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002726 10.0.0.28 - - [2025-01-30 02:34:32] "GET /project/841835cd-e82e-4ebc-a5e1-47162a3a06fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.396697 10.0.0.28 - - [2025-01-30 02:34:32] "POST /access-control-lists HTTP/1.1" 200 590 0.060324 10.0.0.28 - - [2025-01-30 02:34:33] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.28 - - [2025-01-30 02:34:33] "GET /projects?obj_uuids=841835cd-e82e-4ebc-a5e1-47162a3a06fe&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001153 10.0.0.28 - - [2025-01-30 02:34:33] "GET /project/841835cd-e82e-4ebc-a5e1-47162a3a06fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027135 10.0.0.28 - - [2025-01-30 02:34:33] "GET /projects?obj_uuids=841835cd-e82e-4ebc-a5e1-47162a3a06fe&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001047 10.0.0.28 - - [2025-01-30 02:34:34] "GET /project/841835cd-e82e-4ebc-a5e1-47162a3a06fe?fields=virtual_networks HTTP/1.1" 200 1034 0.071925 10.0.0.28 - - [2025-01-30 02:34:34] "GET /projects?obj_uuids=841835cd-e82e-4ebc-a5e1-47162a3a06fe&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001726