++ 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 Feb 13 02:24:15 UTC 2025 ===================' INFO: =================== Thu Feb 13 02:24:15 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ cut -d / -f 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.45 ++ 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.45 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.45 ++ ANALYTICSDB_NODES=10.0.0.45 ++ ANALYTICS_SNMP_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8081 ' +++ '[' -n '10.0.0.45:8081 ' ']' +++ echo 10.0.0.45:8081 ++ ANALYTICS_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9042 ' +++ '[' -n '10.0.0.45:9042 ' ']' +++ echo 10.0.0.45:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.45:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8086 ' +++ '[' -n '10.0.0.45:8086 ' ']' +++ echo 10.0.0.45:8086 ++ COLLECTOR_SERVERS=10.0.0.45: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.45 ++ CONFIGDB_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8082 ' +++ '[' -n '10.0.0.45:8082 ' ']' +++ echo 10.0.0.45:8082 ++ CONFIG_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9161 ' +++ '[' -n '10.0.0.45:9161 ' ']' +++ echo 10.0.0.45:9161 ++ CONFIGDB_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9041 ' +++ '[' -n '10.0.0.45:9041 ' ']' +++ echo 10.0.0.45:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.45: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.45 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.45 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+=10.0.0.45:2181, +++ '[' -n 10.0.0.45:2181, ']' +++ echo 10.0.0.45:2181 ++ ZOOKEEPER_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:2181 ' +++ '[' -n '10.0.0.45:2181 ' ']' +++ echo 10.0.0.45:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.45:2181 ++ RABBITMQ_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+=10.0.0.45:5673, +++ '[' -n 10.0.0.45:5673, ']' +++ echo 10.0.0.45:5673 ++ RABBITMQ_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:6379 ' +++ '[' -n '10.0.0.45:6379 ' ']' +++ echo 10.0.0.45:6379 ++ REDIS_SERVERS=10.0.0.45: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.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9092 ' +++ '[' -n '10.0.0.45:9092 ' ']' +++ echo 10.0.0.45:9092 ++ KAFKA_SERVERS=10.0.0.45: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.45 ++ 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.45 ++ 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.45 ++ 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.45 ++ cut -d , -f 1 + local cassandra=10.0.0.45 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.45 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.45 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.45 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.45,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.45'\''))' +++ local server_ip=10.0.0.45 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.45 ]] +++ [[ ,10.0.0.45,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.45, ]] +++ echo 10.0.0.45 1 +++ return ++ local ip=10.0.0.45 ++ [[ -z 10.0.0.45 ]] ++ echo 10.0.0.45 + host_ip=10.0.0.45 + [[ cql == \c\q\l ]] ++ echo 10.0.0.45:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.45:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.45: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 02/13/2025 02:24:24.347 7f360cf4a908 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/13/2025 02:24:24.489 7f360cf4a908 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/13/2025 02:24:24.502 7f360cf4a908 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/13/2025 02:24:24.503 7f360cf4a908 [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.45:8082/ Hit Ctrl-C to quit. 10.0.0.45 - - [2025-02-13 02:24:28] "GET / HTTP/1.1" 503 181 0.000431 10.0.0.45 - - [2025-02-13 02:24:28] "GET / HTTP/1.1" 503 181 0.000160 10.0.0.45 - - [2025-02-13 02:24:29] "GET / HTTP/1.1" 200 45871 0.049094 10.0.0.45 - - [2025-02-13 02:24:29] "GET / HTTP/1.1" 200 45871 0.001224 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.45 - - [2025-02-13 02:24:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000689 10.0.0.45 - - [2025-02-13 02:24:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000277 10.0.0.45 - - [2025-02-13 02:24:29] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.45 - - [2025-02-13 02:24:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.615430 10.0.0.45 - - [2025-02-13 02:24:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003753 10.0.0.45 - - [2025-02-13 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.337579 10.0.0.45 - - [2025-02-13 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.45 - - [2025-02-13 02:24:30] "GET / HTTP/1.1" 200 35931 0.006730 10.0.0.45 - - [2025-02-13 02:24:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000931 10.0.0.45 - - [2025-02-13 02:24:30] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.45 - - [2025-02-13 02:24:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 /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.45 - - [2025-02-13 02:24:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.45 - - [2025-02-13 02:24:30] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.318811 10.0.0.45 - - [2025-02-13 02:24:31] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007990 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.004116 10.0.0.45 - - [2025-02-13 02:24:31] "POST /config-nodes HTTP/1.1" 200 599 0.023804 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.344477 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.052642 10.0.0.45 - - [2025-02-13 02:24:31] "GET /network-ipam/ec37bcbd-9840-4e78-865d-d857867dae0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005522 10.0.0.45 - - [2025-02-13 02:24:31] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007807 10.0.0.45 - - [2025-02-13 02:24:31] "GET / HTTP/1.1" 200 35931 0.001578 10.0.0.45 - - [2025-02-13 02:24:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000383 10.0.0.45 - - [2025-02-13 02:24:31] "POST /service-appliance-sets HTTP/1.1" 200 553 0.034657 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.002595 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.45 - - [2025-02-13 02:24:31] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008499 10.0.0.45 - - [2025-02-13 02:24:31] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023678 10.0.0.45 - - [2025-02-13 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.45 - - [2025-02-13 02:24:31] "GET /network-ipam/ec37bcbd-9840-4e78-865d-d857867dae0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004228 10.0.0.45 - - [2025-02-13 02:24:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026652 10.0.0.45 - - [2025-02-13 02:24:31] "POST /service-templates HTTP/1.1" 200 511 0.021450 10.0.0.45 - - [2025-02-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003012 10.0.0.45 - - [2025-02-13 02:24:32] "POST /service-templates HTTP/1.1" 200 501 0.022994 10.0.0.45 - - [2025-02-13 02:24:32] "POST /access-control-lists HTTP/1.1" 200 587 0.021389 10.0.0.45 - - [2025-02-13 02:24:32] "POST /service-templates HTTP/1.1" 200 515 0.019136 10.0.0.45 - - [2025-02-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.003666 10.0.0.45 - - [2025-02-13 02:24:32] "POST /service-templates HTTP/1.1" 200 535 0.032651 10.0.0.45 - - [2025-02-13 02:24:32] "POST /access-control-lists HTTP/1.1" 200 585 0.034970 10.0.0.45 - - [2025-02-13 02:24:32] "POST /service-templates HTTP/1.1" 200 507 0.029069 10.0.0.45 - - [2025-02-13 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.012918 10.0.0.45 - - [2025-02-13 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.45 - - [2025-02-13 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.013793 10.0.0.45 - - [2025-02-13 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.022689 10.0.0.45 - - [2025-02-13 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.020737 10.0.0.45 - - [2025-02-13 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.010333 10.0.0.45 - - [2025-02-13 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.009710 10.0.0.45 - - [2025-02-13 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.011371 10.0.0.45 - - [2025-02-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003738 10.0.0.45 - - [2025-02-13 02:24:32] "POST /access-control-lists HTTP/1.1" 200 551 0.072089 10.0.0.45 - - [2025-02-13 02:24:32] "PUT /access-control-list/0ca6c659-6b08-46fb-8eae-f28da2e6ce9c HTTP/1.1" 200 272 0.013275 10.0.0.45 - - [2025-02-13 02:24:32] "PUT /access-control-list/aa8fb671-2fbd-4704-8ae1-dcb825ccc010 HTTP/1.1" 200 272 0.011549 10.0.0.45 - - [2025-02-13 02:24:35] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.45 - - [2025-02-13 02:24:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.45 - - [2025-02-13 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.038868 10.0.0.45 - - [2025-02-13 02:24:35] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006494 10.0.0.45 - - [2025-02-13 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.002944 10.0.0.45 - - [2025-02-13 02:24:36] "POST /config-database-nodes HTTP/1.1" 200 617 0.018386 10.0.0.45 - - [2025-02-13 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.45 - - [2025-02-13 02:24:36] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003878 10.0.0.45 - - [2025-02-13 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.45 - - [2025-02-13 02:24:36] "PUT /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 276 0.009449 10.0.0.45 - - [2025-02-13 02:24:37] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 401 292 0.001639 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 581 0.042633 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 575 0.016058 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 575 0.018507 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 559 0.020203 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 555 0.018986 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 557 0.017423 10.0.0.45 - - [2025-02-13 02:24:37] "POST /alarms HTTP/1.1" 200 565 0.018299 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 549 0.017300 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 557 0.018271 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 567 0.016498 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 555 0.016212 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 567 0.018952 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 575 0.061466 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 569 0.018891 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 561 0.018100 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 561 0.017397 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 561 0.017147 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 547 0.016428 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 595 0.016835 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 575 0.019289 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 571 0.016222 10.0.0.45 - - [2025-02-13 02:24:38] "POST /alarms HTTP/1.1" 200 583 0.017477 10.0.0.45 - - [2025-02-13 02:24:39] "POST /alarms HTTP/1.1" 200 609 0.027588 10.0.0.45 - - [2025-02-13 02:24:39] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.45 - - [2025-02-13 02:24:39] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000395 10.0.0.45 - - [2025-02-13 02:24:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022870 10.0.0.45 - - [2025-02-13 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.45 - - [2025-02-13 02:24:39] "PUT /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 276 0.018026 10.0.0.45 - - [2025-02-13 02:24:40] "GET / HTTP/1.1" 200 35931 0.001639 10.0.0.45 - - [2025-02-13 02:24:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.45 - - [2025-02-13 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.022151 10.0.0.45 - - [2025-02-13 02:24:40] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003229 10.0.0.45 - - [2025-02-13 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.45 - - [2025-02-13 02:24:40] "PUT /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 276 0.008627 10.0.0.45 - - [2025-02-13 02:24:40] "GET / HTTP/1.1" 200 35931 0.001645 10.0.0.45 - - [2025-02-13 02:24:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.45 - - [2025-02-13 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.023180 10.0.0.45 - - [2025-02-13 02:24:41] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005502 10.0.0.45 - - [2025-02-13 02:24:41] "PUT /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f HTTP/1.1" 200 274 0.016813 10.0.0.45 - - [2025-02-13 02:25:06] "GET /global-system-configs HTTP/1.1" 200 322 0.584671 10.0.0.45 - - [2025-02-13 02:25:08] "GET /global-system-configs HTTP/1.1" 200 322 0.029712 10.0.0.45 - - [2025-02-13 02:25:56] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.45 - - [2025-02-13 02:25:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000642 10.0.0.45 - - [2025-02-13 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.025963 10.0.0.45 - - [2025-02-13 02:25:56] "GET /routing-instance/c3fd3f21-8e12-4742-a92e-71e6d8dffd08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004240 10.0.0.45 - - [2025-02-13 02:25:56] "POST /bgp-routers HTTP/1.1" 200 622 0.019895 10.0.0.45 - - [2025-02-13 02:25:56] "GET /bgp-router/d8e67130-1dd4-48d0-93a1-accdc700f297?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.011233 10.0.0.45 - - [2025-02-13 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.45 - - [2025-02-13 02:25:57] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006192 10.0.0.45 - - [2025-02-13 02:25:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008280 10.0.0.45 - - [2025-02-13 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.45 - - [2025-02-13 02:26:46] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.45 - - [2025-02-13 02:26:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.45 - - [2025-02-13 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.023923 10.0.0.45 - - [2025-02-13 02:26:46] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007565 10.0.0.45 - - [2025-02-13 02:26:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003313 10.0.0.45 - - [2025-02-13 02:26:47] "POST /database-nodes HTTP/1.1" 200 603 0.029984 10.0.0.45 - - [2025-02-13 02:27:37] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.45 - - [2025-02-13 02:27:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.45 - - [2025-02-13 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.023537 10.0.0.45 - - [2025-02-13 02:27:37] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005870 10.0.0.45 - - [2025-02-13 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.005308 10.0.0.45 - - [2025-02-13 02:27:37] "POST /analytics-nodes HTTP/1.1" 200 605 0.019448 10.0.0.45 - - [2025-02-13 02:27:43] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.45 - - [2025-02-13 02:27:54] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.45 - - [2025-02-13 02:27:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.45 - - [2025-02-13 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.026034 10.0.0.45 - - [2025-02-13 02:27:54] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005364 10.0.0.45 - - [2025-02-13 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.004106 10.0.0.45 - - [2025-02-13 02:27:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022624 10.0.0.45 - - [2025-02-13 02:28:06] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.45 - - [2025-02-13 02:28:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.45 - - [2025-02-13 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028284 10.0.0.45 - - [2025-02-13 02:28:07] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007211 10.0.0.45 - - [2025-02-13 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.004426 10.0.0.45 - - [2025-02-13 02:28:07] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022212 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.45 - - [2025-02-13 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.360799 10.0.0.45 - - [2025-02-13 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.045480 10.0.0.45 - - [2025-02-13 02:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.041305 10.0.0.45 - - [2025-02-13 02:29:35] "GET /obj-perms HTTP/1.1" 200 5056 0.042376 10.0.0.45 - - [2025-02-13 02:29:45] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.45 - - [2025-02-13 02:29:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.022464 10.0.0.45 - - [2025-02-13 02:29:46] "GET /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005446 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.45 - - [2025-02-13 02:29:46] "GET /routing-instance/c3fd3f21-8e12-4742-a92e-71e6d8dffd08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004190 10.0.0.45 - - [2025-02-13 02:29:46] "PUT /global-system-config/7a2ab196-7940-4b26-aca2-8deaa280490f HTTP/1.1" 200 274 0.011365 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002873 10.0.0.45 - - [2025-02-13 02:29:46] "POST /virtual-routers HTTP/1.1" 200 605 0.021469 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.45 - - [2025-02-13 02:29:46] "GET /virtual-router/6550a3da-066b-4e17-affa-89a2214bdb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006418 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.003116 10.0.0.45 - - [2025-02-13 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.45 - - [2025-02-13 02:29:46] "GET /virtual-network/3ca802ea-5479-45ec-bad7-87cd4671d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005331 10.0.0.45 - - [2025-02-13 02:29:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.035589 10.0.0.45 - - [2025-02-13 02:29:47] "PUT /access-control-list/a7627326-67da-41d4-8ccb-a58d374a95f3 HTTP/1.1" 200 272 0.037857 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:30:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001151 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:30:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001134 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:30:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000887 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:30:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000869 10.0.0.45 - - [2025-02-13 02:30:04] "GET /global-system-configs HTTP/1.1" 200 322 0.006619 10.0.0.45 - - [2025-02-13 02:30:04] "GET /obj-perms HTTP/1.1" 200 5056 0.025759 10.0.0.45 - - [2025-02-13 02:30:05] "GET /global-system-configs HTTP/1.1" 200 322 0.007627 10.0.0.45 - - [2025-02-13 02:30:05] "GET /obj-perms HTTP/1.1" 200 5056 0.030321 10.0.0.45 - - [2025-02-13 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.044976 10.0.0.45 - - [2025-02-13 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.039666 10.0.0.45 - - [2025-02-13 02:31:04] "GET / HTTP/1.1" 200 35931 0.001917 10.0.0.45 - - [2025-02-13 02:31:05] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000651 10.0.0.45 - - [2025-02-13 02:31:05] "GET /projects?obj_uuids=813263e4-2e00-47fc-858a-0913934ed1b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020735 10.0.0.45 - - [2025-02-13 02:31:05] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.45 - - [2025-02-13 02:31:05] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.065930 10.0.0.45 - - [2025-02-13 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 167 0.001496 10.0.0.45 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 176 0.003819 10.0.0.45 - - [2025-02-13 02:31:05] "POST /security-groups HTTP/1.1" 200 568 0.065046 10.0.0.45 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.003422 10.0.0.45 - - [2025-02-13 02:31:06] "POST /projects HTTP/1.1" 200 539 0.256760 10.0.0.45 - - [2025-02-13 02:31:06] "POST /access-control-lists HTTP/1.1" 200 573 0.058798 10.0.0.45 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.342094 10.0.0.45 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.002875 10.0.0.45 - - [2025-02-13 02:31:06] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.542597 10.0.0.45 - - [2025-02-13 02:31:06] "POST /access-control-lists HTTP/1.1" 200 571 0.059499 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:31:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001065 10.0.0.45 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.021618 10.0.0.45 - - [2025-02-13 02:31:07] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002621 10.0.0.45 - - [2025-02-13 02:31:07] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.45 - - [2025-02-13 02:31:07] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007432 10.0.0.45 - - [2025-02-13 02:31:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.001127 10.0.0.45 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.003042 10.0.0.45 - - [2025-02-13 02:31:07] "POST /security-groups HTTP/1.1" 200 602 0.071452 10.0.0.45 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002776 10.0.0.45 - - [2025-02-13 02:31:07] "POST /projects HTTP/1.1" 200 607 0.241834 10.0.0.45 - - [2025-02-13 02:31:07] "POST /access-control-lists HTTP/1.1" 200 607 0.058749 10.0.0.45 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.313594 10.0.0.45 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.004770 10.0.0.45 - - [2025-02-13 02:31:07] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.446962 10.0.0.45 - - [2025-02-13 02:31:07] "POST /access-control-lists HTTP/1.1" 200 605 0.064728 10.0.0.45 - - [2025-02-13 02:31:08] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.45 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.45 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.049286 10.0.0.45 - - [2025-02-13 02:31:09] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000986 10.0.0.45 - - [2025-02-13 02:31:09] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.028667 10.0.0.45 - - [2025-02-13 02:31:09] "POST /neutron/network HTTP/1.1" 200 117 0.036644 10.0.0.45 - - [2025-02-13 02:31:09] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001130 10.0.0.45 - - [2025-02-13 02:31:09] "POST /neutron/network HTTP/1.1" 200 620 0.072749 10.0.0.45 - - [2025-02-13 02:31:09] "POST /route-targets HTTP/1.1" 200 327 0.010523 10.0.0.45 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.025899 10.0.0.45 - - [2025-02-13 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004099 10.0.0.45 - - [2025-02-13 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.184905 10.0.0.45 - - [2025-02-13 02:31:09] "POST /neutron/network HTTP/1.1" 200 840 0.005954 10.0.0.45 - - [2025-02-13 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001038 10.0.0.45 - - [2025-02-13 02:31:09] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004893 10.0.0.45 - - [2025-02-13 02:31:10] "POST /neutron/network HTTP/1.1" 200 840 0.006326 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004789 10.0.0.45 - - [2025-02-13 02:31:10] "POST /neutron/network HTTP/1.1" 200 840 0.005951 10.0.0.45 - - [2025-02-13 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.006735 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domains HTTP/1.1" 401 292 0.000357 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domains HTTP/1.1" 200 280 0.022759 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002359 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2584 0.014360 10.0.0.45 - - [2025-02-13 02:31:10] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000985 10.0.0.45 - - [2025-02-13 02:31:10] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0 HTTP/1.1" 200 2168 0.071361 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb HTTP/1.1" 200 2343 0.007136 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb HTTP/1.1" 200 2343 0.006824 10.0.0.45 - - [2025-02-13 02:31:10] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 200 1495 0.005467 10.0.0.45 - - [2025-02-13 02:31:10] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 200 1495 0.003151 10.0.0.45 - - [2025-02-13 02:31:10] "GET /route-target/12dfe564-7a84-4ec0-9026-ce58b2f602a5 HTTP/1.1" 200 1219 0.003400 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb HTTP/1.1" 200 2343 0.004412 10.0.0.45 - - [2025-02-13 02:31:10] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 200 1495 0.003213 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004513 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb HTTP/1.1" 200 2343 0.006620 10.0.0.45 - - [2025-02-13 02:31:10] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 200 1495 0.003079 10.0.0.45 - - [2025-02-13 02:31:10] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 200 1495 0.003347 10.0.0.45 - - [2025-02-13 02:31:10] "GET /route-target/12dfe564-7a84-4ec0-9026-ce58b2f602a5 HTTP/1.1" 200 1219 0.003908 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domains HTTP/1.1" 200 280 0.003050 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.45 - - [2025-02-13 02:31:10] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2584 0.007040 10.0.0.45 - - [2025-02-13 02:31:10] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.45 - - [2025-02-13 02:31:10] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0 HTTP/1.1" 200 2168 0.083978 10.0.0.45 - - [2025-02-13 02:31:10] "GET /virtual-network/6c166714-4131-4754-8209-a48bf95525cb HTTP/1.1" 200 2343 0.007945 10.0.0.45 - - [2025-02-13 02:31:11] "GET /obj-perms HTTP/1.1" 200 5052 0.043993 10.0.0.45 - - [2025-02-13 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001568 10.0.0.45 - - [2025-02-13 02:31:12] "POST /neutron/network HTTP/1.1" 200 850 0.006386 10.0.0.45 - - [2025-02-13 02:31:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.45 - - [2025-02-13 02:31:13] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.45 - - [2025-02-13 02:31:13] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.45 - - [2025-02-13 02:31:13] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001095 10.0.0.45 - - [2025-02-13 02:31:13] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.049725 10.0.0.45 - - [2025-02-13 02:31:14] "POST /neutron/network HTTP/1.1" 200 840 0.026915 10.0.0.45 - - [2025-02-13 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.005537 10.0.0.45 - - [2025-02-13 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.005422 10.0.0.45 - - [2025-02-13 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/network HTTP/1.1" 200 850 0.005647 10.0.0.45 - - [2025-02-13 02:31:15] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/port HTTP/1.1" 200 1072 0.231480 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/port HTTP/1.1" 200 1072 0.035015 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/port HTTP/1.1" 200 1072 0.009704 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/port HTTP/1.1" 200 1126 0.063711 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/port HTTP/1.1" 200 1100 0.015658 10.0.0.45 - - [2025-02-13 02:31:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003545 10.0.0.45 - - [2025-02-13 02:31:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.013873 10.0.0.45 - - [2025-02-13 02:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.45 - - [2025-02-13 02:31:16] "POST /neutron/network HTTP/1.1" 200 840 0.006213 10.0.0.45 - - [2025-02-13 02:31:19] "POST /neutron/port HTTP/1.1" 200 1100 0.015036 10.0.0.45 - - [2025-02-13 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006296 10.0.0.45 - - [2025-02-13 02:31:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003626 10.0.0.45 - - [2025-02-13 02:31:20] "GET /obj-perms HTTP/1.1" 200 5052 0.003518 10.0.0.45 - - [2025-02-13 02:31:21] "GET /obj-perms HTTP/1.1" 200 5052 0.003591 10.0.0.45 - - [2025-02-13 02:31:22] "GET /obj-perms HTTP/1.1" 200 5052 0.003432 10.0.0.45 - - [2025-02-13 02:31:23] "GET /obj-perms HTTP/1.1" 200 5052 0.003338 10.0.0.45 - - [2025-02-13 02:31:24] "POST /neutron/network HTTP/1.1" 200 840 0.005820 10.0.0.45 - - [2025-02-13 02:31:24] "POST /neutron/network HTTP/1.1" 400 204 0.013466 10.0.0.45 - - [2025-02-13 02:31:25] "POST /neutron/port HTTP/1.1" 200 1100 0.018234 10.0.0.45 - - [2025-02-13 02:31:25] "POST /neutron/port HTTP/1.1" 200 1126 0.009888 10.0.0.45 - - [2025-02-13 02:31:25] "POST /neutron/port HTTP/1.1" 200 151 0.114387 10.0.0.45 - - [2025-02-13 02:31:26] "POST /neutron/network HTTP/1.1" 200 840 0.007350 10.0.0.45 - - [2025-02-13 02:31:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.45 - - [2025-02-13 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.45 - - [2025-02-13 02:31:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002165 10.0.0.45 - - [2025-02-13 02:31:26] "POST /neutron/network HTTP/1.1" 200 151 0.075225 10.0.0.45 - - [2025-02-13 02:31:26] "GET /routing-instance/bf887f64-c982-42e6-a3b6-ad72fbfafae1 HTTP/1.1" 404 171 0.002049 10.0.0.45 - - [2025-02-13 02:31:26] "GET /domains HTTP/1.1" 200 280 0.003398 10.0.0.45 - - [2025-02-13 02:31:26] "DELETE /route-target/12dfe564-7a84-4ec0-9026-ce58b2f602a5 HTTP/1.1" 200 115 0.020626 10.0.0.45 - - [2025-02-13 02:31:26] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.45 - - [2025-02-13 02:31:26] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2584 0.050461 10.0.0.45 - - [2025-02-13 02:31:26] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001662 10.0.0.45 - - [2025-02-13 02:31:27] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0 HTTP/1.1" 200 1918 0.069393 10.0.0.45 - - [2025-02-13 02:31:27] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.45 - - [2025-02-13 02:31:27] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026882 10.0.0.45 - - [2025-02-13 02:31:27] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.45 - - [2025-02-13 02:31:27] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?fields=virtual_networks HTTP/1.1" 200 1054 0.067811 10.0.0.45 - - [2025-02-13 02:31:27] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000980 10.0.0.45 - - [2025-02-13 02:31:27] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.026702 10.0.0.45 - - [2025-02-13 02:31:27] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001014 10.0.0.45 - - [2025-02-13 02:31:27] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?fields=security_groups HTTP/1.1" 200 1291 0.056868 10.0.0.45 - - [2025-02-13 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.023600 10.0.0.45 - - [2025-02-13 02:31:28] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002613 10.0.0.45 - - [2025-02-13 02:31:28] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.45 - - [2025-02-13 02:31:28] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007626 10.0.0.45 - - [2025-02-13 02:31:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.001222 10.0.0.45 - - [2025-02-13 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.003008 10.0.0.45 - - [2025-02-13 02:31:28] "POST /security-groups HTTP/1.1" 200 603 0.068370 10.0.0.45 - - [2025-02-13 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.002565 10.0.0.45 - - [2025-02-13 02:31:28] "POST /projects HTTP/1.1" 200 609 0.231422 10.0.0.45 - - [2025-02-13 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.314333 10.0.0.45 - - [2025-02-13 02:31:28] "POST /access-control-lists HTTP/1.1" 200 608 0.077314 10.0.0.45 - - [2025-02-13 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.003061 10.0.0.45 - - [2025-02-13 02:31:28] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.441365 10.0.0.45 - - [2025-02-13 02:31:28] "POST /access-control-lists HTTP/1.1" 200 606 0.060067 10.0.0.45 - - [2025-02-13 02:31:29] "GET / HTTP/1.1" 200 35931 0.001917 10.0.0.45 - - [2025-02-13 02:31:30] "GET /projects?obj_uuids=813263e4-2e00-47fc-858a-0913934ed1b7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001098 10.0.0.45 - - [2025-02-13 02:31:30] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.033409 10.0.0.45 - - [2025-02-13 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.45 - - [2025-02-13 02:31:30] "GET /security-group/945e3747-a055-47a1-bb31-c355348ad35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005064 10.0.0.45 - - [2025-02-13 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.45 - - [2025-02-13 02:31:30] "GET /projects?obj_uuids=813263e4-2e00-47fc-858a-0913934ed1b7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001521 10.0.0.45 - - [2025-02-13 02:31:31] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.028504 10.0.0.45 - - [2025-02-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.45 - - [2025-02-13 02:31:31] "GET /security-group/945e3747-a055-47a1-bb31-c355348ad35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003947 10.0.0.45 - - [2025-02-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.45 - - [2025-02-13 02:31:31] "PUT /security-group/945e3747-a055-47a1-bb31-c355348ad35b HTTP/1.1" 200 262 0.015752 10.0.0.45 - - [2025-02-13 02:31:31] "PUT /access-control-list/0ba942df-b867-4810-a1a6-69e55f8e4581 HTTP/1.1" 200 272 0.015736 10.0.0.45 - - [2025-02-13 02:31:31] "PUT /access-control-list/684328ff-c79e-47d9-b3ed-00696f89849f HTTP/1.1" 200 272 0.017064 10.0.0.45 - - [2025-02-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.45 - - [2025-02-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056186 10.0.0.45 - - [2025-02-13 02:31:31] "DELETE /project/813263e42e0047fc858a0913934ed1b7 HTTP/1.1" 404 173 0.009051 10.0.0.45 - - [2025-02-13 02:31:31] "DELETE /project/aa4561ce045c45479c96ff8272d24ddf HTTP/1.1" 404 173 0.006471 10.0.0.45 - - [2025-02-13 02:31:31] "DELETE /project/a219979b910a4d48b7b5fa71197725d0 HTTP/1.1" 404 173 0.008153 10.0.0.45 - - [2025-02-13 02:31:31] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000886 10.0.0.45 - - [2025-02-13 02:31:31] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.031835 10.0.0.45 - - [2025-02-13 02:31:31] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.45 - - [2025-02-13 02:31:31] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001470 10.0.0.45 - - [2025-02-13 02:31:31] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?fields=security_groups HTTP/1.1" 200 1396 0.026190 10.0.0.45 - - [2025-02-13 02:31:31] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079443 10.0.0.45 - - [2025-02-13 02:31:31] "DELETE /security-group/1454bf83-79a5-4869-aee6-40f3799d2045 HTTP/1.1" 200 115 0.047390 10.0.0.45 - - [2025-02-13 02:31:31] "GET /projects?obj_uuids=a219979b-910a-4d48-b7b5-fa71197725d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000977 10.0.0.45 - - [2025-02-13 02:31:31] "DELETE /access-control-list/f00a547b-f73d-4c81-8313-2dcb3b60981d HTTP/1.1" 200 115 0.046292 10.0.0.45 - - [2025-02-13 02:31:32] "GET /project/a219979b-910a-4d48-b7b5-fa71197725d0?fields=application_policy_sets HTTP/1.1" 200 1435 0.040207 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/network HTTP/1.1" 200 117 0.049667 10.0.0.45 - - [2025-02-13 02:31:32] "DELETE /access-control-list/aff5ce24-eea5-432a-bdd4-671594479e39 HTTP/1.1" 200 115 0.039535 10.0.0.45 - - [2025-02-13 02:31:32] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/network HTTP/1.1" 200 619 0.091444 10.0.0.45 - - [2025-02-13 02:31:32] "DELETE /project/a219979b-910a-4d48-b7b5-fa71197725d0 HTTP/1.1" 200 115 0.336063 10.0.0.45 - - [2025-02-13 02:31:32] "POST /route-targets HTTP/1.1" 200 327 0.013449 10.0.0.45 - - [2025-02-13 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.011893 10.0.0.45 - - [2025-02-13 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005792 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.205671 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/network HTTP/1.1" 200 837 0.005793 10.0.0.45 - - [2025-02-13 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001236 10.0.0.45 - - [2025-02-13 02:31:32] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004749 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/network HTTP/1.1" 200 837 0.006031 10.0.0.45 - - [2025-02-13 02:31:32] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004803 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/network HTTP/1.1" 200 837 0.005828 10.0.0.45 - - [2025-02-13 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.006881 10.0.0.45 - - [2025-02-13 02:31:32] "GET /domains HTTP/1.1" 401 292 0.000377 10.0.0.45 - - [2025-02-13 02:31:32] "GET /domains HTTP/1.1" 200 280 0.024560 10.0.0.45 - - [2025-02-13 02:31:32] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002242 10.0.0.45 - - [2025-02-13 02:31:32] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.015505 10.0.0.45 - - [2025-02-13 02:31:32] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.45 - - [2025-02-13 02:31:32] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2174 0.083202 10.0.0.45 - - [2025-02-13 02:31:32] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2337 0.006047 10.0.0.45 - - [2025-02-13 02:31:32] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2337 0.005198 10.0.0.45 - - [2025-02-13 02:31:32] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 200 1492 0.003037 10.0.0.45 - - [2025-02-13 02:31:32] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 200 1492 0.002732 10.0.0.45 - - [2025-02-13 02:31:32] "GET /route-target/31e27af2-9fa5-4065-b9d6-1bdcfe487e47 HTTP/1.1" 200 1218 0.002586 10.0.0.45 - - [2025-02-13 02:31:33] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2337 0.004086 10.0.0.45 - - [2025-02-13 02:31:33] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 200 1492 0.002752 10.0.0.45 - - [2025-02-13 02:31:33] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004245 10.0.0.45 - - [2025-02-13 02:31:33] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2337 0.004071 10.0.0.45 - - [2025-02-13 02:31:33] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 200 1492 0.002984 10.0.0.45 - - [2025-02-13 02:31:33] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 200 1492 0.003044 10.0.0.45 - - [2025-02-13 02:31:33] "GET /route-target/31e27af2-9fa5-4065-b9d6-1bdcfe487e47 HTTP/1.1" 200 1218 0.003322 10.0.0.45 - - [2025-02-13 02:31:33] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.45 - - [2025-02-13 02:31:33] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.45 - - [2025-02-13 02:31:33] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.006660 10.0.0.45 - - [2025-02-13 02:31:33] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.45 - - [2025-02-13 02:31:33] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2174 0.071622 10.0.0.45 - - [2025-02-13 02:31:33] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2337 0.004692 10.0.0.45 - - [2025-02-13 02:31:33] "GET /obj-perms HTTP/1.1" 200 5054 0.045213 10.0.0.45 - - [2025-02-13 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.45 - - [2025-02-13 02:31:33] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.45 - - [2025-02-13 02:31:33] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026981 10.0.0.45 - - [2025-02-13 02:31:33] "POST /neutron/network HTTP/1.1" 200 117 0.009274 10.0.0.45 - - [2025-02-13 02:31:33] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.45 - - [2025-02-13 02:31:33] "POST /neutron/network HTTP/1.1" 200 619 0.090764 10.0.0.45 - - [2025-02-13 02:31:33] "POST /route-targets HTTP/1.1" 200 327 0.010431 10.0.0.45 - - [2025-02-13 02:31:33] "POST /ref-update HTTP/1.1" 200 156 0.011309 10.0.0.45 - - [2025-02-13 02:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.45 - - [2025-02-13 02:31:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.163587 10.0.0.45 - - [2025-02-13 02:31:33] "POST /neutron/network HTTP/1.1" 200 838 0.005781 10.0.0.45 - - [2025-02-13 02:31:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001207 10.0.0.45 - - [2025-02-13 02:31:33] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004740 10.0.0.45 - - [2025-02-13 02:31:33] "POST /neutron/network HTTP/1.1" 200 838 0.006141 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005702 10.0.0.45 - - [2025-02-13 02:31:34] "POST /neutron/network HTTP/1.1" 200 838 0.007466 10.0.0.45 - - [2025-02-13 02:31:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.018341 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domains HTTP/1.1" 200 280 0.002730 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.006905 10.0.0.45 - - [2025-02-13 02:31:34] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001190 10.0.0.45 - - [2025-02-13 02:31:34] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2402 0.068081 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4 HTTP/1.1" 200 2340 0.005695 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4 HTTP/1.1" 200 2340 0.004709 10.0.0.45 - - [2025-02-13 02:31:34] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 200 1492 0.003357 10.0.0.45 - - [2025-02-13 02:31:34] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 200 1492 0.002941 10.0.0.45 - - [2025-02-13 02:31:34] "GET /route-target/05addff6-4b4b-4b2f-aa02-fb771c37acfa HTTP/1.1" 200 1217 0.002614 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4 HTTP/1.1" 200 2340 0.004326 10.0.0.45 - - [2025-02-13 02:31:34] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 200 1492 0.002802 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004209 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4 HTTP/1.1" 200 2340 0.004122 10.0.0.45 - - [2025-02-13 02:31:34] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 200 1492 0.003266 10.0.0.45 - - [2025-02-13 02:31:34] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 200 1492 0.002914 10.0.0.45 - - [2025-02-13 02:31:34] "GET /route-target/05addff6-4b4b-4b2f-aa02-fb771c37acfa HTTP/1.1" 200 1217 0.002353 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domains HTTP/1.1" 200 280 0.002506 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.45 - - [2025-02-13 02:31:34] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.006660 10.0.0.45 - - [2025-02-13 02:31:34] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.45 - - [2025-02-13 02:31:34] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2402 0.073392 10.0.0.45 - - [2025-02-13 02:31:34] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4 HTTP/1.1" 200 2340 0.006231 10.0.0.45 - - [2025-02-13 02:31:34] "GET /obj-perms HTTP/1.1" 200 5054 0.004055 10.0.0.45 - - [2025-02-13 02:31:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001805 10.0.0.45 - - [2025-02-13 02:31:34] "POST /neutron/network HTTP/1.1" 200 848 0.006004 10.0.0.45 - - [2025-02-13 02:31:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.45 - - [2025-02-13 02:31:34] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.45 - - [2025-02-13 02:31:34] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.45 - - [2025-02-13 02:31:35] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.45 - - [2025-02-13 02:31:35] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047751 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/network HTTP/1.1" 200 838 0.005406 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.004982 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.005134 10.0.0.45 - - [2025-02-13 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001299 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.005703 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/network HTTP/1.1" 200 847 0.005686 10.0.0.45 - - [2025-02-13 02:31:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.45 - - [2025-02-13 02:31:35] "POST /neutron/network HTTP/1.1" 200 848 0.005944 10.0.0.45 - - [2025-02-13 02:31:35] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.45 - - [2025-02-13 02:31:35] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.45 - - [2025-02-13 02:31:35] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1072 0.228987 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1072 0.009475 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1072 0.011531 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1126 0.081886 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1100 0.023168 10.0.0.45 - - [2025-02-13 02:31:36] "GET /obj-perms HTTP/1.1" 200 5056 0.045995 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003047 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.013330 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/network HTTP/1.1" 200 838 0.005670 10.0.0.45 - - [2025-02-13 02:31:36] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001958 10.0.0.45 - - [2025-02-13 02:31:36] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.323595 10.0.0.45 - - [2025-02-13 02:31:36] "GET /obj-perms HTTP/1.1" 200 5056 0.076794 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/network HTTP/1.1" 200 837 0.007031 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 1100 0.037143 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007625 10.0.0.45 - - [2025-02-13 02:31:36] "POST /neutron/port HTTP/1.1" 200 117 0.007688 10.0.0.45 - - [2025-02-13 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.45 - - [2025-02-13 02:31:36] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.45 - - [2025-02-13 02:31:36] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030093 10.0.0.45 - - [2025-02-13 02:31:36] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005459 10.0.0.45 - - [2025-02-13 02:31:37] "GET /floating-ip-pools?parent_id=f1655387-5f9f-4358-8b60-75657863f362&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003651 10.0.0.45 - - [2025-02-13 02:31:37] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007516 10.0.0.45 - - [2025-02-13 02:31:37] "POST /floating-ip-pools HTTP/1.1" 200 609 0.043507 10.0.0.45 - - [2025-02-13 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.023013 10.0.0.45 - - [2025-02-13 02:31:37] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006552 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domains HTTP/1.1" 200 280 0.005833 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/network HTTP/1.1" 200 847 0.005949 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.007002 10.0.0.45 - - [2025-02-13 02:31:37] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.45 - - [2025-02-13 02:31:37] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.45 - - [2025-02-13 02:31:37] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2988 0.115518 10.0.0.45 - - [2025-02-13 02:31:37] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 2617 0.050386 10.0.0.45 - - [2025-02-13 02:31:37] "GET /floating-ip-pool/a9167464-a9f3-4b1e-824e-5af7367762ba HTTP/1.1" 200 1440 0.014712 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domains HTTP/1.1" 200 280 0.004209 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002428 10.0.0.45 - - [2025-02-13 02:31:37] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.010818 10.0.0.45 - - [2025-02-13 02:31:37] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001785 10.0.0.45 - - [2025-02-13 02:31:37] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 3244 0.115215 10.0.0.45 - - [2025-02-13 02:31:37] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362 HTTP/1.1" 200 3149 0.017309 10.0.0.45 - - [2025-02-13 02:31:37] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008833 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1071 0.390518 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1071 0.011943 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1071 0.009350 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1100 0.020020 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006710 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1125 0.104429 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1100 0.021350 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015363 10.0.0.45 - - [2025-02-13 02:31:37] "POST /neutron/port HTTP/1.1" 200 1099 0.022545 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003841 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.014280 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/port HTTP/1.1" 200 1100 0.017845 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/network HTTP/1.1" 200 837 0.006103 10.0.0.45 - - [2025-02-13 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006231 10.0.0.45 - - [2025-02-13 02:31:38] "GET /virtual-machine/f6ea62c8-35e4-420b-87d8-25d9f175042e HTTP/1.1" 200 1304 0.006115 10.0.0.45 - - [2025-02-13 02:31:38] "GET /virtual-machine-interface/6b853e3e-d0ac-47c9-be15-c00130aac72a HTTP/1.1" 200 3003 0.005524 10.0.0.45 - - [2025-02-13 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.45 - - [2025-02-13 02:31:38] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003695 10.0.0.45 - - [2025-02-13 02:31:38] "GET /virtual-networks?parent_id=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003490 10.0.0.45 - - [2025-02-13 02:31:38] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005788 10.0.0.45 - - [2025-02-13 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.45 - - [2025-02-13 02:31:41] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004921 10.0.0.45 - - [2025-02-13 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.45 - - [2025-02-13 02:31:45] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004725 10.0.0.45 - - [2025-02-13 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.45 - - [2025-02-13 02:31:47] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003042 10.0.0.45 - - [2025-02-13 02:31:47] "GET /virtual-networks?parent_id=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002928 10.0.0.45 - - [2025-02-13 02:31:47] "GET /virtual-network/e4025e24-7a00-4d6b-b45f-c8218f6d43f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005056 10.0.0.45 - - [2025-02-13 02:31:47] "POST /neutron/port HTTP/1.1" 200 1100 0.015548 10.0.0.45 - - [2025-02-13 02:31:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011492 10.0.0.45 - - [2025-02-13 02:31:48] "POST /neutron/port HTTP/1.1" 200 1100 0.045699 10.0.0.45 - - [2025-02-13 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005894 10.0.0.45 - - [2025-02-13 02:31:48] "POST /neutron/port HTTP/1.1" 200 1099 0.015226 10.0.0.45 - - [2025-02-13 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005707 10.0.0.45 - - [2025-02-13 02:31:52] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.45 - - [2025-02-13 02:31:52] "POST /neutron/floatingip HTTP/1.1" 200 529 0.065517 10.0.0.45 - - [2025-02-13 02:31:52] "POST /neutron/port HTTP/1.1" 200 1100 0.018430 10.0.0.45 - - [2025-02-13 02:31:52] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005266 10.0.0.45 - - [2025-02-13 02:31:52] "POST /neutron/floatingip HTTP/1.1" 200 576 0.031677 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/port HTTP/1.1" 200 1099 0.015313 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005680 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/port HTTP/1.1" 200 1099 0.015719 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005840 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/port HTTP/1.1" 200 1099 0.019899 10.0.0.45 - - [2025-02-13 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005630 10.0.0.45 - - [2025-02-13 02:31:53] "GET /virtual-machine/019d9598-62cf-4c30-a120-ae70ed36bcd1 HTTP/1.1" 200 1303 0.004888 10.0.0.45 - - [2025-02-13 02:31:53] "GET /virtual-machine-interface/3cc92a3b-833d-4236-a647-beac204743b7 HTTP/1.1" 200 3003 0.004583 10.0.0.45 - - [2025-02-13 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.45 - - [2025-02-13 02:31:53] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002897 10.0.0.45 - - [2025-02-13 02:31:53] "GET /virtual-networks?parent_id=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003523 10.0.0.45 - - [2025-02-13 02:31:53] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006212 10.0.0.45 - - [2025-02-13 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.45 - - [2025-02-13 02:31:54] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003373 10.0.0.45 - - [2025-02-13 02:31:54] "GET /virtual-networks?parent_id=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003779 10.0.0.45 - - [2025-02-13 02:31:54] "GET /virtual-network/f1655387-5f9f-4358-8b60-75657863f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006880 10.0.0.45 - - [2025-02-13 02:31:54] "POST /neutron/floatingip HTTP/1.1" 200 576 0.012453 10.0.0.45 - - [2025-02-13 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.45 - - [2025-02-13 02:31:54] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004058 10.0.0.45 - - [2025-02-13 02:31:54] "GET /route-target/31e27af2-9fa5-4065-b9d6-1bdcfe487e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004996 10.0.0.45 - - [2025-02-13 02:31:54] "GET /floating-ip/aab54950-ab5d-4882-85ca-a4146914fa80 HTTP/1.1" 200 1887 0.004732 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011725 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017293 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005208 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035543 10.0.0.45 - - [2025-02-13 02:31:57] "GET /floating-ip-pool/a9167464-a9f3-4b1e-824e-5af7367762ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003267 10.0.0.45 - - [2025-02-13 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.45 - - [2025-02-13 02:31:57] "DELETE /floating-ip-pool/a9167464-a9f3-4b1e-824e-5af7367762ba HTTP/1.1" 200 115 0.024737 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/network HTTP/1.1" 200 838 0.012029 10.0.0.45 - - [2025-02-13 02:31:57] "POST /neutron/network HTTP/1.1" 400 204 0.010156 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 1099 0.014075 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 1125 0.008550 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 1100 0.022676 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 1126 0.010735 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 151 0.123108 10.0.0.45 - - [2025-02-13 02:31:58] "POST /neutron/port HTTP/1.1" 200 151 0.110413 10.0.0.45 - - [2025-02-13 02:31:59] "POST /neutron/network HTTP/1.1" 200 838 0.005538 10.0.0.45 - - [2025-02-13 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003403 10.0.0.45 - - [2025-02-13 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.45 - - [2025-02-13 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002813 10.0.0.45 - - [2025-02-13 02:31:59] "POST /neutron/network HTTP/1.1" 200 151 0.078400 10.0.0.45 - - [2025-02-13 02:31:59] "GET /routing-instance/9b6dc635-c0f1-4bce-a148-a24d30cc8d82 HTTP/1.1" 404 171 0.004386 10.0.0.45 - - [2025-02-13 02:31:59] "DELETE /route-target/05addff6-4b4b-4b2f-aa02-fb771c37acfa HTTP/1.1" 200 115 0.023164 10.0.0.45 - - [2025-02-13 02:31:59] "GET /domains HTTP/1.1" 200 280 0.002859 10.0.0.45 - - [2025-02-13 02:31:59] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.45 - - [2025-02-13 02:31:59] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.048202 10.0.0.45 - - [2025-02-13 02:31:59] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 2174 0.071595 10.0.0.45 - - [2025-02-13 02:32:00] "POST /neutron/network HTTP/1.1" 200 837 0.005956 10.0.0.45 - - [2025-02-13 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.45 - - [2025-02-13 02:32:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002063 10.0.0.45 - - [2025-02-13 02:32:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003535 10.0.0.45 - - [2025-02-13 02:32:00] "POST /neutron/network HTTP/1.1" 200 151 0.086285 10.0.0.45 - - [2025-02-13 02:32:00] "GET /routing-instance/bdadb38f-441b-437b-bf92-ad26fb34a0ac HTTP/1.1" 404 171 0.002985 10.0.0.45 - - [2025-02-13 02:32:00] "DELETE /route-target/31e27af2-9fa5-4065-b9d6-1bdcfe487e47 HTTP/1.1" 200 115 0.020266 10.0.0.45 - - [2025-02-13 02:32:00] "GET /domains HTTP/1.1" 200 280 0.003224 10.0.0.45 - - [2025-02-13 02:32:00] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.45 - - [2025-02-13 02:32:00] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2585 0.050045 10.0.0.45 - - [2025-02-13 02:32:00] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 1924 0.066391 10.0.0.45 - - [2025-02-13 02:32:00] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027113 10.0.0.45 - - [2025-02-13 02:32:00] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001562 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?fields=virtual_networks HTTP/1.1" 200 1056 0.071518 10.0.0.45 - - [2025-02-13 02:32:00] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025517 10.0.0.45 - - [2025-02-13 02:32:00] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.45 - - [2025-02-13 02:32:00] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?fields=security_groups HTTP/1.1" 200 1294 0.030567 10.0.0.45 - - [2025-02-13 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.020561 10.0.0.45 - - [2025-02-13 02:32:01] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002483 10.0.0.45 - - [2025-02-13 02:32:01] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.45 - - [2025-02-13 02:32:01] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007621 10.0.0.45 - - [2025-02-13 02:32:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001733 10.0.0.45 - - [2025-02-13 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.002938 10.0.0.45 - - [2025-02-13 02:32:01] "POST /security-groups HTTP/1.1" 200 586 0.060016 10.0.0.45 - - [2025-02-13 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.003308 10.0.0.45 - - [2025-02-13 02:32:01] "POST /projects HTTP/1.1" 200 575 0.223275 10.0.0.45 - - [2025-02-13 02:32:01] "POST /access-control-lists HTTP/1.1" 200 591 0.057268 10.0.0.45 - - [2025-02-13 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.295559 10.0.0.45 - - [2025-02-13 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.003390 10.0.0.45 - - [2025-02-13 02:32:02] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.412944 10.0.0.45 - - [2025-02-13 02:32:02] "POST /access-control-lists HTTP/1.1" 200 589 0.059027 10.0.0.45 - - [2025-02-13 02:32:03] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.45 - - [2025-02-13 02:32:04] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.45 - - [2025-02-13 02:32:04] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.031055 10.0.0.45 - - [2025-02-13 02:32:04] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.45 - - [2025-02-13 02:32:04] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?fields=virtual_networks HTTP/1.1" 200 1021 0.087120 10.0.0.45 - - [2025-02-13 02:32:04] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.45 - - [2025-02-13 02:32:04] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.030280 10.0.0.45 - - [2025-02-13 02:32:04] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.45 - - [2025-02-13 02:32:04] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?fields=security_groups HTTP/1.1" 200 1242 0.027033 10.0.0.45 - - [2025-02-13 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.022233 10.0.0.45 - - [2025-02-13 02:32:05] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002868 10.0.0.45 - - [2025-02-13 02:32:05] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.45 - - [2025-02-13 02:32:05] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008948 10.0.0.45 - - [2025-02-13 02:32:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001449 10.0.0.45 - - [2025-02-13 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.004240 10.0.0.45 - - [2025-02-13 02:32:05] "POST /security-groups HTTP/1.1" 200 594 0.063795 10.0.0.45 - - [2025-02-13 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.002534 10.0.0.45 - - [2025-02-13 02:32:05] "POST /projects HTTP/1.1" 200 591 0.221596 10.0.0.45 - - [2025-02-13 02:32:05] "POST /access-control-lists HTTP/1.1" 200 599 0.060677 10.0.0.45 - - [2025-02-13 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.293616 10.0.0.45 - - [2025-02-13 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.003010 10.0.0.45 - - [2025-02-13 02:32:05] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.418034 10.0.0.45 - - [2025-02-13 02:32:05] "POST /access-control-lists HTTP/1.1" 200 597 0.067923 10.0.0.45 - - [2025-02-13 02:32:06] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.45 - - [2025-02-13 02:32:07] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.45 - - [2025-02-13 02:32:08] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001277 10.0.0.45 - - [2025-02-13 02:32:08] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050965 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.45 - - [2025-02-13 02:32:08] "GET /security-group/be234e28-9b71-4a73-ab35-d4ba57176197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006088 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.45 - - [2025-02-13 02:32:08] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002293 10.0.0.45 - - [2025-02-13 02:32:08] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024281 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.45 - - [2025-02-13 02:32:08] "GET /security-group/be234e28-9b71-4a73-ab35-d4ba57176197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003960 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.45 - - [2025-02-13 02:32:08] "PUT /security-group/be234e28-9b71-4a73-ab35-d4ba57176197 HTTP/1.1" 200 262 0.014448 10.0.0.45 - - [2025-02-13 02:32:08] "PUT /access-control-list/46635f1a-aa40-4f64-bc34-fd19126586ad HTTP/1.1" 200 272 0.011466 10.0.0.45 - - [2025-02-13 02:32:08] "PUT /access-control-list/98b8f3cb-99d3-40b9-9c6c-967cd2f0a6a7 HTTP/1.1" 200 272 0.011083 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.003486 10.0.0.45 - - [2025-02-13 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.45 - - [2025-02-13 02:32:08] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001883 10.0.0.45 - - [2025-02-13 02:32:08] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026905 10.0.0.45 - - [2025-02-13 02:32:08] "POST /neutron/network HTTP/1.1" 200 117 0.029829 10.0.0.45 - - [2025-02-13 02:32:08] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.45 - - [2025-02-13 02:32:08] "POST /neutron/network HTTP/1.1" 200 608 0.059972 10.0.0.45 - - [2025-02-13 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002459 10.0.0.45 - - [2025-02-13 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 705 0.125773 10.0.0.45 - - [2025-02-13 02:32:08] "POST /neutron/network HTTP/1.1" 200 823 0.005527 10.0.0.45 - - [2025-02-13 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.45 - - [2025-02-13 02:32:08] "GET /virtual-network/9b80f2f1-96a9-49d4-b81b-ccaf29c696b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004845 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 823 0.007137 10.0.0.45 - - [2025-02-13 02:32:09] "GET /virtual-network/9b80f2f1-96a9-49d4-b81b-ccaf29c696b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005730 10.0.0.45 - - [2025-02-13 02:32:09] "POST /route-targets HTTP/1.1" 200 327 0.010768 10.0.0.45 - - [2025-02-13 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.013294 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 823 0.007718 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/subnet HTTP/1.1" 200 705 0.006588 10.0.0.45 - - [2025-02-13 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.45 - - [2025-02-13 02:32:09] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001033 10.0.0.45 - - [2025-02-13 02:32:09] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034418 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 117 0.009334 10.0.0.45 - - [2025-02-13 02:32:09] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001178 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 615 0.094807 10.0.0.45 - - [2025-02-13 02:32:09] "POST /route-targets HTTP/1.1" 200 327 0.016921 10.0.0.45 - - [2025-02-13 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.027247 10.0.0.45 - - [2025-02-13 02:32:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002007 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.158351 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 835 0.006782 10.0.0.45 - - [2025-02-13 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001107 10.0.0.45 - - [2025-02-13 02:32:09] "GET /virtual-network/e3a19896-bff3-4b04-9740-878e769256be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004646 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 835 0.005338 10.0.0.45 - - [2025-02-13 02:32:09] "GET /virtual-network/e3a19896-bff3-4b04-9740-878e769256be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004906 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 835 0.005680 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.005749 10.0.0.45 - - [2025-02-13 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001011 10.0.0.45 - - [2025-02-13 02:32:09] "POST /neutron/network HTTP/1.1" 200 833 0.005986 10.0.0.45 - - [2025-02-13 02:32:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000365 10.0.0.45 - - [2025-02-13 02:32:10] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.45 - - [2025-02-13 02:32:10] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.45 - - [2025-02-13 02:32:10] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.45 - - [2025-02-13 02:32:10] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057330 10.0.0.45 - - [2025-02-13 02:32:10] "POST /neutron/network HTTP/1.1" 200 823 0.005116 10.0.0.45 - - [2025-02-13 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.004643 10.0.0.45 - - [2025-02-13 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.004582 10.0.0.45 - - [2025-02-13 02:32:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001171 10.0.0.45 - - [2025-02-13 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.45 - - [2025-02-13 02:32:10] "POST /neutron/network HTTP/1.1" 200 845 0.006474 10.0.0.45 - - [2025-02-13 02:32:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/network HTTP/1.1" 200 833 0.005497 10.0.0.45 - - [2025-02-13 02:32:11] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.45 - - [2025-02-13 02:32:11] "GET / HTTP/1.1" 200 35931 0.002513 10.0.0.45 - - [2025-02-13 02:32:11] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1059 0.195155 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1059 0.008008 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1059 0.007823 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1113 0.061315 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1087 0.014007 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002845 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 679 0.010975 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/network HTTP/1.1" 200 823 0.004840 10.0.0.45 - - [2025-02-13 02:32:11] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002007 10.0.0.45 - - [2025-02-13 02:32:11] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055379 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/network HTTP/1.1" 200 835 0.006556 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 1087 0.019191 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009150 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.005737 10.0.0.45 - - [2025-02-13 02:32:11] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001313 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/router HTTP/1.1" 200 585 0.046258 10.0.0.45 - - [2025-02-13 02:32:11] "POST /neutron/router HTTP/1.1" 200 585 0.004272 10.0.0.45 - - [2025-02-13 02:32:11] "POST /route-targets HTTP/1.1" 200 327 0.017385 10.0.0.45 - - [2025-02-13 02:32:12] "PUT /logical-router/4d756412-b15d-44c2-b891-15e388103085 HTTP/1.1" 200 262 0.021842 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/router HTTP/1.1" 200 656 0.032986 10.0.0.45 - - [2025-02-13 02:32:12] "GET /logical-router/4d756412-b15d-44c2-b891-15e388103085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.010902 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/router HTTP/1.1" 200 656 0.007456 10.0.0.45 - - [2025-02-13 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.45 - - [2025-02-13 02:32:12] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001427 10.0.0.45 - - [2025-02-13 02:32:12] "GET /service-template/6745b219-678c-4222-bbdb-a89ca3571244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.011615 10.0.0.45 - - [2025-02-13 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003412 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/network HTTP/1.1" 200 845 0.033781 10.0.0.45 - - [2025-02-13 02:32:12] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.45 - - [2025-02-13 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007977 10.0.0.45 - - [2025-02-13 02:32:12] "POST /virtual-networks HTTP/1.1" 200 694 0.217757 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/router HTTP/1.1" 200 344 0.395740 10.0.0.45 - - [2025-02-13 02:32:12] "POST /route-targets HTTP/1.1" 200 327 0.047791 10.0.0.45 - - [2025-02-13 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.042203 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1087 0.107568 10.0.0.45 - - [2025-02-13 02:32:12] "POST /service-instances HTTP/1.1" 200 670 0.166357 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.028264 10.0.0.45 - - [2025-02-13 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.066947 10.0.0.45 - - [2025-02-13 02:32:12] "POST /route-tables HTTP/1.1" 200 582 0.051754 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1064 0.499909 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1064 0.010792 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1064 0.013723 10.0.0.45 - - [2025-02-13 02:32:12] "PUT /logical-router/4d756412-b15d-44c2-b891-15e388103085 HTTP/1.1" 200 262 0.027053 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1118 0.068671 10.0.0.45 - - [2025-02-13 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.022733 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 1092 0.016903 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003070 10.0.0.45 - - [2025-02-13 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.012505 10.0.0.45 - - [2025-02-13 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.45 - - [2025-02-13 02:32:12] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.45 - - [2025-02-13 02:32:13] "POST /neutron/network HTTP/1.1" 200 835 0.005895 10.0.0.45 - - [2025-02-13 02:32:13] "POST /virtual-machines HTTP/1.1" 200 553 0.016111 10.0.0.45 - - [2025-02-13 02:32:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.108967 10.0.0.45 - - [2025-02-13 02:32:13] "POST /chown HTTP/1.1" 200 109 0.013829 10.0.0.45 - - [2025-02-13 02:32:13] "POST /instance-ips HTTP/1.1" 200 551 0.039710 10.0.0.45 - - [2025-02-13 02:32:13] "POST /instance-ips HTTP/1.1" 400 246 0.016515 10.0.0.45 - - [2025-02-13 02:32:13] "POST /chown HTTP/1.1" 200 109 0.008672 10.0.0.45 - - [2025-02-13 02:32:13] "PUT /virtual-machine-interface/cc7a68ac-95ab-4799-9050-f1cd938c2479 HTTP/1.1" 200 284 0.011711 10.0.0.45 - - [2025-02-13 02:32:13] "PUT /instance-ip/104c8568-63c4-43db-9fb3-bc454d79bc30 HTTP/1.1" 200 256 0.014640 10.0.0.45 - - [2025-02-13 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.012626 10.0.0.45 - - [2025-02-13 02:32:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093695 10.0.0.45 - - [2025-02-13 02:32:13] "POST /chown HTTP/1.1" 200 109 0.007609 10.0.0.45 - - [2025-02-13 02:32:13] "POST /instance-ips HTTP/1.1" 200 549 0.027233 10.0.0.45 - - [2025-02-13 02:32:13] "POST /instance-ips HTTP/1.1" 400 316 0.026541 10.0.0.45 - - [2025-02-13 02:32:14] "POST /chown HTTP/1.1" 200 109 0.014660 10.0.0.45 - - [2025-02-13 02:32:14] "PUT /virtual-machine-interface/ff05e89c-5b8f-4444-bef8-dc344c1fd6dd HTTP/1.1" 200 284 0.011026 10.0.0.45 - - [2025-02-13 02:32:14] "PUT /instance-ip/5f416d4d-d0ba-4404-96ae-073b69c770ed HTTP/1.1" 200 256 0.012522 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/port HTTP/1.1" 200 1087 0.019654 10.0.0.45 - - [2025-02-13 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.019769 10.0.0.45 - - [2025-02-13 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.014494 10.0.0.45 - - [2025-02-13 02:32:14] "PUT /routing-instance/eec853c2-653a-4c37-9eaf-bb8a01fe67bf HTTP/1.1" 200 266 0.028022 10.0.0.45 - - [2025-02-13 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.019848 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/port HTTP/1.1" 200 1087 0.053761 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/network HTTP/1.1" 200 833 0.007542 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005687 10.0.0.45 - - [2025-02-13 02:32:14] "POST /virtual-machines HTTP/1.1" 200 553 0.023166 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/subnet HTTP/1.1" 200 679 0.033717 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.001839 10.0.0.45 - - [2025-02-13 02:32:14] "POST /neutron/network HTTP/1.1" 200 823 0.007726 10.0.0.45 - - [2025-02-13 02:32:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.113540 10.0.0.45 - - [2025-02-13 02:32:14] "POST /chown HTTP/1.1" 200 109 0.008364 10.0.0.45 - - [2025-02-13 02:32:14] "POST /instance-ips HTTP/1.1" 400 246 0.019879 10.0.0.45 - - [2025-02-13 02:32:14] "POST /chown HTTP/1.1" 200 109 0.008826 10.0.0.45 - - [2025-02-13 02:32:14] "PUT /virtual-machine-interface/909ed02d-800c-40b4-969a-7f33a0852546 HTTP/1.1" 200 284 0.014339 10.0.0.45 - - [2025-02-13 02:32:14] "PUT /instance-ip/104c8568-63c4-43db-9fb3-bc454d79bc30 HTTP/1.1" 200 256 0.011603 10.0.0.45 - - [2025-02-13 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.010828 10.0.0.45 - - [2025-02-13 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.011454 10.0.0.45 - - [2025-02-13 02:32:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.103735 10.0.0.45 - - [2025-02-13 02:32:15] "POST /chown HTTP/1.1" 200 109 0.009883 10.0.0.45 - - [2025-02-13 02:32:15] "POST /instance-ips HTTP/1.1" 400 316 0.016260 10.0.0.45 - - [2025-02-13 02:32:15] "POST /chown HTTP/1.1" 200 109 0.007390 10.0.0.45 - - [2025-02-13 02:32:15] "PUT /virtual-machine-interface/3fcc8db7-a02a-4ce9-ba30-e2911fe697db HTTP/1.1" 200 284 0.013439 10.0.0.45 - - [2025-02-13 02:32:15] "PUT /instance-ip/5f416d4d-d0ba-4404-96ae-073b69c770ed HTTP/1.1" 200 256 0.013175 10.0.0.45 - - [2025-02-13 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.014804 10.0.0.45 - - [2025-02-13 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.016337 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015492 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007509 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/port HTTP/1.1" 200 1087 0.017454 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005914 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/port HTTP/1.1" 200 1087 0.014504 10.0.0.45 - - [2025-02-13 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005235 10.0.0.45 - - [2025-02-13 02:32:17] "GET /virtual-machine/5303c1b2-03db-4c55-bb86-51d98139dd16 HTTP/1.1" 401 292 0.000401 10.0.0.45 - - [2025-02-13 02:32:18] "GET /virtual-machine/5303c1b2-03db-4c55-bb86-51d98139dd16 HTTP/1.1" 200 1295 0.030792 10.0.0.45 - - [2025-02-13 02:32:18] "GET /virtual-machine-interface/697988dc-5469-47dd-a690-ab4e6000557b HTTP/1.1" 200 2955 0.004392 10.0.0.45 - - [2025-02-13 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.45 - - [2025-02-13 02:32:18] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003549 10.0.0.45 - - [2025-02-13 02:32:18] "GET /virtual-networks?parent_id=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003066 10.0.0.45 - - [2025-02-13 02:32:18] "GET /virtual-network/9b80f2f1-96a9-49d4-b81b-ccaf29c696b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006366 10.0.0.45 - - [2025-02-13 02:32:20] "POST /neutron/port HTTP/1.1" 200 1087 0.014219 10.0.0.45 - - [2025-02-13 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005117 10.0.0.45 - - [2025-02-13 02:32:21] "POST /neutron/port HTTP/1.1" 200 1092 0.014785 10.0.0.45 - - [2025-02-13 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.45 - - [2025-02-13 02:32:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004846 10.0.0.45 - - [2025-02-13 02:32:21] "GET /virtual-network/9b80f2f1-96a9-49d4-b81b-ccaf29c696b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005903 10.0.0.45 - - [2025-02-13 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.45 - - [2025-02-13 02:32:23] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002953 10.0.0.45 - - [2025-02-13 02:32:23] "GET /virtual-networks?parent_id=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003116 10.0.0.45 - - [2025-02-13 02:32:23] "GET /virtual-network/9b80f2f1-96a9-49d4-b81b-ccaf29c696b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005911 10.0.0.45 - - [2025-02-13 02:32:23] "POST /neutron/port HTTP/1.1" 200 1087 0.033093 10.0.0.45 - - [2025-02-13 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006844 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/port HTTP/1.1" 200 1092 0.015103 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005560 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/port HTTP/1.1" 200 1092 0.013982 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006595 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/port HTTP/1.1" 200 1092 0.015360 10.0.0.45 - - [2025-02-13 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005840 10.0.0.45 - - [2025-02-13 02:32:29] "GET /virtual-machine/7f53a490-c31b-40d3-88fc-2f87101aeb42 HTTP/1.1" 200 1294 0.004010 10.0.0.45 - - [2025-02-13 02:32:29] "GET /virtual-machine-interface/df13a251-686f-4268-aa51-dcba2de2c0cc HTTP/1.1" 200 2968 0.005380 10.0.0.45 - - [2025-02-13 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.45 - - [2025-02-13 02:32:29] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006776 10.0.0.45 - - [2025-02-13 02:32:29] "GET /virtual-networks?parent_id=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003442 10.0.0.45 - - [2025-02-13 02:32:29] "GET /virtual-network/e3a19896-bff3-4b04-9740-878e769256be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007943 10.0.0.45 - - [2025-02-13 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.45 - - [2025-02-13 02:32:30] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003451 10.0.0.45 - - [2025-02-13 02:32:30] "GET /virtual-networks?parent_id=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003138 10.0.0.45 - - [2025-02-13 02:32:30] "GET /virtual-network/e3a19896-bff3-4b04-9740-878e769256be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006599 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /project/0be0808f8a6d4532bf8938d4abd1a1c4 HTTP/1.1" 404 173 0.008701 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /project/0f544eae0d514e60b6554095e34bef5e HTTP/1.1" 404 173 0.007976 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.096941 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.101718 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?fields=security_groups HTTP/1.1" 200 1347 0.063888 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?fields=security_groups HTTP/1.1" 200 1399 0.069340 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /security-group/711bc268-0782-4576-954b-82eb63fd5096 HTTP/1.1" 200 115 0.067835 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=0f544eae-0d51-4e60-b655-4095e34bef5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /access-control-list/f08d5afb-523f-490a-a392-06f344e590f8 HTTP/1.1" 200 115 0.046760 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /security-group/ac06820a-8e16-4cab-96e3-f89b3fcc2db6 HTTP/1.1" 200 115 0.078744 10.0.0.45 - - [2025-02-13 02:32:32] "GET /projects?obj_uuids=aa4561ce-045c-4547-9c96-ff8272d24ddf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/0f544eae-0d51-4e60-b655-4095e34bef5e?fields=application_policy_sets HTTP/1.1" 200 1386 0.036410 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /access-control-list/b3b8e3bb-da55-41a7-a6f7-4c81e3111f54 HTTP/1.1" 200 115 0.046891 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /access-control-list/918731c7-d5c3-44f0-bd15-0937b481ee58 HTTP/1.1" 200 115 0.029701 10.0.0.45 - - [2025-02-13 02:32:32] "GET /project/aa4561ce-045c-4547-9c96-ff8272d24ddf?fields=application_policy_sets HTTP/1.1" 200 1438 0.088302 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /access-control-list/768ac9f5-f8c1-4553-8fa2-f7e1967cb0f8 HTTP/1.1" 200 115 0.065593 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /project/0f544eae-0d51-4e60-b655-4095e34bef5e HTTP/1.1" 200 115 0.509083 10.0.0.45 - - [2025-02-13 02:32:32] "DELETE /project/aa4561ce-045c-4547-9c96-ff8272d24ddf HTTP/1.1" 200 115 0.535388 10.0.0.45 - - [2025-02-13 02:32:34] "POST /neutron/router HTTP/1.1" 200 656 0.004528 10.0.0.45 - - [2025-02-13 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.011849 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/router HTTP/1.1" 200 344 0.106722 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/router HTTP/1.1" 200 656 0.006365 10.0.0.45 - - [2025-02-13 02:32:35] "GET /logical-router/4d756412-b15d-44c2-b891-15e388103085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.006386 10.0.0.45 - - [2025-02-13 02:32:35] "GET /service-instance/737ee2af-5f0b-4198-8509-87b748108e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005508 10.0.0.45 - - [2025-02-13 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/router HTTP/1.1" 200 151 0.073554 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /route-target/9f148c47-5fa4-41bb-be24-b2056f9a2f48 HTTP/1.1" 409 239 0.010774 10.0.0.45 - - [2025-02-13 02:32:35] "PUT /logical-router/4d756412-b15d-44c2-b891-15e388103085 HTTP/1.1" 404 171 0.003371 10.0.0.45 - - [2025-02-13 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.019961 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /route-table/a2194632-1b22-42a2-bda3-3788d94a7e91 HTTP/1.1" 200 115 0.039413 10.0.0.45 - - [2025-02-13 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.45 - - [2025-02-13 02:32:35] "GET /virtual-network/911355fd-b2ee-4d23-a09f-7c4f761098c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.007889 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/network HTTP/1.1" 200 835 0.011012 10.0.0.45 - - [2025-02-13 02:32:35] "PUT /routing-instance/eec853c2-653a-4c37-9eaf-bb8a01fe67bf HTTP/1.1" 200 266 0.019468 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/network HTTP/1.1" 400 204 0.047279 10.0.0.45 - - [2025-02-13 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.020499 10.0.0.45 - - [2025-02-13 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /instance-ip/5f416d4d-d0ba-4404-96ae-073b69c770ed HTTP/1.1" 200 115 0.036022 10.0.0.45 - - [2025-02-13 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2025-02-13 02:32:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005847 10.0.0.45 - - [2025-02-13 02:32:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004845 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /virtual-network/911355fd-b2ee-4d23-a09f-7c4f761098c7 HTTP/1.1" 200 115 0.132193 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /route-target/4f4f96cb-5783-4d1e-91fc-7c00723b56ee HTTP/1.1" 200 115 0.033239 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /service-instance/737ee2af-5f0b-4198-8509-87b748108e04 HTTP/1.1" 200 115 0.036117 10.0.0.45 - - [2025-02-13 02:32:35] "GET /logical-router/4d756412-b15d-44c2-b891-15e388103085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004279 10.0.0.45 - - [2025-02-13 02:32:35] "GET /service-instance/737ee2af-5f0b-4198-8509-87b748108e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002481 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 1092 0.012982 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 1118 0.014493 10.0.0.45 - - [2025-02-13 02:32:35] "GET /virtual-machine-interface/3fcc8db7-a02a-4ce9-ba30-e2911fe697db?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.006991 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 1087 0.023314 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 1113 0.016510 10.0.0.45 - - [2025-02-13 02:32:35] "DELETE /virtual-machine-interface/3fcc8db7-a02a-4ce9-ba30-e2911fe697db HTTP/1.1" 200 115 0.049819 10.0.0.45 - - [2025-02-13 02:32:35] "GET /virtual-machine-interface/909ed02d-800c-40b4-969a-7f33a0852546?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.014139 10.0.0.45 - - [2025-02-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 151 0.147728 10.0.0.45 - - [2025-02-13 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.014387 10.0.0.45 - - [2025-02-13 02:32:36] "POST /neutron/port HTTP/1.1" 200 151 0.134037 10.0.0.45 - - [2025-02-13 02:32:36] "GET /instance-ip/104c8568-63c4-43db-9fb3-bc454d79bc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004805 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /virtual-machine-interface/909ed02d-800c-40b4-969a-7f33a0852546 HTTP/1.1" 200 115 0.046517 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /virtual-machine/016d2db4-6b06-406b-8145-104347d5446d HTTP/1.1" 200 115 0.023818 10.0.0.45 - - [2025-02-13 02:32:36] "GET /virtual-machine-interface/ff05e89c-5b8f-4444-bef8-dc344c1fd6dd?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.005857 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /virtual-machine-interface/ff05e89c-5b8f-4444-bef8-dc344c1fd6dd HTTP/1.1" 200 115 0.036416 10.0.0.45 - - [2025-02-13 02:32:36] "GET /virtual-machine-interface/cc7a68ac-95ab-4799-9050-f1cd938c2479?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005320 10.0.0.45 - - [2025-02-13 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.013871 10.0.0.45 - - [2025-02-13 02:32:36] "GET /instance-ip/104c8568-63c4-43db-9fb3-bc454d79bc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006540 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /instance-ip/104c8568-63c4-43db-9fb3-bc454d79bc30 HTTP/1.1" 200 115 0.027509 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /virtual-machine-interface/cc7a68ac-95ab-4799-9050-f1cd938c2479 HTTP/1.1" 200 115 0.039789 10.0.0.45 - - [2025-02-13 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.45 - - [2025-02-13 02:32:36] "DELETE /virtual-machine/00b84f17-9116-41e3-a0ae-ff1b64338fd4 HTTP/1.1" 200 115 0.021999 10.0.0.45 - - [2025-02-13 02:32:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047724 10.0.0.45 - - [2025-02-13 02:32:37] "GET /obj-perms HTTP/1.1" 200 5056 0.042125 10.0.0.45 - - [2025-02-13 02:32:37] "POST /neutron/network HTTP/1.1" 200 835 0.007609 10.0.0.45 - - [2025-02-13 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004531 10.0.0.45 - - [2025-02-13 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.45 - - [2025-02-13 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.45 - - [2025-02-13 02:32:37] "POST /neutron/network HTTP/1.1" 200 151 0.104933 10.0.0.45 - - [2025-02-13 02:32:37] "DELETE /route-target/cf7a4242-715f-4d48-ae1c-8646f559cd23 HTTP/1.1" 200 115 0.018042 10.0.0.45 - - [2025-02-13 02:32:37] "POST /neutron/network HTTP/1.1" 200 823 0.007249 10.0.0.45 - - [2025-02-13 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005790 10.0.0.45 - - [2025-02-13 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004365 10.0.0.45 - - [2025-02-13 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013841 10.0.0.45 - - [2025-02-13 02:32:37] "POST /neutron/network HTTP/1.1" 200 151 0.093110 10.0.0.45 - - [2025-02-13 02:32:37] "DELETE /route-target/a952721f-fc51-4742-8d04-0f8692df81a3 HTTP/1.1" 200 115 0.017344 10.0.0.45 - - [2025-02-13 02:32:37] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.45 - - [2025-02-13 02:32:37] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026578 10.0.0.45 - - [2025-02-13 02:32:37] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000953 10.0.0.45 - - [2025-02-13 02:32:38] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?fields=virtual_networks HTTP/1.1" 200 1036 0.074663 10.0.0.45 - - [2025-02-13 02:32:38] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001371 10.0.0.45 - - [2025-02-13 02:32:38] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027723 10.0.0.45 - - [2025-02-13 02:32:38] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001187 10.0.0.45 - - [2025-02-13 02:32:38] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?fields=security_groups HTTP/1.1" 200 1265 0.026206 10.0.0.45 - - [2025-02-13 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.022758 10.0.0.45 - - [2025-02-13 02:32:38] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002832 10.0.0.45 - - [2025-02-13 02:32:39] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.45 - - [2025-02-13 02:32:39] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007383 10.0.0.45 - - [2025-02-13 02:32:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.001214 10.0.0.45 - - [2025-02-13 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002160 10.0.0.45 - - [2025-02-13 02:32:39] "POST /security-groups HTTP/1.1" 200 599 0.063389 10.0.0.45 - - [2025-02-13 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.002411 10.0.0.45 - - [2025-02-13 02:32:39] "POST /projects HTTP/1.1" 200 601 0.210940 10.0.0.45 - - [2025-02-13 02:32:39] "POST /access-control-lists HTTP/1.1" 200 604 0.057753 10.0.0.45 - - [2025-02-13 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.287634 10.0.0.45 - - [2025-02-13 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 241 0.002544 10.0.0.45 - - [2025-02-13 02:32:39] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.401420 10.0.0.45 - - [2025-02-13 02:32:39] "POST /access-control-lists HTTP/1.1" 200 602 0.061995 10.0.0.45 - - [2025-02-13 02:32:40] "GET / HTTP/1.1" 200 35931 0.001932 10.0.0.45 - - [2025-02-13 02:32:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.45 - - [2025-02-13 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.059937 10.0.0.45 - - [2025-02-13 02:32:41] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.45 - - [2025-02-13 02:32:41] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039876 10.0.0.45 - - [2025-02-13 02:32:41] "POST /neutron/network HTTP/1.1" 200 117 0.028030 10.0.0.45 - - [2025-02-13 02:32:41] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.45 - - [2025-02-13 02:32:41] "POST /neutron/network HTTP/1.1" 200 613 0.059864 10.0.0.45 - - [2025-02-13 02:32:41] "POST /route-targets HTTP/1.1" 200 327 0.011338 10.0.0.45 - - [2025-02-13 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.012360 10.0.0.45 - - [2025-02-13 02:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004635 10.0.0.45 - - [2025-02-13 02:32:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.137477 10.0.0.45 - - [2025-02-13 02:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005200 10.0.0.45 - - [2025-02-13 02:32:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.45 - - [2025-02-13 02:32:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.164334 10.0.0.45 - - [2025-02-13 02:32:41] "POST /neutron/network HTTP/1.1" 200 1006 0.010002 10.0.0.45 - - [2025-02-13 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001291 10.0.0.45 - - [2025-02-13 02:32:41] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007788 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 1006 0.006696 10.0.0.45 - - [2025-02-13 02:32:42] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004427 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008587 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.005913 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.005779 10.0.0.45 - - [2025-02-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.45 - - [2025-02-13 02:32:42] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001617 10.0.0.45 - - [2025-02-13 02:32:42] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029975 10.0.0.45 - - [2025-02-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.028673 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 117 0.009746 10.0.0.45 - - [2025-02-13 02:32:42] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 613 0.061399 10.0.0.45 - - [2025-02-13 02:32:42] "POST /route-targets HTTP/1.1" 200 327 0.011333 10.0.0.45 - - [2025-02-13 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.012095 10.0.0.45 - - [2025-02-13 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.180124 10.0.0.45 - - [2025-02-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005541 10.0.0.45 - - [2025-02-13 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004228 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.139773 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 1007 0.009059 10.0.0.45 - - [2025-02-13 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001371 10.0.0.45 - - [2025-02-13 02:32:42] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004611 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 1007 0.009205 10.0.0.45 - - [2025-02-13 02:32:42] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004980 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/network HTTP/1.1" 200 1007 0.007147 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.006293 10.0.0.45 - - [2025-02-13 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.007000 10.0.0.45 - - [2025-02-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002126 10.0.0.45 - - [2025-02-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.45 - - [2025-02-13 02:32:42] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.45 - - [2025-02-13 02:32:42] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.027326 10.0.0.45 - - [2025-02-13 02:32:43] "POST /network-policys HTTP/1.1" 200 577 0.061140 10.0.0.45 - - [2025-02-13 02:32:43] "GET /network-policy/198cb8c4-1b8d-4d4a-b527-6785a3a3be69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004979 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1006 0.006927 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005371 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.002578 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1114 0.046982 10.0.0.45 - - [2025-02-13 02:32:43] "POST /access-control-lists HTTP/1.1" 200 596 0.068586 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1114 0.044338 10.0.0.45 - - [2025-02-13 02:32:43] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005690 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.45 - - [2025-02-13 02:32:43] "GET /network-policy/198cb8c4-1b8d-4d4a-b527-6785a3a3be69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003630 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1007 0.007504 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.007503 10.0.0.45 - - [2025-02-13 02:32:43] "PUT /access-control-list/e94fa918-b1c4-4c42-916e-72374c6aec9b HTTP/1.1" 200 272 0.019405 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1115 0.052718 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.003189 10.0.0.45 - - [2025-02-13 02:32:43] "POST /neutron/network HTTP/1.1" 200 1115 0.007323 10.0.0.45 - - [2025-02-13 02:32:43] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004994 10.0.0.45 - - [2025-02-13 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.45 - - [2025-02-13 02:32:43] "GET /network-policy/198cb8c4-1b8d-4d4a-b527-6785a3a3be69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005712 10.0.0.45 - - [2025-02-13 02:32:43] "GET /domains HTTP/1.1" 401 292 0.000485 10.0.0.45 - - [2025-02-13 02:32:43] "POST /access-control-lists HTTP/1.1" 200 596 0.076965 10.0.0.45 - - [2025-02-13 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.012014 10.0.0.45 - - [2025-02-13 02:32:43] "GET /domains HTTP/1.1" 200 280 0.022687 10.0.0.45 - - [2025-02-13 02:32:43] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.45 - - [2025-02-13 02:32:43] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.008373 10.0.0.45 - - [2025-02-13 02:32:44] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.45 - - [2025-02-13 02:32:44] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 2625 0.075596 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff HTTP/1.1" 200 3504 0.005567 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff HTTP/1.1" 200 3504 0.004384 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 200 1795 0.002991 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 200 1795 0.002814 10.0.0.45 - - [2025-02-13 02:32:44] "GET /route-target/6e7b8740-89ed-4dbb-a02d-a0a2e887e916 HTTP/1.1" 200 1212 0.002790 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff HTTP/1.1" 200 3504 0.004073 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 200 1795 0.002790 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004923 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff HTTP/1.1" 200 3504 0.004458 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 200 1795 0.003057 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 200 1795 0.002934 10.0.0.45 - - [2025-02-13 02:32:44] "GET /route-target/6e7b8740-89ed-4dbb-a02d-a0a2e887e916 HTTP/1.1" 200 1212 0.002707 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains HTTP/1.1" 200 280 0.002779 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.006361 10.0.0.45 - - [2025-02-13 02:32:44] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.45 - - [2025-02-13 02:32:44] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 2625 0.064054 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff HTTP/1.1" 200 3504 0.004312 10.0.0.45 - - [2025-02-13 02:32:44] "GET /obj-perms HTTP/1.1" 200 5046 0.045609 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains HTTP/1.1" 200 280 0.003226 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.006856 10.0.0.45 - - [2025-02-13 02:32:44] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.45 - - [2025-02-13 02:32:44] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 2625 0.065213 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6 HTTP/1.1" 200 3507 0.006140 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6 HTTP/1.1" 200 3507 0.004232 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 200 1796 0.002799 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 200 1796 0.003151 10.0.0.45 - - [2025-02-13 02:32:44] "GET /route-target/1f6eff54-e1e7-4213-8897-1278730a1d9e HTTP/1.1" 200 1211 0.003165 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6 HTTP/1.1" 200 3507 0.004229 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 200 1796 0.002797 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004234 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6 HTTP/1.1" 200 3507 0.004248 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 200 1796 0.003042 10.0.0.45 - - [2025-02-13 02:32:44] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 200 1796 0.003452 10.0.0.45 - - [2025-02-13 02:32:44] "GET /route-target/1f6eff54-e1e7-4213-8897-1278730a1d9e HTTP/1.1" 200 1211 0.002936 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains HTTP/1.1" 200 280 0.002329 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.45 - - [2025-02-13 02:32:44] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.006522 10.0.0.45 - - [2025-02-13 02:32:44] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.45 - - [2025-02-13 02:32:44] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 2625 0.063508 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6 HTTP/1.1" 200 3507 0.004694 10.0.0.45 - - [2025-02-13 02:32:44] "GET /obj-perms HTTP/1.1" 200 5046 0.003048 10.0.0.45 - - [2025-02-13 02:32:44] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005697 10.0.0.45 - - [2025-02-13 02:32:44] "POST /neutron/network HTTP/1.1" 200 1115 0.006592 10.0.0.45 - - [2025-02-13 02:32:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003474 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1007 0.041182 10.0.0.45 - - [2025-02-13 02:32:45] "DELETE /access-control-list/d1fd095f-97d8-4fa9-b2f9-2fdc29697d16 HTTP/1.1" 200 115 0.028940 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1007 0.010324 10.0.0.45 - - [2025-02-13 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.011329 10.0.0.45 - - [2025-02-13 02:32:45] "GET /virtual-network/6c05a3aa-b9c3-4aa2-a099-c4bbe77d67c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005743 10.0.0.45 - - [2025-02-13 02:32:45] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005108 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1114 0.007230 10.0.0.45 - - [2025-02-13 02:32:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004935 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1006 0.043773 10.0.0.45 - - [2025-02-13 02:32:45] "DELETE /access-control-list/e94fa918-b1c4-4c42-916e-72374c6aec9b HTTP/1.1" 200 115 0.035657 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1006 0.010563 10.0.0.45 - - [2025-02-13 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.012200 10.0.0.45 - - [2025-02-13 02:32:45] "GET /virtual-network/4106e68f-c4f4-4bf9-a7c1-22b7e1722fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005031 10.0.0.45 - - [2025-02-13 02:32:45] "DELETE /network-policy/198cb8c4-1b8d-4d4a-b527-6785a3a3be69 HTTP/1.1" 200 115 0.021310 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1007 0.006792 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002060 10.0.0.45 - - [2025-02-13 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001757 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003008 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 151 0.081874 10.0.0.45 - - [2025-02-13 02:32:45] "DELETE /route-target/1f6eff54-e1e7-4213-8897-1278730a1d9e HTTP/1.1" 200 115 0.015765 10.0.0.45 - - [2025-02-13 02:32:45] "GET /routing-instance/f750d473-a018-4ea0-a5bc-e9f62c2040cb HTTP/1.1" 404 171 0.002020 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domains HTTP/1.1" 200 280 0.002084 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.050040 10.0.0.45 - - [2025-02-13 02:32:45] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.45 - - [2025-02-13 02:32:45] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 2145 0.069930 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 1006 0.007034 10.0.0.45 - - [2025-02-13 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001929 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 10.0.0.45 - - [2025-02-13 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001769 10.0.0.45 - - [2025-02-13 02:32:45] "POST /neutron/network HTTP/1.1" 200 151 0.085852 10.0.0.45 - - [2025-02-13 02:32:45] "DELETE /route-target/6e7b8740-89ed-4dbb-a02d-a0a2e887e916 HTTP/1.1" 200 115 0.019406 10.0.0.45 - - [2025-02-13 02:32:45] "GET /routing-instance/59e16968-338c-4cb5-b0b8-126ddf7cf460 HTTP/1.1" 404 171 0.002604 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domains HTTP/1.1" 200 280 0.002695 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.45 - - [2025-02-13 02:32:45] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2770 0.048059 10.0.0.45 - - [2025-02-13 02:32:45] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001918 10.0.0.45 - - [2025-02-13 02:32:45] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 1900 0.070593 10.0.0.45 - - [2025-02-13 02:32:46] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.45 - - [2025-02-13 02:32:46] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025617 10.0.0.45 - - [2025-02-13 02:32:46] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.45 - - [2025-02-13 02:32:46] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?fields=virtual_networks HTTP/1.1" 200 1048 0.067895 10.0.0.45 - - [2025-02-13 02:32:46] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.45 - - [2025-02-13 02:32:46] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.025505 10.0.0.45 - - [2025-02-13 02:32:46] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.45 - - [2025-02-13 02:32:46] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?fields=security_groups HTTP/1.1" 200 1282 0.023206 10.0.0.45 - - [2025-02-13 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.035262 10.0.0.45 - - [2025-02-13 02:32:47] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002390 10.0.0.45 - - [2025-02-13 02:32:47] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.45 - - [2025-02-13 02:32:47] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007523 10.0.0.45 - - [2025-02-13 02:32:47] "POST /id-to-fqname HTTP/1.1" 200 192 0.001290 10.0.0.45 - - [2025-02-13 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.004227 10.0.0.45 - - [2025-02-13 02:32:47] "POST /security-groups HTTP/1.1" 200 593 0.068932 10.0.0.45 - - [2025-02-13 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.002704 10.0.0.45 - - [2025-02-13 02:32:47] "POST /projects HTTP/1.1" 200 589 0.224139 10.0.0.45 - - [2025-02-13 02:32:47] "POST /access-control-lists HTTP/1.1" 200 598 0.060999 10.0.0.45 - - [2025-02-13 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.300499 10.0.0.45 - - [2025-02-13 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.003616 10.0.0.45 - - [2025-02-13 02:32:47] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.429372 10.0.0.45 - - [2025-02-13 02:32:47] "POST /access-control-lists HTTP/1.1" 200 596 0.068633 10.0.0.45 - - [2025-02-13 02:32:48] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.45 - - [2025-02-13 02:32:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.45 - - [2025-02-13 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.058887 10.0.0.45 - - [2025-02-13 02:32:49] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.45 - - [2025-02-13 02:32:49] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029214 10.0.0.45 - - [2025-02-13 02:32:49] "POST /neutron/network HTTP/1.1" 200 117 0.029092 10.0.0.45 - - [2025-02-13 02:32:49] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002804 10.0.0.45 - - [2025-02-13 02:32:49] "POST /neutron/network HTTP/1.1" 200 607 0.076584 10.0.0.45 - - [2025-02-13 02:32:49] "POST /route-targets HTTP/1.1" 200 327 0.016176 10.0.0.45 - - [2025-02-13 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.011415 10.0.0.45 - - [2025-02-13 02:32:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004241 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.161968 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.005472 10.0.0.45 - - [2025-02-13 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001199 10.0.0.45 - - [2025-02-13 02:32:50] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005792 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.006260 10.0.0.45 - - [2025-02-13 02:32:50] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005644 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.005752 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.007732 10.0.0.45 - - [2025-02-13 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.45 - - [2025-02-13 02:32:50] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.45 - - [2025-02-13 02:32:50] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029324 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 117 0.011681 10.0.0.45 - - [2025-02-13 02:32:50] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 607 0.087793 10.0.0.45 - - [2025-02-13 02:32:50] "POST /route-targets HTTP/1.1" 200 327 0.012417 10.0.0.45 - - [2025-02-13 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.45 - - [2025-02-13 02:32:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.158536 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.005499 10.0.0.45 - - [2025-02-13 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.003279 10.0.0.45 - - [2025-02-13 02:32:50] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005193 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.006510 10.0.0.45 - - [2025-02-13 02:32:50] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006036 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/network HTTP/1.1" 200 825 0.007478 10.0.0.45 - - [2025-02-13 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.006502 10.0.0.45 - - [2025-02-13 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002509 10.0.0.45 - - [2025-02-13 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.45 - - [2025-02-13 02:32:50] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.45 - - [2025-02-13 02:32:50] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032996 10.0.0.45 - - [2025-02-13 02:32:50] "POST /network-policys HTTP/1.1" 200 571 0.021197 10.0.0.45 - - [2025-02-13 02:32:50] "GET /network-policy/7b4bf2c0-8f9d-47f6-8ac1-f58cc313beaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004800 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 825 0.005484 10.0.0.45 - - [2025-02-13 02:32:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.004430 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 927 0.041478 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 927 0.040345 10.0.0.45 - - [2025-02-13 02:32:51] "POST /access-control-lists HTTP/1.1" 200 590 0.067716 10.0.0.45 - - [2025-02-13 02:32:51] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006746 10.0.0.45 - - [2025-02-13 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.45 - - [2025-02-13 02:32:51] "GET /network-policy/7b4bf2c0-8f9d-47f6-8ac1-f58cc313beaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003903 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 825 0.005440 10.0.0.45 - - [2025-02-13 02:32:51] "PUT /access-control-list/c7640b52-1a9e-4099-8be9-b230f18b9a46 HTTP/1.1" 200 272 0.059104 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 927 0.089039 10.0.0.45 - - [2025-02-13 02:32:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.003479 10.0.0.45 - - [2025-02-13 02:32:51] "POST /neutron/network HTTP/1.1" 200 927 0.004940 10.0.0.45 - - [2025-02-13 02:32:51] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005098 10.0.0.45 - - [2025-02-13 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.45 - - [2025-02-13 02:32:51] "GET /network-policy/7b4bf2c0-8f9d-47f6-8ac1-f58cc313beaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.036052 10.0.0.45 - - [2025-02-13 02:32:51] "POST /access-control-lists HTTP/1.1" 200 590 0.065214 10.0.0.45 - - [2025-02-13 02:32:51] "GET /domains HTTP/1.1" 401 292 0.000470 10.0.0.45 - - [2025-02-13 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.012662 10.0.0.45 - - [2025-02-13 02:32:51] "GET /domains HTTP/1.1" 200 280 0.030404 10.0.0.45 - - [2025-02-13 02:32:51] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.45 - - [2025-02-13 02:32:51] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.008663 10.0.0.45 - - [2025-02-13 02:32:51] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001427 10.0.0.45 - - [2025-02-13 02:32:51] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 2570 0.079507 10.0.0.45 - - [2025-02-13 02:32:51] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724 HTTP/1.1" 200 2886 0.006682 10.0.0.45 - - [2025-02-13 02:32:51] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724 HTTP/1.1" 200 2886 0.005027 10.0.0.45 - - [2025-02-13 02:32:51] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 200 1784 0.003749 10.0.0.45 - - [2025-02-13 02:32:51] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 200 1784 0.003889 10.0.0.45 - - [2025-02-13 02:32:52] "GET /route-target/2df39b97-95ff-4d73-8fc4-d3c4c5f3e147 HTTP/1.1" 200 1206 0.003211 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724 HTTP/1.1" 200 2886 0.004628 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 200 1784 0.003666 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005104 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724 HTTP/1.1" 200 2886 0.006721 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 200 1784 0.003130 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 200 1784 0.002868 10.0.0.45 - - [2025-02-13 02:32:52] "GET /route-target/2df39b97-95ff-4d73-8fc4-d3c4c5f3e147 HTTP/1.1" 200 1206 0.002964 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains HTTP/1.1" 200 280 0.003014 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.007069 10.0.0.45 - - [2025-02-13 02:32:52] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001303 10.0.0.45 - - [2025-02-13 02:32:52] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 2570 0.065977 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724 HTTP/1.1" 200 2886 0.004355 10.0.0.45 - - [2025-02-13 02:32:52] "GET /obj-perms HTTP/1.1" 200 5034 0.044356 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains HTTP/1.1" 200 280 0.003084 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.006857 10.0.0.45 - - [2025-02-13 02:32:52] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.45 - - [2025-02-13 02:32:52] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 2570 0.065251 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22 HTTP/1.1" 200 2887 0.008469 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22 HTTP/1.1" 200 2887 0.004916 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 200 1784 0.003580 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 200 1784 0.003230 10.0.0.45 - - [2025-02-13 02:32:52] "GET /route-target/ee9865f2-a3ba-41bf-abbd-a941ce532f64 HTTP/1.1" 200 1207 0.002865 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22 HTTP/1.1" 200 2887 0.004533 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 200 1784 0.003402 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004598 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22 HTTP/1.1" 200 2887 0.005225 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 200 1784 0.003321 10.0.0.45 - - [2025-02-13 02:32:52] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 200 1784 0.003289 10.0.0.45 - - [2025-02-13 02:32:52] "GET /route-target/ee9865f2-a3ba-41bf-abbd-a941ce532f64 HTTP/1.1" 200 1207 0.004262 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains HTTP/1.1" 200 280 0.002705 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.45 - - [2025-02-13 02:32:52] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.006463 10.0.0.45 - - [2025-02-13 02:32:52] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.45 - - [2025-02-13 02:32:52] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 2570 0.070406 10.0.0.45 - - [2025-02-13 02:32:52] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22 HTTP/1.1" 200 2887 0.005828 10.0.0.45 - - [2025-02-13 02:32:52] "GET /obj-perms HTTP/1.1" 200 5034 0.003608 10.0.0.45 - - [2025-02-13 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001780 10.0.0.45 - - [2025-02-13 02:32:53] "POST /neutron/network HTTP/1.1" 200 937 0.007070 10.0.0.45 - - [2025-02-13 02:32:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.45 - - [2025-02-13 02:32:53] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.45 - - [2025-02-13 02:32:53] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.45 - - [2025-02-13 02:32:53] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.45 - - [2025-02-13 02:32:53] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053431 10.0.0.45 - - [2025-02-13 02:32:53] "POST /neutron/network HTTP/1.1" 200 927 0.005617 10.0.0.45 - - [2025-02-13 02:32:53] "POST /neutron/port HTTP/1.1" 200 117 0.006059 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.45 - - [2025-02-13 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.005322 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/network HTTP/1.1" 200 937 0.005987 10.0.0.45 - - [2025-02-13 02:32:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/network HTTP/1.1" 200 937 0.005532 10.0.0.45 - - [2025-02-13 02:32:54] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001403 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 1061 0.209090 10.0.0.45 - - [2025-02-13 02:32:54] "GET / HTTP/1.1" 200 35931 0.001990 10.0.0.45 - - [2025-02-13 02:32:54] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 1061 0.010324 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 1061 0.008947 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 1115 0.062605 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 1089 0.017496 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002860 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.013030 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.45 - - [2025-02-13 02:32:54] "POST /neutron/network HTTP/1.1" 200 927 0.006145 10.0.0.45 - - [2025-02-13 02:32:54] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001242 10.0.0.45 - - [2025-02-13 02:32:55] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064176 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/network HTTP/1.1" 200 927 0.010092 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 1089 0.022789 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006887 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.005129 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 1089 0.018201 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011302 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/network HTTP/1.1" 200 937 0.007976 10.0.0.45 - - [2025-02-13 02:32:55] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.45 - - [2025-02-13 02:32:55] "PUT /access-control-list/10542685-d83b-41c3-b08b-3a8d96a86028 HTTP/1.1" 200 272 0.075077 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 1061 0.340425 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 1061 0.014909 10.0.0.45 - - [2025-02-13 02:32:55] "POST /neutron/port HTTP/1.1" 200 1061 0.007795 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/port HTTP/1.1" 200 1115 0.059728 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/port HTTP/1.1" 200 1089 0.014233 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003571 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.010538 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.45 - - [2025-02-13 02:32:56] "POST /neutron/network HTTP/1.1" 200 927 0.007570 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016953 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005800 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/port HTTP/1.1" 200 1089 0.017017 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006118 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/port HTTP/1.1" 200 1089 0.014698 10.0.0.45 - - [2025-02-13 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007117 10.0.0.45 - - [2025-02-13 02:33:00] "GET /virtual-machine/f99da3ea-2661-4ff1-a4b2-45a3d63e597f HTTP/1.1" 200 1295 0.005831 10.0.0.45 - - [2025-02-13 02:33:00] "GET /virtual-machine-interface/d9cb4298-2008-4339-8494-298bbd1dceea HTTP/1.1" 200 2950 0.005573 10.0.0.45 - - [2025-02-13 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.45 - - [2025-02-13 02:33:00] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003808 10.0.0.45 - - [2025-02-13 02:33:00] "GET /virtual-networks?parent_id=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004145 10.0.0.45 - - [2025-02-13 02:33:00] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005966 10.0.0.45 - - [2025-02-13 02:33:03] "POST /neutron/port HTTP/1.1" 200 1089 0.014864 10.0.0.45 - - [2025-02-13 02:33:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005336 10.0.0.45 - - [2025-02-13 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.45 - - [2025-02-13 02:33:03] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004944 10.0.0.45 - - [2025-02-13 02:33:04] "POST /neutron/port HTTP/1.1" 200 1089 0.014120 10.0.0.45 - - [2025-02-13 02:33:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005517 10.0.0.45 - - [2025-02-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.45 - - [2025-02-13 02:33:06] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005755 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-networks?parent_id=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003001 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005124 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/port HTTP/1.1" 200 1089 0.018586 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007796 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/port HTTP/1.1" 200 1089 0.019433 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006728 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/port HTTP/1.1" 200 1089 0.018256 10.0.0.45 - - [2025-02-13 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008295 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-machine/7e917aaf-74f0-40d2-bf86-e494bf8171a0 HTTP/1.1" 200 1294 0.005327 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-machine-interface/09a0c2a7-8b4d-4814-86a2-267ea68304f6 HTTP/1.1" 200 2948 0.005514 10.0.0.45 - - [2025-02-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.45 - - [2025-02-13 02:33:06] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003770 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-networks?parent_id=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004568 10.0.0.45 - - [2025-02-13 02:33:06] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006128 10.0.0.45 - - [2025-02-13 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.45 - - [2025-02-13 02:33:07] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003160 10.0.0.45 - - [2025-02-13 02:33:07] "GET /virtual-networks?parent_id=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003337 10.0.0.45 - - [2025-02-13 02:33:08] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005119 10.0.0.45 - - [2025-02-13 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.45 - - [2025-02-13 02:33:11] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.45 - - [2025-02-13 02:33:11] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.030935 10.0.0.45 - - [2025-02-13 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.45 - - [2025-02-13 02:33:12] "PUT /network-policy/7b4bf2c0-8f9d-47f6-8ac1-f58cc313beaf HTTP/1.1" 200 262 0.009924 10.0.0.45 - - [2025-02-13 02:33:12] "PUT /access-control-list/c7640b52-1a9e-4099-8be9-b230f18b9a46 HTTP/1.1" 200 272 0.051876 10.0.0.45 - - [2025-02-13 02:33:12] "POST /ref-update HTTP/1.1" 200 156 0.011327 10.0.0.45 - - [2025-02-13 02:33:12] "PUT /access-control-list/10542685-d83b-41c3-b08b-3a8d96a86028 HTTP/1.1" 200 272 0.051782 10.0.0.45 - - [2025-02-13 02:33:12] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.45 - - [2025-02-13 02:33:15] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005448 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 927 0.007074 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 825 0.045322 10.0.0.45 - - [2025-02-13 02:33:15] "DELETE /access-control-list/10542685-d83b-41c3-b08b-3a8d96a86028 HTTP/1.1" 200 115 0.030088 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 825 0.011196 10.0.0.45 - - [2025-02-13 02:33:15] "GET /virtual-network/4fdfaf63-d0f5-41e2-9e96-6fa4a3cd9f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005133 10.0.0.45 - - [2025-02-13 02:33:15] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004887 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 927 0.008402 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 825 0.051544 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 825 0.007302 10.0.0.45 - - [2025-02-13 02:33:15] "DELETE /access-control-list/c7640b52-1a9e-4099-8be9-b230f18b9a46 HTTP/1.1" 200 115 0.060117 10.0.0.45 - - [2025-02-13 02:33:15] "GET /virtual-network/05cbf5f7-a62b-4b95-a5ba-8e46bced6724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.019837 10.0.0.45 - - [2025-02-13 02:33:15] "DELETE /network-policy/7b4bf2c0-8f9d-47f6-8ac1-f58cc313beaf HTTP/1.1" 200 115 0.032794 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 200 825 0.007703 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/network HTTP/1.1" 400 204 0.010843 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015360 10.0.0.45 - - [2025-02-13 02:33:15] "POST /neutron/port HTTP/1.1" 200 1115 0.008293 10.0.0.45 - - [2025-02-13 02:33:16] "POST /neutron/port HTTP/1.1" 200 151 0.115296 10.0.0.45 - - [2025-02-13 02:33:16] "POST /neutron/port HTTP/1.1" 200 1089 0.025815 10.0.0.45 - - [2025-02-13 02:33:16] "POST /neutron/port HTTP/1.1" 200 1115 0.008973 10.0.0.45 - - [2025-02-13 02:33:16] "POST /neutron/port HTTP/1.1" 200 151 0.131362 10.0.0.45 - - [2025-02-13 02:33:17] "POST /neutron/network HTTP/1.1" 200 825 0.005330 10.0.0.45 - - [2025-02-13 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005925 10.0.0.45 - - [2025-02-13 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.45 - - [2025-02-13 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.45 - - [2025-02-13 02:33:17] "POST /neutron/network HTTP/1.1" 200 151 0.082902 10.0.0.45 - - [2025-02-13 02:33:17] "GET /routing-instance/cd1cfcac-8532-42da-aa52-c29191c6b800 HTTP/1.1" 404 171 0.002028 10.0.0.45 - - [2025-02-13 02:33:17] "GET /domains HTTP/1.1" 200 280 0.001890 10.0.0.45 - - [2025-02-13 02:33:17] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.45 - - [2025-02-13 02:33:17] "DELETE /route-target/ee9865f2-a3ba-41bf-abbd-a941ce532f64 HTTP/1.1" 200 115 0.023876 10.0.0.45 - - [2025-02-13 02:33:17] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.048678 10.0.0.45 - - [2025-02-13 02:33:17] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 2102 0.075366 10.0.0.45 - - [2025-02-13 02:33:18] "POST /neutron/network HTTP/1.1" 200 825 0.005391 10.0.0.45 - - [2025-02-13 02:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004091 10.0.0.45 - - [2025-02-13 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.45 - - [2025-02-13 02:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001749 10.0.0.45 - - [2025-02-13 02:33:18] "POST /neutron/network HTTP/1.1" 200 151 0.088558 10.0.0.45 - - [2025-02-13 02:33:18] "GET /routing-instance/f2c2678c-1969-4b48-be61-b55dc46ca348 HTTP/1.1" 404 171 0.002018 10.0.0.45 - - [2025-02-13 02:33:18] "DELETE /route-target/2df39b97-95ff-4d73-8fc4-d3c4c5f3e147 HTTP/1.1" 200 115 0.017969 10.0.0.45 - - [2025-02-13 02:33:18] "GET /domains HTTP/1.1" 200 280 0.003995 10.0.0.45 - - [2025-02-13 02:33:18] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.45 - - [2025-02-13 02:33:18] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.052098 10.0.0.45 - - [2025-02-13 02:33:18] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 1863 0.070099 10.0.0.45 - - [2025-02-13 02:33:18] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027432 10.0.0.45 - - [2025-02-13 02:33:18] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001455 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?fields=virtual_networks HTTP/1.1" 200 1035 0.073939 10.0.0.45 - - [2025-02-13 02:33:18] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023340 10.0.0.45 - - [2025-02-13 02:33:18] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001227 10.0.0.45 - - [2025-02-13 02:33:18] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?fields=security_groups HTTP/1.1" 200 1263 0.024250 10.0.0.45 - - [2025-02-13 02:33:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.021815 10.0.0.45 - - [2025-02-13 02:33:19] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003151 10.0.0.45 - - [2025-02-13 02:33:19] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.45 - - [2025-02-13 02:33:19] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007438 10.0.0.45 - - [2025-02-13 02:33:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.003991 10.0.0.45 - - [2025-02-13 02:33:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.002482 10.0.0.45 - - [2025-02-13 02:33:19] "POST /security-groups HTTP/1.1" 200 589 0.062975 10.0.0.45 - - [2025-02-13 02:33:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.002946 10.0.0.45 - - [2025-02-13 02:33:19] "POST /projects HTTP/1.1" 200 581 0.230135 10.0.0.45 - - [2025-02-13 02:33:19] "POST /access-control-lists HTTP/1.1" 200 594 0.056260 10.0.0.45 - - [2025-02-13 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.300006 10.0.0.45 - - [2025-02-13 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.002628 10.0.0.45 - - [2025-02-13 02:33:20] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.420626 10.0.0.45 - - [2025-02-13 02:33:20] "POST /access-control-lists HTTP/1.1" 200 592 0.056705 10.0.0.45 - - [2025-02-13 02:33:21] "GET / HTTP/1.1" 200 35931 0.002854 10.0.0.45 - - [2025-02-13 02:33:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.45 - - [2025-02-13 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.050666 10.0.0.45 - - [2025-02-13 02:33:22] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.45 - - [2025-02-13 02:33:22] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022707 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/network HTTP/1.1" 200 117 0.034690 10.0.0.45 - - [2025-02-13 02:33:22] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001410 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/network HTTP/1.1" 200 613 0.063479 10.0.0.45 - - [2025-02-13 02:33:22] "POST /route-targets HTTP/1.1" 200 327 0.008988 10.0.0.45 - - [2025-02-13 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.013938 10.0.0.45 - - [2025-02-13 02:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.128218 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/network HTTP/1.1" 200 830 0.005569 10.0.0.45 - - [2025-02-13 02:33:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001069 10.0.0.45 - - [2025-02-13 02:33:22] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004212 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/network HTTP/1.1" 200 830 0.005667 10.0.0.45 - - [2025-02-13 02:33:22] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004276 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/network HTTP/1.1" 200 830 0.005363 10.0.0.45 - - [2025-02-13 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.006728 10.0.0.45 - - [2025-02-13 02:33:22] "GET /domains HTTP/1.1" 401 292 0.003170 10.0.0.45 - - [2025-02-13 02:33:22] "GET /domains HTTP/1.1" 200 280 0.022732 10.0.0.45 - - [2025-02-13 02:33:22] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.45 - - [2025-02-13 02:33:22] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.009648 10.0.0.45 - - [2025-02-13 02:33:22] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.45 - - [2025-02-13 02:33:23] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2079 0.067567 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53 HTTP/1.1" 200 2311 0.005463 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53 HTTP/1.1" 200 2311 0.004234 10.0.0.45 - - [2025-02-13 02:33:23] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 200 1493 0.002939 10.0.0.45 - - [2025-02-13 02:33:23] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 200 1493 0.002893 10.0.0.45 - - [2025-02-13 02:33:23] "GET /route-target/6e37de86-a834-4776-ba47-307cff64efe5 HTTP/1.1" 200 1212 0.002628 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53 HTTP/1.1" 200 2311 0.004703 10.0.0.45 - - [2025-02-13 02:33:23] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 200 1493 0.002887 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004235 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53 HTTP/1.1" 200 2311 0.004215 10.0.0.45 - - [2025-02-13 02:33:23] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 200 1493 0.003802 10.0.0.45 - - [2025-02-13 02:33:23] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 200 1493 0.002846 10.0.0.45 - - [2025-02-13 02:33:23] "GET /route-target/6e37de86-a834-4776-ba47-307cff64efe5 HTTP/1.1" 200 1212 0.002939 10.0.0.45 - - [2025-02-13 02:33:23] "GET /domains HTTP/1.1" 200 280 0.002446 10.0.0.45 - - [2025-02-13 02:33:23] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.45 - - [2025-02-13 02:33:23] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.007215 10.0.0.45 - - [2025-02-13 02:33:23] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.45 - - [2025-02-13 02:33:23] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2079 0.072553 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53 HTTP/1.1" 200 2311 0.004469 10.0.0.45 - - [2025-02-13 02:33:23] "GET /obj-perms HTTP/1.1" 200 5026 0.045148 10.0.0.45 - - [2025-02-13 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.45 - - [2025-02-13 02:33:23] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.45 - - [2025-02-13 02:33:23] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025392 10.0.0.45 - - [2025-02-13 02:33:23] "POST /neutron/network HTTP/1.1" 200 117 0.008389 10.0.0.45 - - [2025-02-13 02:33:23] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.45 - - [2025-02-13 02:33:23] "POST /neutron/network HTTP/1.1" 200 613 0.066455 10.0.0.45 - - [2025-02-13 02:33:23] "POST /route-targets HTTP/1.1" 200 327 0.009526 10.0.0.45 - - [2025-02-13 02:33:23] "POST /ref-update HTTP/1.1" 200 156 0.011765 10.0.0.45 - - [2025-02-13 02:33:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.45 - - [2025-02-13 02:33:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.159249 10.0.0.45 - - [2025-02-13 02:33:23] "POST /neutron/network HTTP/1.1" 200 834 0.005448 10.0.0.45 - - [2025-02-13 02:33:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001193 10.0.0.45 - - [2025-02-13 02:33:23] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005606 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 834 0.005391 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004610 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 834 0.005847 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.006213 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domains HTTP/1.1" 200 280 0.002014 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.006467 10.0.0.45 - - [2025-02-13 02:33:24] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.45 - - [2025-02-13 02:33:24] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2297 0.070853 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6 HTTP/1.1" 200 2323 0.006420 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6 HTTP/1.1" 200 2323 0.004843 10.0.0.45 - - [2025-02-13 02:33:24] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 200 1493 0.003736 10.0.0.45 - - [2025-02-13 02:33:24] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 200 1493 0.003361 10.0.0.45 - - [2025-02-13 02:33:24] "GET /route-target/aaf0ae0c-265f-4801-9dd1-d9f0d8698b65 HTTP/1.1" 200 1213 0.003078 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6 HTTP/1.1" 200 2323 0.004444 10.0.0.45 - - [2025-02-13 02:33:24] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 200 1493 0.003704 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004616 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6 HTTP/1.1" 200 2323 0.005602 10.0.0.45 - - [2025-02-13 02:33:24] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 200 1493 0.003053 10.0.0.45 - - [2025-02-13 02:33:24] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 200 1493 0.003039 10.0.0.45 - - [2025-02-13 02:33:24] "GET /route-target/aaf0ae0c-265f-4801-9dd1-d9f0d8698b65 HTTP/1.1" 200 1213 0.002629 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domains HTTP/1.1" 200 280 0.002270 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.45 - - [2025-02-13 02:33:24] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.006449 10.0.0.45 - - [2025-02-13 02:33:24] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.45 - - [2025-02-13 02:33:24] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2297 0.064551 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6 HTTP/1.1" 200 2323 0.004924 10.0.0.45 - - [2025-02-13 02:33:24] "GET /obj-perms HTTP/1.1" 200 5026 0.004238 10.0.0.45 - - [2025-02-13 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.45 - - [2025-02-13 02:33:24] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.45 - - [2025-02-13 02:33:24] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028025 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 117 0.014334 10.0.0.45 - - [2025-02-13 02:33:24] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 615 0.065959 10.0.0.45 - - [2025-02-13 02:33:24] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.45 - - [2025-02-13 02:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003364 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.206926 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 833 0.005560 10.0.0.45 - - [2025-02-13 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001550 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006192 10.0.0.45 - - [2025-02-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 833 0.005238 10.0.0.45 - - [2025-02-13 02:33:24] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004512 10.0.0.45 - - [2025-02-13 02:33:25] "POST /neutron/network HTTP/1.1" 200 833 0.005668 10.0.0.45 - - [2025-02-13 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.006638 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domains HTTP/1.1" 200 280 0.002072 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.008133 10.0.0.45 - - [2025-02-13 02:33:25] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.45 - - [2025-02-13 02:33:25] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2516 0.077940 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039 HTTP/1.1" 200 2320 0.005979 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039 HTTP/1.1" 200 2320 0.004558 10.0.0.45 - - [2025-02-13 02:33:25] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 200 1498 0.003224 10.0.0.45 - - [2025-02-13 02:33:25] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 200 1498 0.003026 10.0.0.45 - - [2025-02-13 02:33:25] "GET /route-target/9f148c47-5fa4-41bb-be24-b2056f9a2f48 HTTP/1.1" 200 1215 0.003245 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039 HTTP/1.1" 200 2320 0.004606 10.0.0.45 - - [2025-02-13 02:33:25] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 200 1498 0.003155 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009024 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039 HTTP/1.1" 200 2320 0.005071 10.0.0.45 - - [2025-02-13 02:33:25] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 200 1498 0.003261 10.0.0.45 - - [2025-02-13 02:33:25] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 200 1498 0.003900 10.0.0.45 - - [2025-02-13 02:33:25] "GET /route-target/9f148c47-5fa4-41bb-be24-b2056f9a2f48 HTTP/1.1" 200 1215 0.002972 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domains HTTP/1.1" 200 280 0.003024 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.45 - - [2025-02-13 02:33:25] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 3142 0.006845 10.0.0.45 - - [2025-02-13 02:33:25] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.45 - - [2025-02-13 02:33:25] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2516 0.070919 10.0.0.45 - - [2025-02-13 02:33:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039 HTTP/1.1" 200 2320 0.004989 10.0.0.45 - - [2025-02-13 02:33:25] "GET /obj-perms HTTP/1.1" 200 5026 0.002807 10.0.0.45 - - [2025-02-13 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001358 10.0.0.45 - - [2025-02-13 02:33:25] "POST /neutron/network HTTP/1.1" 200 844 0.006173 10.0.0.45 - - [2025-02-13 02:33:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.45 - - [2025-02-13 02:33:25] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.45 - - [2025-02-13 02:33:25] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.45 - - [2025-02-13 02:33:26] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.45 - - [2025-02-13 02:33:26] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044957 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/network HTTP/1.1" 200 834 0.005420 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.004985 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.005371 10.0.0.45 - - [2025-02-13 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001319 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/network HTTP/1.1" 200 843 0.008153 10.0.0.45 - - [2025-02-13 02:33:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/network HTTP/1.1" 200 844 0.006043 10.0.0.45 - - [2025-02-13 02:33:26] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.45 - - [2025-02-13 02:33:26] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.45 - - [2025-02-13 02:33:26] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/port HTTP/1.1" 200 1060 0.212936 10.0.0.45 - - [2025-02-13 02:33:26] "POST /neutron/port HTTP/1.1" 200 1060 0.010308 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 1060 0.011118 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 1114 0.073658 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 1088 0.016734 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003095 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.064920 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/network HTTP/1.1" 200 834 0.004644 10.0.0.45 - - [2025-02-13 02:33:27] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.45 - - [2025-02-13 02:33:27] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053308 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/network HTTP/1.1" 200 833 0.005397 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 1088 0.021965 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009833 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/port HTTP/1.1" 200 117 0.005113 10.0.0.45 - - [2025-02-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.002929 10.0.0.45 - - [2025-02-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.45 - - [2025-02-13 02:33:27] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.45 - - [2025-02-13 02:33:27] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009075 10.0.0.45 - - [2025-02-13 02:33:27] "POST /service-templates HTTP/1.1" 200 543 0.026298 10.0.0.45 - - [2025-02-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.45 - - [2025-02-13 02:33:27] "GET /service-template/c3c08d90-65fb-4abd-ad21-c9bcb5756b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004795 10.0.0.45 - - [2025-02-13 02:33:27] "POST /neutron/network HTTP/1.1" 200 843 0.007578 10.0.0.45 - - [2025-02-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.45 - - [2025-02-13 02:33:27] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.45 - - [2025-02-13 02:33:27] "GET /service-template/c3c08d90-65fb-4abd-ad21-c9bcb5756b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.014006 10.0.0.45 - - [2025-02-13 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001468 10.0.0.45 - - [2025-02-13 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001604 10.0.0.45 - - [2025-02-13 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.003421 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 1057 0.260428 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 1057 0.010719 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 1057 0.009351 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 2015 0.035894 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 1111 0.102903 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005631 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 1085 0.014039 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002971 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.011338 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.45 - - [2025-02-13 02:33:28] "POST /neutron/network HTTP/1.1" 200 833 0.005330 10.0.0.45 - - [2025-02-13 02:33:29] "POST /neutron/network HTTP/1.1" 200 2222 0.023395 10.0.0.45 - - [2025-02-13 02:33:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.45 - - [2025-02-13 02:33:29] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.45 - - [2025-02-13 02:33:29] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.45 - - [2025-02-13 02:33:29] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.45 - - [2025-02-13 02:33:29] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044309 10.0.0.45 - - [2025-02-13 02:33:29] "POST /neutron/network HTTP/1.1" 200 830 0.005132 10.0.0.45 - - [2025-02-13 02:33:29] "POST /neutron/network HTTP/1.1" 200 834 0.005138 10.0.0.45 - - [2025-02-13 02:33:29] "POST /neutron/network HTTP/1.1" 200 833 0.006726 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/port HTTP/1.1" 200 2057 0.020935 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006570 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.005508 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/network HTTP/1.1" 200 2222 0.014528 10.0.0.45 - - [2025-02-13 02:33:30] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002276 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/port HTTP/1.1" 200 1056 0.282071 10.0.0.45 - - [2025-02-13 02:33:30] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.45 - - [2025-02-13 02:33:30] "POST /neutron/port HTTP/1.1" 200 1060 0.191664 10.0.0.45 - - [2025-02-13 02:33:30] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1057 0.210183 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1056 0.009629 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1056 0.008960 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1110 0.071146 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1060 0.010856 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1060 0.008893 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1114 0.083254 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1057 0.009475 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1057 0.008752 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 1111 0.087580 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 3024 0.018017 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.012786 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.001884 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/network HTTP/1.1" 200 830 0.005685 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002615 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.010066 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/network HTTP/1.1" 200 834 0.005810 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003463 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.014168 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.002987 10.0.0.45 - - [2025-02-13 02:33:31] "POST /neutron/network HTTP/1.1" 200 833 0.005402 10.0.0.45 - - [2025-02-13 02:33:32] "DELETE /project/448015424dfc4fac9336c56a49eefbbf HTTP/1.1" 404 173 0.008098 10.0.0.45 - - [2025-02-13 02:33:32] "DELETE /project/ad73e47229e2449c9408d75d6db3ffa7 HTTP/1.1" 404 173 0.007247 10.0.0.45 - - [2025-02-13 02:33:32] "DELETE /project/4a7972382bbc4c419fa330139c82b3bc HTTP/1.1" 404 173 0.003596 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.45 - - [2025-02-13 02:33:32] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.067222 10.0.0.45 - - [2025-02-13 02:33:32] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.077083 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001831 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.45 - - [2025-02-13 02:33:32] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.136590 10.0.0.45 - - [2025-02-13 02:33:32] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.45 - - [2025-02-13 02:33:32] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?fields=security_groups HTTP/1.1" 200 1370 0.076791 10.0.0.45 - - [2025-02-13 02:33:33] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?fields=security_groups HTTP/1.1" 200 1368 0.137003 10.0.0.45 - - [2025-02-13 02:33:33] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?fields=security_groups HTTP/1.1" 200 1387 0.121973 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /security-group/be234e28-9b71-4a73-ab35-d4ba57176197 HTTP/1.1" 200 115 0.106796 10.0.0.45 - - [2025-02-13 02:33:33] "GET /projects?obj_uuids=0be0808f-8a6d-4532-bf89-38d4abd1a1c4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.45 - - [2025-02-13 02:33:33] "GET /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4?fields=application_policy_sets HTTP/1.1" 200 1409 0.107374 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/46635f1a-aa40-4f64-bc34-fd19126586ad HTTP/1.1" 200 115 0.138397 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /security-group/4ea728f0-4f9b-4d33-a159-bc867e3236d9 HTTP/1.1" 200 115 0.248623 10.0.0.45 - - [2025-02-13 02:33:33] "GET /projects?obj_uuids=4a797238-2bbc-4c41-9fa3-30139c82b3bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001481 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/98b8f3cb-99d3-40b9-9c6c-967cd2f0a6a7 HTTP/1.1" 200 115 0.095898 10.0.0.45 - - [2025-02-13 02:33:33] "GET /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc?fields=application_policy_sets HTTP/1.1" 200 1407 0.057393 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /security-group/2e35ffcb-b316-4114-bc4e-cdd1ada7ad8b HTTP/1.1" 200 115 0.262761 10.0.0.45 - - [2025-02-13 02:33:33] "GET /projects?obj_uuids=ad73e472-29e2-449c-9408-d75d6db3ffa7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/8959370c-46f6-4789-829a-f0e4bde32524 HTTP/1.1" 200 115 0.070733 10.0.0.45 - - [2025-02-13 02:33:33] "GET /project/ad73e472-29e2-449c-9408-d75d6db3ffa7?fields=application_policy_sets HTTP/1.1" 200 1426 0.039525 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/3f2a3d33-8e79-4811-a52d-e431054ee2be HTTP/1.1" 200 115 0.046826 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /project/0be0808f-8a6d-4532-bf89-38d4abd1a1c4 HTTP/1.1" 200 115 0.716380 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/596526c2-1508-4e7e-90aa-98dff24f832a HTTP/1.1" 200 115 0.037552 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /access-control-list/e3fc707a-90d5-406b-a9be-fb0ba662e415 HTTP/1.1" 200 115 0.086171 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /project/4a797238-2bbc-4c41-9fa3-30139c82b3bc HTTP/1.1" 200 115 0.834414 10.0.0.45 - - [2025-02-13 02:33:33] "DELETE /project/ad73e472-29e2-449c-9408-d75d6db3ffa7 HTTP/1.1" 200 115 0.853954 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 3024 0.021353 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005971 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 3024 0.018587 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007168 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 3024 0.029336 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006554 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 3024 0.033290 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010655 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 3024 0.021536 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007950 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-machine/21993e9a-aefd-44ff-abf3-74e2a423684f HTTP/1.1" 200 1802 0.004379 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c HTTP/1.1" 200 2946 0.004808 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d HTTP/1.1" 200 2945 0.005014 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a HTTP/1.1" 200 2949 0.004889 10.0.0.45 - - [2025-02-13 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.45 - - [2025-02-13 02:33:35] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002556 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/port HTTP/1.1" 200 1088 0.020483 10.0.0.45 - - [2025-02-13 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004702 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004100 10.0.0.45 - - [2025-02-13 02:33:35] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006911 10.0.0.45 - - [2025-02-13 02:33:37] "POST /neutron/port HTTP/1.1" 200 1085 0.019324 10.0.0.45 - - [2025-02-13 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004998 10.0.0.45 - - [2025-02-13 02:33:37] "GET /obj-perms HTTP/1.1" 200 5056 0.057680 10.0.0.45 - - [2025-02-13 02:33:38] "GET /obj-perms HTTP/1.1" 200 5056 0.042567 10.0.0.45 - - [2025-02-13 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016279 10.0.0.45 - - [2025-02-13 02:33:38] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005394 10.0.0.45 - - [2025-02-13 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.45 - - [2025-02-13 02:33:43] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004930 10.0.0.45 - - [2025-02-13 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.45 - - [2025-02-13 02:33:47] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004620 10.0.0.45 - - [2025-02-13 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.45 - - [2025-02-13 02:33:51] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004836 10.0.0.45 - - [2025-02-13 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.45 - - [2025-02-13 02:33:53] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003161 10.0.0.45 - - [2025-02-13 02:33:53] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003170 10.0.0.45 - - [2025-02-13 02:33:53] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005070 10.0.0.45 - - [2025-02-13 02:33:53] "POST /neutron/port HTTP/1.1" 200 3024 0.019830 10.0.0.45 - - [2025-02-13 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005900 10.0.0.45 - - [2025-02-13 02:33:58] "POST /neutron/port HTTP/1.1" 200 3024 0.018791 10.0.0.45 - - [2025-02-13 02:33:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005643 10.0.0.45 - - [2025-02-13 02:34:01] "POST /neutron/port HTTP/1.1" 200 3024 0.019216 10.0.0.45 - - [2025-02-13 02:34:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005352 10.0.0.45 - - [2025-02-13 02:34:04] "POST /neutron/port HTTP/1.1" 200 3024 0.021413 10.0.0.45 - - [2025-02-13 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006580 10.0.0.45 - - [2025-02-13 02:34:09] "POST /neutron/port HTTP/1.1" 200 3024 0.019499 10.0.0.45 - - [2025-02-13 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006224 10.0.0.45 - - [2025-02-13 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.45 - - [2025-02-13 02:34:14] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003063 10.0.0.45 - - [2025-02-13 02:34:14] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002853 10.0.0.45 - - [2025-02-13 02:34:14] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005227 10.0.0.45 - - [2025-02-13 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.45 - - [2025-02-13 02:34:14] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003331 10.0.0.45 - - [2025-02-13 02:34:14] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002930 10.0.0.45 - - [2025-02-13 02:34:14] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005859 10.0.0.45 - - [2025-02-13 02:34:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.002878 10.0.0.45 - - [2025-02-13 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.45 - - [2025-02-13 02:34:15] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.45 - - [2025-02-13 02:34:15] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036667 10.0.0.45 - - [2025-02-13 02:34:15] "POST /service-instances HTTP/1.1" 200 543 0.063564 10.0.0.45 - - [2025-02-13 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.45 - - [2025-02-13 02:34:15] "GET /service-instance/a82625df-c96d-4509-8037-79654ac200b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005098 10.0.0.45 - - [2025-02-13 02:34:15] "POST /port-tuples HTTP/1.1" 200 586 0.028863 10.0.0.45 - - [2025-02-13 02:34:15] "GET /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006003 10.0.0.45 - - [2025-02-13 02:34:15] "PUT /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d HTTP/1.1" 200 284 0.010325 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.45 - - [2025-02-13 02:34:15] "POST /instance-ips HTTP/1.1" 200 385 0.028591 10.0.0.45 - - [2025-02-13 02:34:15] "GET /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.008173 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.018054 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.012697 10.0.0.45 - - [2025-02-13 02:34:15] "PUT /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c HTTP/1.1" 200 284 0.017313 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003767 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.45 - - [2025-02-13 02:34:15] "GET /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.007616 10.0.0.45 - - [2025-02-13 02:34:15] "POST /instance-ips HTTP/1.1" 200 385 0.036307 10.0.0.45 - - [2025-02-13 02:34:15] "PUT /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a HTTP/1.1" 200 284 0.012692 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.012084 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.012310 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.45 - - [2025-02-13 02:34:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002923 10.0.0.45 - - [2025-02-13 02:34:15] "POST /neutron/port HTTP/1.1" 200 1088 0.015176 10.0.0.45 - - [2025-02-13 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006263 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/port HTTP/1.1" 200 1088 0.018868 10.0.0.45 - - [2025-02-13 02:34:16] "POST /instance-ips HTTP/1.1" 200 373 0.031665 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009240 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.013359 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/port HTTP/1.1" 200 1088 0.019585 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012143 10.0.0.45 - - [2025-02-13 02:34:16] "GET /virtual-machine/b09476e1-b270-44b5-a750-ceed253fd1bb HTTP/1.1" 200 1291 0.004647 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005056 10.0.0.45 - - [2025-02-13 02:34:16] "GET /virtual-machine-interface/e5559c2b-26cc-4ae2-9f49-15153c2d605d HTTP/1.1" 200 2946 0.006676 10.0.0.45 - - [2025-02-13 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.45 - - [2025-02-13 02:34:16] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005778 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/port HTTP/1.1" 200 1088 0.029815 10.0.0.45 - - [2025-02-13 02:34:16] "POST /instance-ips HTTP/1.1" 200 373 0.028031 10.0.0.45 - - [2025-02-13 02:34:16] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003889 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/port HTTP/1.1" 200 1088 0.024557 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.015184 10.0.0.45 - - [2025-02-13 02:34:16] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.014554 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/network HTTP/1.1" 200 844 0.006454 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009033 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.017133 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.033703 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006473 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/port HTTP/1.1" 200 117 0.004837 10.0.0.45 - - [2025-02-13 02:34:16] "POST /neutron/network HTTP/1.1" 200 834 0.006096 10.0.0.45 - - [2025-02-13 02:34:16] "POST /instance-ips HTTP/1.1" 200 375 0.018825 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.009967 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.013582 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003799 10.0.0.45 - - [2025-02-13 02:34:16] "POST /instance-ips HTTP/1.1" 200 375 0.018191 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.009519 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.009122 10.0.0.45 - - [2025-02-13 02:34:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002828 10.0.0.45 - - [2025-02-13 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.45 - - [2025-02-13 02:34:17] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005158 10.0.0.45 - - [2025-02-13 02:34:17] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003371 10.0.0.45 - - [2025-02-13 02:34:17] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005847 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/port HTTP/1.1" 200 1085 0.015507 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006658 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/port HTTP/1.1" 200 1085 0.017252 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006090 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/port HTTP/1.1" 200 1085 0.014745 10.0.0.45 - - [2025-02-13 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005882 10.0.0.45 - - [2025-02-13 02:34:17] "GET /virtual-machine/504b454b-a499-4ade-8f73-54e86ad16bfb HTTP/1.1" 200 1290 0.005407 10.0.0.45 - - [2025-02-13 02:34:17] "GET /virtual-machine-interface/c13f3714-6176-4149-8aab-e57d61b94169 HTTP/1.1" 200 2948 0.004956 10.0.0.45 - - [2025-02-13 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.45 - - [2025-02-13 02:34:18] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003067 10.0.0.45 - - [2025-02-13 02:34:18] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003347 10.0.0.45 - - [2025-02-13 02:34:18] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005521 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.45 - - [2025-02-13 02:34:19] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002874 10.0.0.45 - - [2025-02-13 02:34:19] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003028 10.0.0.45 - - [2025-02-13 02:34:19] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005343 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.002830 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.45 - - [2025-02-13 02:34:19] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001549 10.0.0.45 - - [2025-02-13 02:34:19] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023945 10.0.0.45 - - [2025-02-13 02:34:19] "POST /network-policys HTTP/1.1" 200 547 0.018362 10.0.0.45 - - [2025-02-13 02:34:19] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004861 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.45 - - [2025-02-13 02:34:19] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005330 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.45 - - [2025-02-13 02:34:19] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003937 10.0.0.45 - - [2025-02-13 02:34:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.006083 10.0.0.45 - - [2025-02-13 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.037809 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.45 - - [2025-02-13 02:34:20] "POST /access-control-lists HTTP/1.1" 200 601 0.067094 10.0.0.45 - - [2025-02-13 02:34:20] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003781 10.0.0.45 - - [2025-02-13 02:34:20] "POST /neutron/network HTTP/1.1" 200 922 0.007047 10.0.0.45 - - [2025-02-13 02:34:20] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004432 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.45 - - [2025-02-13 02:34:20] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003612 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.45 - - [2025-02-13 02:34:20] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005491 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.45 - - [2025-02-13 02:34:20] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003356 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.003381 10.0.0.45 - - [2025-02-13 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.033261 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.45 - - [2025-02-13 02:34:20] "POST /access-control-lists HTTP/1.1" 200 604 0.058758 10.0.0.45 - - [2025-02-13 02:34:20] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007740 10.0.0.45 - - [2025-02-13 02:34:20] "POST /routing-instances HTTP/1.1" 200 759 0.016625 10.0.0.45 - - [2025-02-13 02:34:20] "POST /neutron/network HTTP/1.1" 200 921 0.009835 10.0.0.45 - - [2025-02-13 02:34:20] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006539 10.0.0.45 - - [2025-02-13 02:34:20] "POST /route-targets HTTP/1.1" 200 327 0.013432 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.45 - - [2025-02-13 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.009707 10.0.0.45 - - [2025-02-13 02:34:20] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003561 10.0.0.45 - - [2025-02-13 02:34:20] "GET /routing-instance/cc88217d-5480-4f11-aac0-56a078bd6796?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003605 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.45 - - [2025-02-13 02:34:20] "GET /routing-instance/cc88217d-5480-4f11-aac0-56a078bd6796?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003330 10.0.0.45 - - [2025-02-13 02:34:20] "GET /service-template/c3c08d90-65fb-4abd-ad21-c9bcb5756b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003218 10.0.0.45 - - [2025-02-13 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.011365 10.0.0.45 - - [2025-02-13 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.45 - - [2025-02-13 02:34:20] "POST /routing-instances HTTP/1.1" 200 760 0.015463 10.0.0.45 - - [2025-02-13 02:34:21] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.45 - - [2025-02-13 02:34:21] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023715 10.0.0.45 - - [2025-02-13 02:34:21] "POST /route-targets HTTP/1.1" 200 327 0.009388 10.0.0.45 - - [2025-02-13 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.45 - - [2025-02-13 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.011185 10.0.0.45 - - [2025-02-13 02:34:21] "GET /service-instance/a82625df-c96d-4509-8037-79654ac200b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005060 10.0.0.45 - - [2025-02-13 02:34:21] "GET /routing-instance/cb1c9865-e561-4878-9e6c-f755bf9e08e4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003876 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domains HTTP/1.1" 200 280 0.002570 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2771 0.007514 10.0.0.45 - - [2025-02-13 02:34:21] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.45 - - [2025-02-13 02:34:21] "GET /routing-instance/cb1c9865-e561-4878-9e6c-f755bf9e08e4?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003782 10.0.0.45 - - [2025-02-13 02:34:21] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 4232 0.066756 10.0.0.45 - - [2025-02-13 02:34:21] "GET /service-instance/a82625df-c96d-4509-8037-79654ac200b2 HTTP/1.1" 200 3782 0.004507 10.0.0.45 - - [2025-02-13 02:34:21] "PUT /routing-instance/cc88217d-5480-4f11-aac0-56a078bd6796 HTTP/1.1" 200 266 0.010488 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domains HTTP/1.1" 200 280 0.002206 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.45 - - [2025-02-13 02:34:21] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2771 0.007456 10.0.0.45 - - [2025-02-13 02:34:21] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.45 - - [2025-02-13 02:34:21] "PUT /routing-instance/cb1c9865-e561-4878-9e6c-f755bf9e08e4 HTTP/1.1" 200 266 0.009842 10.0.0.45 - - [2025-02-13 02:34:21] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 4232 0.064910 10.0.0.45 - - [2025-02-13 02:34:21] "GET /service-instance/a82625df-c96d-4509-8037-79654ac200b2 HTTP/1.1" 200 3782 0.006065 10.0.0.45 - - [2025-02-13 02:34:21] "GET /port-tuple/440c64e5-bda3-4830-8bce-168db85244ea HTTP/1.1" 200 1978 0.003221 10.0.0.45 - - [2025-02-13 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.016165 10.0.0.45 - - [2025-02-13 02:34:21] "GET /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c HTTP/1.1" 200 3798 0.006125 10.0.0.45 - - [2025-02-13 02:34:21] "GET /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d HTTP/1.1" 200 3815 0.004743 10.0.0.45 - - [2025-02-13 02:34:21] "GET /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a HTTP/1.1" 200 3804 0.005468 10.0.0.45 - - [2025-02-13 02:34:21] "PUT /access-control-list/8f4f36d5-4a6f-4b74-bc19-fce76c154061 HTTP/1.1" 200 272 0.010031 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/port HTTP/1.1" 200 3831 0.037811 10.0.0.45 - - [2025-02-13 02:34:21] "PUT /access-control-list/7f4baa2e-e33d-45cc-a1ab-3dddba3637c8 HTTP/1.1" 200 272 0.012607 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007709 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/port HTTP/1.1" 200 3831 0.030892 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/port HTTP/1.1" 200 3831 0.029811 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005888 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/port HTTP/1.1" 200 3831 0.031649 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005580 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 896 0.010575 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 922 0.004470 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 804 0.010697 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 830 0.004602 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 895 0.010927 10.0.0.45 - - [2025-02-13 02:34:21] "POST /neutron/network HTTP/1.1" 200 921 0.004575 10.0.0.45 - - [2025-02-13 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001155 10.0.0.45 - - [2025-02-13 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001043 10.0.0.45 - - [2025-02-13 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001410 10.0.0.45 - - [2025-02-13 02:34:21] "GET /virtual-machine/21993e9a-aefd-44ff-abf3-74e2a423684f HTTP/1.1" 200 1802 0.003639 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c HTTP/1.1" 200 3798 0.004921 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d HTTP/1.1" 200 3815 0.004578 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a HTTP/1.1" 200 3804 0.004401 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/16c37c4a-577c-4bf3-b723-cd0580249cdd HTTP/1.1" 200 1956 0.003165 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/c1ead731-da5d-420d-8d26-6ddc695da706 HTTP/1.1" 200 1624 0.004119 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/ff2e8f51-c4b1-43c9-a96c-c998dcba8c7a HTTP/1.1" 200 1955 0.002720 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/16f385ab-a2ea-451f-bd3a-b8325571407e HTTP/1.1" 200 1978 0.002889 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/5b5a32e8-bd71-407a-b937-e128c36b11af HTTP/1.1" 200 1619 0.004161 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/c1129fb7-c703-466f-b0d5-b963c2598c42 HTTP/1.1" 200 1981 0.003145 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/580a6bad-808c-453a-9ea7-c2446fd5269a HTTP/1.1" 200 1621 0.004540 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/a18b1a67-ee5a-463d-9782-20ec43491766 HTTP/1.1" 200 1961 0.002991 10.0.0.45 - - [2025-02-13 02:34:22] "GET /instance-ip/bc43b36f-4fda-4e70-9da4-91f6c1abf24a HTTP/1.1" 200 1959 0.002933 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/port HTTP/1.1" 200 3831 0.031110 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006711 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/port HTTP/1.1" 200 3831 0.032564 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006206 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/port HTTP/1.1" 200 3831 0.030089 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006714 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/port HTTP/1.1" 200 3831 0.033887 10.0.0.45 - - [2025-02-13 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005936 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine/21993e9a-aefd-44ff-abf3-74e2a423684f HTTP/1.1" 200 1802 0.002970 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/8da11161-4110-4839-a76d-f8a4c93a790c HTTP/1.1" 200 3798 0.004245 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/a9485e37-646d-4e96-8aa9-03cd26d7913d HTTP/1.1" 200 3815 0.004527 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-machine-interface/fa2a3553-f876-4d75-a9c8-04cbf350ce3a HTTP/1.1" 200 3804 0.005611 10.0.0.45 - - [2025-02-13 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.45 - - [2025-02-13 02:34:22] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002789 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003341 10.0.0.45 - - [2025-02-13 02:34:22] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005359 10.0.0.45 - - [2025-02-13 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.45 - - [2025-02-13 02:34:23] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002966 10.0.0.45 - - [2025-02-13 02:34:23] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003101 10.0.0.45 - - [2025-02-13 02:34:23] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005460 10.0.0.45 - - [2025-02-13 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.45 - - [2025-02-13 02:34:23] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003916 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003146 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005416 10.0.0.45 - - [2025-02-13 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.45 - - [2025-02-13 02:34:24] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003602 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002638 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005228 10.0.0.45 - - [2025-02-13 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.45 - - [2025-02-13 02:34:24] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003452 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003145 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005076 10.0.0.45 - - [2025-02-13 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.45 - - [2025-02-13 02:34:24] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008165 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003707 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006099 10.0.0.45 - - [2025-02-13 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.45 - - [2025-02-13 02:34:24] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003331 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002821 10.0.0.45 - - [2025-02-13 02:34:24] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006079 10.0.0.45 - - [2025-02-13 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.45 - - [2025-02-13 02:34:25] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003607 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003441 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006368 10.0.0.45 - - [2025-02-13 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.45 - - [2025-02-13 02:34:25] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003553 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003445 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-network/183c4a15-6d8e-4f89-a69f-6c2e1e6bfb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009560 10.0.0.45 - - [2025-02-13 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.45 - - [2025-02-13 02:34:25] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003604 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003166 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005307 10.0.0.45 - - [2025-02-13 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.45 - - [2025-02-13 02:34:25] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003326 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003233 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005305 10.0.0.45 - - [2025-02-13 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.45 - - [2025-02-13 02:34:25] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003657 10.0.0.45 - - [2025-02-13 02:34:25] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002745 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005403 10.0.0.45 - - [2025-02-13 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.45 - - [2025-02-13 02:34:26] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003646 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-networks?parent_id=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003825 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005890 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-machine/21993e9a-aefd-44ff-abf3-74e2a423684f HTTP/1.1" 200 1802 0.003941 10.0.0.45 - - [2025-02-13 02:34:26] "GET /domains HTTP/1.1" 200 280 0.002320 10.0.0.45 - - [2025-02-13 02:34:26] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.45 - - [2025-02-13 02:34:26] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2771 0.007600 10.0.0.45 - - [2025-02-13 02:34:26] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.45 - - [2025-02-13 02:34:26] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 4232 0.069700 10.0.0.45 - - [2025-02-13 02:34:26] "GET /service-instance/a82625df-c96d-4509-8037-79654ac200b2 HTTP/1.1" 200 3782 0.003884 10.0.0.45 - - [2025-02-13 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.45 - - [2025-02-13 02:34:26] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004957 10.0.0.45 - - [2025-02-13 02:34:26] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005081 10.0.0.45 - - [2025-02-13 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.45 - - [2025-02-13 02:34:26] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003865 10.0.0.45 - - [2025-02-13 02:34:26] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005833 10.0.0.45 - - [2025-02-13 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005807 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?fields=routing_instances HTTP/1.1" 200 1682 0.006993 10.0.0.45 - - [2025-02-13 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005490 10.0.0.45 - - [2025-02-13 02:34:26] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?fields=routing_instances HTTP/1.1" 200 1687 0.006633 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.030633 10.0.0.45 - - [2025-02-13 02:34:31] "POST /neutron/network HTTP/1.1" 200 833 0.006198 10.0.0.45 - - [2025-02-13 02:34:31] "GET /virtual-network/61b30b75-a5e2-438b-ba19-dba5e6ed1039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008943 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /access-control-list/7f4baa2e-e33d-45cc-a1ab-3dddba3637c8 HTTP/1.1" 200 115 0.038959 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /routing-instance/cc88217d-5480-4f11-aac0-56a078bd6796 HTTP/1.1" 200 115 0.024251 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.45 - - [2025-02-13 02:34:31] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003447 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /route-target/3e81b818-4130-4857-9388-ef10371bd91d HTTP/1.1" 200 115 0.019334 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.030411 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /routing-instance/cb1c9865-e561-4878-9e6c-f755bf9e08e4 HTTP/1.1" 200 115 0.030741 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.45 - - [2025-02-13 02:34:31] "POST /neutron/network HTTP/1.1" 200 834 0.006793 10.0.0.45 - - [2025-02-13 02:34:31] "GET /virtual-network/5b1e84cf-fa41-4547-aab5-c65b4167bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004718 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /route-target/3665ff71-cc5f-42a8-8457-9053606515bb HTTP/1.1" 200 115 0.012607 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /access-control-list/8f4f36d5-4a6f-4b74-bc19-fce76c154061 HTTP/1.1" 200 115 0.021745 10.0.0.45 - - [2025-02-13 02:34:31] "GET /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003557 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /network-policy/e5e416a9-0358-497d-a3a7-7a378e811914 HTTP/1.1" 200 115 0.019737 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /service-instance/a82625df-c96d-4509-8037-79654ac200b2 HTTP/1.1" 200 115 0.045215 10.0.0.45 - - [2025-02-13 02:34:31] "GET /domains HTTP/1.1" 200 280 0.002621 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.010974 10.0.0.45 - - [2025-02-13 02:34:31] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.45 - - [2025-02-13 02:34:31] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2771 0.014786 10.0.0.45 - - [2025-02-13 02:34:31] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /instance-ip/16f385ab-a2ea-451f-bd3a-b8325571407e HTTP/1.1" 200 115 0.030551 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.45 - - [2025-02-13 02:34:31] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 3758 0.070317 10.0.0.45 - - [2025-02-13 02:34:31] "GET /virtual-machine/21993e9a-aefd-44ff-abf3-74e2a423684f HTTP/1.1" 200 1802 0.003481 10.0.0.45 - - [2025-02-13 02:34:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002262 10.0.0.45 - - [2025-02-13 02:34:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002421 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /instance-ip/16c37c4a-577c-4bf3-b723-cd0580249cdd HTTP/1.1" 200 115 0.028335 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.013236 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /instance-ip/ff2e8f51-c4b1-43c9-a96c-c998dcba8c7a HTTP/1.1" 200 115 0.022224 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.010201 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /service-template/c3c08d90-65fb-4abd-ad21-c9bcb5756b8c HTTP/1.1" 200 115 0.023894 10.0.0.45 - - [2025-02-13 02:34:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002738 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /instance-ip/bc43b36f-4fda-4e70-9da4-91f6c1abf24a HTTP/1.1" 200 115 0.032103 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.014551 10.0.0.45 - - [2025-02-13 02:34:31] "DELETE /instance-ip/a18b1a67-ee5a-463d-9782-20ec43491766 HTTP/1.1" 200 115 0.024546 10.0.0.45 - - [2025-02-13 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.010819 10.0.0.45 - - [2025-02-13 02:34:32] "DELETE /instance-ip/c1129fb7-c703-466f-b0d5-b963c2598c42 HTTP/1.1" 200 115 0.026159 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/network HTTP/1.1" 200 833 0.005494 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/network HTTP/1.1" 400 204 0.012368 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1085 0.016647 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1111 0.009924 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1088 0.028729 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1114 0.008407 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 151 0.122675 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 151 0.096485 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 3024 0.025096 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1111 0.008613 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 151 0.089263 10.0.0.45 - - [2025-02-13 02:34:32] "POST /neutron/port HTTP/1.1" 200 1110 0.011446 10.0.0.45 - - [2025-02-13 02:34:33] "POST /neutron/port HTTP/1.1" 200 151 0.089581 10.0.0.45 - - [2025-02-13 02:34:33] "POST /neutron/port HTTP/1.1" 200 1114 0.010196 10.0.0.45 - - [2025-02-13 02:34:33] "POST /neutron/port HTTP/1.1" 200 151 0.119441 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 833 0.006701 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.45 - - [2025-02-13 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 151 0.074431 10.0.0.45 - - [2025-02-13 02:34:34] "GET /routing-instance/dc6609e1-c965-4c10-abc3-ded4becce0e6 HTTP/1.1" 404 171 0.002152 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains HTTP/1.1" 200 280 0.003205 10.0.0.45 - - [2025-02-13 02:34:34] "DELETE /route-target/9f148c47-5fa4-41bb-be24-b2056f9a2f48 HTTP/1.1" 200 115 0.016609 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2571 0.049506 10.0.0.45 - - [2025-02-13 02:34:34] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001619 10.0.0.45 - - [2025-02-13 02:34:34] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2297 0.071366 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 834 0.006338 10.0.0.45 - - [2025-02-13 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007082 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002025 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 151 0.088263 10.0.0.45 - - [2025-02-13 02:34:34] "GET /routing-instance/140b4fda-5a16-477a-9589-046ae2530936 HTTP/1.1" 404 171 0.007055 10.0.0.45 - - [2025-02-13 02:34:34] "DELETE /route-target/aaf0ae0c-265f-4801-9dd1-d9f0d8698b65 HTTP/1.1" 200 115 0.028388 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains HTTP/1.1" 200 280 0.003488 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2571 0.051276 10.0.0.45 - - [2025-02-13 02:34:34] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.45 - - [2025-02-13 02:34:34] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 2079 0.065276 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 830 0.005259 10.0.0.45 - - [2025-02-13 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001711 10.0.0.45 - - [2025-02-13 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002500 10.0.0.45 - - [2025-02-13 02:34:34] "POST /neutron/network HTTP/1.1" 200 151 0.078883 10.0.0.45 - - [2025-02-13 02:34:34] "DELETE /route-target/6e37de86-a834-4776-ba47-307cff64efe5 HTTP/1.1" 200 115 0.015790 10.0.0.45 - - [2025-02-13 02:34:34] "GET /routing-instance/23be450a-505d-4756-ab45-ec7f22de0301 HTTP/1.1" 404 171 0.002359 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains HTTP/1.1" 200 280 0.002476 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.45 - - [2025-02-13 02:34:34] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2571 0.049265 10.0.0.45 - - [2025-02-13 02:34:34] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542 10.0.0.45 - - [2025-02-13 02:34:34] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 1839 0.065633 10.0.0.45 - - [2025-02-13 02:34:35] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.45 - - [2025-02-13 02:34:35] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023607 10.0.0.45 - - [2025-02-13 02:34:35] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.45 - - [2025-02-13 02:34:35] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?fields=virtual_networks HTTP/1.1" 200 1027 0.065681 10.0.0.45 - - [2025-02-13 02:34:35] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.45 - - [2025-02-13 02:34:35] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.025578 10.0.0.45 - - [2025-02-13 02:34:35] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.45 - - [2025-02-13 02:34:35] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?fields=security_groups HTTP/1.1" 200 1251 0.028134 10.0.0.45 - - [2025-02-13 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.022536 10.0.0.45 - - [2025-02-13 02:34:36] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002233 10.0.0.45 - - [2025-02-13 02:34:36] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.45 - - [2025-02-13 02:34:36] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007602 10.0.0.45 - - [2025-02-13 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.001145 10.0.0.45 - - [2025-02-13 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.003436 10.0.0.45 - - [2025-02-13 02:34:36] "POST /security-groups HTTP/1.1" 200 592 0.059992 10.0.0.45 - - [2025-02-13 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.002600 10.0.0.45 - - [2025-02-13 02:34:36] "POST /projects HTTP/1.1" 200 587 0.211441 10.0.0.45 - - [2025-02-13 02:34:36] "POST /access-control-lists HTTP/1.1" 200 597 0.059097 10.0.0.45 - - [2025-02-13 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.279263 10.0.0.45 - - [2025-02-13 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002635 10.0.0.45 - - [2025-02-13 02:34:36] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.398339 10.0.0.45 - - [2025-02-13 02:34:36] "POST /access-control-lists HTTP/1.1" 200 595 0.059651 10.0.0.45 - - [2025-02-13 02:34:37] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.45 - - [2025-02-13 02:34:38] "GET /obj-perms HTTP/1.1" 200 5056 0.321027 10.0.0.45 - - [2025-02-13 02:34:39] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.45 - - [2025-02-13 02:34:39] "GET /obj-perms HTTP/1.1" 200 5056 0.334054 10.0.0.45 - - [2025-02-13 02:34:39] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.45 - - [2025-02-13 02:34:39] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051344 10.0.0.45 - - [2025-02-13 02:34:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.002590 10.0.0.45 - - [2025-02-13 02:34:39] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017552 10.0.0.45 - - [2025-02-13 02:34:39] "GET /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.019918 10.0.0.45 - - [2025-02-13 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.45 - - [2025-02-13 02:34:39] "GET /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.003385 10.0.0.45 - - [2025-02-13 02:34:39] "GET /domains HTTP/1.1" 401 292 0.000443 10.0.0.45 - - [2025-02-13 02:34:39] "GET /domains HTTP/1.1" 200 280 0.025281 10.0.0.45 - - [2025-02-13 02:34:39] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.45 - - [2025-02-13 02:34:39] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.008686 10.0.0.45 - - [2025-02-13 02:34:39] "GET /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7 HTTP/1.1" 200 1436 0.005119 10.0.0.45 - - [2025-02-13 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003527 10.0.0.45 - - [2025-02-13 02:34:40] "POST /network-ipams HTTP/1.1" 200 514 0.017437 10.0.0.45 - - [2025-02-13 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002749 10.0.0.45 - - [2025-02-13 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.45 - - [2025-02-13 02:34:40] "GET /network-ipam/b1338d88-81ed-4b42-8cab-29aaebeaceaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004864 10.0.0.45 - - [2025-02-13 02:34:40] "PUT /network-ipam/b1338d88-81ed-4b42-8cab-29aaebeaceaf HTTP/1.1" 200 258 0.009590 10.0.0.45 - - [2025-02-13 02:34:40] "POST /ref-update HTTP/1.1" 200 156 0.008165 10.0.0.45 - - [2025-02-13 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.45 - - [2025-02-13 02:34:40] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.45 - - [2025-02-13 02:34:40] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025285 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 117 0.026141 10.0.0.45 - - [2025-02-13 02:34:40] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 618 0.055362 10.0.0.45 - - [2025-02-13 02:34:40] "POST /route-targets HTTP/1.1" 200 327 0.008705 10.0.0.45 - - [2025-02-13 02:34:40] "POST /ref-update HTTP/1.1" 200 156 0.022793 10.0.0.45 - - [2025-02-13 02:34:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/subnet HTTP/1.1" 200 711 0.196852 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 833 0.006493 10.0.0.45 - - [2025-02-13 02:34:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001053 10.0.0.45 - - [2025-02-13 02:34:40] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007304 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 833 0.005852 10.0.0.45 - - [2025-02-13 02:34:40] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004682 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 833 0.005632 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/subnet HTTP/1.1" 200 711 0.007705 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 807 0.009304 10.0.0.45 - - [2025-02-13 02:34:40] "POST /neutron/network HTTP/1.1" 200 833 0.004610 10.0.0.45 - - [2025-02-13 02:34:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001299 10.0.0.45 - - [2025-02-13 02:34:41] "POST /neutron/network HTTP/1.1" 200 843 0.005438 10.0.0.45 - - [2025-02-13 02:34:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000401 10.0.0.45 - - [2025-02-13 02:34:41] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.45 - - [2025-02-13 02:34:41] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.45 - - [2025-02-13 02:34:41] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.45 - - [2025-02-13 02:34:41] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048092 10.0.0.45 - - [2025-02-13 02:34:41] "POST /neutron/network HTTP/1.1" 200 833 0.004785 10.0.0.45 - - [2025-02-13 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.006016 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.005192 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/network HTTP/1.1" 200 843 0.005548 10.0.0.45 - - [2025-02-13 02:34:42] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 1058 0.210453 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 1058 0.011771 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008306 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 1112 0.059381 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018847 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003191 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/subnet HTTP/1.1" 200 685 0.009739 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.45 - - [2025-02-13 02:34:42] "POST /neutron/network HTTP/1.1" 200 833 0.005353 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015002 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006474 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/port HTTP/1.1" 200 1086 0.026965 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006590 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/port HTTP/1.1" 200 1086 0.017588 10.0.0.45 - - [2025-02-13 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008953 10.0.0.45 - - [2025-02-13 02:34:47] "GET /virtual-machine/08bea591-ef5d-47d4-a230-781dbc96ee06 HTTP/1.1" 200 1292 0.003961 10.0.0.45 - - [2025-02-13 02:34:47] "GET /virtual-machine-interface/4e7595dc-9280-461a-b322-39f4dceaceae HTTP/1.1" 200 2963 0.004814 10.0.0.45 - - [2025-02-13 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.45 - - [2025-02-13 02:34:47] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003017 10.0.0.45 - - [2025-02-13 02:34:47] "GET /virtual-networks?parent_id=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004174 10.0.0.45 - - [2025-02-13 02:34:47] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007332 10.0.0.45 - - [2025-02-13 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.45 - - [2025-02-13 02:34:50] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005193 10.0.0.45 - - [2025-02-13 02:34:51] "POST /neutron/port HTTP/1.1" 200 1086 0.019119 10.0.0.45 - - [2025-02-13 02:34:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005237 10.0.0.45 - - [2025-02-13 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.45 - - [2025-02-13 02:34:52] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004220 10.0.0.45 - - [2025-02-13 02:34:52] "GET /virtual-networks?parent_id=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002902 10.0.0.45 - - [2025-02-13 02:34:52] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005590 10.0.0.45 - - [2025-02-13 02:34:57] "POST /neutron/network HTTP/1.1" 200 807 0.010072 10.0.0.45 - - [2025-02-13 02:34:57] "POST /neutron/network HTTP/1.1" 200 833 0.004867 10.0.0.45 - - [2025-02-13 02:34:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001191 10.0.0.45 - - [2025-02-13 02:34:57] "POST /neutron/port HTTP/1.1" 200 1086 0.014648 10.0.0.45 - - [2025-02-13 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005308 10.0.0.45 - - [2025-02-13 02:34:57] "POST /neutron/network HTTP/1.1" 200 843 0.006027 10.0.0.45 - - [2025-02-13 02:34:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000354 10.0.0.45 - - [2025-02-13 02:34:57] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.45 - - [2025-02-13 02:34:57] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.45 - - [2025-02-13 02:34:58] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.45 - - [2025-02-13 02:34:58] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046058 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/network HTTP/1.1" 200 833 0.005125 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.022428 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006723 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.004871 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/network HTTP/1.1" 200 843 0.006790 10.0.0.45 - - [2025-02-13 02:34:58] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 1058 0.187337 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 1058 0.014538 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 1058 0.009733 10.0.0.45 - - [2025-02-13 02:34:58] "POST /neutron/port HTTP/1.1" 200 1112 0.071321 10.0.0.45 - - [2025-02-13 02:34:59] "POST /neutron/port HTTP/1.1" 200 1086 0.017458 10.0.0.45 - - [2025-02-13 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003326 10.0.0.45 - - [2025-02-13 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.010959 10.0.0.45 - - [2025-02-13 02:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.001574 10.0.0.45 - - [2025-02-13 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.005732 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016283 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006547 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014494 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006092 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014524 10.0.0.45 - - [2025-02-13 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006214 10.0.0.45 - - [2025-02-13 02:35:03] "GET /virtual-machine/d79f6d09-1073-400a-af72-847819e0f6c7 HTTP/1.1" 200 1294 0.006920 10.0.0.45 - - [2025-02-13 02:35:03] "GET /virtual-machine-interface/0d9116d2-f89a-4910-855b-120f571134a6 HTTP/1.1" 200 2961 0.004764 10.0.0.45 - - [2025-02-13 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.45 - - [2025-02-13 02:35:03] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002954 10.0.0.45 - - [2025-02-13 02:35:03] "GET /virtual-networks?parent_id=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003201 10.0.0.45 - - [2025-02-13 02:35:03] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005895 10.0.0.45 - - [2025-02-13 02:35:04] "GET /global-system-configs HTTP/1.1" 200 322 0.029275 10.0.0.45 - - [2025-02-13 02:35:04] "GET /obj-perms HTTP/1.1" 200 5056 0.068066 10.0.0.45 - - [2025-02-13 02:35:05] "GET /global-system-configs HTTP/1.1" 200 322 0.034827 10.0.0.45 - - [2025-02-13 02:35:05] "GET /obj-perms HTTP/1.1" 200 5056 0.070583 10.0.0.45 - - [2025-02-13 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.45 - - [2025-02-13 02:35:06] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005018 10.0.0.45 - - [2025-02-13 02:35:07] "POST /neutron/port HTTP/1.1" 200 1086 0.015159 10.0.0.45 - - [2025-02-13 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005047 10.0.0.45 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.45 - - [2025-02-13 02:35:09] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003500 10.0.0.45 - - [2025-02-13 02:35:09] "GET /virtual-networks?parent_id=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003915 10.0.0.45 - - [2025-02-13 02:35:09] "GET /virtual-network/fda06961-5c2b-4291-963a-8665b0e2425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006123 10.0.0.45 - - [2025-02-13 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.45 - - [2025-02-13 02:35:14] "DELETE /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7 HTTP/1.1" 409 235 0.006179 10.0.0.45 - - [2025-02-13 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003471 10.0.0.45 - - [2025-02-13 02:35:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.024793 10.0.0.45 - - [2025-02-13 02:35:15] "GET /virtual-DNS-record/b1a239cd-f23b-476d-8e72-2eda2c2aa203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004350 10.0.0.45 - - [2025-02-13 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.45 - - [2025-02-13 02:35:15] "GET /virtual-DNS-record/b1a239cd-f23b-476d-8e72-2eda2c2aa203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003169 10.0.0.45 - - [2025-02-13 02:35:15] "GET /domains HTTP/1.1" 200 280 0.002872 10.0.0.45 - - [2025-02-13 02:35:15] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.45 - - [2025-02-13 02:35:15] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2958 0.007429 10.0.0.45 - - [2025-02-13 02:35:15] "GET /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7 HTTP/1.1" 200 1905 0.003687 10.0.0.45 - - [2025-02-13 02:35:15] "GET /virtual-DNS-record/b1a239cd-f23b-476d-8e72-2eda2c2aa203 HTTP/1.1" 200 1336 0.002216 10.0.0.45 - - [2025-02-13 02:35:20] "DELETE /virtual-DNS-record/b1a239cd-f23b-476d-8e72-2eda2c2aa203 HTTP/1.1" 200 115 0.017974 10.0.0.45 - - [2025-02-13 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.002780 10.0.0.45 - - [2025-02-13 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.008629 10.0.0.45 - - [2025-02-13 02:35:20] "POST /neutron/network HTTP/1.1" 400 204 0.012203 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 1086 0.018347 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 1112 0.022808 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 1086 0.024910 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 1112 0.016533 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 151 0.118688 10.0.0.45 - - [2025-02-13 02:35:21] "POST /neutron/port HTTP/1.1" 200 151 0.097399 10.0.0.45 - - [2025-02-13 02:35:22] "POST /neutron/network HTTP/1.1" 200 833 0.006126 10.0.0.45 - - [2025-02-13 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027945 10.0.0.45 - - [2025-02-13 02:35:23] "DELETE /route-target/f47969d8-b5c6-460b-befc-25df4fa51cb0 HTTP/1.1" 200 115 0.031972 10.0.0.45 - - [2025-02-13 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.45 - - [2025-02-13 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.45 - - [2025-02-13 02:35:23] "POST /neutron/network HTTP/1.1" 200 151 0.218348 10.0.0.45 - - [2025-02-13 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.45 - - [2025-02-13 02:35:23] "DELETE /network-ipam/b1338d88-81ed-4b42-8cab-29aaebeaceaf HTTP/1.1" 200 115 0.023277 10.0.0.45 - - [2025-02-13 02:35:23] "DELETE /virtual-DNS/5d77090d-1e38-48b7-8832-d22187fd9ed7 HTTP/1.1" 200 115 0.024189 10.0.0.45 - - [2025-02-13 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 180 0.002767 10.0.0.45 - - [2025-02-13 02:35:23] "GET /domains HTTP/1.1" 200 280 0.003146 10.0.0.45 - - [2025-02-13 02:35:23] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.45 - - [2025-02-13 02:35:23] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2758 0.014426 10.0.0.45 - - [2025-02-13 02:35:23] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.45 - - [2025-02-13 02:35:23] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026026 10.0.0.45 - - [2025-02-13 02:35:23] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.45 - - [2025-02-13 02:35:23] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?fields=virtual_networks HTTP/1.1" 200 1034 0.068774 10.0.0.45 - - [2025-02-13 02:35:23] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001464 10.0.0.45 - - [2025-02-13 02:35:23] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025785 10.0.0.45 - - [2025-02-13 02:35:23] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.45 - - [2025-02-13 02:35:23] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?fields=security_groups HTTP/1.1" 200 1261 0.031775 10.0.0.45 - - [2025-02-13 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.027726 10.0.0.45 - - [2025-02-13 02:35:24] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002950 10.0.0.45 - - [2025-02-13 02:35:24] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003471 10.0.0.45 - - [2025-02-13 02:35:24] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010978 10.0.0.45 - - [2025-02-13 02:35:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001207 10.0.0.45 - - [2025-02-13 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.003178 10.0.0.45 - - [2025-02-13 02:35:24] "POST /security-groups HTTP/1.1" 200 592 0.059868 10.0.0.45 - - [2025-02-13 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.003490 10.0.0.45 - - [2025-02-13 02:35:24] "POST /projects HTTP/1.1" 200 587 0.211878 10.0.0.45 - - [2025-02-13 02:35:25] "POST /access-control-lists HTTP/1.1" 200 597 0.060327 10.0.0.45 - - [2025-02-13 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.286859 10.0.0.45 - - [2025-02-13 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.004065 10.0.0.45 - - [2025-02-13 02:35:25] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.421560 10.0.0.45 - - [2025-02-13 02:35:25] "POST /access-control-lists HTTP/1.1" 200 595 0.059692 10.0.0.45 - - [2025-02-13 02:35:26] "GET / HTTP/1.1" 200 35931 0.002099 10.0.0.45 - - [2025-02-13 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.45 - - [2025-02-13 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.060079 10.0.0.45 - - [2025-02-13 02:35:27] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.45 - - [2025-02-13 02:35:27] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027207 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 117 0.028701 10.0.0.45 - - [2025-02-13 02:35:27] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001474 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 606 0.062068 10.0.0.45 - - [2025-02-13 02:35:27] "POST /route-targets HTTP/1.1" 200 327 0.010594 10.0.0.45 - - [2025-02-13 02:35:27] "POST /ref-update HTTP/1.1" 200 156 0.011837 10.0.0.45 - - [2025-02-13 02:35:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004597 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.164670 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 826 0.005001 10.0.0.45 - - [2025-02-13 02:35:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001048 10.0.0.45 - - [2025-02-13 02:35:27] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004847 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 826 0.005249 10.0.0.45 - - [2025-02-13 02:35:27] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004703 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 826 0.005173 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.005988 10.0.0.45 - - [2025-02-13 02:35:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001127 10.0.0.45 - - [2025-02-13 02:35:27] "POST /neutron/network HTTP/1.1" 200 836 0.006504 10.0.0.45 - - [2025-02-13 02:35:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.45 - - [2025-02-13 02:35:28] "GET / HTTP/1.1" 200 35931 0.001670 10.0.0.45 - - [2025-02-13 02:35:28] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.45 - - [2025-02-13 02:35:28] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.45 - - [2025-02-13 02:35:28] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042548 10.0.0.45 - - [2025-02-13 02:35:28] "POST /neutron/network HTTP/1.1" 200 826 0.005659 10.0.0.45 - - [2025-02-13 02:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.005733 10.0.0.45 - - [2025-02-13 02:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.45 - - [2025-02-13 02:35:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001739 10.0.0.45 - - [2025-02-13 02:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.007818 10.0.0.45 - - [2025-02-13 02:35:28] "POST /neutron/network HTTP/1.1" 200 836 0.005547 10.0.0.45 - - [2025-02-13 02:35:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/network HTTP/1.1" 200 836 0.006765 10.0.0.45 - - [2025-02-13 02:35:29] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.45 - - [2025-02-13 02:35:29] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.45 - - [2025-02-13 02:35:29] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1062 0.202892 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1062 0.008871 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1062 0.008117 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1116 0.060500 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1090 0.014795 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003090 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.011746 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/network HTTP/1.1" 200 826 0.005191 10.0.0.45 - - [2025-02-13 02:35:29] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.45 - - [2025-02-13 02:35:29] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045826 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/network HTTP/1.1" 200 826 0.005480 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1090 0.027380 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006322 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.004915 10.0.0.45 - - [2025-02-13 02:35:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017339 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006665 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/network HTTP/1.1" 200 836 0.007966 10.0.0.45 - - [2025-02-13 02:35:30] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001540 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 1062 0.268563 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 1062 0.008818 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 1062 0.011078 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 1116 0.091373 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 1090 0.021943 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006079 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.017479 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.45 - - [2025-02-13 02:35:30] "POST /neutron/network HTTP/1.1" 200 826 0.007494 10.0.0.45 - - [2025-02-13 02:35:33] "DELETE /project/72606db84a9d4b73a8bfcefd8b84daca HTTP/1.1" 404 173 0.010793 10.0.0.45 - - [2025-02-13 02:35:33] "DELETE /project/b3448d4cdc57445fb6038a1bad140d3a HTTP/1.1" 404 173 0.007833 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.45 - - [2025-02-13 02:35:33] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039325 10.0.0.45 - - [2025-02-13 02:35:33] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054240 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001754 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.45 - - [2025-02-13 02:35:33] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?fields=security_groups HTTP/1.1" 200 1366 0.048213 10.0.0.45 - - [2025-02-13 02:35:33] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?fields=security_groups HTTP/1.1" 200 1356 0.048434 10.0.0.45 - - [2025-02-13 02:35:33] "DELETE /security-group/d438752b-f114-4b9e-a04c-90606c6bd5a1 HTTP/1.1" 200 115 0.056135 10.0.0.45 - - [2025-02-13 02:35:33] "DELETE /security-group/fef261bd-d338-4981-98ee-d478944d4f45 HTTP/1.1" 200 115 0.058819 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=b3448d4c-dc57-445f-b603-8a1bad140d3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001909 10.0.0.45 - - [2025-02-13 02:35:33] "GET /projects?obj_uuids=44801542-4dfc-4fac-9336-c56a49eefbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001544 10.0.0.45 - - [2025-02-13 02:35:33] "DELETE /access-control-list/a7aee562-139c-4bfa-a89a-f57816ba9dbf HTTP/1.1" 200 115 0.053000 10.0.0.45 - - [2025-02-13 02:35:34] "GET /project/b3448d4c-dc57-445f-b603-8a1bad140d3a?fields=application_policy_sets HTTP/1.1" 200 1405 0.056477 10.0.0.45 - - [2025-02-13 02:35:34] "GET /project/44801542-4dfc-4fac-9336-c56a49eefbbf?fields=application_policy_sets HTTP/1.1" 200 1395 0.061633 10.0.0.45 - - [2025-02-13 02:35:34] "DELETE /access-control-list/31fb2b5f-51ee-4453-9d23-1b5d86802913 HTTP/1.1" 200 115 0.055850 10.0.0.45 - - [2025-02-13 02:35:34] "DELETE /access-control-list/4a1ab5bc-fc5d-4a29-b34d-0d4b2d5b4652 HTTP/1.1" 200 115 0.063647 10.0.0.45 - - [2025-02-13 02:35:34] "DELETE /access-control-list/71f77098-ad90-47a0-b07a-cb30d550ad3d HTTP/1.1" 200 115 0.030981 10.0.0.45 - - [2025-02-13 02:35:34] "DELETE /project/b3448d4c-dc57-445f-b603-8a1bad140d3a HTTP/1.1" 200 115 0.454038 10.0.0.45 - - [2025-02-13 02:35:34] "DELETE /project/44801542-4dfc-4fac-9336-c56a49eefbbf HTTP/1.1" 200 115 0.468467 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014696 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005899 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014551 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007061 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/port HTTP/1.1" 200 1090 0.021751 10.0.0.45 - - [2025-02-13 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006338 10.0.0.45 - - [2025-02-13 02:35:35] "GET /virtual-machine/1c30f104-51b4-4d87-b105-b50e04ce2e9a HTTP/1.1" 401 292 0.000428 10.0.0.45 - - [2025-02-13 02:35:35] "GET /virtual-machine/1c30f104-51b4-4d87-b105-b50e04ce2e9a HTTP/1.1" 200 1293 0.025881 10.0.0.45 - - [2025-02-13 02:35:35] "GET /virtual-machine-interface/6b65a80f-a650-4ff8-8765-0d78fc84d5e9 HTTP/1.1" 200 2944 0.004755 10.0.0.45 - - [2025-02-13 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.45 - - [2025-02-13 02:35:35] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002892 10.0.0.45 - - [2025-02-13 02:35:35] "GET /virtual-networks?parent_id=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003440 10.0.0.45 - - [2025-02-13 02:35:35] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005909 10.0.0.45 - - [2025-02-13 02:35:38] "POST /neutron/port HTTP/1.1" 200 1090 0.017209 10.0.0.45 - - [2025-02-13 02:35:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005717 10.0.0.45 - - [2025-02-13 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.45 - - [2025-02-13 02:35:38] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006871 10.0.0.45 - - [2025-02-13 02:35:39] "GET /obj-perms HTTP/1.1" 200 5056 0.045226 10.0.0.45 - - [2025-02-13 02:35:40] "POST /neutron/port HTTP/1.1" 200 1090 0.019940 10.0.0.45 - - [2025-02-13 02:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.050147 10.0.0.45 - - [2025-02-13 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005321 10.0.0.45 - - [2025-02-13 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.45 - - [2025-02-13 02:35:41] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003094 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-networks?parent_id=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002876 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005658 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/port HTTP/1.1" 200 1090 0.014533 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006061 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/port HTTP/1.1" 200 1090 0.014951 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006021 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017180 10.0.0.45 - - [2025-02-13 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005931 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-machine/6bd4ba98-1c55-46a1-95f3-815443b4a7d8 HTTP/1.1" 200 1293 0.005012 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-machine-interface/e564d2f2-54f5-412d-b2cd-fd2b0c723d86 HTTP/1.1" 200 2946 0.009762 10.0.0.45 - - [2025-02-13 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.45 - - [2025-02-13 02:35:41] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003133 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-networks?parent_id=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002895 10.0.0.45 - - [2025-02-13 02:35:41] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005072 10.0.0.45 - - [2025-02-13 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.45 - - [2025-02-13 02:35:42] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003078 10.0.0.45 - - [2025-02-13 02:35:42] "GET /virtual-networks?parent_id=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002885 10.0.0.45 - - [2025-02-13 02:35:42] "GET /virtual-network/a53723b6-2d9f-4b41-ad54-6850c63af931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005319 10.0.0.45 - - [2025-02-13 02:35:47] "POST /neutron/network HTTP/1.1" 200 826 0.008218 10.0.0.45 - - [2025-02-13 02:35:47] "POST /neutron/network HTTP/1.1" 400 204 0.010239 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 1090 0.019017 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 1116 0.009507 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 1090 0.028976 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 1116 0.008776 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 151 0.136536 10.0.0.45 - - [2025-02-13 02:35:48] "POST /neutron/port HTTP/1.1" 200 151 0.109680 10.0.0.45 - - [2025-02-13 02:35:49] "POST /neutron/network HTTP/1.1" 200 826 0.005393 10.0.0.45 - - [2025-02-13 02:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004370 10.0.0.45 - - [2025-02-13 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.45 - - [2025-02-13 02:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.45 - - [2025-02-13 02:35:49] "POST /neutron/network HTTP/1.1" 200 151 0.102214 10.0.0.45 - - [2025-02-13 02:35:49] "DELETE /route-target/a8900278-c14e-4534-abf7-4c74f64cf444 HTTP/1.1" 200 115 0.017715 10.0.0.45 - - [2025-02-13 02:35:50] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001298 10.0.0.45 - - [2025-02-13 02:35:50] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031124 10.0.0.45 - - [2025-02-13 02:35:50] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.45 - - [2025-02-13 02:35:50] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?fields=virtual_networks HTTP/1.1" 200 1033 0.077054 10.0.0.45 - - [2025-02-13 02:35:50] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.45 - - [2025-02-13 02:35:50] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037215 10.0.0.45 - - [2025-02-13 02:35:50] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.45 - - [2025-02-13 02:35:50] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?fields=security_groups HTTP/1.1" 200 1260 0.037443 10.0.0.45 - - [2025-02-13 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.031040 10.0.0.45 - - [2025-02-13 02:35:51] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003739 10.0.0.45 - - [2025-02-13 02:35:51] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.45 - - [2025-02-13 02:35:51] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008058 10.0.0.45 - - [2025-02-13 02:35:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.001646 10.0.0.45 - - [2025-02-13 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.005365 10.0.0.45 - - [2025-02-13 02:35:51] "POST /security-groups HTTP/1.1" 200 591 0.064125 10.0.0.45 - - [2025-02-13 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003691 10.0.0.45 - - [2025-02-13 02:35:51] "POST /projects HTTP/1.1" 200 585 0.216039 10.0.0.45 - - [2025-02-13 02:35:51] "POST /access-control-lists HTTP/1.1" 200 596 0.060878 10.0.0.45 - - [2025-02-13 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.291917 10.0.0.45 - - [2025-02-13 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.002806 10.0.0.45 - - [2025-02-13 02:35:51] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.420954 10.0.0.45 - - [2025-02-13 02:35:52] "POST /access-control-lists HTTP/1.1" 200 594 0.063545 10.0.0.45 - - [2025-02-13 02:35:52] "GET / HTTP/1.1" 200 35931 0.002149 10.0.0.45 - - [2025-02-13 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.45 - - [2025-02-13 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.052415 10.0.0.45 - - [2025-02-13 02:35:53] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.45 - - [2025-02-13 02:35:53] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027295 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 117 0.027956 10.0.0.45 - - [2025-02-13 02:35:54] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 625 0.067333 10.0.0.45 - - [2025-02-13 02:35:54] "POST /route-targets HTTP/1.1" 200 327 0.012399 10.0.0.45 - - [2025-02-13 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.010804 10.0.0.45 - - [2025-02-13 02:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004205 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.210643 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 839 0.005089 10.0.0.45 - - [2025-02-13 02:35:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001190 10.0.0.45 - - [2025-02-13 02:35:54] "GET /virtual-network/8fb62366-140d-4bdf-b67a-ebdb7babc31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004578 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 839 0.005734 10.0.0.45 - - [2025-02-13 02:35:54] "GET /virtual-network/8fb62366-140d-4bdf-b67a-ebdb7babc31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004634 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 839 0.006408 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.006279 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 839 0.005132 10.0.0.45 - - [2025-02-13 02:35:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001187 10.0.0.45 - - [2025-02-13 02:35:54] "POST /neutron/network HTTP/1.1" 200 849 0.005840 10.0.0.45 - - [2025-02-13 02:35:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.45 - - [2025-02-13 02:35:55] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.45 - - [2025-02-13 02:35:55] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.45 - - [2025-02-13 02:35:55] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.45 - - [2025-02-13 02:35:55] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054640 10.0.0.45 - - [2025-02-13 02:35:55] "POST /neutron/network HTTP/1.1" 200 839 0.005448 10.0.0.45 - - [2025-02-13 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.45 - - [2025-02-13 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.45 - - [2025-02-13 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.45 - - [2025-02-13 02:35:55] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003396 10.0.0.45 - - [2025-02-13 02:35:55] "PUT /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 276 0.007926 10.0.0.45 - - [2025-02-13 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.005961 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/network HTTP/1.1" 200 849 0.010833 10.0.0.45 - - [2025-02-13 02:35:56] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 1055 0.232964 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 1055 0.010326 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 1055 0.009548 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 1109 0.057873 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 1083 0.014192 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003343 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.010958 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.45 - - [2025-02-13 02:35:56] "POST /neutron/network HTTP/1.1" 200 839 0.005471 10.0.0.45 - - [2025-02-13 02:36:00] "POST /neutron/port HTTP/1.1" 200 1083 0.014899 10.0.0.45 - - [2025-02-13 02:36:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005865 10.0.0.45 - - [2025-02-13 02:36:01] "POST /neutron/port HTTP/1.1" 200 1083 0.015199 10.0.0.45 - - [2025-02-13 02:36:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006367 10.0.0.45 - - [2025-02-13 02:36:01] "POST /neutron/port HTTP/1.1" 200 1083 0.021218 10.0.0.45 - - [2025-02-13 02:36:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006389 10.0.0.45 - - [2025-02-13 02:36:01] "GET /virtual-machine/f76c22cb-d676-4dee-8a84-b1a92565236a HTTP/1.1" 401 292 0.000484 10.0.0.45 - - [2025-02-13 02:36:01] "GET /virtual-machine/f76c22cb-d676-4dee-8a84-b1a92565236a HTTP/1.1" 200 1292 0.032422 10.0.0.45 - - [2025-02-13 02:36:01] "GET /virtual-machine-interface/d830c657-4a3f-4001-95be-61737bc35fc9 HTTP/1.1" 200 2971 0.005294 10.0.0.45 - - [2025-02-13 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340 10.0.0.45 - - [2025-02-13 02:36:01] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003703 10.0.0.45 - - [2025-02-13 02:36:01] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003345 10.0.0.45 - - [2025-02-13 02:36:01] "GET /virtual-network/8fb62366-140d-4bdf-b67a-ebdb7babc31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005746 10.0.0.45 - - [2025-02-13 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.45 - - [2025-02-13 02:36:04] "GET /virtual-network/8fb62366-140d-4bdf-b67a-ebdb7babc31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007022 10.0.0.45 - - [2025-02-13 02:36:05] "POST /neutron/port HTTP/1.1" 200 1083 0.017485 10.0.0.45 - - [2025-02-13 02:36:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005531 10.0.0.45 - - [2025-02-13 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.45 - - [2025-02-13 02:36:06] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003062 10.0.0.45 - - [2025-02-13 02:36:06] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002913 10.0.0.45 - - [2025-02-13 02:36:07] "GET /virtual-network/8fb62366-140d-4bdf-b67a-ebdb7babc31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005650 10.0.0.45 - - [2025-02-13 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.45 - - [2025-02-13 02:36:08] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003311 10.0.0.45 - - [2025-02-13 02:36:09] "PUT /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 276 0.008416 10.0.0.45 - - [2025-02-13 02:36:09] "POST /neutron/network HTTP/1.1" 200 839 0.007904 10.0.0.45 - - [2025-02-13 02:36:09] "POST /neutron/network HTTP/1.1" 400 204 0.009984 10.0.0.45 - - [2025-02-13 02:36:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015097 10.0.0.45 - - [2025-02-13 02:36:09] "POST /neutron/port HTTP/1.1" 200 1109 0.007975 10.0.0.45 - - [2025-02-13 02:36:09] "POST /neutron/port HTTP/1.1" 200 151 0.080035 10.0.0.45 - - [2025-02-13 02:36:11] "POST /neutron/network HTTP/1.1" 200 839 0.005674 10.0.0.45 - - [2025-02-13 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.45 - - [2025-02-13 02:36:11] "DELETE /route-target/cb3e794a-9d5e-4042-b980-997e0113c366 HTTP/1.1" 200 115 0.019682 10.0.0.45 - - [2025-02-13 02:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.032888 10.0.0.45 - - [2025-02-13 02:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.45 - - [2025-02-13 02:36:11] "POST /neutron/network HTTP/1.1" 200 151 0.113769 10.0.0.45 - - [2025-02-13 02:36:11] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003195 10.0.0.45 - - [2025-02-13 02:36:11] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2 HTTP/1.1" 200 1827 0.003172 10.0.0.45 - - [2025-02-13 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.45 - - [2025-02-13 02:36:11] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.45 - - [2025-02-13 02:36:11] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026614 10.0.0.45 - - [2025-02-13 02:36:11] "POST /neutron/network HTTP/1.1" 200 117 0.007315 10.0.0.45 - - [2025-02-13 02:36:11] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 605 0.083909 10.0.0.45 - - [2025-02-13 02:36:12] "POST /route-targets HTTP/1.1" 200 327 0.022356 10.0.0.45 - - [2025-02-13 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.013891 10.0.0.45 - - [2025-02-13 02:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003092 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.161786 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 825 0.005409 10.0.0.45 - - [2025-02-13 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001088 10.0.0.45 - - [2025-02-13 02:36:12] "GET /virtual-network/d53af2da-f7ea-401d-bdb8-2847fa8edcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004241 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 825 0.005288 10.0.0.45 - - [2025-02-13 02:36:12] "GET /virtual-network/d53af2da-f7ea-401d-bdb8-2847fa8edcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004431 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 825 0.005884 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.006961 10.0.0.45 - - [2025-02-13 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001124 10.0.0.45 - - [2025-02-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 835 0.005673 10.0.0.45 - - [2025-02-13 02:36:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.45 - - [2025-02-13 02:36:12] "GET / HTTP/1.1" 200 35931 0.002386 10.0.0.45 - - [2025-02-13 02:36:12] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.45 - - [2025-02-13 02:36:13] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001725 10.0.0.45 - - [2025-02-13 02:36:13] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049366 10.0.0.45 - - [2025-02-13 02:36:13] "POST /neutron/network HTTP/1.1" 200 825 0.005251 10.0.0.45 - - [2025-02-13 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.005361 10.0.0.45 - - [2025-02-13 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.45 - - [2025-02-13 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.011811 10.0.0.45 - - [2025-02-13 02:36:13] "POST /neutron/network HTTP/1.1" 200 835 0.005659 10.0.0.45 - - [2025-02-13 02:36:13] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 1061 0.192836 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 1061 0.008479 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 1061 0.007905 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 1115 0.062339 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 1089 0.014889 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003125 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.010052 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.45 - - [2025-02-13 02:36:14] "POST /neutron/network HTTP/1.1" 200 825 0.005648 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/port HTTP/1.1" 200 1089 0.039291 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/port HTTP/1.1" 200 1089 0.013708 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/network HTTP/1.1" 200 835 0.016313 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003048 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.014772 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.45 - - [2025-02-13 02:36:16] "POST /neutron/network HTTP/1.1" 200 825 0.005239 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.016004 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006519 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015285 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006546 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015659 10.0.0.45 - - [2025-02-13 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005436 10.0.0.45 - - [2025-02-13 02:36:18] "GET /virtual-machine/9a98fc26-f1f9-498a-af11-6e86f5b6dd58 HTTP/1.1" 200 1293 0.004314 10.0.0.45 - - [2025-02-13 02:36:18] "GET /virtual-machine-interface/bd462458-c35f-411f-8ff7-601e839fd428 HTTP/1.1" 200 2941 0.004153 10.0.0.45 - - [2025-02-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.45 - - [2025-02-13 02:36:18] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003156 10.0.0.45 - - [2025-02-13 02:36:18] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003187 10.0.0.45 - - [2025-02-13 02:36:18] "GET /virtual-network/d53af2da-f7ea-401d-bdb8-2847fa8edcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005493 10.0.0.45 - - [2025-02-13 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.45 - - [2025-02-13 02:36:22] "GET /virtual-network/d53af2da-f7ea-401d-bdb8-2847fa8edcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004747 10.0.0.45 - - [2025-02-13 02:36:22] "POST /neutron/port HTTP/1.1" 200 1089 0.018849 10.0.0.45 - - [2025-02-13 02:36:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005467 10.0.0.45 - - [2025-02-13 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.45 - - [2025-02-13 02:36:24] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002976 10.0.0.45 - - [2025-02-13 02:36:24] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002900 10.0.0.45 - - [2025-02-13 02:36:24] "GET /virtual-network/d53af2da-f7ea-401d-bdb8-2847fa8edcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005117 10.0.0.45 - - [2025-02-13 02:36:26] "POST /neutron/network HTTP/1.1" 200 825 0.007750 10.0.0.45 - - [2025-02-13 02:36:26] "POST /neutron/network HTTP/1.1" 400 204 0.009619 10.0.0.45 - - [2025-02-13 02:36:26] "POST /neutron/port HTTP/1.1" 200 1089 0.013841 10.0.0.45 - - [2025-02-13 02:36:26] "POST /neutron/port HTTP/1.1" 200 1115 0.009055 10.0.0.45 - - [2025-02-13 02:36:26] "POST /neutron/port HTTP/1.1" 200 151 0.075183 10.0.0.45 - - [2025-02-13 02:36:28] "POST /neutron/network HTTP/1.1" 200 825 0.007749 10.0.0.45 - - [2025-02-13 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.45 - - [2025-02-13 02:36:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.45 - - [2025-02-13 02:36:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.45 - - [2025-02-13 02:36:28] "POST /neutron/network HTTP/1.1" 200 151 0.074910 10.0.0.45 - - [2025-02-13 02:36:28] "DELETE /route-target/607e41b0-1200-463e-9e9c-b91baec6133d HTTP/1.1" 200 115 0.014229 10.0.0.45 - - [2025-02-13 02:36:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002867 10.0.0.45 - - [2025-02-13 02:36:28] "POST /network-ipams HTTP/1.1" 200 541 0.014535 10.0.0.45 - - [2025-02-13 02:36:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002660 10.0.0.45 - - [2025-02-13 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.45 - - [2025-02-13 02:36:29] "GET /network-ipam/22f5a9e9-5a1c-477b-adc4-edf5e5c9ae79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004656 10.0.0.45 - - [2025-02-13 02:36:29] "PUT /network-ipam/22f5a9e9-5a1c-477b-adc4-edf5e5c9ae79 HTTP/1.1" 200 258 0.010295 10.0.0.45 - - [2025-02-13 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.45 - - [2025-02-13 02:36:29] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.45 - - [2025-02-13 02:36:29] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030732 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 117 0.007214 10.0.0.45 - - [2025-02-13 02:36:29] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 605 0.076963 10.0.0.45 - - [2025-02-13 02:36:29] "POST /route-targets HTTP/1.1" 200 327 0.021331 10.0.0.45 - - [2025-02-13 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.019287 10.0.0.45 - - [2025-02-13 02:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001919 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.180479 10.0.0.45 - - [2025-02-13 02:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003398 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.164171 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 994 0.007886 10.0.0.45 - - [2025-02-13 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001466 10.0.0.45 - - [2025-02-13 02:36:29] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005121 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 994 0.008788 10.0.0.45 - - [2025-02-13 02:36:29] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005456 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 994 0.007344 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006579 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.007543 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/network HTTP/1.1" 200 994 0.007727 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006263 10.0.0.45 - - [2025-02-13 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006633 10.0.0.45 - - [2025-02-13 02:36:30] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001381 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.155918 10.0.0.45 - - [2025-02-13 02:36:30] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.171615 10.0.0.45 - - [2025-02-13 02:36:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001763 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008005 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.028145 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/network HTTP/1.1" 200 994 0.006427 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007557 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.004673 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.005124 10.0.0.45 - - [2025-02-13 02:36:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001344 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009069 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007784 10.0.0.45 - - [2025-02-13 02:36:30] "POST /neutron/network HTTP/1.1" 200 994 0.009390 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008507 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008907 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.016082 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.007716 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.005791 10.0.0.45 - - [2025-02-13 02:36:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001712 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.007105 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/network HTTP/1.1" 200 1004 0.009251 10.0.0.45 - - [2025-02-13 02:36:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.45 - - [2025-02-13 02:36:31] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.45 - - [2025-02-13 02:36:31] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008946 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.006415 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/network HTTP/1.1" 200 1004 0.006232 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/network HTTP/1.1" 200 1004 0.008627 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.006556 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008981 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008418 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1017 0.017571 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1109 0.141211 10.0.0.45 - - [2025-02-13 02:36:31] "POST /neutron/port HTTP/1.1" 200 1109 0.135825 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 1083 0.017821 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006657 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 1083 0.025800 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.020208 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004495 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.001593 10.0.0.45 - - [2025-02-13 02:36:32] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.015391 10.0.0.45 - - [2025-02-13 02:36:32] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060004 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/network HTTP/1.1" 200 994 0.013191 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/network HTTP/1.1" 200 994 0.009978 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/network HTTP/1.1" 200 994 0.007581 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 2050 0.019018 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008457 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.006384 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004362 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2760 0.012301 10.0.0.45 - - [2025-02-13 02:36:32] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.45 - - [2025-02-13 02:36:32] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f HTTP/1.1" 200 2842 0.076885 10.0.0.45 - - [2025-02-13 02:36:32] "GET /network-ipam/22f5a9e9-5a1c-477b-adc4-edf5e5c9ae79 HTTP/1.1" 200 2600 0.006423 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains HTTP/1.1" 200 280 0.004061 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002968 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2760 0.011154 10.0.0.45 - - [2025-02-13 02:36:32] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.45 - - [2025-02-13 02:36:32] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f HTTP/1.1" 200 2842 0.068020 10.0.0.45 - - [2025-02-13 02:36:32] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370 HTTP/1.1" 200 3778 0.011448 10.0.0.45 - - [2025-02-13 02:36:32] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370 HTTP/1.1" 200 3778 0.007649 10.0.0.45 - - [2025-02-13 02:36:32] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 200 2380 0.006421 10.0.0.45 - - [2025-02-13 02:36:32] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 200 2380 0.003475 10.0.0.45 - - [2025-02-13 02:36:32] "GET /route-target/c05d4de0-a991-42dd-af26-c20675ffea93 HTTP/1.1" 200 1205 0.003951 10.0.0.45 - - [2025-02-13 02:36:32] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370 HTTP/1.1" 200 3778 0.005346 10.0.0.45 - - [2025-02-13 02:36:32] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 200 2380 0.004271 10.0.0.45 - - [2025-02-13 02:36:32] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.008025 10.0.0.45 - - [2025-02-13 02:36:32] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370 HTTP/1.1" 200 3778 0.006342 10.0.0.45 - - [2025-02-13 02:36:32] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 200 2380 0.003729 10.0.0.45 - - [2025-02-13 02:36:32] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 200 2380 0.003335 10.0.0.45 - - [2025-02-13 02:36:32] "GET /route-target/c05d4de0-a991-42dd-af26-c20675ffea93 HTTP/1.1" 200 1205 0.003683 10.0.0.45 - - [2025-02-13 02:36:32] "POST /neutron/network HTTP/1.1" 200 1004 0.007047 10.0.0.45 - - [2025-02-13 02:36:32] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains HTTP/1.1" 200 280 0.005892 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.45 - - [2025-02-13 02:36:32] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2760 0.070508 10.0.0.45 - - [2025-02-13 02:36:32] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002753 10.0.0.45 - - [2025-02-13 02:36:33] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f HTTP/1.1" 200 3086 0.124806 10.0.0.45 - - [2025-02-13 02:36:33] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370 HTTP/1.1" 200 4036 0.017220 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1055 0.303609 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1055 0.009907 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1055 0.023299 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1109 0.092401 10.0.0.45 - - [2025-02-13 02:36:33] "GET /obj-perms HTTP/1.1" 200 5030 0.049246 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1083 0.029050 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005212 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 1083 0.020686 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.016840 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006883 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.45 - - [2025-02-13 02:36:33] "POST /neutron/network HTTP/1.1" 200 994 0.008415 10.0.0.45 - - [2025-02-13 02:36:34] "DELETE /project/9eb2637feb214a99a630afc68285636f HTTP/1.1" 404 173 0.043339 10.0.0.45 - - [2025-02-13 02:36:34] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.45 - - [2025-02-13 02:36:34] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047591 10.0.0.45 - - [2025-02-13 02:36:34] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001547 10.0.0.45 - - [2025-02-13 02:36:34] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?fields=security_groups HTTP/1.1" 200 1365 0.044914 10.0.0.45 - - [2025-02-13 02:36:34] "DELETE /security-group/68241e59-ecc3-4a15-9265-26cfb4815532 HTTP/1.1" 200 115 0.051353 10.0.0.45 - - [2025-02-13 02:36:34] "GET /projects?obj_uuids=72606db8-4a9d-4b73-a8bf-cefd8b84daca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.45 - - [2025-02-13 02:36:34] "GET /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca?fields=application_policy_sets HTTP/1.1" 200 1404 0.031786 10.0.0.45 - - [2025-02-13 02:36:34] "DELETE /access-control-list/41878607-9a0c-418c-bb32-2e0a1693837e HTTP/1.1" 200 115 0.047972 10.0.0.45 - - [2025-02-13 02:36:34] "DELETE /access-control-list/7440735f-0ec3-4a7f-90a8-8555a00ff0df HTTP/1.1" 200 115 0.053512 10.0.0.45 - - [2025-02-13 02:36:34] "DELETE /project/72606db8-4a9d-4b73-a8bf-cefd8b84daca HTTP/1.1" 200 115 0.462402 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 1083 0.015048 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005638 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 1083 0.020422 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006422 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 1083 0.019314 10.0.0.45 - - [2025-02-13 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012890 10.0.0.45 - - [2025-02-13 02:36:38] "GET /virtual-machine/93bc16a1-f1eb-40be-8c3d-928f65dce869 HTTP/1.1" 200 1289 0.005087 10.0.0.45 - - [2025-02-13 02:36:38] "GET /virtual-machine-interface/96ca622d-36f6-4ea5-8635-b71f569e194b HTTP/1.1" 200 2940 0.006604 10.0.0.45 - - [2025-02-13 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.45 - - [2025-02-13 02:36:38] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003732 10.0.0.45 - - [2025-02-13 02:36:38] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003772 10.0.0.45 - - [2025-02-13 02:36:39] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005606 10.0.0.45 - - [2025-02-13 02:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.048419 10.0.0.45 - - [2025-02-13 02:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052644 10.0.0.45 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016218 10.0.0.45 - - [2025-02-13 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005952 10.0.0.45 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1083 0.015900 10.0.0.45 - - [2025-02-13 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013190 10.0.0.45 - - [2025-02-13 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.45 - - [2025-02-13 02:36:42] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004861 10.0.0.45 - - [2025-02-13 02:36:42] "POST /neutron/port HTTP/1.1" 200 1083 0.016330 10.0.0.45 - - [2025-02-13 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007631 10.0.0.45 - - [2025-02-13 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.45 - - [2025-02-13 02:36:44] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003022 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003838 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009011 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/port HTTP/1.1" 200 1083 0.016217 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007099 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015739 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005602 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017189 10.0.0.45 - - [2025-02-13 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007014 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-machine/f02f7e87-c018-4972-9b6a-fe84cd1d3019 HTTP/1.1" 200 1289 0.005812 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-machine-interface/f994cf76-a629-41f7-b1c3-8f333fac0978 HTTP/1.1" 200 2941 0.005175 10.0.0.45 - - [2025-02-13 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.45 - - [2025-02-13 02:36:44] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.015345 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004594 10.0.0.45 - - [2025-02-13 02:36:44] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006515 10.0.0.45 - - [2025-02-13 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.45 - - [2025-02-13 02:36:46] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003233 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003169 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005243 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/port HTTP/1.1" 200 1083 0.017801 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006716 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/port HTTP/1.1" 200 1083 0.014901 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005569 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015188 10.0.0.45 - - [2025-02-13 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006186 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-machine/25538864-972d-4f7d-a8ed-b634d021f663 HTTP/1.1" 200 1292 0.004514 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-machine-interface/e845bc27-d39b-4075-adfd-ea2a27e24eab HTTP/1.1" 200 2941 0.004759 10.0.0.45 - - [2025-02-13 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.45 - - [2025-02-13 02:36:46] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003135 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003088 10.0.0.45 - - [2025-02-13 02:36:46] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005317 10.0.0.45 - - [2025-02-13 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.45 - - [2025-02-13 02:36:47] "GET /global-vrouter-config/8b93f095-c257-45cc-8f14-b0810a0d99e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002966 10.0.0.45 - - [2025-02-13 02:36:47] "GET /virtual-networks?parent_id=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003082 10.0.0.45 - - [2025-02-13 02:36:47] "GET /virtual-network/2b580e48-1a70-4b83-966c-684f9da5f370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005935 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 1109 0.014930 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 1109 0.012362 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 151 0.091956 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009341 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009012 10.0.0.45 - - [2025-02-13 02:37:03] "POST /neutron/port HTTP/1.1" 200 151 0.086745 10.0.0.45 - - [2025-02-13 02:37:04] "POST /neutron/network HTTP/1.1" 200 994 0.008577 10.0.0.45 - - [2025-02-13 02:37:04] "POST /neutron/network HTTP/1.1" 400 204 0.014707 10.0.0.45 - - [2025-02-13 02:37:04] "POST /neutron/port HTTP/1.1" 200 1083 0.015925 10.0.0.45 - - [2025-02-13 02:37:04] "POST /neutron/port HTTP/1.1" 200 1109 0.007986 10.0.0.45 - - [2025-02-13 02:37:04] "POST /neutron/port HTTP/1.1" 200 151 0.080407 10.0.0.45 - - [2025-02-13 02:37:06] "POST /neutron/network HTTP/1.1" 200 994 0.009741 10.0.0.45 - - [2025-02-13 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.45 - - [2025-02-13 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.45 - - [2025-02-13 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002007 10.0.0.45 - - [2025-02-13 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.45 - - [2025-02-13 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002096 10.0.0.45 - - [2025-02-13 02:37:06] "POST /neutron/network HTTP/1.1" 200 151 0.101397 10.0.0.45 - - [2025-02-13 02:37:06] "DELETE /route-target/c05d4de0-a991-42dd-af26-c20675ffea93 HTTP/1.1" 200 115 0.015885 10.0.0.45 - - [2025-02-13 02:37:06] "GET /routing-instance/343b8443-fc01-4e7c-bca8-1a292fe85bc6 HTTP/1.1" 404 171 0.002183 10.0.0.45 - - [2025-02-13 02:37:06] "GET /domains HTTP/1.1" 200 280 0.002200 10.0.0.45 - - [2025-02-13 02:37:06] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.45 - - [2025-02-13 02:37:06] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a HTTP/1.1" 200 2573 0.051300 10.0.0.45 - - [2025-02-13 02:37:06] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.45 - - [2025-02-13 02:37:06] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f HTTP/1.1" 200 2085 0.074498 10.0.0.45 - - [2025-02-13 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.45 - - [2025-02-13 02:37:06] "DELETE /network-ipam/22f5a9e9-5a1c-477b-adc4-edf5e5c9ae79 HTTP/1.1" 200 115 0.022203 10.0.0.45 - - [2025-02-13 02:37:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.002388 10.0.0.45 - - [2025-02-13 02:37:06] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.45 - - [2025-02-13 02:37:06] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063286 10.0.0.45 - - [2025-02-13 02:37:06] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.45 - - [2025-02-13 02:37:06] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?fields=virtual_networks HTTP/1.1" 200 1032 0.084418 10.0.0.45 - - [2025-02-13 02:37:06] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.45 - - [2025-02-13 02:37:06] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.033684 10.0.0.45 - - [2025-02-13 02:37:07] "GET /projects?obj_uuids=9eb2637f-eb21-4a99-a630-afc68285636f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.45 - - [2025-02-13 02:37:07] "GET /project/9eb2637f-eb21-4a99-a630-afc68285636f?fields=security_groups HTTP/1.1" 200 1258 0.031519 10.0.0.45 - - [2025-02-13 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.004950 10.0.0.45 - - [2025-02-13 02:37:08] "POST /neutron/port HTTP/1.1" 400 205 0.002789 10.0.0.45 - - [2025-02-13 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.005436 10.0.0.45 - - [2025-02-13 02:37:09] "POST /neutron/port HTTP/1.1" 400 205 0.002939 10.0.0.45 - - [2025-02-13 02:37:14] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.45 - - [2025-02-13 02:37:14] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.45 - - [2025-02-13 02:37:15] "GET /projects?obj_uuids=813263e4-2e00-47fc-858a-0913934ed1b7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.45 - - [2025-02-13 02:37:15] "GET /project/813263e4-2e00-47fc-858a-0913934ed1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.061278 [Introspect:8084]10.0.0.45 - - [2025-02-13 02:37:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001055 10.0.0.45 - - [2025-02-13 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.024935 10.0.0.45 - - [2025-02-13 02:37:16] "GET /projects?obj_uuids=8abe531d-1718-49db-b589-400d42fb923a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002974 10.0.0.45 - - [2025-02-13 02:37:16] "GET /domains?obj_uuids=899d9b86-abcd-41ff-971c-2f46586d971a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.45 - - [2025-02-13 02:37:16] "GET /domain/899d9b86-abcd-41ff-971c-2f46586d971a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007450 10.0.0.45 - - [2025-02-13 02:37:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.002064 10.0.0.45 - - [2025-02-13 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.006202 10.0.0.45 - - [2025-02-13 02:37:16] "POST /security-groups HTTP/1.1" 200 587 0.063200 10.0.0.45 - - [2025-02-13 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.004008 10.0.0.45 - - [2025-02-13 02:37:16] "POST /projects HTTP/1.1" 200 577 0.227044 10.0.0.45 - - [2025-02-13 02:37:16] "POST /access-control-lists HTTP/1.1" 200 592 0.061972 10.0.0.45 - - [2025-02-13 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.301145 10.0.0.45 - - [2025-02-13 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002828 10.0.0.45 - - [2025-02-13 02:37:16] "GET /project/8abe531d-1718-49db-b589-400d42fb923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.429170 10.0.0.45 - - [2025-02-13 02:37:16] "POST /access-control-lists HTTP/1.1" 200 590 0.056867 10.0.0.45 - - [2025-02-13 02:37:17] "GET / HTTP/1.1" 200 35931 0.002199 10.0.0.45 - - [2025-02-13 02:37:18] "GET /projects?obj_uuids=8abe531d-1718-49db-b589-400d42fb923a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001082 10.0.0.45 - - [2025-02-13 02:37:18] "GET /project/8abe531d-1718-49db-b589-400d42fb923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026468 10.0.0.45 - - [2025-02-13 02:37:18] "GET /projects?obj_uuids=8abe531d-1718-49db-b589-400d42fb923a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.45 - - [2025-02-13 02:37:18] "GET /project/8abe531d-1718-49db-b589-400d42fb923a?fields=virtual_networks HTTP/1.1" 200 1034 0.074583 10.0.0.45 - - [2025-02-13 02:37:18] "GET /projects?obj_uuids=8abe531d-1718-49db-b589-400d42fb923a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001092 10.0.0.45 - - [2025-02-13 02:37:18] "GET /project/8abe531d-1718-49db-b589-400d42fb923a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.031054 10.0.0.45 - - [2025-02-13 02:37:18] "GET /projects?obj_uuids=8abe531d-1718-49db-b589-400d42fb923a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.45 - - [2025-02-13 02:37:18] "GET /project/8abe531d-1718-49db-b589-400d42fb923a?fields=security_groups HTTP/1.1" 200 1256 0.031376